summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-09-09ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova1-1/+2
2017-09-09ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova1-2/+3
2017-09-09drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day3-12/+10
2017-09-09cpumask: make cpumask_next() out-of-lineAlexey Dobriyan1-14/+1
2017-09-09kmod: split off umh headers into its own fileLuis R. Rodriguez2-59/+70
2017-09-09autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi1-2/+0
2017-09-09autofs: make dev ioctl version and ismountpoint user accessibleIan Kent1-1/+1
2017-09-09autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent1-2/+1
2017-09-09lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso1-1/+1
2017-09-09bitmap: introduce BITMAP_FROM_U64()Yury Norov1-0/+32
2017-09-09lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso1-1/+1
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso8-30/+64
2017-09-09locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso3-11/+8
2017-09-09rbtree: cache leftmost node internallyDavidlohr Bueso2-3/+51
2017-09-09bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke1-2/+3
2017-09-09include: warn for inconsistent endian config definitionBabu Moger2-0/+8
2017-09-09treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-3/+3
2017-09-09vga: optimise console scrollingMatthew Wilcox1-0/+13
2017-09-09lib/string.c: add multibyte memset functionsMatthew Wilcox1-0/+30
2017-09-09linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada1-2/+5
2017-09-09proc: uninline proc_create()Alexey Dobriyan1-7/+1
2017-09-09mm: consider the number in local CPUs when reading NUMA statsKemi Wang1-1/+5
2017-09-09mm: update NUMA counter threshold sizeKemi Wang1-2/+1
2017-09-09mm: change the call sites of numa statistics itemsKemi Wang2-9/+45
2017-09-09mm/hmm: fix build when HMM is disabledJérôme Glisse1-2/+1
2017-09-09mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse4-27/+43
2017-09-09mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse1-0/+3
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse4-10/+36
2017-09-09mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse1-0/+9
2017-09-09mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse1-2/+8
2017-09-09mm/migrate: new memory migration helper for use with device memoryJérôme Glisse1-0/+104
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2-0/+10
2017-09-09mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse1-1/+21
2017-09-09mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse1-0/+155
2017-09-09mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2-9/+35
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse5-3/+175
2017-09-09mm/memory_hotplug: introduce add_pagesMichal Hocko1-0/+11
2017-09-09mm/hmm/mirror: device page fault handlerJérôme Glisse1-0/+27
2017-09-09mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse1-2/+53
2017-09-09mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse1-0/+110
2017-09-09mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2-0/+158
2017-09-09mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi1-1/+14
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2-1/+35
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan2-3/+29
2017-09-09mm: thp: enable thp migration in generic pathZi Yan1-3/+70
2017-09-09mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi1-0/+10
2017-09-09mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi1-1/+2
2017-09-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-15/+44
2017-09-08Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-21/+24
2017-09-08Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+0