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-10-29
kprobe-tracer: Compare both of event-name and event-group to find probe
Masami Hiramatsu
1
-3
/
+5
2009-10-29
param: fix setting arrays of bool
Rusty Russell
1
-1
/
+4
2009-10-29
param: fix NULL comparison on oom
Rusty Russell
1
-1
/
+1
2009-10-29
param: fix lots of bugs with writing charp params from sysfs, by leaking mem.
Rusty Russell
1
-9
/
+1
2009-10-28
PM / freezer: Don't get over-anxious while waiting
Tejun Heo
1
-4
/
+10
2009-10-28
futex: Fix spurious wakeup for requeue_pi really
Thomas Gleixner
1
-5
/
+1
2009-10-28
kmemleak: Scan the _ftrace_events section in modules
Catalin Marinas
1
-0
/
+6
2009-10-29
sched: move rq_weight data array out of .percpu
Jiri Kosina
1
-11
/
+11
2009-10-28
kmemleak: Simplify the kmemleak_scan_area() function prototype
Catalin Marinas
1
-5
/
+2
2009-10-28
perf_event: Add alignment-faults and emulation-faults software events
Anton Blanchard
1
-0
/
+2
2009-10-26
rcu: Simplify creating of lockdep class for root rcu_node
Peter Zijlstra
1
-3
/
+4
2009-10-26
rcu: Do tiny cleanups in rcutiny
Ingo Molnar
1
-26
/
+23
2009-10-26
rcu: Improve rcutorture diagnostics when bad torture_type specified
Paul E. McKenney
1
-1
/
+5
2009-10-26
rcu: Add synchronize_srcu_expedited() to the rcutorture test suite
Paul E. McKenney
1
-3
/
+22
2009-10-26
rcu: Add synchronize_srcu_expedited()
Paul E. McKenney
1
-23
/
+51
2009-10-26
rcu: "Tiny RCU", The Bloatwatch Edition
Paul E. McKenney
3
-0
/
+299
2009-10-25
x86: Fix user return notifier build
Avi Kivity
1
-0
/
+1
2009-10-25
sched, cpuacct: Fix niced guest time accounting
Ryota Ozaki
1
-2
/
+7
2009-10-25
Merge branch 'linus' into sched/core
Ingo Molnar
97
-8402
/
+8993
2009-10-24
tracing: Remove cpu arg from the rb_time_stamp() function
Jiri Olsa
1
-5
/
+5
2009-10-24
tracing: Fix comment typo and documentation example
Jiri Olsa
1
-1
/
+1
2009-10-24
tracing: Fix trace_seq_printf() return value
Jiri Olsa
1
-1
/
+4
2009-10-24
tracing: Update *ppos instead of filp->f_pos
Jiri Olsa
2
-5
/
+5
2009-10-23
sched: Strengthen buddies and mitigate buddy induced latencies
Mike Galbraith
2
-27
/
+48
2009-10-23
ratelimit: Make suppressed output messages more useful
Christian Borntraeger
1
-3
/
+3
2009-10-23
generic-ipi: Fix misleading smp_call_function*() description
Sheng Yang
1
-8
/
+3
2009-10-23
perf events: Don't generate events for the idle task when exclude_idle is set
Soeren Sandmann
1
-2
/
+3
2009-10-23
perf events: Fix swevent hrtimer sampling by keeping track of remaining time ...
Soeren Sandmann
1
-20
/
+41
2009-10-23
Merge branch 'perf/core' into perf/probes
Ingo Molnar
9
-339
/
+781
2009-10-22
PM: Make warning in suspend_test_finish() less likely to happen
Rafael J. Wysocki
1
-2
/
+3
2009-10-20
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-1
/
+1
2009-10-19
HWPOISON: Allow schedule_on_each_cpu() from keventd
Andi Kleen
1
-2
/
+19
2009-10-18
Merge commit 'perf/core' into perf/hw-breakpoint
Frederic Weisbecker
113
-10160
/
+11434
2009-10-17
Merge commit 'v2.6.32-rc5' into perf/probes
Ingo Molnar
68
-1286
/
+2419
2009-10-17
tracing/kprobes: Add failure messages for debugging
Masami Hiramatsu
1
-8
/
+27
2009-10-17
tracing/kprobes: Update kprobe-tracer selftest against new syntax
Masami Hiramatsu
1
-2
/
+2
2009-10-16
futex: Move drop_futex_key_refs out of spinlock'ed region
Darren Hart
1
-1
/
+2
2009-10-15
Merge the right tty-fixes branch
Linus Torvalds
1
-1
/
+1
2009-10-15
rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang
Paul E. McKenney
3
-12
/
+34
2009-10-15
tracing/events: Fix locking imbalance in the filter code
Ingo Molnar
1
-11
/
+15
2009-10-15
tracing/profile: Add filter support
Li Zefan
3
-34
/
+182
2009-10-15
tracing/filters: Use a different op for glob match
Li Zefan
2
-32
/
+29
2009-10-15
tracing/filters: Refactor subsystem filter code
Li Zefan
2
-80
/
+45
2009-10-15
Merge branch 'tracing/core' into perf/core
Ingo Molnar
6
-183
/
+499
2009-10-15
rcu: Add rnp->blocked_tasks to tracing
Paul E. McKenney
1
-2
/
+6
2009-10-15
rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCU
Paul E. McKenney
1
-0
/
+21
2009-10-15
rcu: Prevent RCU IPI storms in presence of high call_rcu() load
Paul E. McKenney
2
-5
/
+28
2009-10-15
Merge branch 'linus' into perf/core
Ingo Molnar
5
-15
/
+41
2009-10-14
Merge branch 'tty-fixes'
Linus Torvalds
1
-0
/
+18
2009-10-14
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+12
[prev]
[next]