summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-13MAINTAINERS: remove Richard Purdie as backlight maintainerJingoo Han2-1/+5
2013-11-13printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders1-2/+2
2013-11-13kernel/printk/printk.c: enable boot delay for earlyprintkDave Young1-2/+2
2013-11-13vsprintf: check real user/group id for %pKRyan Mallon2-10/+48
2013-11-13kernel/printk/printk.c: convert to pr_foo()Andrew Morton1-6/+6
2013-11-13printk: report console names during cut-overKees Cook1-10/+9
2013-11-13init/main.c: remove prototype for softirq_init()Geert Uytterhoeven1-1/+0
2013-11-13sched: remove ARCH specific fpu_counter from task_structVineet Gupta1-9/+0
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta6-10/+19
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta5-5/+25
2013-11-13jump_label: unlikely(x) > 0Roel Kluin1-2/+2
2013-11-13kernel/sys.c: remove obsolete #include <linux/kexec.h>Geert Uytterhoeven1-1/+0
2013-11-13kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk()Chen Gang1-7/+0
2013-11-13gen_init_cpio: avoid NULL pointer dereference and rework env expandingMichal Nazarewicz1-18/+9
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen6-6/+6
2013-11-13init/do_mounts.c: add maj:min syntax commentSebastian Capella1-0/+2
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen1-8/+7
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen2-4/+4
2013-11-13cramfs: mark as obsoleteMichael Opdenacker2-2/+5
2013-11-13percpu: add test module for various percpu operationsGreg Thelen3-0/+149
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava3-4/+33
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman3-3/+9
2013-11-13mm: factor commit limit calculationJerome Marchand5-9/+18
2013-11-13mm: improve the description for dirty_background_ratio/dirty_ratio sysctlZheng Liu1-5/+10
2013-11-13mm/page_alloc.c: fix comment in zlc_setup()Zhi Yong Wu1-1/+1
2013-11-13arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()Zhi Yong Wu1-2/+2
2013-11-13mm/zswap: refactor the get/put routinesWeijie Yang1-94/+88
2013-11-13mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang1-8/+14
2013-11-13memcg, kmem: use cache_from_memcg_idx instead of hard codeQiang Huang1-6/+6
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang4-5/+7
2013-11-13memcg, kmem: use is_root_cache instead of hard codeQiang Huang1-1/+2
2013-11-13mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi1-5/+5
2013-11-13mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro1-10/+5
2013-11-13mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro2-9/+6
2013-11-13mm: fix page_group_by_mobility_disabled breakageKOSAKI Motohiro1-2/+2
2013-11-13readahead: fix sequential read cache miss detectionDamien Ramonda1-1/+5
2013-11-13mm: do not walk all of system memory during show_memMel Gorman1-28/+11
2013-11-13mm/bootmem.c: remove unused local `map'Daeseok Youn1-3/+3
2013-11-13mm: clear N_CPU from node_states at CPU offlineToshi Kani1-0/+15
2013-11-13mm: set N_CPU to node_states during bootToshi Kani1-1/+5
2013-11-13mem-hotplug: introduce movable_node boot optionTang Chen4-5/+57
2013-11-13x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed.Tang Chen1-2/+7
2013-11-13x86/mem-hotplug: support initialize page tables in bottom-upTang Chen1-2/+64
2013-11-13x86/mm: factor out of top-down direct mapping setupTang Chen1-20/+39
2013-11-13mm/memblock.c: introduce bottom-up allocation modeTang Chen3-3/+108
2013-11-13mm/memblock.c: factor out of top-down allocationTang Chen1-13/+34
2013-11-13s390/mmap: randomize mmap base for bottom up directionHeiko Carstens1-2/+7
2013-11-13mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens1-1/+1
2013-11-13mm/zswap: avoid unnecessary page scanningWeijie Yang1-0/+3
2013-11-13writeback: do not sync data dirtied after sync startJan Kara5-22/+36