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
2013-03-08
Revert parts of "hlist: drop the node parameter from iterators"
Arnd Bergmann
1
-1
/
+1
2013-03-08
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
3
-76
/
+86
2013-03-07
clockevents: Don't allow dummy broadcast timers
Mark Rutland
1
-1
/
+2
2013-03-07
cputime: Dynamically scale cputime for full dynticks accounting
Frederic Weisbecker
2
-75
/
+81
2013-03-07
context_tracking: Restore preempted context state after preempt_schedule_irq()
Frederic Weisbecker
1
-1
/
+5
2013-03-07
tracing: Do not return EINVAL in snapshot when not allocated
Steven Rostedt (Red Hat)
1
-2
/
+0
2013-03-07
tracing: Add help of snapshot feature when snapshot is empty
Steven Rostedt (Red Hat)
1
-1
/
+24
2013-03-07
tick: Dynamically set broadcast irq affinity
Daniel Lezcano
1
-8
/
+31
2013-03-07
tick: Pass broadcast device to tick_broadcast_set_event()
Daniel Lezcano
1
-6
/
+5
2013-03-07
tick: Convert broadcast cpu bitmaps to cpumask_var_t
Thomas Gleixner
3
-44
/
+46
2013-03-06
perf: Remove include of cgroup.h from perf_event.h
Li Zefan
1
-0
/
+15
2013-03-06
sched: Remove double declaration of root_task_group
Li Zefan
2
-5
/
+4
2013-03-06
sched: Move group scheduling functions out of include/linux/sched.h
Li Zefan
2
-5
/
+17
2013-03-06
sched: Make default_scale_freq_power() static
Li Zefan
1
-3
/
+3
2013-03-06
sched: Move struct sched_class to kernel/sched/sched.h
Li Zefan
1
-0
/
+55
2013-03-06
sched: Move wake flags to kernel/sched/sched.h
Li Zefan
1
-0
/
+7
2013-03-06
sched: Move struct sched_group to kernel/sched/sched.h
Li Zefan
1
-0
/
+56
2013-03-06
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
Li Zefan
1
-1
/
+25
2013-03-05
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+9
2013-03-05
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+3
2013-03-05
cgroup: avoid accessing modular cgroup subsys structure without locking
Li Zefan
1
-14
/
+14
2013-03-04
cgroup: no need to check css refs for release notification
Li Zefan
1
-59
/
+8
2013-03-04
cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()
Li Zefan
1
-23
/
+9
2013-03-04
cgroup: fix cgroup_path() vs rename() race
Li Zefan
1
-30
/
+76
2013-03-04
workqueue: better define synchronization rule around rescuer->pool updates
Lai Jiangshan
2
-1
/
+3
2013-03-04
workqueue: change argument of worker_maybe_bind_and_lock() to @pool
Lai Jiangshan
1
-9
/
+9
2013-03-04
workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()
Lai Jiangshan
1
-4
/
+3
2013-03-03
merge compat sys_ipc instances
Al Viro
1
-1
/
+1
2013-03-03
consolidate compat lookup_dcookie()
Al Viro
1
-0
/
+1
2013-03-03
switch getrusage() to COMPAT_SYSCALL_DEFINE
Al Viro
2
-19
/
+14
2013-03-03
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
Al Viro
3
-53
/
+12
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-03-03
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+4
2013-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-03-02
fix compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+1
2013-03-02
trace/ring_buffer: handle 64bit aligned structs
James Hogan
1
-2
/
+4
2013-03-02
Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...
Linus Torvalds
6
-127
/
+62
2013-03-02
Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
2013-03-02
kdb: Remove unhandled ssb command
Vincent
4
-39
/
+2
2013-03-02
kdb: Prevent kernel oops with kdb_defcmd
Jason Wessel
1
-2
/
+6
2013-03-02
kdb: Remove the ll command
Jason Wessel
1
-65
/
+0
2013-03-02
kdb_main: fix help print
Jason Wessel
1
-3
/
+7
2013-03-02
kdb: Fix overlap in buffers with strcpy
Jason Wessel
1
-9
/
+21
2013-03-02
kdb: Setup basic kdb state before invoking commands via kgdb
Matt Klein
3
-6
/
+23
2013-03-02
kdb: use ARRAY_SIZE where possible
Sasha Levin
1
-2
/
+2
2013-03-02
kdb: A fix for kdb command table expansion
John Blackwood
1
-1
/
+1
2013-02-28
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...
Linus Torvalds
1
-0
/
+2
2013-02-28
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-8
/
+77
2013-02-28
irq: Don't re-enable interrupts at the end of irq_exit
Frederic Weisbecker
1
-6
/
+1
2013-02-27
Merge branch 'akpm' (final batch from Andrew)
Linus Torvalds
25
-779
/
+120
[prev]
[next]