July 2023 Archives by author
Starting: Mon Jul 3 02:41:35 PDT 2023
Ending: Mon Jul 31 19:05:07 PDT 2023
Messages: 139
- [PATCH v5 27/38] um: Implement the new page table range API
Matthew Wilcox (Oracle)
- [PATCH mm-unstable v7 00/31] Split ptdesc from struct page
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 13/31] x86: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 17/31] arm: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 18/31] arm64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 21/31] loongarch: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 22/31] m68k: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 23/31] mips: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 28/31] sparc64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 00/31] Split ptdesc from struct page
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 13/31] x86: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 17/31] arm: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 18/31] arm64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 21/31] loongarch: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 22/31] m68k: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 23/31] mips: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 28/31] sparc64: Convert various functions to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
Vishal Moola (Oracle)
- [apparmor] [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
Seth Arnold
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Eric W. Biederman
- [PATCH v2 00/92] fs: new accessors for inode->i_ctime
Christian Brauner
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Christian Brauner
- [PATCH 01/79] fs: add ctime accessors infrastructure
Christian Brauner
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Mark Brown
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Mark Brown
- [PATCH mm-unstable v7 00/31] Split ptdesc from struct page
Hugh Dickins
- [PATCH v1] drivers: use free_netdev before return
Minjie Du
- [PATCH v2] drivers: use free_netdev before return
Minjie Du
- [PATCH v3] um: vector: Replace undo_user_init in old code with out_free_netdev
Minjie Du
- [PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
Minjie Du
- [PATCH 01/79] fs: add ctime accessors infrastructure
Randy Dunlap
- [PATCH] um/drivers: Kconfig: fix hostaudio build errors
Randy Dunlap
- [PATCH v2] um/drivers: Kconfig: fix hostaudio build errors
Randy Dunlap
- [PATCH v2] um/drivers: Kconfig: fix hostaudio build errors
Randy Dunlap
- linux-next: Tree for Jul 27 (fbdev/core/fbcon.o)
Randy Dunlap
- linux-next: Tree for Jul 27 (fbdev/core/fbcon.o)
Randy Dunlap
- [PATCH v3] um/drivers: fix hostaudio build errors
Randy Dunlap
- [PATCH v3] um/drivers: fix hostaudio build errors
Randy Dunlap
- linux-next: Tree for Jul 31 (font problems on UML)
Randy Dunlap
- [PATCH v4] um/drivers: fix hostaudio build errors
Randy Dunlap
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Edgecombe, Rick P
- [PATCH v2] drivers: use free_netdev before return in vector_eth_configure()
Markus Elfring
- [PATCH v3] um: vector: Replace undo_user_init in old code with out_free_netdev
Markus Elfring
- [PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
Markus Elfring
- [PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
Markus Elfring
- [PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
David Gow
- [PATCH 2/2] arch: um: Use the x86 checksum implementation on 32-bit
David Gow
- [PATCH v1] drivers: use free_netdev before return
Anton Ivanov
- [PATCH v2] drivers: use free_netdev before return
Anton Ivanov
- [PATCH v2] um/drivers: Kconfig: fix hostaudio build errors
Takashi Iwai
- [PATCH v3] um/drivers: fix hostaudio build errors
Takashi Iwai
- [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
Jan Kara
- [PATCH v2 50/92] hostfs: convert to ctime accessor functions
Jan Kara
- [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
Jan Kara
- [PATCH 6.4 738/800] um: Use HOST_DIR for mrproper
Greg Kroah-Hartman
- [PATCH 6.1 540/591] um: Use HOST_DIR for mrproper
Greg Kroah-Hartman
- [PATCH 5.15 353/532] um: Use HOST_DIR for mrproper
Greg Kroah-Hartman
- [PATCH 5.10 290/509] um: Use HOST_DIR for mrproper
Greg Kroah-Hartman
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Jeff Layton
- [PATCH v2 07/92] fs: add ctime accessors infrastructure
Jeff Layton
- [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
Jeff Layton
- [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
Jeff Layton
- [PATCH v2 50/92] hostfs: convert to ctime accessor functions
Jeff Layton
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Jeff Layton
- [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
Jeff Layton
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Jeff Layton
- [apparmor] [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
Jeff Layton
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Jeff Layton
- [PATCH v2 00/89] fs: new accessors for inode->i_ctime
Jeff Layton
- [PATCH v2 07/92] fs: add ctime accessors infrastructure
Damien Le Moal
- [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
Damien Le Moal
- [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
Damien Le Moal
- [PATCH v2 1/1] Revert "um: Use swap() to make code cleaner"
Andrew Morton
- [PATCH] um: Remove strlcpy declaration
Azeem Shaikh
- [PATCH v1 1/1] Revert "um: Use swap() to make code cleaner"
Andy Shevchenko
- [PATCH v2 1/1] Revert "um: Use swap() to make code cleaner"
Andy Shevchenko
- [PATCH v1 1/1] Revert "um: Use swap() to make code cleaner"
Andy Shevchenko
- [PATCH v2 2/2] UML: use obj-y to descend into arch/um/*/
Jiri Slaby
- [PATCH v3] um/drivers: fix hostaudio build errors
Richard Weinberger
- [PATCH mm-unstable v7 00/31] Split ptdesc from struct page
Matthew Wilcox
- [PATCH 1/2] UML: hard-code the result of 'uname -s'
Masahiro Yamada
- [PATCH 2/2] UML: use obj-y to descend into arch/um/*/
Masahiro Yamada
- [PATCH v2 1/2] UML: hard-code the result of 'uname -s'
Masahiro Yamada
- [PATCH v2 2/2] UML: use obj-y to descend into arch/um/*/
Masahiro Yamada
- [PATCH] um/drivers: Kconfig: fix hostaudio build errors
Masahiro Yamada
- [PATCH v3] um/drivers: fix hostaudio build errors
Masahiro Yamada
- [f2fs-dev] [PATCH 01/30] block: also call ->open for incremental partition opens
patchwork-bot+f2fs at kernel.org
- Patch "um: Use HOST_DIR for mrproper" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "um: Use HOST_DIR for mrproper" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "um: Use HOST_DIR for mrproper" has been added to the 6.1-stable tree
gregkh at linuxfoundation.org
- Patch "um: Use HOST_DIR for mrproper" has been added to the 6.4-stable tree
gregkh at linuxfoundation.org
- [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
kernel test robot
Last message date:
Mon Jul 31 19:05:07 PDT 2023
Archived on: Mon Jul 31 19:05:29 PDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).