summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox
2017-07-10ARM: fix rd_size declarationBart Van Assche
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott
2017-07-10linux/bug.h: correct "space required before that '-'"Ian Abbott
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott
2017-07-10linux/bug.h: correct formatting of block commentIan Abbott
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko
2017-07-10mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala
2017-07-10include/linux/backing-dev.h: simplify wb_stat_sumNikolay Borisov
2017-07-10include/linux/mmzone.h: remove ancient/ambiguous commentNikolay Borisov
2017-07-10hugetlb: add support for preferred node to alloc_huge_page_nodemaskMichal Hocko
2017-07-10mm, hugetlb: unclutter hugetlb allocation layersMichal Hocko
2017-07-10mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin
2017-07-10mm: unify new_node_page and alloc_migrate_targetMichal Hocko
2017-07-10hugetlb, memory_hotplug: prefer to use reserved pages for migrationMichal Hocko
2017-07-10include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...Will Deacon
2017-07-10mm: always enable thp for dax mappingsDan Williams
2017-07-10mm: improve readability of transparent_hugepage_enabled()Dan Williams
2017-07-10oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACKSteven Rostedt (VMware)
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-10mm: hugetlb: delete dequeue_hwpoisoned_huge_page()Naoya Horiguchi
2017-07-10mm: hugetlb: soft-offline: dissolve source hugepage after successful migrationAnshuman Khandual
2017-07-10mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi
2017-07-10swap: add block io poll in swapin pathShaohua Li
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-10Merge branch 'fix-uio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2017-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-07-10fix brown paperbag bug in inlined copy_..._iter()Al Viro
2017-07-10Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina
2017-07-10Merge branches 'for-4.13/ish' and 'for-4.13/ite' into for-linusJiri Kosina
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-07-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan
2017-07-08sched/headers/uapi: Fix linux/sched/types.h userspace compilation errorsDmitry V. Levin