summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-085-24/+55
* 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-081-0/+2
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-2/+12
* 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 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-072-2/+19
|\
| * Merge branch 'fixes' into miscJames Bottomley2017-09-071-2/+0
| |\
| * | scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-291-2/+3
| * | scsi: rcu: Introduce rcu_swap_protected()Bart Van Assche2017-08-291-0/+16
* | | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-073-21/+24
|\ \ \
| * | | LSM: drop bprm_secureexec hookKees Cook2017-08-012-15/+5
| * | | commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook2017-08-011-3/+0
| * | | commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-012-2/+8