summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2017-07-061-0/+1
* mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual2017-07-061-1/+10
* mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2017-07-061-2/+0
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-061-0/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-062-6/+23
* mm: consider zone which is not fully populated to have holesMichal Hocko2017-07-062-6/+51
* mm, memory_hotplug: split up register_one_node()Michal Hocko2017-07-061-1/+34
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* mm: remove return value from init_currently_empty_zoneMichal Hocko2017-07-061-1/+1
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-061-0/+7
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-061-2/+2
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-061-10/+2
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-063-9/+23
* mm, sparsemem: break out of loops earlyDave Hansen2017-07-061-0/+2
* mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-0/+13
* mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-0/+19
* mm/slub.c: pack red_left_pad with another int to save a wordWei Yang2017-07-061-1/+1
* include/linux/filter.h: use linux/set_memory.hMichael Ellerman2017-07-061-4/+1
* provide linux/set_memory.hMichael Ellerman2017-07-061-0/+20
* compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabledDavid Rientjes2017-07-062-15/+11
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-07-061-0/+12
|\
| * cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-0/+9
| * cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-141-0/+3
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-07-062-3/+9
|\ \
| * | libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig2017-06-052-0/+2
| * | libata: clarify log page naming / groupingChristoph Hellwig2017-06-051-3/+7
| * | ata: update references for libata documentationMauro Carvalho Chehab2017-05-162-2/+2
* | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-064-8/+9
|\ \ \
| * | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-204-8/+9
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-054-3/+74
|\ \ \ \
| * | | | ras: mark stub functions as 'inline'Arnd Bergmann2017-06-291-5/+7
| * | | | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-2620-60/+192
| |\ \ \ \
| | * | | | trace, ras: add ARM processor error trace eventTyler Baicar2017-06-221-0/+3
| | * | | | ras: acpi / apei: generate trace event for unrecognized CPER sectionTyler Baicar2017-06-222-1/+15
| | * | | | efi: parse ARM processor errorTyler Baicar2017-06-221-0/+54
| * | | | | ACPI/IORT: Remove iort_node_match()Lorenzo Pieralisi2017-06-151-2/+0
* | | | | | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-054-2/+25
|\ \ \ \ \ \
| * | | | | | nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-1/+1
| * | | | | | time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-253-1/+17
| * | | | | | time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-252-0/+7
* | | | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-2/+4
|\ \ \ \ \ \ \
| * | | | | | | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+2
| * | | | | | | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+2
* | | | | | | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-052-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-0/+2
| * | | | | | | | wait4(2)/waitid(2): separate copying rusage to userlandAl Viro2017-05-211-1/+1
* | | | | | | | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs/fcntl: f_setown, allow returning errorJiri Slaby2017-06-141-1/+1
| * | | | | | | | | fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig2017-05-271-4/+4