summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-08-09kernel/range: remove unused definition of ARRAY_SIZE()Geert Uytterhoeven
2010-08-09sys_personality: remove the bogus checks in sys_personality()->__set_personal...Oleg Nesterov
2010-08-09drivers/misc: support for the pressure sensor BMP085 from Bosch SensortecChristoph Mair
2010-08-09hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava
2010-08-09drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V
2010-08-09scripts/mod/modpost.c: fix memory leakAlexey Fomenko
2010-08-09iommu: inline iommu_num_pagesAnton Blanchard
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester
2010-08-09SubmittingPatches: add more about patch descriptionsRandy Dunlap
2010-08-09kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches
2010-08-09alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven
2010-08-09include/linux/compiler-gcc.h: use __same_type() in __must_be_array()Rusty Russell
2010-08-09asm-generic/io.h: add big endian versions of io{read,write}{16,32}Mike Frysinger
2010-08-09arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger
2010-08-09cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki
2010-08-09mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-09alpha: implement HW performance events on the EV67 and later CPUsMichael Cree
2010-08-09alpha: add wrperfmon.h header file to aid use of wrperfmon PALcallMichael Cree
2010-08-09alpha: add performance monitor interrupt counterMichael Cree
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara
2010-08-09ksm: cleanup for mm_slots_hashLai Jiangshan
2010-08-09vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-09mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy
2010-08-09memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro
2010-08-09vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENTKOSAKI Motohiro
2010-08-09memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro
2010-08-09vmscan: convert direct reclaim tracepoint to DEFINE_TRACEKOSAKI Motohiro
2010-08-09vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge
2010-08-09vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro
2010-08-09vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro
2010-08-09drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-09oom: move badness() declaration into oom.hAndrew Morton
2010-08-09oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro
2010-08-09oom: give the dying task a higher priorityLuis Claudio R. Goncalves
2010-08-09oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro
2010-08-09oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro
2010-08-09oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro
2010-08-09oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro
2010-08-09oom: make oom_unkillable_task() helper functionKOSAKI Motohiro
2010-08-09oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro
2010-08-09oom: don't try to kill oom_unkillable childKOSAKI Motohiro