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-10-18
sched: Do not consider SCHED_IDLE tasks to be cache hot
Nikhil Rao
1
-0
/
+3
2010-10-18
perf: Optimize sw events
Peter Zijlstra
1
-2
/
+2
2010-10-18
perf: Use jump_labels to optimize the scheduler hooks
Peter Zijlstra
1
-15
/
+9
2010-10-18
jump_label: Use more consistent naming
Peter Zijlstra
1
-3
/
+3
2010-10-18
perf, hw_breakpoint: Fix crash in hw_breakpoint creation
Peter Zijlstra
2
-9
/
+22
2010-10-18
perf: Find task before event alloc
Peter Zijlstra
1
-11
/
+12
2010-10-18
perf: Fix task refcount bugs
Peter Zijlstra
1
-3
/
+4
2010-10-18
perf: Fix group moving
Peter Zijlstra
1
-1
/
+6
2010-10-18
irq_work: Add generic hardirq context callbacks
Peter Zijlstra
4
-101
/
+176
2010-10-18
perf_events: Fix transaction recovery in group_sched_in()
Stephane Eranian
1
-13
/
+63
2010-10-18
perf_events: Fix bogus context time tracking
Stephane Eranian
1
-1
/
+7
2010-10-18
lockdep: Check the depth of subclass
Hitoshi Mitake
1
-8
/
+10
2010-10-18
lockdep: Add improved subclass caching
Hitoshi Mitake
1
-7
/
+18
2010-10-18
Merge branch 'linus' into core/locking
Ingo Molnar
8
-19
/
+40
2010-10-18
sched: Drop all load weight manipulation for RT tasks
Linus Walleij
1
-6
/
+0
2010-10-18
sched: Create special class for stop/migrate work
Peter Zijlstra
3
-12
/
+158
2010-10-18
sched: Unindent labels
Peter Zijlstra
2
-9
/
+9
2010-10-18
tracing: Remove parent recording in latency tracer graph options
Steven Rostedt
1
-1
/
+0
2010-10-18
tracing: Use one prologue for the preempt irqs off tracer function tracers
Steven Rostedt
1
-48
/
+48
2010-10-18
tracing: Use one prologue for the wakeup tracer function tracers
Steven Rostedt
1
-52
/
+50
2010-10-18
tracing: Graph support for wakeup tracer
Jiri Olsa
1
-10
/
+221
2010-10-18
tracing: Make graph related irqs/preemptsoff functions global
Jiri Olsa
3
-52
/
+71
2010-10-18
tracing: Add proper check for irq_depth routines
Jiri Olsa
1
-4
/
+20
2010-10-18
tracing/trivial: Remove cast from void*
matt mooney
2
-3
/
+3
2010-10-17
PM: Introduce library for device-specific OPPs (v7)
Nishanth Menon
1
-0
/
+14
2010-10-17
PM: Add sysfs attr for rechecking dev hash from PM trace
James Hogan
1
-0
/
+18
2010-10-17
PM / Hibernate: Modify signature used to mark swap
Rafael J. Wysocki
1
-3
/
+3
2010-10-17
PM: Allow wakeup events to abort freezing of tasks
Rafael J. Wysocki
1
-2
/
+9
2010-10-17
PM / Hibernate: Make some boot messages look less scary
Rafael J. Wysocki
2
-8
/
+8
2010-10-17
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
Rafael J. Wysocki
1
-4
/
+4
2010-10-17
PM / Hibernate: Make default image size depend on total RAM size
Rafael J. Wysocki
3
-2
/
+15
2010-10-17
PM / Hibernate: Improve comments in hibernate_preallocate_memory()
Rafael J. Wysocki
1
-2
/
+4
2010-10-17
PM / Runtime: Use alloc_workqueue() for creating the PM workqueue
Rafael J. Wysocki
1
-1
/
+1
2010-10-17
PM: Fix unmet dependency warning from kconfig
Rafael J. Wysocki
1
-0
/
+1
2010-10-17
PM / Hibernate: Compress hibernation image with LZO
Bojan Smojver
4
-7
/
+299
2010-10-15
sysctl: min/max bounds are optional
Eric Dumazet
1
-9
/
+0
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
10
-0
/
+17
2010-10-15
Merge remote branch 'tip/perf/core' into oprofile/core
Robert Richter
21
-1115
/
+2243
2010-10-15
Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...
Ingo Molnar
1
-0
/
+5
2010-10-14
ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT
Steven Rostedt
1
-1
/
+1
2010-10-15
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
1
-2
/
+3
2010-10-14
ftrace/x86: Add support for C version of recordmcount
Steven Rostedt
1
-0
/
+5
2010-10-14
hrtimer: Preserve timer state in remove_hrtimer()
Salman Qazi
1
-2
/
+11
2010-10-14
sched: Comment updates: fix default latency and granularity numbers
Takuya Yoshikawa
1
-2
/
+2
2010-10-14
Merge branch 'linus' into sched/core
Ingo Molnar
11
-17
/
+37
2010-10-14
futex: Fix kernel-doc notation & typos
Randy Dunlap
1
-11
/
+14
2010-10-14
kprobes: Fix selftest to clear flags field for reusing probes
Masami Hiramatsu
1
-3
/
+9
2010-10-13
tracing: Fix function-graph build warning on 32-bit
Borislav Petkov
1
-2
/
+3
2010-10-13
Merge remote branch 'kumar/merge' into next
Benjamin Herrenschmidt
28
-205
/
+471
2010-10-12
genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build
Thomas Gleixner
2
-2
/
+2
[prev]
[next]