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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-339
/
+1015
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-1
/
+2
2011-10-25
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+16
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-8
/
+8
2011-10-25
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-2
/
+16
2011-10-24
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+5
2011-10-18
cputimer: Cure lock inversion
Peter Zijlstra
1
-3
/
+4
2011-10-17
Avoid using variable-length arrays in kernel/sys.c
Linus Torvalds
1
-1
/
+1
2011-10-16
PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image
Bojan Smojver
4
-178
/
+645
2011-10-16
PM / Hibernate: Do not initialize static and extern variables to 0
Barry Song
1
-5
/
+5
2011-10-16
PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks too
Jeff Layton
1
-1
/
+1
2011-10-16
PM / Hibernate: Add resumedelay kernel param in addition to resumewait
Barry Song
1
-0
/
+14
2011-10-16
PM / Hibernate: Add resumewait param to support MMC-like devices as resume file
Barry Song
1
-0
/
+16
2011-10-16
PM / Hibernate: Fix typo in a kerneldoc comment
Barry Song
1
-1
/
+1
2011-10-16
PM / Hibernate: Freeze kernel threads after preallocating memory
Rafael J. Wysocki
3
-15
/
+30
2011-10-16
PM / VT: Cleanup #if defined uglyness and fix compile error
H Hartley Sweeten
2
-4
/
+2
2011-10-16
PM / Suspend: Off by one in pm_suspend()
Dan Carpenter
1
-1
/
+1
2011-10-16
PM / Hibernate: Include storage keys in hibernation image on s390
Martin Schwidefsky
2
-0
/
+21
2011-10-16
PM: Fix build issue in main.c for CONFIG_PM_SLEEP unset
Rafael J. Wysocki
1
-2
/
+2
2011-10-16
PM / Suspend: Add statistics debugfs file for suspend to RAM
ShuoX Liu
2
-3
/
+116
2011-10-07
Merge branch 'pm-qos' into pm-for-linus
Rafael J. Wysocki
3
-134
/
+143
2011-10-07
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
2
-0
/
+23
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
6
-44
/
+27
2011-10-03
ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal
Vasily Averin
1
-1
/
+1
2011-10-01
Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge...
Linus Torvalds
4
-30
/
+11
2011-09-30
posix-cpu-timers: Cure SMP wobbles
Peter Zijlstra
2
-26
/
+3
2011-09-29
Resource: fix wrong resource window calculation
Ram Pai
1
-1
/
+6
2011-09-29
user namespace: usb: make usb urbs user namespace aware (v2)
Serge Hallyn
1
-8
/
+16
2011-09-29
PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is set
Ming Lei
1
-0
/
+2
2011-09-28
connector: add comm change event report to proc connector
Vladimir Zapolskiy
1
-0
/
+1
2011-09-27
PM / Runtime: Introduce trace points for tracing rpm_* functions
Ming Lei
2
-0
/
+21
2011-09-27
treewide: Correct spelling of successfully in comments
Joe Perches
1
-1
/
+1
2011-09-26
sched: Fix up wchan borkage
Simon Kirby
1
-1
/
+1
2011-09-25
ptrace: PTRACE_LISTEN forgets to unlock ->siglock
Oleg Nesterov
1
-13
/
+10
2011-09-20
irq: Fix check for already initialized irq_domain in irq_domain_add
Rob Herring
1
-1
/
+5
2011-09-19
Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-1
/
+1
2011-09-19
Make taskstats round statistics down to nearest 1k bytes/events
Linus Torvalds
1
-7
/
+8
2011-09-19
Make TASKSTATS require root access
Linus Torvalds
1
-0
/
+1
2011-09-18
sched/rt: Migrate equal priority tasks to available CPUs
Shawn Bohrer
1
-2
/
+2
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
50
-223
/
+647
2011-09-15
futex: Fix spelling in a source code comment
Bart Van Assche
1
-1
/
+1
2011-09-15
futex: uninitialized warning corrections
Vitaliy Ivanov
1
-4
/
+4
2011-09-15
async: uninitialized warning corrections
Vitaliy Ivanov
1
-2
/
+2
2011-09-14
workqueue: lock cwq access in drain_workqueue
Thomas Tuttle
1
-1
/
+6
2011-09-12
genirq: Make irq_shutdown() symmetric vs. irq_startup again
Geert Uytterhoeven
1
-1
/
+1
2011-09-07
Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-5
/
+13
2011-09-07
Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-15
/
+26
2011-08-31
perf_event: Fix broken calc_timer_values()
Eric B Munson
1
-2
/
+2
2011-08-29
perf events: Fix slow and broken cgroup context switch code
Stephane Eranian
2
-11
/
+54
2011-08-29
sched: Fix a memory leak in __sdt_free()
WANG Cong
1
-0
/
+1
[next]