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
2010-12-22
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2
-4
/
+16
2010-12-22
Merge commit 'v2.6.37-rc7' into perf/core
Ingo Molnar
7
-151
/
+260
2010-12-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2010-12-19
sched: Remove debugging check
Ingo Molnar
1
-1
/
+0
2010-12-19
Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....
Linus Torvalds
2
-8
/
+39
2010-12-19
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-52
/
+245
2010-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-94
/
+10
2010-12-17
resources: add arch hook for preventing allocation in reserved areas
Bjorn Helgaas
1
-0
/
+6
2010-12-17
Revert "resources: support allocating space within a region from the top down"
Bjorn Helgaas
1
-94
/
+4
2010-12-16
PM / Hibernate: Restore old swap signature to avoid user space breakage
Rafael J. Wysocki
1
-1
/
+1
2010-12-16
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
Takashi Iwai
1
-1
/
+1
2010-12-16
perf: Sysfs enumeration
Peter Zijlstra
1
-1
/
+94
2010-12-16
perf: Dynamic pmu types
Peter Zijlstra
2
-7
/
+43
2010-12-16
perf: Move perf_event_init() into main.c
Peter Zijlstra
1
-2
/
+0
2010-12-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-10
/
+43
2010-12-16
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-1
/
+9
2010-12-16
sched: Fix the irqtime code for 32bit
Peter Zijlstra
1
-6
/
+45
2010-12-16
sched: Fix the irqtime code to deal with u64 wraps
Peter Zijlstra
1
-33
/
+50
2010-12-16
perf: Fix off by one in perf_swevent_init()
Dan Carpenter
1
-1
/
+1
2010-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+4
2010-12-14
workqueue: It is likely that WORKER_NOT_RUNNING is true
Steven Rostedt
1
-2
/
+2
2010-12-10
x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls
Don Zickus
3
-1
/
+18
2010-12-08
perf: Stop all counters on reboot
Peter Zijlstra
1
-1
/
+23
2010-12-08
nohz: Fix get_next_timer_interrupt() vs cpu hotplug
Heiko Carstens
1
-0
/
+6
2010-12-08
Sched: fix skip_clock_update optimization
Mike Galbraith
2
-12
/
+15
2010-12-08
sched: Cure more NO_HZ load average woes
Peter Zijlstra
2
-12
/
+140
2010-12-08
perf: Fix duplicate events with multiple-pmu vs software events
Peter Zijlstra
1
-6
/
+29
2010-12-08
Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...
Linus Torvalds
1
-1
/
+3
2010-12-07
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2010-12-07
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
1
-67
/
+167
2010-12-07
Merge commit 'v2.6.37-rc5' into perf/core
Ingo Molnar
7
-39
/
+72
2010-12-06
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
4
-28
/
+54
2010-12-06
PM / Hibernate: Fix memory corruption related to swap
Rafael J. Wysocki
3
-13
/
+16
2010-12-06
PM / Hibernate: Use async I/O when reading compressed hibernation image
Bojan Smojver
1
-15
/
+38
2010-12-06
kprobes: Use text_poke_smp_batch for unoptimizing
Masami Hiramatsu
1
-6
/
+4
2010-12-06
kprobes: Use text_poke_smp_batch for optimizing
Masami Hiramatsu
1
-10
/
+7
2010-12-06
kprobes: Reuse unused kprobe
Masami Hiramatsu
1
-2
/
+30
2010-12-06
kprobes: Support delayed unoptimizing
Masami Hiramatsu
1
-77
/
+233
2010-12-06
kprobes: Separate kprobe optimizing code from optimizer
Masami Hiramatsu
1
-17
/
+26
2010-12-06
kprobes: Cleanup disabling and unregistering path
Masami Hiramatsu
1
-56
/
+72
2010-12-06
kprobes: Rename old_p to more appropriate name
Masami Hiramatsu
1
-47
/
+46
2010-12-04
perf events: Make sample_type identity fields available in all PERF_RECORD_ e...
Arnaldo Carvalho de Melo
1
-17
/
+91
2010-12-04
perf events: Separate the routines handling the PERF_SAMPLE_ identity fields
Arnaldo Carvalho de Melo
1
-54
/
+75
2010-12-04
perf events: Fix event inherit fallout of precalculated headers
Thomas Gleixner
1
-0
/
+5
2010-12-02
do_exit(): make sure that we run with get_fs() == USER_DS
Nelson Elhage
1
-0
/
+9
2010-12-01
genirq: Fix incorrect proc spurious output
Kenji Kaneshige
1
-1
/
+1
2010-11-30
perf events: Precalculate the header space for PERF_SAMPLE_ fields
Arnaldo Carvalho de Melo
1
-59
/
+91
2010-11-30
tracing: Fix panic when lseek() called on "trace" opened for writing
Slava Pestov
1
-1
/
+9
2010-11-28
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+20
2010-11-27
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
[next]