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-07-22
softirq: introduce tasklet_hrtimer infrastructure
Peter Zijlstra
1
-1
/
+63
2009-07-21
x86, intel_txt: Intel TXT Sx shutdown support
Joseph Cihula
1
-1
/
+6
2009-07-21
genirq: Delegate irq affinity setting to the irq thread
Thomas Gleixner
3
-9
/
+46
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-19
clocksource: Prevent NULL pointer dereference
Thomas Gleixner
1
-1
/
+1
2009-07-18
timer: Avoid reading uninitialized data
Pavel Roskin
1
-1
/
+1
2009-07-18
sched: Pull up the might_sleep() check into cond_resched()
Frederic Weisbecker
1
-7
/
+5
2009-07-18
sched: Add a preempt count base offset to __might_sleep()
Frederic Weisbecker
1
-4
/
+11
2009-07-18
sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()
Frederic Weisbecker
1
-2
/
+1
2009-07-18
sched: Remove obsolete comment in __cond_resched()
Frederic Weisbecker
1
-5
/
+0
2009-07-18
sched: Drop the need_resched() loop from cond_resched()
Frederic Weisbecker
1
-5
/
+3
2009-07-18
Merge branch 'linus' into sched/core
Ingo Molnar
25
-156
/
+426
2009-07-18
sched: fix nr_uninterruptible accounting of frozen tasks really
Thomas Gleixner
1
-0
/
+7
2009-07-18
sched: fix load average accounting vs. cpu hotplug
Thomas Gleixner
1
-2
/
+2
2009-07-18
profile: Suppress warning about large allocations when profile=1 is specified
Mel Gorman
1
-2
/
+3
2009-07-18
tracing: Remove unused fields/variables
[email protected]
2
-5
/
+1
2009-07-18
Merge branch 'linus' into tracing/core
Ingo Molnar
31
-795
/
+1191
2009-07-18
perf_counter: Log vfork as a fork event
Anton Blanchard
1
-6
/
+3
2009-07-18
perf_counter: Make sure we dont leak kernel memory to userspace
Anton Blanchard
1
-4
/
+15
2009-07-18
sched: Account for vruntime wrapping
Fabio Checconi
1
-2
/
+8
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-14
Merge branch 'master' into next
James Morris
19
-83
/
+306
2009-07-13
tracing/function-profiler: do not free per cpu variable stat
Steven Rostedt
1
-3
/
+2
2009-07-13
perf_counter: Fix the tracepoint channel to perfcounters
Chris Wilson
1
-7
/
+3
2009-07-12
genetlink: make netns aware
Johannes Berg
1
-5
/
+5
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
printk: Restore previous console_loglevel when re-enabling logging
Frans Pop
1
-1
/
+10
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
printk: Ensure that "console enabled" messages are printed on the console
Robin Getz
1
-15
/
+29
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
[prev]
[next]