summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-07-18rcu: Add fastpath bypassing funnel lockingPaul E. McKenney3-3/+19
2015-07-18rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2-2/+2
2015-07-18rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney1-5/+21
2015-07-18rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney2-4/+55
2015-07-18rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney3-5/+21
2015-07-18rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney2-2/+1
2015-07-18rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney3-56/+22
2015-07-18rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2-33/+18
2015-07-18rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney1-1/+1
2015-07-18rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney1-33/+47
2015-07-18rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney1-10/+6
2015-07-18rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney1-10/+58
2015-07-18rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra3-15/+25
2015-07-18rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney3-59/+47
2015-07-18rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney3-83/+36
2015-07-18rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra2-27/+15
2015-07-18rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2-49/+0
2015-07-18rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney1-23/+2
2015-07-18rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney1-0/+1
2015-07-18rcu: Shut up bogus gcc array bounds warningAlexander Gordeev1-1/+3
2015-07-17genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-07-16rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney1-2/+14
2015-07-16rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney1-3/+2
2015-07-16rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney1-1/+1
2015-07-16rcutorture: Check nfakewriters parameterPaul E. McKenney1-6/+9
2015-07-16rcutorture: Better bounds checking for n_barrier_cbsPaul E. McKenney1-1/+1
2015-07-16rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev2-15/+6
2015-07-16rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev2-17/+16
2015-07-16rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev2-14/+15
2015-07-16rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev2-8/+6
2015-07-16rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev1-1/+1
2015-07-16rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev1-10/+8
2015-07-16rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev1-14/+10
2015-07-16rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev1-7/+7
2015-07-16rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev1-12/+17
2015-07-16rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney2-3/+13
2015-07-16rcu: Change return type to boolNicholas Mc Guire1-2/+3
2015-07-16rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko1-0/+49
2015-07-15seccomp: swap hard-coded zeros to defined nameKees Cook1-1/+1
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen2-0/+21
2015-07-15seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-4/+3
2015-07-15Merge tag 'trace-v4.2-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+11
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner1-9/+0
2015-07-15cgroup: implement the PIDs subsystemAleksa Sarai2-0/+367
2015-07-15cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai4-6/+88
2015-07-14livepatch: Improve error handling in klp_disable_func()Minfei Huang1-2/+4
2015-07-14PM / autosleep: Use workqueue for user space wakeup sources garbage collectorSungEun Kim1-3/+15
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner2-1/+1
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-130/+283
2015-07-13ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann1-1/+5