index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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-02
debug lockups: Improve lockup detection
Ingo Molnar
1
-1
/
+6
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-24
lockdep: BFS cleanup
Peter Zijlstra
2
-209
/
+172
2009-07-24
lockdep: Add statistics info for max bfs queue depth
Ming Lei
3
-2
/
+9
2009-07-24
lockdep: Update memory usage introduced by BFS
Ming Lei
1
-1
/
+5
2009-07-24
lockdep: Implement lockdep_count_*ward_deps by BFS
Ming Lei
1
-27
/
+25
2009-07-24
lockdep: Introduce print_shortest_lock_dependencies
Ming Lei
2
-28
/
+69
2009-07-24
lockdep: Implement find_usage_*wards by BFS
Ming Lei
1
-108
/
+72
2009-07-24
lockdep: Implement check_noncircular() by BFS
Ming Lei
1
-52
/
+37
2009-07-24
lockdep: Introduce match function to BFS
Ming Lei
1
-17
/
+26
2009-07-24
lockdep: Improve implementation of BFS
Ming Lei
2
-19
/
+39
2009-07-24
lockdep: Print the shortest dependency chain if finding a circle
Ming Lei
2
-9
/
+189
2009-07-24
sched: Fix return value of migration_init()
Thomas Gleixner
1
-1
/
+1
2009-07-23
tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2
Xiao Guangrong
1
-18
/
+35
2009-07-23
tracing/ksym_tracer: fix write operation of ksym_trace_filter
Xiao Guangrong
1
-0
/
+4
2009-07-23
tracing/ksym_tracer: fix the output of ksym tracer
Xiao Guangrong
1
-7
/
+6
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
hrtimer: Remove cb_entry from struct hrtimer
Peter Zijlstra
1
-1
/
+0
[prev]
[next]