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-02-03
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE
Al Viro
1
-4
/
+3
2013-02-03
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
2
-12
/
+16
2013-02-03
switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE
Al Viro
1
-3
/
+3
2013-02-03
switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+3
2013-02-03
old sigsuspend variants in kernel/signal.c
Al Viro
1
-0
/
+17
2013-02-03
generic compat_sys_rt_sigqueueinfo()
Al Viro
1
-13
/
+32
2013-02-03
generic compat_sys_rt_sigpending()
Al Viro
1
-17
/
+35
2013-02-03
generic compat_sys_rt_sigprocmask()
Al Viro
2
-1
/
+53
2013-02-03
consolidate rt_sigsuspend()
Al Viro
2
-18
/
+23
2013-02-03
sanitize rt_sigaction() situation a bit
Al Viro
1
-2
/
+2
2013-02-03
switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+5
2013-02-03
sched/rt: Further simplify pick_rt_task()
Kirill Tkhai
1
-2
/
+1
2013-02-03
perf: Fix event group context move
Jiri Olsa
1
-2
/
+18
2013-02-03
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
6
-61
/
+200
2013-02-01
tracing: Init current_trace to nop_trace and remove NULL checks
Steven Rostedt (Red Hat)
1
-18
/
+12
2013-01-31
clockevents: Add generic timer broadcast function
Mark Rutland
2
-0
/
+17
2013-01-31
clockevents: Add generic timer broadcast receiver
Mark Rutland
1
-0
/
+17
2013-01-31
sched/rt: Do not account zero delta_exec in update_curr_rt()
Kirill Tkhai
1
-2
/
+2
2013-01-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+12
2013-01-31
Revert "console: implement lockdep support for console_lock"
Dave Airlie
1
-9
/
+0
2013-01-30
tracing: Make a snapshot feature available from userspace
Hiraku Toyooka
3
-26
/
+151
2013-01-30
tracing: Replace static old_tracer check of tracer name
Hiraku Toyooka
1
-13
/
+9
2013-01-30
tracing: Use sched_clock_cpu for trace_clock_global
Namhyung Kim
1
-1
/
+1
2013-01-30
ring-buffer: Add stats field for amount read from trace ring buffer
Steven Rostedt (Red Hat)
2
-0
/
+21
2013-01-29
x86: Add Crash kernel low reservation
Yinghai Lu
1
-5
/
+29
2013-01-29
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
John Stultz
1
-1
/
+1
2013-01-29
tracing/fgraph: Adjust fgraph depth before calling trace return callback
Steven Rostedt (Red Hat)
1
-1
/
+7
2013-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-98
/
+262
2013-01-29
tracing: Remove second iterator initializer
Jovi Zhang
1
-4
/
+1
2013-01-29
sched: Bail out of yield_to when source and target runqueue has one task
Peter Zijlstra
1
-6
/
+19
2013-01-28
Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....
Paul E. McKenney
8
-100
/
+370
2013-01-28
rcu: Make rcutorture's shuffler task shuffle recently added tasks
Paul E. McKenney
1
-4
/
+20
2013-01-28
rcu: Provide RCU CPU stall warnings for tiny RCU
Paul E. McKenney
6
-50
/
+121
2013-01-28
smp: Fix SMP function call empty cpu mask race
Wang YanQing
1
-1
/
+12
2013-01-27
Merge tag 'v3.8-rc5' into next/cleanup
Olof Johansson
16
-126
/
+335
2013-01-27
cputime: Safely read cputime of full dynticks CPUs
Frederic Weisbecker
5
-16
/
+211
2013-01-27
kvm: Prepare to add generic guest entry/exit callbacks
Frederic Weisbecker
1
-10
/
+0
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
8
-35
/
+89
2013-01-27
cputime: Allow dynamic switch between tick/virtual based cputime accounting
Frederic Weisbecker
2
-11
/
+35
2013-01-27
cputime: Generic on-demand virtual cputime accounting
Frederic Weisbecker
2
-6
/
+61
2013-01-27
cputime: Move default nsecs_to_cputime() to jiffies based cputime file
Frederic Weisbecker
1
-4
/
+0
2013-01-27
cputime: Avoid multiplication overflow on utime scaling
Frederic Weisbecker
1
-9
/
+9
2013-01-26
userns: Allow any uid or gid mappings that don't overlap.
Eric W. Biederman
1
-6
/
+39
2013-01-26
userns: Avoid recursion in put_user_ns
Eric W. Biederman
2
-11
/
+10
2013-01-26
context_tracking: Add comments on interface and internals
Frederic Weisbecker
1
-10
/
+65
2013-01-26
rcu: Remove unused code originally used for context tracking
Li Zhong
2
-7
/
+0
2013-01-26
rcu: Correct 'optimized' to 'optimize' in header comment
Cody P Schafer
1
-1
/
+1
2013-01-26
context_tracking: Export context state for generic vtime
Frederic Weisbecker
1
-15
/
+1
2013-01-25
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
9
-92
/
+223
2013-01-25
tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var
Shan Wei
1
-2
/
+2
[prev]
[next]