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
2009-12-15
Make DEBUG_BUGVERBOSE default to y
Alexey Dobriyan
1
-1
/
+1
2009-12-15
kernel.h: add printk_ratelimited and pr_<level>_rl
Joe Perches
1
-0
/
+44
2009-12-15
misc: remove MAC pmu function declaration from misc device class
Thadeu Lima de Souza Cascardo
1
-2
/
+0
2009-12-15
kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...
H Hartley Sweeten
1
-4
/
+4
2009-12-15
kallsyms: remove deprecated print_fn_descriptor_symbol()
Amerigo Wang
2
-21
/
+0
2009-12-15
rwsem: fix rwsem_is_locked() bugs
Amerigo Wang
2
-5
/
+14
2009-12-15
rwsem-spinlock: remove useless function exports
Amerigo Wang
1
-9
/
+1
2009-12-15
kernel.h: remove initialization of bool in printk_once
Joe Perches
1
-3
/
+3
2009-12-15
init/main.c: fix symbol shadows noise
H Hartley Sweeten
1
-9
/
+9
2009-12-15
drivers/misc: add driver for Texas Instruments DAC7512
Daniel Mack
3
-0
/
+112
2009-12-15
generic-ipi: cleanup for generic_smp_call_function_interrupt()
Xiao Guangrong
1
-2
/
+1
2009-12-15
ad525x_dpot: new driver for AD525x digital potentiometers
Michael Hennerich
4
-0
/
+738
2009-12-15
dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debug
Joe Perches
2
-10
/
+8
2009-12-15
WARN_ONCE(): use bool for boolean flag
Cesar Eduardo Barros
1
-4
/
+4
2009-12-15
uml: convert to seq_file/proc_fops
Alexey Dobriyan
4
-54
/
+70
2009-12-15
floppy: Add an extra bound check on ioctl arguments
Arjan van de Ven
1
-0
/
+3
2009-12-15
drivers/cpuidle: Move dereference after NULL test
Julia Lawall
1
-3
/
+0
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
76
-76
/
+76
2009-12-15
alpha: convert srm code to seq_file
Alexey Dobriyan
1
-32
/
+33
2009-12-15
procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm
john stultz
3
-0
/
+86
2009-12-15
procfs: use proper units for noMMU statm
Steven J. Magnani
1
-2
/
+6
2009-12-15
nommu: fix malloc performance by adding uninitialized flag
Jie Zhang
5
-4
/
+60
2009-12-15
mm hugetlb: add hugepage support to pagemap
Naoya Horiguchi
3
-3
/
+67
2009-12-15
mm: hugetlb: fix hugepage memory leak in walk_page_range()
Naoya Horiguchi
1
-1
/
+15
2009-12-15
mm: hugetlb: fix hugepage memory leak in mincore()
Naoya Horiguchi
1
-0
/
+37
2009-12-15
hugetlb: abort a hugepage pool resize if a signal is pending
Mel Gorman
1
-0
/
+3
2009-12-15
mlock: replace stale comments in munlock_vma_page()
Lee Schermerhorn
1
-22
/
+19
2009-12-15
mm: remove unevictable_migrate_page function
Lee Schermerhorn
2
-14
/
+2
2009-12-15
hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a page
Mel Gorman
1
-1
/
+8
2009-12-15
'sysctl_max_map_count' should be non-negative
Amerigo Wang
1
-1
/
+2
2009-12-15
include/linux/mm.h: remove unneeded ifdef
Huang Shijie
1
-4
/
+1
2009-12-15
mm: uncached vma support with writenotify
Magnus Damm
1
-1
/
+13
2009-12-15
vmscan: simplify code
Huang Shijie
1
-4
/
+2
2009-12-15
vmscan: do not evict inactive pages when skipping an active list scan
Rik van Riel
1
-6
/
+12
2009-12-15
mm/bootmem.c: properly __init-annotate helper functions
Jan Beulich
1
-4
/
+4
2009-12-15
mm: slab-allocate memory section nodemask for large systems
David Rientjes
1
-4
/
+9
2009-12-15
mm: simplify try_to_unmap_one()
KOSAKI Motohiro
1
-13
/
+22
2009-12-15
mm: fix section mismatch in memory_hotplug.c
Rakib Mullick
1
-1
/
+3
2009-12-15
hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() ...
Larry Woodman
1
-2
/
+11
2009-12-15
mm: memory_hotplug: make offline_pages() static
Andrew Morton
2
-2
/
+1
2009-12-15
ksm: remove unswappable max_kernel_pages
Hugh Dickins
3
-55
/
+10
2009-12-15
ksm: memory hotremove migration only
Hugh Dickins
5
-37
/
+103
2009-12-15
ksm: rmap_walk to remove_migation_ptes
Hugh Dickins
5
-67
/
+181
2009-12-15
ksm: mem cgroup charge swapin copy
Hugh Dickins
1
-3
/
+4
2009-12-15
ksm: share anon page without allocating
Hugh Dickins
2
-48
/
+25
2009-12-15
ksm: take keyhole reference to page
Hugh Dickins
1
-39
/
+110
2009-12-15
ksm: hold anon_vma in rmap_item
Hugh Dickins
3
-64
/
+122
2009-12-15
ksm: let shared pages be swappable
Hugh Dickins
6
-49
/
+264
2009-12-15
ksm: fix mlockfreed to munlocked
Hugh Dickins
3
-3
/
+8
2009-12-15
ksm: stable_node point to page and back
Hugh Dickins
2
-72
/
+51
[next]