summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | binfmt: Introduce secureexec flagKees Cook2017-08-011-1/+7
| * | | exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-2/+6
* | | | Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-071-9/+0
|\ \ \ \
| * | | | Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-171-9/+0
| |/ / /
* | | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-073-19/+21
|\ \ \ \
| * | | | quota: Add lock annotations to struct membersJan Kara2017-08-211-11/+11
| * | | | quota: Reduce contention on dq_data_lockJan Kara2017-08-171-1/+2
| * | | | fs: Provide __inode_get_bytes()Jan Kara2017-08-171-0/+4
| * | | | quota: Inline functions into their callsitesJan Kara2017-08-171-5/+0
| * | | | quota: Allow disabling tracking of dirty dquots in a listJan Kara2017-08-171-0/+3
| * | | | quota: Remove dq_wait_unused from dquotJan Kara2017-08-171-1/+0
| * | | | quota: Convert dqio_mutex to rwsemJan Kara2017-08-171-1/+1
| | |/ / | |/| |
* | | | Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-1/+1
|\ \ \ \
| * | | | of: return of_get_cpu_node from of_cpu_device_node_get if CPUs are not regist...Sudeep Holla2017-08-211-1/+1