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
2017-06-08
rcu: Move torture-related definitions from rcupdate.h to rcu.h
Paul E. McKenney
1
-0
/
+85
2017-06-08
rcu: Move expediting-related access/control out of rcupdate.h
Paul E. McKenney
3
-0
/
+30
2017-06-08
rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Move docbook comments out of rcupdate.h
Paul E. McKenney
3
-9
/
+86
2017-06-08
rcu: Add memory barriers for NOCB leader wakeup
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
Paul E. McKenney
2
-7
/
+7
2017-06-08
sched: Rely on synchronize_rcu_mult() de-duplication
Paul E. McKenney
1
-7
/
+1
2017-06-08
rcu: Make synchronize_rcu_mult() check for duplicates
Paul E. McKenney
1
-2
/
+11
2017-06-08
srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
Paul E. McKenney
1
-1
/
+18
2017-06-08
srcu: Shrink Tiny SRCU a bit
Paul E. McKenney
1
-16
/
+0
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree_plugin.h
Paul E. McKenney
1
-0
/
+17
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree.c
Paul E. McKenney
1
-0
/
+25
2017-06-08
srcu: Print non-default exp_holdoff values at boot time
Paul E. McKenney
1
-1
/
+5
2017-06-08
srcu: Make exp_holdoff module parameter be static
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcu: Update rcu_bootup_announce_oddness()
Paul E. McKenney
2
-6
/
+34
2017-06-08
rcu: Print out rcupdate.c non-default boot-time settings
Paul E. McKenney
2
-1
/
+42
2017-06-08
rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
Paul E. McKenney
1
-0
/
+2
2017-06-08
rcuperf: Add writer_holdoff boot parameter
Paul E. McKenney
1
-0
/
+3
2017-06-08
rcuperf: Set more user-friendly defaults
Paul E. McKenney
1
-2
/
+3
2017-06-08
srcu: Shrink Tiny SRCU a bit more
Paul E. McKenney
1
-1
/
+1
2017-06-08
srcu: Make Classic and Tree SRCU announce themselves at bootup
Paul E. McKenney
2
-0
/
+14
2017-06-08
rcuperf: Add test for dynamically initialized srcu_struct
Paul E. McKenney
1
-1
/
+30
2017-06-08
rcu: Make sync_rcu_preempt_exp_done() return bool
Paul E. McKenney
1
-1
/
+1
2017-06-08
rcuperf: Add ability to performance-test call_rcu() and friends
Paul E. McKenney
1
-5
/
+64
2017-06-08
rcu: Remove obsolete reference to synchronize_kernel()
Paul E. McKenney
2
-8
/
+7
2017-06-08
rcuperf: Defer expedited/normal check to end of test
Paul E. McKenney
1
-10
/
+9
2017-06-08
rcu: Complain if blocking in preemptible RCU read-side critical section
Paul E. McKenney
3
-4
/
+5
2017-06-08
srcu: Eliminate possibility of destructive counter overflow
Paul E. McKenney
1
-9
/
+24
2017-06-08
rcu: Prevent rcu_barrier() from starting needless grace periods
Paul E. McKenney
1
-2
/
+8
2017-06-08
srcu: Allow use of Classic SRCU from both process and interrupt context
Paolo Bonzini
1
-3
/
+2
2017-06-08
srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context
Paolo Bonzini
2
-6
/
+6
2017-06-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+1
2017-05-27
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+16
2017-05-27
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+18
2017-05-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+12
2017-05-27
Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2017-05-26
kprobes/x86: Fix to set RWX bits correctly before releasing trampoline
Masami Hiramatsu
1
-1
/
+1
2017-05-26
ftrace: Fix memory leak in ftrace_graph_release()
Luis Henriques
1
-1
/
+1
2017-05-27
livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS
Miroslav Benes
1
-0
/
+1
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-30
/
+29
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
3
-0
/
+3
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
1
-21
/
+16
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
1
-9
/
+10
2017-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-7
/
+13
2017-05-23
posix-timers: Make signal printks conditional
Thomas Gleixner
1
-8
/
+16
2017-05-23
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
1
-7
/
+13
2017-05-22
Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-5
/
+4
2017-05-22
kthread: Fix use-after-free if kthread fork fails
Vegard Nossum
1
-5
/
+12
2017-05-22
futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()
Peter Zijlstra
1
-6
/
+18
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+8
[next]