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
2019-03-26
rcu: Inline RCU task stall-warning helper functions
Paul E. McKenney
2
-30
/
+7
2019-03-26
rcu: Move RCU CPU stall-warning code out of tree.c
Paul E. McKenney
3
-294
/
+299
2019-03-26
rcu: Move RCU CPU stall-warning code out of tree_plugin.h
Paul E. McKenney
2
-90
/
+95
2019-03-26
rcu: Move RCU CPU stall-warning code out of update.c
Paul E. McKenney
4
-58
/
+66
2019-03-26
srcu: Remove cleanup_srcu_struct_quiesced()
Paul E. McKenney
3
-30
/
+16
2019-03-26
srcu: Check for in-flight callbacks in _cleanup_srcu_struct()
Paul E. McKenney
1
-0
/
+2
2019-03-26
rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_special
Paul E. McKenney
2
-3
/
+3
2019-03-26
rcu: Fix typo in tree_exp.h comment
Paul E. McKenney
1
-1
/
+1
2019-03-26
rcu: Eliminate redundant NULL-pointer check
Paul E. McKenney
1
-5
/
+2
2019-03-26
rcu: Fix force_qs_rnp() header comment
Zhouyi Zhou
1
-5
/
+5
2019-03-26
rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() comments
Paul E. McKenney
1
-1
/
+2
2019-03-26
rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qs
Neeraj Upadhyay
1
-2
/
+1
2019-03-26
rcu: Fix self-wakeups for grace-period kthread
Neeraj Upadhyay
1
-1
/
+1
2019-03-26
rcu: Report error for bad rcu_nocbs= parameter values
Paul E. McKenney
1
-2
/
+10
2019-03-26
rcu: Allow rcu_nocbs= to specify all CPUs
Paul E. McKenney
1
-1
/
+4
2019-03-26
rcu: Move common code out of if-else block
Akira Yokosawa
1
-3
/
+1
2019-03-26
rcu: Set rcutree.kthread_prio sysfs access to read-only
Liu Song
1
-1
/
+1
2019-03-26
rcu: Make exit_rcu() handle non-preempted RCU readers
Paul E. McKenney
1
-7
/
+13
2019-03-26
rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twice
Cyrill Gorcunov
1
-1
/
+1
2019-03-26
rcu: Avoid unnecessary softirq when system is idle
Joel Fernandes (Google)
1
-0
/
+1
2019-03-26
rcu: Unconditionally expedite during suspend/hibernate
Paul E. McKenney
1
-4
/
+2
2019-03-26
bpf: remove incorrect 'verifier bug' warning
Paul Chaignon
1
-2
/
+3
2019-03-26
ftrace: Fix warning using plain integer as NULL & spelling corrections
Hariprasad Kelam
1
-6
/
+6
2019-03-26
tracing: initialize variable in create_dyn_event()
Frank Rowand
1
-1
/
+1
2019-03-26
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
Tom Zanussi
1
-1
/
+0
2019-03-26
bpf: fix use after free in bpf_evict_inode
Daniel Borkmann
1
-14
/
+18
2019-03-24
genirq: Prevent use-after-free and work list corruption
Prasad Sodagudi
1
-1
/
+3
2019-03-24
timer/trace: Improve timer tracing
Anna-Maria Gleixner
1
-4
/
+13
2019-03-24
timer: Move trace point to get proper index
Anna-Maria Gleixner
1
-9
/
+4
2019-03-24
tick/sched: Update tick_sched struct documentation
Anna-Maria Gleixner
1
-3
/
+10
2019-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-56
/
+89
2019-03-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2019-03-24
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2019-03-24
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-2
/
+7
2019-03-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+1
2019-03-23
tick: Remove outgoing CPU from broadcast masks
Thomas Gleixner
4
-27
/
+43
2019-03-23
genirq: Mark expected switch case fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-03-23
timekeeping: Consistently use unsigned int for seqcount snapshot
Rasmus Villemoes
5
-14
/
+15
2019-03-22
Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...
Thomas Gleixner
1
-0
/
+2
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-3
/
+25
2019-03-22
softirq: Remove tasklet_hrtimer
Thomas Gleixner
1
-51
/
+0
2019-03-22
watchdog/core: Make variables static
Valdis Kletnieks
1
-2
/
+2
2019-03-22
time/jiffies: Make refined_jiffies static
Valdis Kletnieks
1
-1
/
+1
2019-03-22
genirq/devres: Remove excess parameter from kernel doc
Valdis Kletnieks
1
-2
/
+0
2019-03-22
futex: Ensure that futex address is aligned in handle_futex_death()
Chen Jie
1
-0
/
+4
2019-03-21
bpf: verifier: propagate liveness on all frames
Jakub Kicinski
1
-9
/
+11
2019-03-21
bpf: add skc_lookup_tcp helper
Lorenz Bauer
1
-1
/
+2
2019-03-21
bpf: allow helpers to return PTR_TO_SOCK_COMMON
Lorenz Bauer
1
-0
/
+4
2019-03-21
bpf: track references based on is_acquire_func
Lorenz Bauer
1
-14
/
+12
2019-03-21
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
1
-1
/
+1
[prev]
[next]