summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-13kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-12-13mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V1-4/+2
2016-12-13mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V1-5/+7
2016-12-13mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser1-1/+2
2016-12-13mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-12-13mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen1-0/+13
2016-12-13mm, slab: maintain total slab count instead of active countDavid Rientjes2-43/+31
2016-12-13mm, slab: faster active and free statsGreg Thelen2-71/+49
2016-12-13mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2-0/+21
2016-12-13slub: avoid false-postive warningArnd Bergmann1-1/+1
2016-12-13slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2016-12-13mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2016-12-13ocfs2: replace CURRENT_TIME macroDeepa Dinamani3-4/+6
2016-12-13ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani3-4/+4
2016-12-13ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant1-1/+0
2016-12-13ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun3-8/+5
2016-12-13ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun1-6/+0
2016-12-13ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua1-4/+1
2016-12-13ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-12-13drivers/pcmcia/m32r_pcc.c: check return from add_pcc_socketSudip Mukherjee1-2/+8
2016-12-13drivers/pcmcia/m32r_pcc.c: use common error pathSudip Mukherjee1-7/+10
2016-12-13drivers/pcmcia/m32r_pcc.c: check return from request_irqSudip Mukherjee1-4/+10
2016-12-13m32r: fix build warningSudip Mukherjee1-0/+2
2016-12-13m32r: add simple dmaSudip Mukherjee3-2/+38
2016-12-13scripts/tags.sh: handle OMAP platforms properlySam Protsenko1-2/+17
2016-12-13scripts/bloat-o-meter: compile .NUMBER regexAlexey Dobriyan1-1/+3
2016-12-13scripts/bloat-o-meter: don't use readlines()Alexey Dobriyan1-11/+12
2016-12-13prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy2-11/+5
2016-12-13kthread: add __printf attributesNicolas Iooss2-3/+4
2016-12-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-17/+74
2016-12-13Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-940/+647
2016-12-13Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-803/+74
2016-12-13Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2016-12-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds38-547/+105
2016-12-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-112/+43
2016-12-13Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+8
2016-12-13Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-32/+42
2016-12-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+8
2016-12-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds41-497/+703
2016-12-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-23/+39
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-91/+528
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+5
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds36-406/+1152
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds289-1053/+98023
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-16/+13
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds116-1523/+674
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-62/+872
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+12
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-107/+221
2016-12-12Merge tag 'cris-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds3-9/+9