index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-05-11
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2021-05-11
bpf, kconfig: Add consolidated menu entry for bpf with core options
Daniel Borkmann
2021-05-11
alarmtimer: Check RTC features instead of ops
Alexandre Belloni
2021-05-11
bpf: Prevent writable memory-mapping of read-only ringbuf pages
Andrii Nakryiko
2021-05-11
bpf, ringbuf: Deny reserve of buffers larger than ringbuf
Thadeu Lima de Souza Cascardo
2021-05-11
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
2021-05-10
cgroup: inline cgroup_task_freeze()
Roman Gushchin
2021-05-10
rcu: Don't penalize priority boosting when there is nothing to boost
Paul E. McKenney
2021-05-10
rcu: Point to documentation of ordering guarantees
Paul E. McKenney
2021-05-10
rcu: Make rcu_gp_cleanup() be noinline for tracing
Paul E. McKenney
2021-05-10
rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUs
Paul E. McKenney
2021-05-10
rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP
Paul E. McKenney
2021-05-10
rcu: Make RCU priority boosting work on single-CPU rcu_node structures
Paul E. McKenney
2021-05-10
rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-10
rcu: Reject RCU_LOCKDEP_WARN() false positives
Paul E. McKenney
2021-05-10
lockdep: Explicitly flag likely false-positive report
Paul E. McKenney
2021-05-10
rcu: Add ->gp_max to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-10
rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-10
rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
Paul E. McKenney
2021-05-10
rcu: Improve tree.c comments and add code cleanups
Zhouyi Zhou
2021-05-10
rcu: Remove the unused rcu_irq_exit_preempt() function
Paul E. McKenney
2021-05-10
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-05-10
bpf: verifier: Use copy_array for jmp_history
Lorenz Bauer
2021-05-10
bpf: verifier: Improve function state reallocation
Lorenz Bauer
2021-05-10
rcutorture: Move mem_dump_obj() tests into separate function
Paul E. McKenney
2021-05-10
rcutorture: Don't count CPU-stalled time against priority boosting
Paul E. McKenney
2021-05-10
rcutorture: Forgive RCU boost failures when CPUs don't pass through QS
Paul E. McKenney
2021-05-10
rcutorture: Make rcu_torture_boost_failed() check for GP end
Paul E. McKenney
2021-05-10
rcutorture: Consolidate rcu_torture_boost() timing and statistics
Paul E. McKenney
2021-05-10
rcutorture: Delay-based false positives for RCU priority boosting tests
Paul E. McKenney
2021-05-10
rcutorture: Judge RCU priority boosting on grace periods, not callbacks
Paul E. McKenney
2021-05-10
rcutorture: Abstract read-lock-held checks
Paul E. McKenney
2021-05-10
refscale: Add acqrel, lock, and lock-irq
Paul E. McKenney
2021-05-10
rcu-tasks: Add block comment laying out RCU Rude design
Paul E. McKenney
2021-05-10
rcu-tasks: Add block comment laying out RCU Tasks design
Paul E. McKenney
2021-05-10
srcu: Fix broken node geometry after early ssp init
Frederic Weisbecker
2021-05-10
srcu: Initialize SRCU after timers
Frederic Weisbecker
2021-05-10
srcu: Remove superfluous ssp initialization for early callbacks
Frederic Weisbecker
2021-05-10
srcu: Remove superfluous sdp->srcu_lock_count zero filling
Frederic Weisbecker
2021-05-10
timer: Revert "timer: Add timer_curr_running()"
Frederic Weisbecker
2021-05-10
rcu/nocb: Use the rcuog CPU's ->nocb_timer
Frederic Weisbecker
2021-05-10
kvfree_rcu: Refactor kfree_rcu_monitor()
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Fix comments according to current code
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variant
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Update "monitor_todo" once a batch is started
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Add a bulk-list check when a scheduler is run
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
Uladzislau Rezki (Sony)
2021-05-10
kvfree_rcu: Release a page cache under memory pressure
Zhang Qiang
2021-05-10
rcu: Fix typo in comment: kthead -> kthread
Rolf Eike Beer
2021-05-10
audit: add blank line after variable declarations
Roni Nevalainen
[prev]
[next]