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-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-07
ring-buffer: Fix memleak in ring_buffer_free()
Eric Dumazet
1
-0
/
+1
2009-08-07
lockdep: Fix file mode of lock_stat
Li Zefan
1
-1
/
+2
2009-08-06
perf_counter: Fix double list iteration in per task precise stats
Peter Zijlstra
1
-1
/
+1
2009-08-06
ring-buffer: Fix advance of reader in rb_buffer_peek()
Robert Richter
1
-6
/
+4
2009-08-06
tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULES
Frederic Weisbecker
1
-26
/
+26
2009-08-06
tracing/function-graph-tracer: Move graph event insertion helpers in the grap...
Frederic Weisbecker
4
-113
/
+121
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-08-06
ftrace: Fix perf-tracepoint OOPS
Peter Zijlstra
2
-2
/
+2
2009-08-06
rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()
Darren Hart
1
-3
/
+1
2009-08-05
ring-buffer: do not disable ring buffer on oops_in_progress
Steven Rostedt
1
-1
/
+1
2009-08-05
ring-buffer: fix check of try_to_discard result
Steven Rostedt
1
-1
/
+1
2009-08-06
Security/SELinux: seperate lsm specific mmap_min_addr
Eric Paris
1
-3
/
+4
2009-08-06
Merge branch 'master' into next
James Morris
33
-323
/
+652
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
timers: Cache __next_timer_interrupt result
Martin Schwidefsky
1
-1
/
+23
2009-08-04
irq: Clean up by removing irqfixup MODULE_PARM_DESC()
Jiri Slaby
1
-1
/
+0
2009-08-04
futex: Correct futex_wait_requeue_pi() commentary
Darren Hart
1
-13
/
+10
2009-08-04
workqueues: Improve schedule_work() documentation
Bart Van Assche
1
-1
/
+6
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-03
cputime: Optimize jiffies_to_cputime(1)
Stanislaw Gruszka
3
-10
/
+9
2009-08-03
itimers: Simplify arm_timer() code a bit
Stanislaw Gruszka
1
-21
/
+23
2009-08-03
itimers: Fix periodic tics precision
Stanislaw Gruszka
2
-6
/
+38
2009-08-03
itimers: Merge ITIMER_VIRT and ITIMER_PROF
Stanislaw Gruszka
3
-134
/
+119
2009-08-02
lockdep: Fix memory usage info of BFS
Ming Lei
1
-1
/
+2
2009-08-02
lockdep: Reintroduce generation count to make BFS faster
Ming Lei
1
-5
/
+6
2009-08-02
lockdep: Deal with many similar locks
Peter Zijlstra
1
-12
/
+77
2009-08-02
lockdep: Introduce lockdep_assert_held()
Peter Zijlstra
2
-0
/
+35
2009-08-02
lockdep: Fix style nits
Peter Zijlstra
1
-3
/
+8
2009-08-02
lockdep: Fix backtraces
Peter Zijlstra
1
-1
/
+11
2009-08-02
sched: Fix cpupri build on !CONFIG_SMP
Ingo Molnar
1
-5
/
+7
2009-08-02
lockdep: Fix BFS build
Ingo Molnar
1
-0
/
+2
2009-08-02
sched: Ensure the migration task doesn't go away during use
Peter Zijlstra
1
-0
/
+4
2009-08-02
sched: Add debug check to task_of()
Peter Zijlstra
2
-10
/
+26
2009-08-02
sched: Fully integrate cpus_active_map and root-domain code
Gregory Haskins
3
-11
/
+8
2009-08-02
sched: Enhance the pre/post scheduling logic
Gregory Haskins
2
-52
/
+61
2009-08-02
sched: Add new prio to cpupri before removing old prio
Steven Rostedt
1
-14
/
+16
2009-08-02
sched: Check for pushing rt tasks after all scheduling
Steven Rostedt
1
-11
/
+27
2009-08-02
sched: Optimize unused cgroup configuration
Peter Zijlstra
1
-2
/
+14
2009-08-02
sched: Fix cgroup smp fairness
Peter Zijlstra
1
-8
/
+20
2009-08-02
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
21
-200
/
+421
2009-08-02
sched: Fix race in cpupri introduced by cpumask_var changes
Gregory Haskins
1
-1
/
+14
[prev]
[next]