index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-21
perf_events: Fix default watermark calculation
Stephane Eranian
1
-1
/
+1
2009-11-21
perf: Fix locking for PERF_FORMAT_GROUP
Peter Zijlstra
1
-7
/
+13
2009-11-21
perf: Fix event scaling for inherited counters
Peter Zijlstra
1
-22
/
+26
2009-11-21
perf: Fix time locking
Peter Zijlstra
1
-0
/
+9
2009-11-21
perf: Simplify __perf_event_read
Peter Zijlstra
1
-3
/
+2
2009-11-21
perf: Simplify __perf_event_sync_stat
Peter Zijlstra
1
-4
/
+2
2009-11-21
perf: Optimize __perf_event_read()
Peter Zijlstra
1
-3
/
+0
2009-11-21
perf: Optimize perf_event_task_sched_out
Peter Zijlstra
1
-2
/
+2
2009-11-21
perf: Fix PERF_FORMAT_GROUP scale info
Peter Zijlstra
1
-31
/
+21
2009-11-21
perf: Optimize perf_event_mmap_ctx()
Peter Zijlstra
1
-6
/
+1
2009-11-21
perf: Optimize perf_event_comm_ctx()
Peter Zijlstra
1
-6
/
+1
2009-11-21
perf: Optimize perf_event_task_ctx()
Peter Zijlstra
1
-6
/
+1
2009-11-21
perf: Optimize perf_swevent_ctx_event()
Peter Zijlstra
1
-6
/
+1
2009-11-21
perf: Optimize some swcounter attr.sample_period==1 paths
Peter Zijlstra
1
-6
/
+11
2009-11-21
perf: Allow for custom overflow handlers
Peter Zijlstra
1
-1
/
+7
2009-11-21
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
11
-3
/
+1288
2009-11-20
genirq: Fix spurious irq seqfile conversion
Thomas Gleixner
1
-1
/
+1
2009-11-19
SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed
David Howells
1
-9
/
+85
2009-11-19
SLOW_WORK: Allow the work items to be viewed through a /proc file
David Howells
4
-11
/
+333
2009-11-19
SLOW_WORK: Add delayed_slow_work support
Jens Axboe
1
-2
/
+127
2009-11-19
SLOW_WORK: Add support for cancellation of slow work
Jens Axboe
1
-6
/
+75
2009-11-19
SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
Jens Axboe
1
-20
/
+16
2009-11-19
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
David Howells
1
-6
/
+126
2009-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
40
-639
/
+1040
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2
-134
/
+134
2009-11-18
itimers: Fix racy writes to cpu_itimer fields
Stanislaw Gruszka
1
-2
/
+5
2009-11-18
generic-ipi: Add smp_call_function_any()
Rusty Russell
1
-0
/
+45
2009-11-18
genirq: switch /proc/irq/*/spurious to seq_file
Alexey Dobriyan
1
-15
/
+21
2009-11-18
posix-cpu-timers: optimize and document timer_create callback
Stanislaw Gruszka
1
-3
/
+2
2009-11-18
clockevents: Add missing include to pacify sparse
H Hartley Sweeten
1
-0
/
+2
2009-11-17
workqueue: fix race condition in schedule_on_each_cpu()
Tejun Heo
1
-15
/
+13
2009-11-17
tracing: Prevent build warning: 'ftrace_graph_buf' defined but not used
Lai Jiangshan
1
-1
/
+1
2009-11-17
tracing: Fix trace_marker output
Carsten Emde
1
-25
/
+14
2009-11-17
ring-buffer: Move access to commit_page up into function used
Steven Rostedt
1
-6
/
+3
2009-11-17
timekeeping: Fix clock_gettime vsyscall time warp
Lin Ming
1
-3
/
+3
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
26
-200
/
+375
2009-11-17
Merge commit 'v2.6.32-rc7'
Eric W. Biederman
9
-66
/
+108
2009-11-16
perf_event: Optimize perf_output_lock()
Peter Zijlstra
1
-10
/
+11
2009-11-16
sched: Sched_rt_periodic_timer vs cpu hotplug
Peter Zijlstra
1
-0
/
+2
2009-11-16
workqueue: Add debugobjects support
Thomas Gleixner
1
-3
/
+128
2009-11-15
sched, kvm: Fix race condition involving sched_in_preempt_notifers
Tejun Heo
1
-1
/
+1
2009-11-15
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
Ingo Molnar
1
-0
/
+2
2009-11-15
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
9
-66
/
+108
2009-11-14
rcu: Eliminate __rcu_pending() false positives
Paul E. McKenney
1
-2
/
+4
2009-11-14
rcu: Further cleanups of use of lastcomp
Paul E. McKenney
1
-7
/
+6
2009-11-14
clocksource/events: Fix fallout of generic code changes
Thomas Gleixner
1
-2
/
+2
2009-11-13
locking: Reduce ifdefs in kernel/spinlock.c
Thomas Gleixner
1
-131
/
+127
2009-11-13
locking: Make inlining decision Kconfig based
Thomas Gleixner
2
-28
/
+227
2009-11-13
nohz: Allow 32-bit machines to sleep for more than 2.15 seconds
Jon Hunter
4
-11
/
+13
2009-11-13
nohz: Track last do_timer() cpu
Thomas Gleixner
1
-24
/
+28
[prev]
[next]