summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu
2015-07-22mm: Fix bugs in region_is_ram()Toshi Kani
2015-07-21locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov
2015-07-20tracing: Introduce two additional marks for delayJungseok Lee
2015-07-20ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)
2015-07-20ftrace: add tracing_thresh to function profileUmesh Tiwari
2015-07-20tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)
2015-07-20ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)
2015-07-20ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari
2015-07-20tracing: Fix for non-continuous cpu idsGil Fruchter
2015-07-20tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter
2015-07-20futex: Make should_fail_futex() statickbuild test robot
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso
2015-07-20futex: Fault/error injection capabilitiesDavidlohr Bueso
2015-07-20futex: Enhance comments in futex_lock_pi() for blocking pathsDavidlohr Bueso
2015-07-20Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris
2015-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-07-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-17rcu: Add fastpath bypassing funnel lockingPaul E. McKenney
2015-07-17rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney
2015-07-17rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney
2015-07-17rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney
2015-07-17rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney
2015-07-17rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney
2015-07-17rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney
2015-07-17rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney
2015-07-17rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney
2015-07-17rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney
2015-07-17rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney
2015-07-17rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney
2015-07-17rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra
2015-07-17rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney
2015-07-17rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney
2015-07-17rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney
2015-07-17rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney
2015-07-17rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney
2015-07-17rcu: Shut up bogus gcc array bounds warningAlexander Gordeev
2015-07-17genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner