index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-23
perf_events: Disable events when we detach them
Peter Zijlstra
1
-0
/
+2
2009-11-23
perf_events: Fix style nits
Peter Zijlstra
1
-4
/
+3
2009-11-23
perf_events: Undo copy/paste damage
Peter Zijlstra
1
-22
/
+9
2009-11-23
perf_events: Optimize the swcounter hotpath
Ingo Molnar
1
-5
/
+5
2009-11-23
tracing, function tracer: Clean up strstrip() usage
Ingo Molnar
1
-5
/
+4
2009-11-23
perf events: Do not generate function trace entries in perf code
Ingo Molnar
1
-0
/
+1
2009-11-23
ring-buffer benchmark: Run producer/consumer threads at nice +19
Ingo Molnar
1
-0
/
+6
2009-11-22
rcu: Re-arrange code to reduce #ifdef pain
Paul E. McKenney
3
-104
/
+104
2009-11-22
rcu: Eliminate unneeded function wrapping
Paul E. McKenney
3
-35
/
+15
2009-11-22
rcu: Fix grace-period-stall bug on large systems with CPU hotplug
Paul E. McKenney
3
-43
/
+85
2009-11-22
perf_events: Fix modular build
Ingo Molnar
1
-0
/
+2
2009-11-22
perf_event: Remove redundant zero fill
Márton Németh
1
-1
/
+1
2009-11-22
hw-breakpoints: Remove x86 specific headers from core file
Frederic Weisbecker
1
-6
/
+0
2009-11-22
tracing: Forget about the NMI buffer for syscall events
Frederic Weisbecker
1
-8
/
+2
2009-11-22
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
4
-89
/
+88
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/ne...
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
[prev]
[next]