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-09-22
jump label: Tracepoint support for jump labels
Jason Baron
1
-2
/
+12
2010-09-22
jump label: Add jump_label_text_reserved() to reserve jump points
Jason Baron
2
-1
/
+85
2010-09-22
jump label: Initialize workqueue tracepoints *before* they are registered
Jason Baron
1
-5
/
+5
2010-09-22
jump label: Base patch for jump label
Jason Baron
4
-1
/
+354
2010-09-17
perf: Undo the per cpu-context timer stuff
Peter Zijlstra
2
-30
/
+51
2010-09-17
perf: Fix perf_event_exit_cpu_context()
Peter Zijlstra
1
-2
/
+1
2010-09-17
perf: Complete software pmu grouping
Peter Zijlstra
1
-5
/
+60
2010-09-17
perf_events: Fix broken event grouping
Stephane Eranian
1
-8
/
+7
2010-09-15
kprobes: Add sparse context annotations
Namhyung Kim
1
-0
/
+4
2010-09-15
kprobes: Make functions static
Namhyung Kim
1
-2
/
+3
2010-09-15
kprobes: Verify jprobe entry point
Namhyung Kim
1
-5
/
+9
2010-09-15
kprobes: Remove redundant address check
Namhyung Kim
1
-8
/
+5
2010-09-15
perf events: Clean up pid passing
Matt Helsley
3
-15
/
+13
2010-09-15
perf events: Split out task search into helper
Matt Helsley
1
-23
/
+40
2010-09-15
hw breakpoints: Fix pid namespace bug
Matt Helsley
1
-1
/
+2
2010-09-15
watchdog: Avoid kernel crash when disabling watchdog
Stephane Eranian
1
-0
/
+3
2010-09-15
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
20
-184
/
+409
2010-09-14
tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums
Steven Rostedt
1
-14
/
+4
2010-09-14
tracing: Do not trace in irq when funcgraph-irq option is zero
Steven Rostedt
1
-1
/
+22
2010-09-14
tracing: Add funcgraph-irq option for function graph tracer.
Jiri Olsa
1
-1
/
+100
2010-09-14
tracing: Fix reading of set_ftrace_filter across lists
Steven Rostedt
1
-3
/
+3
2010-09-14
tracing: Keep track of set_ftrace_filter position and allow lseek again
Steven Rostedt
1
-8
/
+26
2010-09-14
tracing: Replace typecasted void pointer in set_ftrace_filter code
Steven Rostedt
1
-21
/
+46
2010-09-14
tracing: Do not reset *pos in set_ftrace_filter
Steven Rostedt
1
-2
/
+6
2010-09-13
sched: Improve latencies under load by decreasing minimum scheduling granularity
Ingo Molnar
1
-3
/
+3
2010-09-13
perf: Fix free_event()
Peter Zijlstra
1
-1
/
+3
2010-09-13
perf: Sanitize the RCU logic
Peter Zijlstra
1
-8
/
+9
2010-09-11
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-21
/
+68
2010-09-11
PM / Hibernate: Avoid hitting OOM during preallocation of memory
Rafael J. Wysocki
1
-20
/
+65
2010-09-11
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+6
2010-09-11
PM QoS: Correct pr_debug() misuse and improve parameter checks
mark gross
1
-1
/
+3
2010-09-10
perf: Fix perf_init_event()
Peter Zijlstra
1
-2
/
+5
2010-09-10
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-22
/
+34
2010-09-10
perf: Ensure we call add_event_to_ctx() with the right locks held
Peter Zijlstra
1
-0
/
+3
2010-09-09
tracing: t_start: reset FTRACE_ITER_HASH in case of seek/pread
Chris Wright
1
-0
/
+2
2010-09-09
swap: revert special hibernation allocation
Hugh Dickins
3
-5
/
+3
2010-09-09
kernel/groups.c: fix integer overflow in groups_search
Jerome Marchand
1
-3
/
+2
2010-09-09
cgroups: fix API thinko
Michael S. Tsirkin
1
-6
/
+7
2010-09-09
gcov: fix null-pointer dereference for certain module types
Peter Oberparleiter
1
-64
/
+180
2010-09-09
perf: Fix up delayed_put_task_struct()
Peter Zijlstra
2
-3
/
+9
2010-09-09
perf: Optimize context ops
Peter Zijlstra
1
-0
/
+6
2010-09-09
perf: Provide a separate task context for swevents
Peter Zijlstra
2
-11
/
+31
2010-09-09
perf: Multiple task contexts
Peter Zijlstra
1
-105
/
+231
2010-09-09
perf: Clean up perf_event_context allocation
Peter Zijlstra
1
-15
/
+26
2010-09-09
perf: Move some code around
Peter Zijlstra
1
-100
/
+100
2010-09-09
perf: Per-pmu-per-cpu contexts
Peter Zijlstra
1
-68
/
+110
2010-09-09
perf: Per cpu-context rotation timer
Peter Zijlstra
2
-19
/
+63
2010-09-09
perf: Remove the swevent hash-table from the cpu context
Peter Zijlstra
1
-46
/
+58
2010-09-09
perf: Separate find_get_context() from event initialization
Peter Zijlstra
1
-38
/
+35
2010-09-09
perf: Remove the sysfs bits
Peter Zijlstra
1
-124
/
+0
[next]