summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds5-15/+28
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds12-49/+1108
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds8-106/+115
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds14-67/+128
2012-01-13autofs4 - fix deal with autofs4_write racesIan Kent1-1/+1
2012-01-13UBIFS: fix key printingArtem Bityutskiy6-88/+91
2012-01-13UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy1-18/+20
2012-01-13Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds100-1562/+2589
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds98-588/+925
2012-01-13unlzo: fix input buffer freeSascha Hauer1-1/+1
2012-01-13ramoops: update parameters only after successful initKees Cook1-8/+9
2012-01-13ramoops: fix use of rounddown_pow_of_two()Marco Stornelli1-2/+2
2012-01-13c/r: prctl: add PR_SET_MM codes to set up mm_struct entriesCyrill Gorcunov2-0/+133
2012-01-13c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov2-2/+8
2012-01-13c/r: introduce CHECKPOINT_RESTORE symbolCyrill Gorcunov1-0/+11
2012-01-13selftests: new x86 breakpoints selftestFrederic Weisbecker4-2/+416
2012-01-13selftests: new very basic kernel selftests directoryFrederic Weisbecker2-0/+19
2012-01-13radix_tree: take radix_tree_path off stackHugh Dickins1-78/+76
2012-01-13radix_tree: remove radix_tree_indirect_to_ptr()Xiao Guangrong1-3/+0
2012-01-13dio: optimize cache misses in the submission pathAndi Kleen1-9/+37
2012-01-13vfs: cache request_queue in struct block_deviceAndi Kleen2-0/+5
2012-01-13fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Tao Ma1-7/+4
2012-01-13drivers/parport/parport_pc.c: fix warningsAndrew Morton1-2/+2
2012-01-13panic: don't print redundant backtraces on oopsAndi Kleen1-1/+5
2012-01-13sysctl: add the kernel.ns_last_pid controlPavel Emelyanov3-1/+42
2012-01-13kdump: add udev events for memory online/offlineMichael Holzheu1-3/+14
2012-01-13include/linux/crash_dump.h needs elf.hFabio Estevam1-0/+1
2012-01-13kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu1-1/+17
2012-01-13kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu1-5/+4
2012-01-13kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu1-0/+15
2012-01-13kexec: remove KMSG_DUMP_KEXECWANG Cong5-9/+2
2012-01-13cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao2-2/+2
2012-01-13mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error pathKautuk Consul1-5/+4
2012-01-13mm: rearrange putback_inactive_pagesHugh Dickins1-52/+44
2012-01-13mm: remove isolate_pages()Hugh Dickins1-34/+27
2012-01-13mm: remove del_page_from_lru, add page_off_lruHugh Dickins2-8/+11
2012-01-13mm: enum lru_list lruHugh Dickins4-35/+35
2012-01-13mm: no blank line after EXPORT_SYMBOL in swap.cHugh Dickins1-5/+0
2012-01-13mm: fewer underscores in ____pagevec_lru_addHugh Dickins2-11/+11
2012-01-13mm: take pagevecs off reclaim stackHugh Dickins3-39/+40
2012-01-13memcg: fix mem_cgroup_print_bad_pageHugh Dickins1-16/+1
2012-01-13memcg: fix split_huge_page_refcounts()Hugh Dickins3-30/+21
2012-01-13mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman1-10/+9
2012-01-13mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman1-5/+39
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman11-52/+76
2012-01-13mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman1-10/+35
2012-01-13mm: compaction: make isolate_lru_page() filter-aware againMel Gorman3-2/+38
2012-01-13mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman7-47/+106
2012-01-13mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman1-1/+7
2012-01-13mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli1-3/+7