index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-07
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
3
-3
/
+3
2009-08-07
execve: must clear current->clear_child_tid
Eric Dumazet
1
-11
/
+11
2009-08-07
generic-ipi: fix hotplug_cfd()
Xiao Guangrong
1
-1
/
+1
2009-08-06
perf_counter: Fix double list iteration in per task precise stats
Peter Zijlstra
1
-1
/
+1
2009-08-06
ftrace: Fix perf-tracepoint OOPS
Peter Zijlstra
2
-2
/
+2
2009-08-04
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-33
/
+72
2009-08-04
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-14
/
+33
2009-08-04
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+7
2009-08-04
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-10
/
+22
2009-08-04
Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
15
-126
/
+252
2009-08-04
posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW
Hiroshi Shimamoto
1
-0
/
+7
2009-08-02
sched: Fix race in cpupri introduced by cpumask_var changes
Gregory Haskins
1
-1
/
+14
2009-08-02
sched: Fix latencytop and sleep profiling vs group scheduling
Peter Zijlstra
1
-13
/
+19
2009-08-02
perf_counter: Full task tracing
Peter Zijlstra
2
-32
/
+59
2009-08-02
perf_counter: Collapse inherit on read()
Peter Zijlstra
1
-1
/
+13
2009-08-01
do_sigaltstack: small cleanups
Linus Torvalds
1
-4
/
+6
2009-08-01
do_sigaltstack: avoid copying 'stack_t' as a structure to user space
Linus Torvalds
1
-7
/
+8
2009-07-30
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-20
/
+36
2009-07-30
kprobes: Use kernel_text_address() for checking probe address
Masami Hiramatsu
1
-1
/
+1
2009-07-29
profile: suppress warning about large allocations when profile=1 is specified
Mel Gorman
1
-2
/
+3
2009-07-29
cgroup avoid permanent sleep at rmdir
KAMEZAWA Hiroyuki
1
-17
/
+38
2009-07-29
cgroups: fix pid namespace bug
Li Zefan
1
-24
/
+72
2009-07-29
kexec: fix omitting offset in extended crashkernel syntax
Hidetoshi Seto
1
-1
/
+1
2009-07-29
mm: copy over oom_adj value at fork time
Rik van Riel
1
-0
/
+1
2009-07-28
tracing: Fix missing function_graph events when we splice_read from trace_pipe
Lai Jiangshan
1
-3
/
+7
2009-07-28
tracing: Fix invalid function_graph entry
Lai Jiangshan
1
-2
/
+9
2009-07-27
update the comment in kthread_stop()
Oleg Nesterov
1
-4
/
+6
2009-07-27
module: use MODULE_SYMBOL_PREFIX with module_layout
Mike Frysinger
1
-1
/
+2
2009-07-24
trace: stop tracer in oops_enter()
Thomas Gleixner
1
-0
/
+1
2009-07-23
tracing: only truncate ftrace files when O_TRUNC is set
Steven Rostedt
3
-4
/
+4
2009-07-23
tracing: show proper address for trace-printk format
Steven Rostedt
1
-1
/
+1
2009-07-23
tracing/stat: Fix seqfile memory leak
Li Zefan
1
-12
/
+22
2009-07-23
function-graph: Fix seqfile memory leak
Li Zefan
1
-3
/
+12
2009-07-23
trace_stack: Fix seqfile memory leak
Li Zefan
1
-5
/
+2
2009-07-22
genirq: Fix UP compile failure caused by irq_thread_check_affinity
Bruno Premont
1
-0
/
+5
2009-07-22
Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-100
/
+94
2009-07-22
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+63
2009-07-22
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2009-07-22
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-9
/
+46
2009-07-22
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-4
/
+17
2009-07-22
perf: fix stack data leak
Arjan van de Ven
1
-0
/
+1
2009-07-22
perf_counter: Fix throttle/unthrottle event logging
Anton Blanchard
1
-1
/
+4
2009-07-22
perf_counter: PERF_SAMPLE_ID and inherited counters
Peter Zijlstra
1
-61
/
+31
2009-07-22
perf_counter: Plug more stack leaks
Peter Zijlstra
1
-2
/
+21
2009-07-22
perf: Fix stack data leak
Arjan van de Ven
1
-0
/
+1
2009-07-22
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
Peter Zijlstra
1
-19
/
+17
2009-07-22
softirq: introduce tasklet_hrtimer infrastructure
Peter Zijlstra
1
-1
/
+63
2009-07-21
genirq: Delegate irq affinity setting to the irq thread
Thomas Gleixner
3
-9
/
+46
2009-07-19
clocksource: Prevent NULL pointer dereference
Thomas Gleixner
1
-1
/
+1
2009-07-18
timer: Avoid reading uninitialized data
Pavel Roskin
1
-1
/
+1
[next]