summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Add fastpath bypassing funnel lockingPaul E. McKenney2015-07-173-3/+19
* rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2015-07-172-2/+2
* rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney2015-07-171-5/+21
* rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney2015-07-172-4/+55
* rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney2015-07-173-5/+21
* rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney2015-07-172-2/+1
* rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney2015-07-173-56/+22
* rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2015-07-172-33/+18
* rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney2015-07-171-1/+1
* rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney2015-07-171-33/+47
* rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney2015-07-171-10/+6
* rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney2015-07-171-10/+58
* rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra2015-07-173-15/+25
* rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney2015-07-173-59/+47
* rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney2015-07-173-83/+36
* rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra2015-07-172-27/+15
* rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-172-49/+0
* rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney2015-07-171-23/+2
* rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney2015-07-171-0/+1
* rcu: Shut up bogus gcc array bounds warningAlexander Gordeev2015-07-171-1/+3
* rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev2015-07-152-15/+6
* rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev2015-07-152-17/+16
* rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev2015-07-152-14/+15
* rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-152-8/+6
* rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-151-1/+1
* rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev2015-07-151-10/+8
* rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev2015-07-151-14/+10
* rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev2015-07-151-7/+7
* rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev2015-07-151-12/+17
* rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney2015-07-152-3/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-041-2/+15
|\ \
| * | sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-031-2/+15
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-045-26/+55
|\ \ \
| * | | sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-043-23/+47
| * | | sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju2015-07-041-1/+1
| * | | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-0/+5
| * | | sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-042-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-032-13/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4
| * | | sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-7/+1
* | | | make certificate list change message more usefulLinus Torvalds2015-07-021-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-016-11/+28
|\ \ \ \
| * | | | kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-06-301-4/+1
| * | | | printk: improve the description of /dev/kmsg line formatAntonio Ospite2015-06-301-4/+4
| * | | | gcov: add support for GCC 5.1Lorenzo Stoakes2015-06-302-1/+9
| * | | | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-302-1/+12
| * | | | kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-301-1/+2
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-012-3/+2
|\ \ \ \ \
OpenPOWER on IntegriCloud