| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 2016-03-16 | 3 | -6/+5 |
* | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 2016-03-16 | 1 | -5/+7 |
* | mm: simplify lock_page_memcg() | Johannes Weiner | 2016-03-16 | 3 | -23/+20 |
* | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 2016-03-16 | 2 | -11/+2 |
* | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 2016-03-16 | 2 | -13/+56 |
* | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 2016-03-16 | 1 | -5/+11 |
* | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov | 2016-03-16 | 2 | -1/+6 |
* | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott | 2016-03-16 | 2 | -0/+6 |
* | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott | 2016-03-16 | 1 | -0/+9 |
* | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka | 2016-03-16 | 1 | -2/+1 |
* | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka | 2016-03-16 | 1 | -0/+9 |
* | mm, page_owner: track and print last migrate reason | Vlastimil Babka | 2016-03-16 | 3 | -1/+15 |
* | mm, page_owner: copy page owner info during migration | Vlastimil Babka | 2016-03-16 | 1 | -1/+9 |
* | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka | 2016-03-16 | 1 | -12/+10 |
* | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 2016-03-16 | 1 | -0/+3 |
* | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 2016-03-16 | 8 | -59/+169 |
* | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 2016-03-16 | 1 | -1/+1 |
* | mm, tracing: make show_gfp_flags() up to date | Vlastimil Babka | 2016-03-16 | 2 | -23/+36 |
* | tracepoints: move trace_print_flags definitions to tracepoint-defs.h | Vlastimil Babka | 2016-03-16 | 2 | -12/+12 |
* | mm/slub: support left redzone | Joonsoo Kim | 2016-03-16 | 1 | -0/+1 |
* | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott | 2016-03-16 | 1 | -1/+1 |
* | mm/slab: alternative implementation for DEBUG_SLAB_LEAK | Joonsoo Kim | 2016-03-16 | 1 | -0/+3 |
* | mm/slab: clean up DEBUG_PAGEALLOC processing code | Joonsoo Kim | 2016-03-16 | 1 | -4/+8 |
* | mm: fix some spelling | Jesper Dangaard Brouer | 2016-03-16 | 2 | -2/+2 |
* | mm: new API kfree_bulk() for SLAB+SLUB allocators | Jesper Dangaard Brouer | 2016-03-16 | 1 | -0/+9 |
* | mm: fault-inject take over bootstrap kmem_cache check | Jesper Dangaard Brouer | 2016-03-16 | 1 | -3/+2 |
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 6 | -21/+153 |
|\ |
|
| * | Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2016-03-08 | 6 | -21/+153 |
| |\ |
|
| | * | posix-cpu-timers: Migrate to use new tick dependency mask model | Frederic Weisbecker | 2016-03-02 | 2 | -5/+0 |
| | * | sched: Migrate sched to use new tick dependency mask model | Frederic Weisbecker | 2016-03-02 | 1 | -3/+0 |
| | * | perf: Migrate perf to use new tick dependency mask model | Frederic Weisbecker | 2016-03-02 | 2 | -8/+0 |
| | * | nohz: Use enum code for tick stop failure tracing message | Frederic Weisbecker | 2016-03-02 | 2 | -5/+32 |
| | * | nohz: New tick dependency mask | Frederic Weisbecker | 2016-03-02 | 2 | -0/+100 |
| | * | atomic: Export fetch_or() | Frederic Weisbecker | 2016-02-13 | 1 | -0/+21 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-15 | 7 | -10/+202 |
|\ \ \ |
|
| * | | | sched/deadline: Remove dl_new from struct sched_dl_entity | Luca Abeni | 2016-03-08 | 1 | -5/+1 |
| * | | | sched/debug: Fix preempt_disable_ip recording for preempt_disable() | Sebastian Andrzej Siewior | 2016-02-29 | 2 | -2/+12 |
| * | | | sched/rt: Fix PI handling vs. sched_setscheduler() | Peter Zijlstra | 2016-02-29 | 1 | -0/+2 |
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2016-02-29 | 57 | -1608/+1744 |
| |\ \ \ |
|
| * | | | | KVM: Use simple waitqueue for vcpu->wq | Marcelo Tosatti | 2016-02-25 | 1 | -2/+3 |
| * | | | | wait.[ch]: Introduce the simple waitqueue (swait) implementation | Peter Zijlstra (Intel) | 2016-02-25 | 1 | -0/+172 |
| * | | | | sched/wait: Fix wait_event_freezable() documentation | Stafford Horne | 2016-02-24 | 1 | -1/+1 |
| * | | | | sched/debug: Make schedstats a runtime tunable that is disabled by default | Mel Gorman | 2016-02-09 | 3 | -0/+11 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-03-15 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | perf: Allow storage of PMU private data in event | Thomas Gleixner | 2016-02-29 | 1 | -0/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 3 | -0/+19 |
|\ \ \ \ \ |
|
| * | | | | | arch: Introduce post-init read-only memory | Kees Cook | 2016-02-22 | 2 | -0/+15 |
| * | | | | | asm-generic: Consolidate mark_rodata_ro() | Kees Cook | 2016-02-22 | 1 | -0/+4 |
* | | | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-03-15 | 1 | -8/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() | Luis R. Rodriguez | 2016-03-09 | 1 | -8/+17 |
| | |_|_|/ /
| |/| | | | |
|