aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-15autofs4: coding style fixesIan Kent4-30/+15
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim3-6/+5
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-5/+7
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner3-23/+20
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2-11/+2
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2-13/+56
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-5/+11
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2-1/+6
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott2-0/+6
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott1-0/+9
2016-03-15mm, debug: move bad flags printing to bad_page()Vlastimil Babka1-2/+1
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka1-0/+9
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka3-1/+15
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka1-1/+9
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka1-12/+10
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka1-0/+3
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka8-59/+169
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka1-1/+1
2016-03-15mm, tracing: make show_gfp_flags() up to dateVlastimil Babka2-23/+36
2016-03-15tracepoints: move trace_print_flags definitions to tracepoint-defs.hVlastimil Babka2-12/+12
2016-03-15mm/slub: support left redzoneJoonsoo Kim1-0/+1
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott1-1/+1
2016-03-15mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim1-0/+3
2016-03-15mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim1-4/+8
2016-03-15mm: fix some spellingJesper Dangaard Brouer2-2/+2
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer1-0/+9
2016-03-15mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer1-3/+2
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-21/+153
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-10/+202
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+19
2016-03-14Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+17
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+8
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+33
2016-03-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2016-03-12block: don't optimize for non-cloned bio in bio_get_last_bvec()Ming Lei1-5/+0
2016-03-11Merge tag 'media/v4.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+5
2016-03-10[media] media-device: map new functions into old types for legacy APIMauro Carvalho Chehab1-1/+5
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar19-63/+153
2016-03-09Merge tag 'trace-fixes-v4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+9
2016-03-09dma-mapping: avoid oops when parameter cpu_addr is nullZhen Lei1-1/+1
2016-03-09kasan: add functions to clear stack poisonMark Rutland1-1/+5
2016-03-09list: kill list_force_poison()Dan Williams1-11/+0
2016-03-09tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)1-8/+9
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-8/+17
2016-03-08Merge tag 'sound-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+4
2016-03-08Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar6-21/+153
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni1-5/+1
2016-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-1/+37
2016-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1