June 2023 Archives by author
Starting: Thu Jun 1 00:20:05 PDT 2023
Ending: Fri Jun 30 15:12:43 PDT 2023
Messages: 474
- [PATCH v4 00/34] Split ptdesc from struct page
Vishal Moola (Oracle)
- [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
Vishal Moola (Oracle)
- [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
Vishal Moola (Oracle)
- [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
Vishal Moola (Oracle)
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Vishal Moola (Oracle)
- [PATCH v4 05/34] mm: add utility functions for ptdesc
Vishal Moola (Oracle)
- [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
Vishal Moola (Oracle)
- [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 08/34] mm: Convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 09/34] mm: Convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 10/34] mm: Convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 11/34] mm: Convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 12/34] mm: Convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
- [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 15/34] x86: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 16/34] s390: Convert various gmap functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 17/34] s390: Convert various pgalloc functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 18/34] mm: Remove page table members from struct page
Vishal Moola (Oracle)
- [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 20/34] arm: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 21/34] arm64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 22/34] csky: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 24/34] loongarch: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 25/34] m68k: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 26/34] mips: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 30/34] sh: Convert pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 31/34] sparc64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Vishal Moola (Oracle)
- [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Vishal Moola (Oracle)
- [PATCH v5 00/33] Split ptdesc from struct page
Vishal Moola (Oracle)
- [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions
Vishal Moola (Oracle)
- [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
Vishal Moola (Oracle)
- [PATCH v5 03/33] pgtable: Create struct ptdesc
Vishal Moola (Oracle)
- [PATCH v5 04/33] mm: add utility functions for ptdesc
Vishal Moola (Oracle)
- [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
Vishal Moola (Oracle)
- [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 07/33] mm: Convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 08/33] mm: Convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 09/33] mm: Convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 10/33] mm: Convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 11/33] mm: Convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
- [PATCH v5 13/33] powerpc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 14/33] x86: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 15/33] s390: Convert various gmap functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 16/33] s390: Convert various pgalloc functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 17/33] mm: Remove page table members from struct page
Vishal Moola (Oracle)
- [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 19/33] arm: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 20/33] arm64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 21/33] csky: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 22/33] hexagon: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 23/33] loongarch: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 24/33] m68k: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 25/33] mips: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 27/33] openrisc: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 29/33] sh: Convert pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 30/33] sparc64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Vishal Moola (Oracle)
- [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Vishal Moola (Oracle)
- [PATCH v6 00/33] Split ptdesc from struct page
Vishal Moola (Oracle)
- [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
Vishal Moola (Oracle)
- [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
Vishal Moola (Oracle)
- [PATCH v6 03/33] pgtable: Create struct ptdesc
Vishal Moola (Oracle)
- [PATCH v6 04/33] mm: add utility functions for ptdesc
Vishal Moola (Oracle)
- [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
Vishal Moola (Oracle)
- [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 07/33] mm: Convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 08/33] mm: Convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 09/33] mm: Convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 10/33] mm: Convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 11/33] mm: Convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
- [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 14/33] x86: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 15/33] s390: Convert various gmap functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 16/33] s390: Convert various pgalloc functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 17/33] mm: Remove page table members from struct page
Vishal Moola (Oracle)
- [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 19/33] arm: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 20/33] arm64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 21/33] csky: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 22/33] hexagon: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 23/33] loongarch: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 24/33] m68k: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 25/33] mips: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 27/33] openrisc: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 29/33] sh: Convert pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 30/33] sparc64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Vishal Moola (Oracle)
- [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Vishal Moola (Oracle)
- Build regressions/improvements in v6.4-rc6
Tudor Ambarus
- decouple block open flags from fmode_t v2
Jens Axboe
- [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
Chang S. Bae
- UML for arm64
Benjamin Beichler
- UML for arm64
Benjamin Berg
- UML for arm64
Benjamin Berg
- UML for arm64
Benjamin Berg
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Johannes Berg
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Johannes Berg
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Johannes Berg
- UML for arm64
Johannes Berg
- UML for arm64
Johannes Berg
- UML for arm64
Johannes Berg
- [PATCH v2] uml: Replace strlcpy with strscpy
Eric Biggers
- decouple block open flags from fmode_t
Christian Brauner
- [PATCH 01/31] block: also call ->open for incremental partition opens
Christian Brauner
- [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
Christian Brauner
- [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
Christian Brauner
- [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
Christian Brauner
- [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
Christian Brauner
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Christian Brauner
- [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
Christian Brauner
- [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
Christian Brauner
- [PATCH 09/31] block: pass a gendisk to ->open
Christian Brauner
- [PATCH 10/31] block: remove the unused mode argument to ->release
Christian Brauner
- [PATCH 11/31] block: rename blkdev_close to blkdev_release
Christian Brauner
- [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christian Brauner
- [PATCH 15/31] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Christian Brauner
- [PATCH 16/31] block: use the holder as indication for exclusive opens
Christian Brauner
- [PATCH 17/31] block: add a sb_open_mode helper
Christian Brauner
- [PATCH 18/31] fs: remove sb->s_mode
Christian Brauner
- [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christian Brauner
- [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christian Brauner
- [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christian Brauner
- [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christian Brauner
- [PATCH 23/31] mtd: block: use a simple bool to track open for write
Christian Brauner
- [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
Christian Brauner
- [PATCH 25/31] ubd: remove commented out code in ubd_open
Christian Brauner
- [PATCH 26/31] block: move a few internal definitions out of blkdev.h
Christian Brauner
- [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
Christian Brauner
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
Christian Brauner
- [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
Christian Brauner
- [PATCH 30/31] block: store the holder in file->private_data
Christian Brauner
- [PATCH 31/31] fs: remove the now unused FMODE_* flags
Christian Brauner
- decouple block open flags from fmode_t
Christian Brauner
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
Christian Brauner
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
Christian Brauner
- [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
Christian Brauner
- [PATCH 00/79] fs: new accessors for inode->i_ctime
Christian Brauner
- [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Keith Busch
- [PATCH 00/79] fs: new accessors for inode->i_ctime
Luis Chamberlain
- [PATCH 01/79] fs: add ctime accessors infrastructure
Luis Chamberlain
- [PATCH v7 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"
Nick Desaulniers
- [PATCH v7 10/11] modpost: show offset from symbol for section mismatch warnings
Nick Desaulniers
- [PATCH v7 11/11] linux/export.h: rename 'sec' argument to 'license'
Nick Desaulniers
- [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
Nick Desaulniers
- [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
Nick Desaulniers
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Hugh Dickins
- [PATCH v6 00/33] Split ptdesc from struct page
Hugh Dickins
- [PATCH v6 00/33] Split ptdesc from struct page
Hugh Dickins
- [PATCH v6 00/33] Split ptdesc from struct page
Hugh Dickins
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Edgecombe, Rick P
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Edgecombe, Rick P
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Edgecombe, Rick P
- [patch 12/17] init: Invoke arch_cpu_finalize_init() earlier
Edgecombe, Rick P
- [patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
Jan Engelhardt
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
John Paul Adrian Glaubitz
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
John Paul Adrian Glaubitz
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
John Paul Adrian Glaubitz
- [patch 08/17] sh/cpu: Switch to arch_cpu_finalize_init()
John Paul Adrian Glaubitz
- [patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
Thomas Gleixner
- [patch 01/17] init: Provide arch_cpu_finalize_init()
Thomas Gleixner
- [patch 02/17] x86/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 03/17] ARM: cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 04/17] ia64/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 05/17] loongarch/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 06/17] m68k/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 07/17] mips/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 08/17] sh/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 10/17] um/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 11/17] init: Remove check_bugs() leftovers
Thomas Gleixner
- [patch 12/17] init: Invoke arch_cpu_finalize_init() earlier
Thomas Gleixner
- [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
Thomas Gleixner
- [patch 14/17] x86/init: Initialize signal frame size late
Thomas Gleixner
- [patch 15/17] x86/fpu: Remove cpuinfo argument from init functions
Thomas Gleixner
- [patch 16/17] x86/fpu: Mark init functions __init
Thomas Gleixner
- [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
Thomas Gleixner
- [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
Thomas Gleixner
- [patch 02/17] x86/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
- [patch 12/17] init: Invoke arch_cpu_finalize_init() earlier
Thomas Gleixner
- [PATCH] x86: Fix build of UML with KASAN
David Gow
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Jason Gunthorpe
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Jason Gunthorpe
- decouple block open flags from fmode_t
Christoph Hellwig
- [PATCH 01/31] block: also call ->open for incremental partition opens
Christoph Hellwig
- [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
- [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
- [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
- [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
- [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
- [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
Christoph Hellwig
- [PATCH 09/31] block: pass a gendisk to ->open
Christoph Hellwig
- [PATCH 10/31] block: remove the unused mode argument to ->release
Christoph Hellwig
- [PATCH 11/31] block: rename blkdev_close to blkdev_release
Christoph Hellwig
- [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
- [PATCH 13/31] bcache: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
- [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
- [PATCH 15/31] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
- [PATCH 16/31] block: use the holder as indication for exclusive opens
Christoph Hellwig
- [PATCH 17/31] block: add a sb_open_mode helper
Christoph Hellwig
- [PATCH 18/31] fs: remove sb->s_mode
Christoph Hellwig
- [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
- [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
- [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
- [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
- [PATCH 23/31] mtd: block: use a simple bool to track open for write
Christoph Hellwig
- [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
- [PATCH 25/31] ubd: remove commented out code in ubd_open
Christoph Hellwig
- [PATCH 26/31] block: move a few internal definitions out of blkdev.h
Christoph Hellwig
- [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
- [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
Christoph Hellwig
- [PATCH 30/31] block: store the holder in file->private_data
Christoph Hellwig
- [PATCH 31/31] fs: remove the now unused FMODE_* flags
Christoph Hellwig
- decouple block open flags from fmode_t
Christoph Hellwig
- [PATCH 01/31] block: also call ->open for incremental partition opens
Christoph Hellwig
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
- [PATCH 30/31] block: store the holder in file->private_data
Christoph Hellwig
- [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
- [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
Christoph Hellwig
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
- decouple block open flags from fmode_t v2
Christoph Hellwig
- [PATCH 01/30] block: also call ->open for incremental partition opens
Christoph Hellwig
- [PATCH 02/30] cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
- [PATCH 03/30] cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
- [PATCH 04/30] cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
- [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
- [PATCH 06/30] cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
- [PATCH 07/30] block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
- [PATCH 08/30] block: pass a gendisk to ->open
Christoph Hellwig
- [PATCH 09/30] block: remove the unused mode argument to ->release
Christoph Hellwig
- [PATCH 10/30] block: rename blkdev_close to blkdev_release
Christoph Hellwig
- [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
- [PATCH 12/30] bcache: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
- [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
- [PATCH 14/30] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
- [PATCH 15/30] block: use the holder as indication for exclusive opens
Christoph Hellwig
- [PATCH 16/30] block: add a sb_open_mode helper
Christoph Hellwig
- [PATCH 17/30] fs: remove sb->s_mode
Christoph Hellwig
- [PATCH 18/30] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
- [PATCH 19/30] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
- [PATCH 20/30] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
- [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
- [PATCH 22/30] mtd: block: use a simple bool to track open for write
Christoph Hellwig
- [PATCH 23/30] rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
- [PATCH 24/30] ubd: remove commented out code in ubd_open
Christoph Hellwig
- [PATCH 25/30] block: move a few internal definitions out of blkdev.h
Christoph Hellwig
- [PATCH 26/30] block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
- [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
- [PATCH 28/30] block: always use I_BDEV on file->f_mapping->host to find the bdev
Christoph Hellwig
- [PATCH 29/30] block: store the holder in file->private_data
Christoph Hellwig
- [PATCH 30/30] fs: remove the now unused FMODE_* flags
Christoph Hellwig
- [patch 11/17] init: Remove check_bugs() leftovers
Richard Henderson
- UML for arm64
Rob Herring
- UML for arm64
Rob Herring
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
David Hildenbrand
- [PATCH v6 00/33] Split ptdesc from struct page
David Hildenbrand
- [PATCH v6 00/33] Split ptdesc from struct page
David Hildenbrand
- [linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
David Howells
- UML for arm64
Anton Ivanov
- [PATCH 01/79] fs: add ctime accessors infrastructure
Jan Kara
- [PATCH 00/79] fs: new accessors for inode->i_ctime
Jeff Layton
- [PATCH 01/79] fs: add ctime accessors infrastructure
Jeff Layton
- [PATCH 37/79] hostfs: switch to new ctime accessors
Jeff Layton
- [PATCH 79/79] fs: rename i_ctime field to __i_ctime
Jeff Layton
- [PATCH 01/79] fs: add ctime accessors infrastructure
Jeff Layton
- [PATCH 01/79] fs: add ctime accessors infrastructure
Jeff Layton
- [PATCH 00/79] fs: new accessors for inode->i_ctime
Jeff Layton
- [PATCH 01/79] fs: add ctime accessors infrastructure
Jeff Layton
- [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
Tom Lendacky
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Philip Li
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Philip Li
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Philip Li
- [PATCH v4 21/34] arm64: Convert various functions to use ptdescs
Catalin Marinas
- [patch 04/17] ia64/cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 05/17] loongarch/cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 07/17] mips/cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 03/17] ARM: cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 10/17] um/cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 08/17] sh/cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()
Philippe Mathieu-Daudé
- [patch 11/17] init: Remove check_bugs() leftovers
Philippe Mathieu-Daudé
- [PATCH 01/79] fs: add ctime accessors infrastructure
Damien Le Moal
- [PATCH v3 25/34] m68k: Convert various functions to use ptdescs
Vishal Moola
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
Vishal Moola
- [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
Vishal Moola
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Vishal Moola
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Vishal Moola
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Vishal Moola
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola
- [PATCH v6 03/33] pgtable: Create struct ptdesc
Vishal Moola
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs
Dinh Nguyen
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs
Dinh Nguyen
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Dinh Nguyen
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Dinh Nguyen
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Dinh Nguyen
- [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Martin K. Petersen
- [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Martin K. Petersen
- [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Martin K. Petersen
- [patch 01/17] init: Provide arch_cpu_finalize_init()
Borislav Petkov
- [patch 02/17] x86/cpu: Switch to arch_cpu_finalize_init()
Borislav Petkov
- [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
Phillip Potter
- [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
Phillip Potter
- [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
Phillip Potter
- [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
Phillip Potter
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Phillip Potter
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Phillip Potter
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Phillip Potter
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Mike Rapoport
- [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
Mike Rapoport
- [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
Mike Rapoport
- [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
Mike Rapoport
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Mike Rapoport
- [PATCH v4 05/34] mm: add utility functions for ptdesc
Mike Rapoport
- [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
Mike Rapoport
- [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
Mike Rapoport
- [PATCH v4 08/34] mm: Convert ptlock_ptr() to use ptdescs
Mike Rapoport
- [PATCH v4 09/34] mm: Convert pmd_ptlock_init() to use ptdescs
Mike Rapoport
- [PATCH v4 10/34] mm: Convert ptlock_init() to use ptdescs
Mike Rapoport
- [PATCH v4 11/34] mm: Convert pmd_ptlock_free() to use ptdescs
Mike Rapoport
- [PATCH v4 12/34] mm: Convert ptlock_free() to use ptdescs
Mike Rapoport
- [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Mike Rapoport
- [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 15/34] x86: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 16/34] s390: Convert various gmap functions to use ptdescs
Mike Rapoport
- [PATCH v4 17/34] s390: Convert various pgalloc functions to use ptdescs
Mike Rapoport
- [PATCH v4 18/34] mm: Remove page table members from struct page
Mike Rapoport
- [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 20/34] arm: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 21/34] arm64: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 22/34] csky: Convert __pte_free_tlb() to use ptdescs
Mike Rapoport
- [PATCH v4 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs
Mike Rapoport
- [PATCH v4 24/34] loongarch: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 25/34] m68k: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 26/34] mips: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs
Mike Rapoport
- [PATCH v4 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs
Mike Rapoport
- [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
Mike Rapoport
- [PATCH v4 30/34] sh: Convert pte_free_tlb() to use ptdescs
Mike Rapoport
- [PATCH v4 31/34] sparc64: Convert various functions to use ptdescs
Mike Rapoport
- [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Mike Rapoport
- [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
Mike Rapoport
- [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Mike Rapoport
- [patch 09/17] sparc/cpu: Switch to arch_cpu_finalize_init()
Sam Ravnborg
- [PATCH 01/31] block: also call ->open for incremental partition opens
Hannes Reinecke
- [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
Hannes Reinecke
- [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
Hannes Reinecke
- [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
Hannes Reinecke
- [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
Hannes Reinecke
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Hannes Reinecke
- [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
Hannes Reinecke
- [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
Hannes Reinecke
- [PATCH 09/31] block: pass a gendisk to ->open
Hannes Reinecke
- [PATCH 10/31] block: remove the unused mode argument to ->release
Hannes Reinecke
- [PATCH 11/31] block: rename blkdev_close to blkdev_release
Hannes Reinecke
- [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
Hannes Reinecke
- [PATCH 13/31] bcache: don't pass a stack address to blkdev_get_by_path
Hannes Reinecke
- [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Hannes Reinecke
- [PATCH 15/31] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Hannes Reinecke
- [PATCH 16/31] block: use the holder as indication for exclusive opens
Hannes Reinecke
- [PATCH 17/31] block: add a sb_open_mode helper
Hannes Reinecke
- [PATCH 18/31] fs: remove sb->s_mode
Hannes Reinecke
- [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Hannes Reinecke
- [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Hannes Reinecke
- [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Hannes Reinecke
- [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Hannes Reinecke
- [PATCH 23/31] mtd: block: use a simple bool to track open for write
Hannes Reinecke
- [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
Hannes Reinecke
- [PATCH 25/31] ubd: remove commented out code in ubd_open
Hannes Reinecke
- [PATCH 26/31] block: move a few internal definitions out of blkdev.h
Hannes Reinecke
- [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
Hannes Reinecke
- [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
Hannes Reinecke
- [PATCH 30/31] block: store the holder in file->private_data
Hannes Reinecke
- [PATCH 31/31] fs: remove the now unused FMODE_* flags
Hannes Reinecke
- [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
Hannes Reinecke
- [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
Hannes Reinecke
- [dm-devel] [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
Hannes Reinecke
- [PATCH 29/30] block: store the holder in file->private_data
Hannes Reinecke
- [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
Guenter Roeck
- [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
Guenter Roeck
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Guenter Roeck
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Guenter Roeck
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Guenter Roeck
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Guenter Roeck
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs
Guenter Roeck
- [PATCH 00/79] fs: new accessors for inode->i_ctime
Steven Rostedt
- [GIT PULL] Landlock updates for v6.5
Mickaël Salaün
- [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
Gerald Schaefer
- [PATCH v2] uml: Replace strlcpy with strscpy
Azeem Shaikh
- [PATCH v2] uml: Replace strlcpy with strscpy
Azeem Shaikh
- [PATCH v3] uml: Replace strlcpy with strscpy
Azeem Shaikh
- [PATCH 15/31] btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
David Sterba
- [PATCH 16/31] block: use the holder as indication for exclusive opens
David Sterba
- [PATCH 01/79] fs: add ctime accessors infrastructure
Tom Talpey
- [PATCH 01/79] fs: add ctime accessors infrastructure
Tom Talpey
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
Geert Uytterhoeven
- [PATCH v3 25/34] m68k: Convert various functions to use ptdescs
Geert Uytterhoeven
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
Geert Uytterhoeven
- Build regressions/improvements in v6.4-rc6
Geert Uytterhoeven
- Build regressions/improvements in v6.4-rc6
Geert Uytterhoeven
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Geert Uytterhoeven
- [PATCH v4 25/34] m68k: Convert various functions to use ptdescs
Geert Uytterhoeven
- [patch 06/17] m68k/cpu: Switch to arch_cpu_finalize_init()
Geert Uytterhoeven
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs
Geert Uytterhoeven
- [PATCH v5 24/33] m68k: Convert various functions to use ptdescs
Geert Uytterhoeven
- [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Jinpu Wang
- [PATCH 16/31] block: use the holder as indication for exclusive opens
Jinpu Wang
- [PATCH 10/31] block: remove the unused mode argument to ->release
Jinpu Wang
- [PATCH 09/31] block: pass a gendisk to ->open
Jinpu Wang
- [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
Jinpu Wang
- [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
Jinpu Wang
- [PATCH] uml: Replace all non-returning strlcpy with strscpy
Richard Weinberger
- [PATCH 25/31] ubd: remove commented out code in ubd_open
Richard Weinberger
- [PATCH 23/31] mtd: block: use a simple bool to track open for write
Richard Weinberger
- [PATCH v2] uml: Replace strlcpy with strscpy
Richard Weinberger
- Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy)
Richard Weinberger
- [patch 10/17] um/cpu: Switch to arch_cpu_finalize_init()
Richard Weinberger
- UML for arm64
Richard Weinberger
- [PATCH] x86: Fix build of UML with KASAN
Vincent Whitchurch
- [PATCH v4 04/34] pgtable: Create struct ptdesc
Matthew Wilcox
- [PATCH v6 00/33] Split ptdesc from struct page
Matthew Wilcox
- [PATCH v6 00/33] Split ptdesc from struct page
Matthew Wilcox
- [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path
Rafael J. Wysocki
- [PATCH v6 03/33] pgtable: Create struct ptdesc
Peter Xu
- [PATCH v7 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
Masahiro Yamada
- [PATCH v7 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"
Masahiro Yamada
- [PATCH v7 02/11] modpost: pass struct module pointer to check_section_mismatch()
Masahiro Yamada
- [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
- [PATCH v7 04/11] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
Masahiro Yamada
- [PATCH v7 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
Masahiro Yamada
- [PATCH v7 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
Masahiro Yamada
- [PATCH v7 07/11] modpost: use null string instead of NULL pointer for default namespace
Masahiro Yamada
- [PATCH v7 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
Masahiro Yamada
- [PATCH v7 09/11] modpost: merge two similar section mismatch warnings
Masahiro Yamada
- [PATCH v7 10/11] modpost: show offset from symbol for section mismatch warnings
Masahiro Yamada
- [PATCH v7 11/11] linux/export.h: rename 'sec' argument to 'license'
Masahiro Yamada
- [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
- [PATCH v8 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
Masahiro Yamada
- [PATCH v8 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"
Masahiro Yamada
- [PATCH v8 02/11] modpost: pass struct module pointer to check_section_mismatch()
Masahiro Yamada
- [PATCH v8 03/11] kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
- [PATCH v8 04/11] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
Masahiro Yamada
- [PATCH v8 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
Masahiro Yamada
- [PATCH v8 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
Masahiro Yamada
- [PATCH v8 07/11] modpost: use null string instead of NULL pointer for default namespace
Masahiro Yamada
- [PATCH v8 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
Masahiro Yamada
- [PATCH v8 09/11] modpost: merge two similar section mismatch warnings
Masahiro Yamada
- [PATCH v8 10/11] modpost: show offset from symbol for section mismatch warnings
Masahiro Yamada
- [PATCH v8 11/11] linux/export.h: rename 'sec' argument to 'license'
Masahiro Yamada
- [PATCH v8 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
Masahiro Yamada
- [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
- [PATCH -next] um/x86: Remove unsued extern declaration ldt_host_info()
YueHaibing
- [GIT PULL] Landlock updates for v6.5
pr-tracker-bot at kernel.org
- [PATCH v3 25/34] m68k: Convert various functions to use ptdescs
kernel test robot
- [linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
kernel test robot
- [PATCH v5 24/33] m68k: Convert various functions to use ptdescs
kernel test robot
Last message date:
Fri Jun 30 15:12:43 PDT 2023
Archived on: Sat Jul 1 14:44:34 PDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).