| Commit message (Expand) | Author | Age | Files | Lines |
* | percpu: resolve err may not be initialized in pcpu_alloc | Dennis Zhou | 2017-06-21 | 1 | -1/+3 |
* | percpu: add tracepoint support for percpu memory | Dennis Zhou | 2017-06-20 | 3 | -0/+16 |
* | percpu: expose statistics about percpu memory via debugfs | Dennis Zhou | 2017-06-20 | 7 | -0/+380 |
* | percpu: migrate percpu data structures to internal header | Dennis Zhou | 2017-06-20 | 2 | -23/+40 |
* | percpu: add missing lockdep_assert_held to func pcpu_free_area | Dennis Zhou | 2017-06-20 | 1 | -0/+2 |
* | mark most percpu globals as __ro_after_init | Daniel Micay | 2017-05-10 | 1 | -18/+18 |
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-09 | 1 | -1/+1 |
|\ |
|
| * | fix braino in generic_file_read_iter() | Al Viro | 2017-05-08 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-09 | 15 | -139/+310 |
|\ \ |
|
| * | | mm: introduce memalloc_noreclaim_{save,restore} | Vlastimil Babka | 2017-05-09 | 2 | -11/+17 |
| * | | mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC | Vlastimil Babka | 2017-05-09 | 1 | -1/+2 |
| * | | mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required | Oliver O'Halloran | 2017-05-09 | 1 | -2/+18 |
| * | | mm/huge_memory.c: use zap_deposited_table() more | Oliver O'Halloran | 2017-05-09 | 1 | -6/+2 |
| * | | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag | Tetsuo Handa | 2017-05-09 | 1 | -6/+0 |
| * | | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2017-05-09 | 4 | -11/+10 |
| * | | mm, swap: use kvzalloc to allocate some swap data structures | Huang Ying | 2017-05-09 | 3 | -13/+18 |
| * | | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 2017-05-09 | 1 | -4/+1 |
| * | | mm: support __GFP_REPEAT in kvmalloc_node for >32kB | Michal Hocko | 2017-05-09 | 1 | -3/+15 |
| * | | mm, vmalloc: properly track vmalloc users | Michal Hocko | 2017-05-09 | 1 | -11/+1 |
| * | | mm: introduce kv[mz]alloc helpers | Michal Hocko | 2017-05-09 | 3 | -1/+58 |
| * | | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka | 2017-05-09 | 2 | -2/+35 |
| * | | mm, compaction: restrict async compaction to pageblocks of same migratetype | Vlastimil Babka | 2017-05-09 | 2 | -9/+22 |
| * | | mm, compaction: add migratetype to compact_control | Vlastimil Babka | 2017-05-09 | 2 | -8/+8 |
| * | | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka | 2017-05-09 | 1 | -8/+11 |
| * | | mm, page_alloc: count movable pages when stealing from pageblock | Vlastimil Babka | 2017-05-09 | 2 | -17/+62 |
| * | | mm, page_alloc: split smallest stolen page in fallback | Vlastimil Babka | 2017-05-09 | 1 | -25/+37 |
| * | | mm, compaction: remove redundant watermark check in compact_finished() | Vlastimil Babka | 2017-05-09 | 1 | -8/+0 |
| * | | mm, compaction: reorder fields in struct compact_control | Vlastimil Babka | 2017-05-09 | 1 | -5/+5 |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-05-08 | 1 | -4/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | mm: retry writepages() on ENOMEM when doing an data integrity writeback | Theodore Ts'o | 2017-04-28 | 1 | -4/+10 |
* | | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-06 | 3 | -3/+31 |
|\ \ \ |
|
| * | | | cma: Introduce cma_for_each_area | Laura Abbott | 2017-04-18 | 1 | -0/+14 |
| * | | | cma: Store a name in the cma structure | Laura Abbott | 2017-04-18 | 3 | -3/+17 |
| |/ / |
|
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-05-05 | 1 | -15/+41 |
|\ \ \ |
|
| * | | | memblock: add memblock_cap_memory_range() | AKASHI Takahiro | 2017-04-05 | 1 | -15/+29 |
| * | | | memblock: add memblock_clear_nomap() | AKASHI Takahiro | 2017-04-05 | 1 | -0/+12 |
* | | | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-05-04 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | ftrace: Have init/main.c call ftrace directly to free init memory | Steven Rostedt (VMware) | 2017-04-03 | 1 | -3/+0 |
| * | | | | ftrace: Allow for function tracing to record init functions on boot up | Steven Rostedt (VMware) | 2017-03-25 | 1 | -0/+4 |
| |/ / / |
|
* | | | | kasan: separate report parts by empty lines | Andrey Konovalov | 2017-05-04 | 1 | -0/+7 |
* | | | | kasan: improve double-free report format | Andrey Konovalov | 2017-05-04 | 3 | -18/+17 |
* | | | | kasan: print page description after stacks | Andrey Konovalov | 2017-05-04 | 1 | -6/+8 |
* | | | | kasan: improve slab object description | Andrey Konovalov | 2017-05-04 | 1 | -11/+42 |
* | | | | kasan: change report header | Andrey Konovalov | 2017-05-04 | 1 | -4/+4 |
* | | | | kasan: simplify address description logic | Andrey Konovalov | 2017-05-04 | 1 | -16/+21 |
* | | | | kasan: change allocation and freeing stack traces headers | Andrey Konovalov | 2017-05-04 | 1 | -6/+4 |
* | | | | kasan: unify report headers | Andrey Konovalov | 2017-05-04 | 1 | -13/+13 |
* | | | | kasan: introduce helper functions for determining bug type | Andrey Konovalov | 2017-05-04 | 1 | -10/+30 |
* | | | | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page | Naoya Horiguchi | 2017-05-04 | 1 | -0/+8 |
* | | | | mm: hwpoison: call shake_page() unconditionally | Naoya Horiguchi | 2017-05-04 | 2 | -18/+12 |