summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0945-176/+1430
|\
| * ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-082-0/+6
| * ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova2017-09-081-1/+2
| * ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-081-2/+3
| * drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-083-12/+10
| * cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-081-14/+1
| * kmod: split off umh headers into its own fileLuis R. Rodriguez2017-09-082-59/+70
| * autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi2017-09-081-2/+0
| * autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2017-09-081-1/+1
| * autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-081-2/+1
| * lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso2017-09-081-1/+1
| * bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-081-0/+32
| * lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso2017-09-081-1/+1
| * lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-088-30/+64
| * locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-083-11/+8
| * rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-082-3/+51
| * bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-081-2/+3
| * include: warn for inconsistent endian config definitionBabu Moger2017-09-082-0/+8
| * treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-3/+3
| * vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+13
| * lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-081-0/+30
| * linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada2017-09-081-2/+5
| * proc: uninline proc_create()Alexey Dobriyan2017-09-081-7/+1
| * mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-081-1/+5
| * mm: update NUMA counter threshold sizeKemi Wang2017-09-081-2/+1
| * mm: change the call sites of numa statistics itemsKemi Wang2017-09-082-9/+45
| * mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-081-2/+1
| * mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-084-27/+43
| * mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-081-0/+3
| * mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-084-10/+36
| * mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-0/+9
| * mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-2/+8
| * mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-081-0/+104
| * mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-082-0/+10
| * mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-081-1/+21
| * mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-081-0/+155
| * mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-082-9/+35
| * mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-085-3/+175
| * mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-081-0/+11
| * mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-081-0/+27
| * mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-081-2/+53
| * mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-081-0/+110
| * mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-082-0/+158
| * mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-081-1/+14
| * mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-082-1/+35
| * mm: thp: check pmd migration entry in common pathZi Yan2017-09-082-3/+29
| * mm: thp: enable thp migration in generic pathZi Yan2017-09-081-3/+70
| * mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-081-0/+10
| * mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-081-1/+2
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-086-38/+96
|\ \