summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-16Merge tag 'edac_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2016-03-15Merge tag 'leds_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds
2016-03-15Merge tag 'rtc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-03-15Merge tag 'hwmon-for-linus-v4.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge tag 'regulator-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2016-03-15Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-03-15Merge tag 'spi-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2016-03-15Merge tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2016-03-15autofs4: fix string.h include in auto_dev-ioctl.hIan Kent
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent
2016-03-15autofs4: change log print macros to not insert newlineIan Kent
2016-03-15autofs4: make autofs log prints consistentIan Kent
2016-03-15autofs4: fix some white space errorsIan Kent
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent
2016-03-15autofs4: coding style fixesIan Kent
2016-03-15autofs: show pipe inode in mount optionsStanislav Kinsburskiy
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel
2016-03-15checkpatch: fix another left brace warningGeyslan G. Bem
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intJoe Perches
2016-03-15checkpatch: exclude asm volatile from complex macro checkJoe Perches
2016-03-15mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate()Johannes Weiner
2016-03-15mm: migrate: consolidate mem_cgroup_migrate() callsJohannes Weiner
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim
2016-03-15mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim
2016-03-15mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov
2016-03-15x86: also use debug_pagealloc_enabled() for free_init_pagesChristian Borntraeger
2016-03-15s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger
2016-03-15x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger
2016-03-15thp: cleanup split_huge_page()Kirill A. Shutemov
2016-03-15mm: use linear_page_index() in do_fault()Matthew Wilcox
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner
2016-03-15mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner
2016-03-15mm: workingset: separate shadow unpacking and refault calculationJohannes Weiner
2016-03-15mm: workingset: #define radix entry eviction maskJohannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko