Age | Commit message (Expand) | Author |
2015-11-05 | mm/util: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | mm/percpu: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | mm/early_ioremap: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | mm/mincore: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | mm/nommu: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | mm/msync: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes | Raghavendra K T |
2015-11-05 | mm/list_lru.c: replace nr_node_ids for loop with for_each_node() | Raghavendra K T |
2015-11-05 | mm: fix docbook comment for get_vaddr_frames() | Jonathan Corbet |
2015-11-05 | memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass() | Tejun Heo |
2015-11-05 | memcg: ratify and consolidate over-charge handling | Tejun Heo |
2015-11-05 | memcg: collect kmem bypass conditions into __memcg_kmem_bypass() | Tejun Heo |
2015-11-05 | memcg: punt high overage reclaim to return-to-userland path | Tejun Heo |
2015-11-05 | memcg: flatten task_struct->memcg_oom | Tejun Heo |
2015-11-05 | mm/mmap.c: remove useless statement "vma = NULL" in find_vma() | Chen Gang |
2015-11-05 | uaccess: reimplement probe_kernel_address() using probe_kernel_read() | Andrew Morton |
2015-11-05 | mm/mlock.c: reorganize mlockall() return values and remove goto-out label | Alexey Klimov |
2015-11-05 | mm/kmemleak.c: remove unneeded initialization of object to NULL | Alexey Klimov |
2015-11-05 | mm: slab: only move management objects off-slab for sizes larger than KMALLOC... | Catalin Marinas |
2015-11-05 | mm/slub: calculate start order with reserved in consideration | Wei Yang |
2015-11-05 | mm/slub: use get_order() instead of fls() | Wei Yang |
2015-11-05 | mm/slub: correct the comment in calculate_order() | Wei Yang |
2015-11-05 | mm/slab_common.c: initialize kmem_cache pointer to NULL | Alexandru Moise |
2015-11-05 | Doc/slub: document slabinfo-gnuplot.sh script | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: gnuplot slabifo extended stat | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: cosmetic globals cleanup | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: output sizes in bytes | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: introduce extended totals mode | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: fix alternate opts names | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: sort slabs by loss | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: limit the number of reported slabs | Sergey Senozhatsky |
2015-11-05 | tools/vm/slabinfo: use getopt no_argument/optional_argument | Sergey Senozhatsky |
2015-11-05 | mm/slab_common.c: do not warn that cache is busy on destroy more than once | Vladimir Davydov |
2015-11-05 | mm/slab_common.c: clear pointers to per memcg caches on destroy | Vladimir Davydov |
2015-11-05 | mm/slab_common.c: rename cache create/destroy helpers | Vladimir Davydov |
2015-11-05 | include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse | Rasmus Villemoes |
2015-11-05 | compiler.h: add support for function attribute assume_aligned | Rasmus Villemoes |
2015-11-05 | slab: convert slab_is_available() to boolean | Denis Kirjanov |
2015-11-05 | kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer... | Ulrich Obergfell |
2015-11-05 | kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}... | Ulrich Obergfell |
2015-11-05 | kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug | Ulrich Obergfell |
2015-11-05 | kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ... | Ulrich Obergfell |
2015-11-05 | kernel/watchdog.c: add sysctl knob hardlockup_panic | Don Zickus |
2015-11-05 | kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup | Jiri Kosina |
2015-11-05 | watchdog: do not unpark threads in watchdog_park_threads() on error | Ulrich Obergfell |
2015-11-05 | watchdog: implement error handling in lockup_detector_suspend() | Ulrich Obergfell |
2015-11-05 | watchdog: implement error handling in update_watchdog_all_cpus() and callers | Ulrich Obergfell |
2015-11-05 | watchdog: move watchdog_disable_all_cpus() outside of ifdef | Ulrich Obergfell |
2015-11-05 | watchdog: fix error handling in proc_watchdog_thresh() | Ulrich Obergfell |
2015-11-05 | kernel/watchdog.c: is_hardlockup can be boolean | Yaowei Bai |