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-10-26
tracing, vmscan: add trace events for LRU list shrinking
Mel Gorman
3
-10
/
+77
2010-10-26
vmscan: delete dead code
Shaohua Li
1
-10
/
+0
2010-10-26
mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS
Will Deacon
1
-2
/
+2
2010-10-26
writeback: report dirty thresholds in /proc/vmstat
Michael Rubin
1
-14
/
+25
2010-10-26
writeback: add /sys/devices/system/node/<node>/vmstat
Michael Rubin
1
-0
/
+14
2010-10-26
writeback: add nr_dirtied and nr_written to /proc/vmstat
Michael Rubin
3
-0
/
+7
2010-10-26
mm: add account_page_writeback()
Michael Rubin
3
-2
/
+14
2010-10-26
mm/mempolicy.c: check return code of check_range
Vasiliy Kulikov
1
-1
/
+4
2010-10-26
vmscan: prevent background aging of anon page in no swap system
Minchan Kim
1
-1
/
+16
2010-10-26
memory hotplug: unify is_removable and offline detection code
KAMEZAWA Hiroyuki
3
-36
/
+72
2010-10-26
memory hotplug: fix notifier's return value check
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-10-26
mm: compaction: fix COMPACTPAGEFAILED counting
Minchan Kim
4
-7
/
+18
2010-10-26
mm: only build per-node scan_unevictable functions when NUMA is enabled
Thadeu Lima de Souza Cascardo
2
-1
/
+12
2010-10-26
include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definiton
zeal
1
-2
/
+3
2010-10-26
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
12
-52
/
+11
2010-10-26
oom: fix locking for oom_adj and oom_score_adj
David Rientjes
1
-19
/
+21
2010-10-26
oom: rewrite error handling for oom_adj and oom_score_adj tunables
David Rientjes
1
-35
/
+48
2010-10-26
oom: kill all threads sharing oom killed task's mm
David Rientjes
1
-0
/
+24
2010-10-26
oom: avoid killing a task if a thread sharing its mm cannot be killed
David Rientjes
1
-4
/
+5
2010-10-26
oom: add per-mm oom disable count
Ying Han
5
-1
/
+54
2010-10-26
Documentation/filesystems/proc.txt: improve smaps field documentation
Matt Mackall
1
-7
/
+7
2010-10-26
vmcore: it is not experimental any more
WANG Cong
1
-2
/
+2
2010-10-26
um: fix IRQ flag handling naming
Richard Weinberger
1
-17
/
+32
2010-10-26
percpu: fix list_head init bug in __percpu_counter_init()
Masanori ITOH
1
-0
/
+1
2010-10-26
kfifo: disable __kfifo_must_check_helper()
Andrew Morton
1
-5
/
+2
2010-10-26
hostfs: fix UML crash: remove f_spare from hostfs
Richard Weinberger
3
-10
/
+4
2010-10-26
ipmi: proper spinlock initialization
Eric Dumazet
1
-11
/
+19
2010-10-26
drivers/misc/ad525x_dpot.c: fix typo in spi write16 and write24 transfer counts
Michael Hennerich
1
-2
/
+2
2010-10-26
um: remove PAGE_SIZE alignment in linker script causing kernel segfault.
Richard Weinberger
1
-1
/
+1
2010-10-26
sgi-xp: incoming XPC channel messages can come in after the channel's partiti...
Robin Holt
1
-0
/
+17
2010-10-26
um: fix global timer issue when using CONFIG_NO_HZ
Richard Weinberger
1
-1
/
+1
2010-10-26
mm, page-allocator: do not check the state of a non-existant buddy during free
Mel Gorman
1
-1
/
+1
2010-10-26
types.h: move misplaced comment
Andrew Morton
1
-10
/
+10
2010-10-26
mm: fix return value of scan_lru_pages in memory unplug
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-10-26
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
15
-27
/
+1483
2010-10-26
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
4
-224
/
+313
2010-10-26
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
13
-167
/
+596
2010-10-26
Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91
Linus Torvalds
17
-41
/
+778
2010-10-26
Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux
Linus Torvalds
21
-228
/
+475
2010-10-26
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
4
-6
/
+46
2010-10-26
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
61
-1937
/
+1535
2010-10-26
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
24
-45
/
+2550
2010-10-26
AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 family
Nicolas Ferre
1
-6
/
+6
2010-10-26
at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board
Nicolas Ferre
3
-1
/
+190
2010-10-26
AT91: pm: make sure that r0 is 0 when dealing with cache operations
Nicolas Ferre
3
-3
/
+10
2010-10-26
AT91: pm: use plain cpu_do_idle() for "wait for interrupt"
Nicolas Ferre
2
-2
/
+8
2010-10-26
AT91: reset: extend alternate reset procedure to several chips
Nicolas Ferre
6
-35
/
+12
2010-10-26
AT91: reset routine cleanup, remove not needed icache flush
Nicolas Ferre
4
-58
/
+51
2010-10-26
AT91: trivial: align comment of at91sam9g20_reset with one more tab
Nicolas Ferre
1
-7
/
+7
2010-10-26
AT91: Fix AT91SAM9G20 reset as per the errata in the data sheet
Peter Horton
3
-2
/
+63
[next]