index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
init/main.c: mark do_one_initcall* as __init_or_module
Kevin Winchester
1
-2
/
+2
2010-08-09
init/main.c: fix warning: 'calltime.tv64' may be used uninitialized
Kevin Winchester
1
-14
/
+20
2010-08-09
kernel/range: remove unused definition of ARRAY_SIZE()
Geert Uytterhoeven
1
-4
/
+0
2010-08-09
sys_personality: remove the bogus checks in sys_personality()->__set_personal...
Oleg Nesterov
1
-17
/
+5
2010-08-09
drivers/misc: support for the pressure sensor BMP085 from Bosch Sensortec
Christoph Mair
4
-0
/
+524
2010-08-09
hpilo: fix pointer warning in ilo_ccb_setup
Prarit Bhargava
2
-12
/
+13
2010-08-09
drivers/misc: ROHM BH1780GLI ambient light sensor driver
Hemanth V
3
-0
/
+284
2010-08-09
scripts/mod/modpost.c: fix memory leak
Alexey Fomenko
1
-14
/
+40
2010-08-09
iommu: inline iommu_num_pages
Anton Blanchard
2
-11
/
+10
2010-08-09
vfs: fix warning: 'dirent' is used uninitialized in this function
Kevin Winchester
2
-8
/
+10
2010-08-09
SubmittingPatches: add more about patch descriptions
Randy Dunlap
1
-0
/
+11
2010-08-09
kernel.h: remove unused NIPQUAD and NIPQUAD_FMT
Joe Perches
1
-11
/
+0
2010-08-09
alpha/h8300/m68k: remove obsolete <asm/md.h> files
Geert Uytterhoeven
3
-39
/
+0
2010-08-09
include/linux/compiler-gcc.h: use __same_type() in __must_be_array()
Rusty Russell
1
-2
/
+1
2010-08-09
asm-generic/io.h: add big endian versions of io{read,write}{16,32}
Mike Frysinger
1
-0
/
+4
2010-08-09
arch/um/kernel/ptrace.c: remove dead PROC_MM
Christoph Egger
1
-21
/
+0
2010-08-09
um: call free_irq() only on enabled channels
Richard Weinberger
1
-4
/
+4
2010-08-09
cpuidle: extend cpuidle and menu governor to handle dynamic states
Ai Li
3
-7
/
+51
2010-08-09
hibernation: freeze swap at hibernation
KAMEZAWA Hiroyuki
5
-26
/
+84
2010-08-09
mm: fix corruption of hibernation caused by reusing swap during image saving
KAMEZAWA Hiroyuki
1
-2
/
+4
2010-08-09
alpha: implement HW performance events on the EV67 and later CPUs
Michael Cree
5
-1
/
+879
2010-08-09
alpha: add wrperfmon.h header file to aid use of wrperfmon PALcall
Michael Cree
1
-0
/
+93
2010-08-09
alpha: add performance monitor interrupt counter
Michael Cree
2
-2
/
+6
2010-08-09
mm: avoid resetting wb_start after each writeback round
Jan Kara
1
-2
/
+3
2010-08-09
ksm: cleanup for mm_slots_hash
Lai Jiangshan
1
-29
/
+9
2010-08-09
vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
Wu Fengguang
1
-8
/
+43
2010-08-09
mm/vmalloc.c: check kmalloc() return value
Kulikov Vasiliy
1
-1
/
+4
2010-08-09
memcg: add mm_vmscan_memcg_isolate tracepoint
KOSAKI Motohiro
2
-0
/
+21
2010-08-09
vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT
KOSAKI Motohiro
1
-1
/
+16
2010-08-09
memcg, vmscan: add memcg reclaim tracepoint
KOSAKI Motohiro
2
-1
/
+47
2010-08-09
vmscan: convert direct reclaim tracepoint to DEFINE_TRACE
KOSAKI Motohiro
1
-2
/
+17
2010-08-09
vmscan: shrink_slab() requires the number of lru_pages, not the page order
KOSAKI Motohiro
1
-4
/
+13
2010-08-09
mmu-notifiers: remove mmu notifier calls in apply_to_page_range()
Jeremy Fitzhardinge
1
-3
/
+2
2010-08-09
vmscan: protect reading of reclaim_stat with lru_lock
KOSAKI Motohiro
1
-11
/
+9
2010-08-09
vmscan: avoid subtraction of unsigned types
KOSAKI Motohiro
1
-7
/
+8
2010-08-09
drivers/base/node.c: reduce stack usage of node_read_meminfo()
KOSAKI Motohiro
1
-23
/
+23
2010-08-09
mm: set VM_FAULT_WRITE in do_swap_page()
Andrea Arcangeli
1
-0
/
+1
2010-08-09
rmap: add exclusive page to private anon_vma on swapin
Rik van Riel
3
-2
/
+17
2010-08-09
oom: deprecate oom_adj tunable
David Rientjes
4
-0
/
+39
2010-08-09
oom: badness heuristic rewrite
David Rientjes
8
-191
/
+300
2010-08-09
oom: move badness() declaration into oom.h
Andrew Morton
2
-3
/
+6
2010-08-09
oom: multi threaded process coredump don't make deadlock
KOSAKI Motohiro
1
-1
/
+1
2010-08-09
oom: give the dying task a higher priority
Luis Claudio R. Goncalves
1
-3
/
+31
2010-08-09
oom: remove child->mm check from oom_kill_process()
KOSAKI Motohiro
1
-3
/
+0
2010-08-09
oom: cleanup has_intersects_mems_allowed()
KOSAKI Motohiro
1
-2
/
+2
2010-08-09
oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()
KOSAKI Motohiro
1
-2
/
+3
2010-08-09
oom: kill duplicate OOM_DISABLE check
KOSAKI Motohiro
1
-3
/
+0
2010-08-09
oom: /proc/<pid>/oom_score treat kernel thread honestly
KOSAKI Motohiro
2
-8
/
+10
2010-08-09
oom: oom_kill_process() needs to check that p is unkillable
KOSAKI Motohiro
1
-1
/
+2
2010-08-09
oom: make oom_unkillable_task() helper function
KOSAKI Motohiro
1
-11
/
+22
[next]