Age | Commit message (Expand) | Author | Files | Lines |
2013-11-13 | MAINTAINERS: update Zwane Mwaikambo's e-mail address | Jean Delvare | 3 | -3/+3 |
2013-11-13 | MAINTAINERS: remove Richard Purdie as backlight maintainer | Jingoo Han | 2 | -1/+5 |
2013-11-13 | printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo | Dirk Gouders | 1 | -2/+2 |
2013-11-13 | kernel/printk/printk.c: enable boot delay for earlyprintk | Dave Young | 1 | -2/+2 |
2013-11-13 | vsprintf: check real user/group id for %pK | Ryan Mallon | 2 | -10/+48 |
2013-11-13 | kernel/printk/printk.c: convert to pr_foo() | Andrew Morton | 1 | -6/+6 |
2013-11-13 | printk: report console names during cut-over | Kees Cook | 1 | -10/+9 |
2013-11-13 | init/main.c: remove prototype for softirq_init() | Geert Uytterhoeven | 1 | -1/+0 |
2013-11-13 | sched: remove ARCH specific fpu_counter from task_struct | Vineet Gupta | 1 | -9/+0 |
2013-11-13 | x86: move fpu_counter into ARCH specific thread_struct | Vineet Gupta | 6 | -10/+19 |
2013-11-13 | sh: move fpu_counter into ARCH specific thread_struct | Vineet Gupta | 5 | -5/+25 |
2013-11-13 | jump_label: unlikely(x) > 0 | Roel Kluin | 1 | -2/+2 |
2013-11-13 | kernel/sys.c: remove obsolete #include <linux/kexec.h> | Geert Uytterhoeven | 1 | -1/+0 |
2013-11-13 | kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk() | Chen Gang | 1 | -7/+0 |
2013-11-13 | gen_init_cpio: avoid NULL pointer dereference and rework env expanding | Michal Nazarewicz | 1 | -18/+9 |
2013-11-13 | errno.h: remove "NFS" from descriptions in comments | Eric Sandeen | 6 | -6/+6 |
2013-11-13 | init/do_mounts.c: add maj:min syntax comment | Sebastian Capella | 1 | -0/+2 |
2013-11-13 | scripts/mod/modpost.c: handle non ABS crc symbols | Andi Kleen | 1 | -8/+7 |
2013-11-13 | syscalls.h: use gcc alias instead of assembler aliases for syscalls | Andi Kleen | 2 | -4/+4 |
2013-11-13 | cramfs: mark as obsolete | Michael Opdenacker | 2 | -2/+5 |
2013-11-13 | percpu: add test module for various percpu operations | Greg Thelen | 3 | -0/+149 |
2013-11-13 | drivers/char/hpet.c: allow user controlled mmap for user processes | Prarit Bhargava | 3 | -4/+33 |
2013-11-13 | mm: numa: return the number of base pages altered by protection changes | Mel Gorman | 3 | -3/+9 |
2013-11-13 | mm: factor commit limit calculation | Jerome Marchand | 5 | -9/+18 |
2013-11-13 | mm: improve the description for dirty_background_ratio/dirty_ratio sysctl | Zheng Liu | 1 | -5/+10 |
2013-11-13 | mm/page_alloc.c: fix comment in zlc_setup() | Zhi Yong Wu | 1 | -1/+1 |
2013-11-13 | arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages() | Zhi Yong Wu | 1 | -2/+2 |
2013-11-13 | mm/zswap: refactor the get/put routines | Weijie Yang | 1 | -94/+88 |
2013-11-13 | mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently | Weijie Yang | 1 | -8/+14 |
2013-11-13 | memcg, kmem: use cache_from_memcg_idx instead of hard code | Qiang Huang | 1 | -6/+6 |
2013-11-13 | memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx | Qiang Huang | 4 | -5/+7 |
2013-11-13 | memcg, kmem: use is_root_cache instead of hard code | Qiang Huang | 1 | -1/+2 |
2013-11-13 | mm: ensure get_unmapped_area() returns higher address than mmap_min_addr | Akira Takeuchi | 1 | -5/+5 |
2013-11-13 | mm: __rmqueue_fallback() should respect pageblock type | KOSAKI Motohiro | 1 | -10/+5 |
2013-11-13 | mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag() | KOSAKI Motohiro | 2 | -9/+6 |
2013-11-13 | mm: fix page_group_by_mobility_disabled breakage | KOSAKI Motohiro | 1 | -2/+2 |
2013-11-13 | readahead: fix sequential read cache miss detection | Damien Ramonda | 1 | -1/+5 |
2013-11-13 | mm: do not walk all of system memory during show_mem | Mel Gorman | 1 | -28/+11 |
2013-11-13 | mm/bootmem.c: remove unused local `map' | Daeseok Youn | 1 | -3/+3 |
2013-11-13 | mm: clear N_CPU from node_states at CPU offline | Toshi Kani | 1 | -0/+15 |
2013-11-13 | mm: set N_CPU to node_states during boot | Toshi Kani | 1 | -1/+5 |
2013-11-13 | mem-hotplug: introduce movable_node boot option | Tang Chen | 4 | -5/+57 |
2013-11-13 | x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed. | Tang Chen | 1 | -2/+7 |
2013-11-13 | x86/mem-hotplug: support initialize page tables in bottom-up | Tang Chen | 1 | -2/+64 |
2013-11-13 | x86/mm: factor out of top-down direct mapping setup | Tang Chen | 1 | -20/+39 |
2013-11-13 | mm/memblock.c: introduce bottom-up allocation mode | Tang Chen | 3 | -3/+108 |
2013-11-13 | mm/memblock.c: factor out of top-down allocation | Tang Chen | 1 | -13/+34 |
2013-11-13 | s390/mmap: randomize mmap base for bottom up direction | Heiko Carstens | 1 | -2/+7 |
2013-11-13 | mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction | Heiko Carstens | 1 | -1/+1 |
2013-11-13 | mm/zswap: avoid unnecessary page scanning | Weijie Yang | 1 | -0/+3 |