summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin2015-08-041-2/+0Star
| * | | | | | perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-041-1/+1
| * | | | | | uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov2015-07-311-0/+1
| * | | | | | uprobes: Use vm_special_mapping to name the XOL vmaOleg Nesterov2015-07-311-10/+20
| * | | | | | uprobes: Fix the usage of install_special_mapping()Oleg Nesterov2015-07-311-8/+9
| * | | | | | uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov2015-07-311-7/+7
| * | | | | | uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-3/+6
| * | | | | | uprobes: Change prepare_uretprobe() to (try to) flush the dead framesOleg Nesterov2015-07-311-0/+13
| * | | | | | uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Oleg Nesterov2015-07-311-11/+18
| * | | | | | uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-0/+1
| * | | | | | uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-9/+5Star
| * | | | | | uprobes: Change handle_trampoline() to find the next chain beforehandOleg Nesterov2015-07-311-11/+16
| * | | | | | uprobes: Change prepare_uretprobe() to use uprobe_warn()Oleg Nesterov2015-07-311-7/+3Star
| * | | | | | uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov2015-07-311-11/+10Star
| * | | | | | uprobes: Introduce free_ret_instance()Oleg Nesterov2015-07-311-14/+13Star
| * | | | | | uprobes: Introduce get_uprobe()Oleg Nesterov2015-07-311-19/+20
| * | | | | | Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar2015-07-313-23/+39
| |\ \ \ \ \ \
| * | | | | | | perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter2015-07-241-0/+103
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0114-498/+632
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-251-0/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney2015-08-041-0/+12
| * | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-1214-498/+620
| |\| | | | | | | |
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney2015-08-041-13/+27
| | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney2015-07-151-2/+14
| | | | * | | | | | | | rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney2015-07-151-3/+2Star
| | | | * | | | | | | | rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney2015-07-151-1/+1
| | | | * | | | | | | | rcutorture: Check nfakewriters parameterPaul E. McKenney2015-07-151-6/+9
| | | | * | | | | | | | rcutorture: Better bounds checking for n_barrier_cbsPaul E. McKenney2015-07-151-1/+1
| | | |/ / / / / / / /
| | * | | | | | | | | Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2015-08-044-408/+401Star
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2015-08-042-2/+18
| | | * | | | | | | | | 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/+1Star
| | | * | | | | | | | | rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney2015-07-173-56/+22Star
| | | * | | | | | | | | rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2015-07-172-33/+18Star
| | | * | | | | | | | | 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/+6Star
| | | * | | | | | | | | 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/+47Star
| | | * | | | | | | | | rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney2015-07-173-83/+36Star
| | | * | | | | | | | | rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra2015-07-172-27/+15Star
| | | * | | | | | | | | rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-172-49/+0Star
| | | * | | | | | | | | rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney2015-07-171-23/+2Star
| | | * | | | | | | | | 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