summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava2010-08-092-12/+13
* drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V2010-08-093-0/+284
* scripts/mod/modpost.c: fix memory leakAlexey Fomenko2010-08-091-14/+40
* iommu: inline iommu_num_pagesAnton Blanchard2010-08-092-11/+10
* vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester2010-08-092-8/+10
* SubmittingPatches: add more about patch descriptionsRandy Dunlap2010-08-091-0/+11
* kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches2010-08-091-11/+0
* alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven2010-08-093-39/+0
* include/linux/compiler-gcc.h: use __same_type() in __must_be_array()Rusty Russell2010-08-091-2/+1
* asm-generic/io.h: add big endian versions of io{read,write}{16,32}Mike Frysinger2010-08-091-0/+4
* arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger2010-08-091-21/+0
* um: call free_irq() only on enabled channelsRichard Weinberger2010-08-091-4/+4
* cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2010-08-093-7/+51
* hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-095-26/+84
* mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki2010-08-091-2/+4
* alpha: implement HW performance events on the EV67 and later CPUsMichael Cree2010-08-095-1/+879
* alpha: add wrperfmon.h header file to aid use of wrperfmon PALcallMichael Cree2010-08-091-0/+93
* alpha: add performance monitor interrupt counterMichael Cree2010-08-092-2/+6
* mm: avoid resetting wb_start after each writeback roundJan Kara2010-08-091-2/+3
* ksm: cleanup for mm_slots_hashLai Jiangshan2010-08-091-29/+9
* vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang2010-08-091-8/+43
* mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy2010-08-091-1/+4
* memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro2010-08-092-0/+21
* vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENTKOSAKI Motohiro2010-08-091-1/+16
* memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro2010-08-092-1/+47
* vmscan: convert direct reclaim tracepoint to DEFINE_TRACEKOSAKI Motohiro2010-08-091-2/+17
* vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro2010-08-091-4/+13
* mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge2010-08-091-3/+2
* vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro2010-08-091-11/+9
* vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro2010-08-091-7/+8
* drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro2010-08-091-23/+23
* mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli2010-08-091-0/+1
* rmap: add exclusive page to private anon_vma on swapinRik van Riel2010-08-093-2/+17
* oom: deprecate oom_adj tunableDavid Rientjes2010-08-094-0/+39
* oom: badness heuristic rewriteDavid Rientjes2010-08-098-191/+300
* oom: move badness() declaration into oom.hAndrew Morton2010-08-092-3/+6
* oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro2010-08-091-1/+1
* oom: give the dying task a higher priorityLuis Claudio R. Goncalves2010-08-091-3/+31
* oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro2010-08-091-3/+0
* oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro2010-08-091-2/+2
* oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro2010-08-091-2/+3
* oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro2010-08-091-3/+0
* oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-092-8/+10
* oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro2010-08-091-1/+2
* oom: make oom_unkillable_task() helper functionKOSAKI Motohiro2010-08-091-11/+22
* oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro2010-08-091-0/+2
* oom: don't try to kill oom_unkillable childKOSAKI Motohiro2010-08-091-3/+6
* vmscan: update isolated page counters outside of main path in shrink_inactive...Mel Gorman2010-08-091-25/+38
* vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman2010-08-091-8/+28
* vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman2010-08-091-43/+56
OpenPOWER on IntegriCloud