| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/hugetlb: export hugetlb_entry_migration helper | Aneesh Kumar K.V | 2017-07-06 | 1 | -0/+1 |
* | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level | Anshuman Khandual | 2017-07-06 | 1 | -1/+10 |
* | mm, memory_hotplug: remove unused cruft after memory hotplug rework | Michal Hocko | 2017-07-06 | 1 | -2/+0 |
* | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko | 2017-07-06 | 1 | -0/+2 |
* | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 | 2 | -6/+23 |
* | mm: consider zone which is not fully populated to have holes | Michal Hocko | 2017-07-06 | 2 | -6/+51 |
* | mm, memory_hotplug: split up register_one_node() | Michal Hocko | 2017-07-06 | 1 | -1/+34 |
* | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | mm: remove return value from init_currently_empty_zone | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 2017-07-06 | 1 | -0/+7 |
* | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 2017-07-06 | 1 | -2/+2 |
* | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 2017-07-06 | 1 | -10/+2 |
* | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 2017-07-06 | 3 | -9/+23 |
* | mm, sparsemem: break out of loops early | Dave Hansen | 2017-07-06 | 1 | -0/+2 |
* | mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 2017-07-06 | 1 | -0/+13 |
* | mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 2017-07-06 | 1 | -0/+19 |
* | mm/slub.c: pack red_left_pad with another int to save a word | Wei Yang | 2017-07-06 | 1 | -1/+1 |
* | include/linux/filter.h: use linux/set_memory.h | Michael Ellerman | 2017-07-06 | 1 | -4/+1 |
* | provide linux/set_memory.h | Michael Ellerman | 2017-07-06 | 1 | -0/+20 |
* | compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled | David Rientjes | 2017-07-06 | 2 | -15/+11 |
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2017-07-06 | 1 | -0/+12 |
|\ |
|
| * | cgroup: implement "nsdelegate" mount option | Tejun Heo | 2017-06-28 | 1 | -0/+9 |
| * | cgroup: Keep accurate count of tasks in each css_set | Waiman Long | 2017-06-14 | 1 | -0/+3 |
* | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2017-07-06 | 2 | -3/+9 |
|\ \ |
|
| * | | libata: implement SECURITY PROTOCOL IN/OUT | Christoph Hellwig | 2017-06-05 | 2 | -0/+2 |
| * | | libata: clarify log page naming / grouping | Christoph Hellwig | 2017-06-05 | 1 | -3/+7 |
| * | | ata: update references for libata documentation | Mauro Carvalho Chehab | 2017-05-16 | 2 | -2/+2 |
* | | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2017-07-06 | 4 | -8/+9 |
|\ \ \ |
|
| * | | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch | Nikolay Borisov | 2017-06-20 | 4 | -8/+9 |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-07-05 | 4 | -3/+74 |
|\ \ \ \ |
|
| * | | | | ras: mark stub functions as 'inline' | Arnd Bergmann | 2017-06-29 | 1 | -5/+7 |
| * | | | | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core | Will Deacon | 2017-06-26 | 20 | -60/+192 |
| |\ \ \ \ |
|
| | * | | | | trace, ras: add ARM processor error trace event | Tyler Baicar | 2017-06-22 | 1 | -0/+3 |
| | * | | | | ras: acpi / apei: generate trace event for unrecognized CPER section | Tyler Baicar | 2017-06-22 | 2 | -1/+15 |
| | * | | | | efi: parse ARM processor error | Tyler Baicar | 2017-06-22 | 1 | -0/+54 |
| * | | | | | ACPI/IORT: Remove iort_node_match() | Lorenzo Pieralisi | 2017-06-15 | 1 | -2/+0 |
* | | | | | | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-05 | 4 | -2/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | nanosleep: Use get_timespec64() and put_timespec64() | Deepa Dinamani | 2017-06-30 | 1 | -1/+1 |
| * | | | | | | time: introduce {get,put}_itimerspec64 | Deepa Dinamani | 2017-06-25 | 3 | -1/+17 |
| * | | | | | | time: add get_timespec64 and put_timespec64 | Deepa Dinamani | 2017-06-25 | 2 | -0/+7 |
* | | | | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-05 | 1 | -2/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fs: implement vfs_iter_write using do_iter_write | Christoph Hellwig | 2017-06-29 | 1 | -1/+2 |
| * | | | | | | | fs: implement vfs_iter_read using do_iter_read | Christoph Hellwig | 2017-06-29 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-05 | 2 | -1/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | osf_wait4: switch to kernel_wait4() | Al Viro | 2017-05-21 | 1 | -0/+2 |
| * | | | | | | | | wait4(2)/waitid(2): separate copying rusage to userland | Al Viro | 2017-05-21 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-05 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | fs/fcntl: f_setown, allow returning error | Jiri Slaby | 2017-06-14 | 1 | -1/+1 |
| * | | | | | | | | | fs/locks: pass kernel struct flock to fcntl_getlk/setlk | Christoph Hellwig | 2017-05-27 | 1 | -4/+4 |