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-06
tracing: Move sched event insertion helpers in the sched switch tracer file
Frederic Weisbecker
2
-56
/
+57
2009-08-06
tracing/core: Make the stack entry helpers global
Frederic Weisbecker
2
-19
/
+33
2009-08-06
tracing/core: Turn ftrace_cpu_disabled into a global var
Frederic Weisbecker
2
-1
/
+2
2009-08-06
tracing: Simplify print_graph_cpu()
Lai Jiangshan
1
-26
/
+4
2009-07-20
tracing/filters: improve subsystem filter
Li Zefan
2
-43
/
+84
2009-07-20
tracing: cleanup for tracing_trace_options_read()
Xiao Guangrong
1
-3
/
+3
2009-07-20
tracing/events: record the size of dynamic arrays
Li Zefan
1
-2
/
+4
2009-07-18
tracing: Remove unused fields/variables
jolsa@redhat.com
2
-5
/
+1
2009-07-18
Merge branch 'linus' into tracing/core
Ingo Molnar
31
-795
/
+1191
2009-07-17
tracing/function: Cleanup for function tracer
Xiao Guangrong
2
-17
/
+4
2009-07-17
tracing/trace_stack: Cleanup for trace_lookup_stack()
Xiao Guangrong
1
-8
/
+1
2009-07-17
tracing/function: Simplify __ftrace_replace_code()
Xiao Guangrong
1
-54
/
+18
2009-07-16
tracing/function: Fix the return value of ftrace_trace_onoff_callback()
Xiao Guangrong
1
-1
/
+1
2009-07-16
ring_buffer: Fix warning while ignoring cmpxchg return value
Lai Jiangshan
1
-2
/
+7
2009-07-16
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-12
/
+52
2009-07-14
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-57
/
+64
2009-07-14
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2009-07-13
tracing/function-profiler: do not free per cpu variable stat
Steven Rostedt
1
-3
/
+2
2009-07-12
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-7
/
+0
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
3
-1
/
+2
2009-07-11
futexes: Fix infinite loop in get_futex_key() on huge page
Sonny Rao
1
-0
/
+1
2009-07-11
sched: Fix bug in SCHED_IDLE interaction with group scheduling
Paul Turner
1
-1
/
+2
2009-07-10
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+1
2009-07-10
sched: optimize cond_resched()
Peter Zijlstra
1
-5
/
+9
2009-07-10
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-14
/
+12
2009-07-10
hrtimer: Fix migration expiry check
Thomas Gleixner
2
-68
/
+64
2009-07-10
hrtimer: migration: do not check expiry time on current CPU
Thomas Gleixner
1
-2
/
+13
2009-07-10
Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2
-168
/
+770
2009-07-10
tracing/workqueues: Add refcnt to struct cpu_workqueue_stats
Lai Jiangshan
1
-6
/
+26
2009-07-10
tracing/stat: Add stat_release() callback
Lai Jiangshan
2
-2
/
+7
2009-07-10
kmemtrace: Rename some functions
Li Zefan
1
-8
/
+8
2009-07-10
tracing/kmemtrace: Use the %pf format
Frederic Weisbecker
1
-20
/
+5
2009-07-10
tracing/function-graph-tracer: Use the %pf format
Frederic Weisbecker
1
-10
/
+2
2009-07-10
tracing/filter: Remove empty subsystem and its directory
Xiao Guangrong
2
-1
/
+32
2009-07-10
tracing/filter: Remove preds from struct event_subsystem
Xiao Guangrong
1
-33
/
+6
2009-07-10
sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()
Fabio Checconi
1
-1
/
+1
2009-07-10
sched: Reset sched stats on fork()
Lucas De Marchi
1
-9
/
+31
2009-07-10
sched_rt: Fix overload bug on rt group scheduling
Peter Zijlstra
2
-1
/
+18
2009-07-09
kmemleak: Remove alloc_bootmem annotations introduced in the past
Catalin Marinas
1
-7
/
+0
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
1
-3
/
+3
2009-07-08
headers: mnt_namespace.h redux
Alexey Dobriyan
3
-3
/
+0
2009-07-07
ring-buffer: make lockless
Steven Rostedt
2
-151
/
+738
2009-07-07
ring-buffer: make the buffer a true circular link list
Steven Rostedt
1
-17
/
+32
2009-07-06
cred_guard_mutex: do not return -EINTR to user-space
Oleg Nesterov
1
-2
/
+2
2009-07-06
Fix virt_to_phys() warnings
Kevin Cernekee
1
-1
/
+1
2009-07-03
kmemtrace: Print binary output only if 'bin' option is set
Li Zefan
1
-30
/
+90
2009-07-02
tracing: Fix trace_print_seq()
Xiao Guangrong
1
-2
/
+1
2009-07-01
tracing/events: Add trace_event boot option
Li Zefan
3
-6
/
+38
2009-07-01
kprobes: Clean up insn_pages by using list instead of hlist
Masami Hiramatsu
1
-19
/
+11
2009-07-01
kprobes: No need to unlock kprobe_insn_mutex
Masami Hiramatsu
1
-5
/
+1
[next]