Show patches with: Archived = No       |   4291 patches
« 1 2 ... 40 41 42 43 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[-next-akpm,3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap Add support for fast mremap 1 - - - --- 2018-11-08 Joel Fernandes Not Applicable
[-next-akpm,2/3] mm: speed up mremap by 20x on large regions (v5) Add support for fast mremap 1 - 1 - --- 2018-11-08 Joel Fernandes Not Applicable
[-next-akpm,1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2) Add support for fast mremap 1 - - - --- 2018-11-08 Joel Fernandes Not Applicable
Fix breakage from switching to MQ BLK framework Fix breakage from switching to MQ BLK framework - - - - --- 2018-11-08 Anton Ivanov Superseded
[-next,3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap Add support for fast mremap 1 - - - --- 2018-11-03 Joel Fernandes Superseded
[-next,2/3] mm: speed up mremap by 20x on large regions (v4) Add support for fast mremap 1 - - - --- 2018-11-03 Joel Fernandes Superseded
[-next,1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2) Add support for fast mremap 1 - - - --- 2018-11-03 Joel Fernandes Superseded
[v2,2/2] arm64: Create asm/initrd.h arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD - - - - --- 2018-10-24 Florian Fainelli Not Applicable
[v2,1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD - - - - --- 2018-10-24 Florian Fainelli Not Applicable
[RFC,v2,14/14] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,13/14] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,12/14] kunit.py: improve output from python wrapper kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,11/14] kunit: add KUnit wrapper script and simple output parser kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,10/14] kunit: add Python libraries for handing KUnit config and kernel kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,09/14] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,08/14] arch: um: add shim to trap to allow installing a fault catcher for tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,07/14] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,06/14] arch: um: enable running kunit from User Mode Linux kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,05/14] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,04/14] kunit: test: add test_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,03/14] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,02/14] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[RFC,v2,01/14] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-23 Brendan Higgins Not Applicable
[2/2] arm64: Create asm/initrd.h arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD - - - - --- 2018-10-23 Florian Fainelli Not Applicable
[1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD - - - - --- 2018-10-23 Florian Fainelli Not Applicable
mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic. mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic. 1 - - - --- 2018-10-22 Arun KS Not Applicable
[RFC,v1,31/31] MAINTAINERS: add entry for KUnit the unit testing framework kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,30/31] kunit.py: improved output from python wrapper kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,29/31] kunit: added KUnit wrapper script and simple output parser kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,28/31] kunit: added Python libraries for handing KUnit config and kernel kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,27/31] Documentation: kunit: adds complete documentation for KUnit kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,26/31] arch: um: added stubs for mock iomem for KUnit kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,25/31] kunit: added concept of platform mocking kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,24/31] kunit: improved sigsegv stack trace printing kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,23/31] kunit: mock: add parameter capturers kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,22/31] kunit: mock: add the concept of spyable functions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,21/31] kunit: mock: added support for arbitrary function mocking kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,20/31] kunit: mock: add ability to mock functions with void context kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,19/31] kunit: mock: implemented nice, strict and naggy mock distinctions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,18/31] kunit: mock: added parameter formatters kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,17/31] kunit: mock: added struct param matcher kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,16/31] kunit: mock: added class mocking support kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,15/31] kunit: mock: added basic matchers and actions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,14/31] kunit: mock: added internal mock infrastructure kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,13/31] kunit: mock: added parameter list minipulation macros kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,12/31] checkpatch: added support for struct MOCK(foo) syntax kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,11/31] kunit: test: added concept of post conditions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,10/31] kunit: test: added concept of initcalls kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,09/31] kunit: test: added the concept of assertions kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,08/31] arch: um: added shim to trap to allow installing a fault catcher for tests kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,07/31] kunit: test: added initial tests kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,06/31] arch: um: enabled running kunit from User Mode Linux kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,05/31] kunit: test: added the concept of expectations kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,04/31] kunit: test: added test_stream a std::stream like logger kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,03/31] kunit: test: added test resource management API kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,02/31] kunit: test: adds KUnit test runner core kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC,v1,01/31] kunit: test: added string_stream a std::stream like string builder kunit: Introducing KUnit, the Linux kernel unit testing framework - - - - --- 2018-10-16 Brendan Higgins Not Applicable
[RFC] ubd: remove use of blk_rq_map_sg [RFC] ubd: remove use of blk_rq_map_sg - - - - --- 2018-10-15 Christoph Hellwig Superseded
[4/4] x86: select HAVE_MOVE_PMD for faster mremap (v1) Add support for fast mremap - - - - --- 2018-10-13 Joel Fernandes Not Applicable
[3/4] arm64: select HAVE_MOVE_PMD for faster mremap (v1) Add support for fast mremap - - - - --- 2018-10-13 Joel Fernandes Not Applicable
[2/4] mm: speed up mremap by 500x on large regions (v2) Add support for fast mremap - - - - --- 2018-10-13 Joel Fernandes Not Applicable
[1/4] treewide: remove unused address argument from pte_alloc functions (v2) Add support for fast mremap - - - - --- 2018-10-13 Joel Fernandes Not Applicable
[v2,2/2] mm: speed up mremap by 500x on large regions [v2,1/2] treewide: remove unused address argument from pte_alloc functions - - - - --- 2018-10-12 Joel Fernandes Not Applicable
[v2,1/2] treewide: remove unused address argument from pte_alloc functions [v2,1/2] treewide: remove unused address argument from pte_alloc functions - - - - --- 2018-10-12 Joel Fernandes Not Applicable
Optimise TLB flush for kernel mm in UML Optimise TLB flush for kernel mm in UML - - - - --- 2018-10-08 Anton Ivanov Superseded
memblock: stop using implicit alignement to SMP_CACHE_BYTES memblock: stop using implicit alignement to SMP_CACHE_BYTES 2 - - - --- 2018-10-04 Mike Rapoport Not Applicable
[v3] Optimise TLB flush for kernel mm in UML [v3] Optimise TLB flush for kernel mm in UML - - - - --- 2018-10-04 Anton Ivanov Superseded
[v2] Optimise TLB flush for kernel mm in UML [v2] Optimise TLB flush for kernel mm in UML - - - - --- 2018-10-04 Anton Ivanov Superseded
Optimise TLB flush for kernel mm in UML Optimise TLB flush for kernel mm in UML - - - - --- 2018-09-28 Anton Ivanov Superseded
samples: disable CONFIG_SAMPLES for UML samples: disable CONFIG_SAMPLES for UML - 1 - - --- 2018-09-18 Masahiro Yamada Not Applicable
[30/30] docs/boot-time-mm: remove bootmem documentation mm: remove bootmem allocator - - - - --- 2018-09-14 Mike Rapoport Not Applicable
[29/30] mm: remove include/linux/bootmem.h mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[27/30] mm: remove nobootmem mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[26/30] memblock: rename __free_pages_bootmem to memblock_free_pages mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[25/30] memblock: rename free_all_bootmem to memblock_free_all mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[24/30] memblock: replace free_bootmem_late with memblock_free_late mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[23/30] memblock: replace free_bootmem{_node} with memblock_free mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[22/30] mm: nobootmem: remove bootmem allocation APIs mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[21/30] memblock: replace alloc_bootmem with memblock_alloc mm: remove bootmem allocator - - - - --- 2018-09-14 Mike Rapoport Not Applicable
[20/30] memblock: replace __alloc_bootmem with memblock_alloc_from mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[19/30] memblock: replace alloc_bootmem_pages with memblock_alloc mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[14/30] memblock: add align parameter to memblock_alloc_node() mm: remove bootmem allocator - - - - --- 2018-09-14 Mike Rapoport Not Applicable
[13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[08/30] memblock: replace alloc_bootmem_align with memblock_alloc mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[07/30] memblock: remove _virt from APIs returning virtual address mm: remove bootmem allocator - - - - --- 2018-09-14 Mike Rapoport Not Applicable
[06/30] memblock: rename memblock_alloc{_nid, _try_nid} to memblock_phys_alloc* mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[05/30] mm: nobootmem: remove dead code mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[04/30] mm: remove bootmem allocator implementation. mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[03/30] mm: remove CONFIG_HAVE_MEMBLOCK mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[02/30] mm: remove CONFIG_NO_BOOTMEM mm: remove bootmem allocator 1 - - - --- 2018-09-14 Mike Rapoport Not Applicable
[01/30] mips: switch to NO_BOOTMEM mm: remove bootmem allocator - - - - --- 2018-09-14 Mike Rapoport Not Applicable
« 1 2 ... 40 41 42 43 »