linux-2.6-block.git
2015-08-04 Paul E. McKenneyMerge branches 'fixes.2015.07.22a' and 'initexp.2015...
2015-08-04 Paul E. McKenneyrcu: Silence lockdep false positive for expedited grace...
2015-07-22 Paul E. McKenneyrcu: Don't disable CPU hotplug during OOM notifiers
2015-07-22 Paul E. McKenneyscripts: Make checkpatch.pl warn on expedited RCU grace...
2015-07-22 Lai Jiangshanrcu: Update MAINTAINERS entry
2015-07-22 Paul E. McKenneyrcu: Clarify CONFIG_RCU_EQS_DEBUG help text
2015-07-22 Paul E. McKenneyrcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rc...
2015-07-22 Paul E. McKenneyrcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
2015-07-22 Alexei Starovoitovrcu: Make rcu_is_watching() really notrace
2015-07-22 Paul E. McKenneycpu: Wait for RCU grace periods concurrently
2015-07-22 Paul E. McKenneyrcu: Create a synchronize_rcu_mult()
2015-07-22 Paul E. McKenneyrcu: Fix obsolete priority-boosting comment
2015-07-22 Peter Zijlstrarcu: Use WRITE_ONCE in RCU_INIT_POINTER
2015-07-22 Paul E. McKenneyrcu: Hide RCU_NOCB_CPU behind RCU_EXPERT
2015-07-22 Paul E. McKenneyrcu: Add RCU-sched flavors of get-state and cond-sync
2015-07-17 Paul E. McKenneyrcu: Add fastpath bypassing funnel locking
2015-07-17 Paul E. McKenneyrcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
2015-07-17 Paul E. McKenneyrcu: Pull out wait_event*() condition into helper function
2015-07-17 Paul E. McKenneydocumentation: Describe new expedited stall warnings
2015-07-17 Paul E. McKenneyrcu: Add stall warnings to synchronize_sched_expedited()
2015-07-17 Paul E. McKenneyrcu: Extend expedited funnel locking to rcu_data structure
2015-07-17 Paul E. McKenneyrcu: Consolidate last open-coded expedited memory barrier
2015-07-17 Paul E. McKenneyrcu: Apply rcu_seq operations to _rcu_barrier()
2015-07-17 Paul E. McKenneyrcu: Use funnel locking for synchronize_rcu_expedited...
2015-07-17 Paul E. McKenneyrcu: Fix synchronize_sched_expedited() type error for "s"
2015-07-17 Paul E. McKenneyrcu: Abstract funnel locking from synchronize_sched_exp...
2015-07-17 Paul E. McKenneyrcu: Make synchronize_rcu_expedited() use sequence...
2015-07-17 Paul E. McKenneyrcu: Abstract sequence counting from synchronize_sched_...
2015-07-17 Peter Zijlstrarcu: Make expedited GP CPU stoppage asynchronous
2015-07-17 Paul E. McKenneyrcu: Get rid of synchronize_sched_expedited()'s polling...
2015-07-17 Paul E. McKenneyrcu: Rework synchronize_sched_expedited() counter handling
2015-07-17 Peter Zijlstrarcu: Switch synchronize_sched_expedited() to stop_one_cpu()
2015-07-17 Paul E. McKenneyrcu: Remove CONFIG_RCU_CPU_STALL_INFO
2015-07-17 Paul E. McKenneyrcu: Stop disabling CPU hotplug in synchronize_rcu_expe...
2015-07-17 Paul E. McKenneyrcu: Reset rcu_fanout_leaf if out of bounds
2015-07-17 Alexander Gordeevrcu: Shut up bogus gcc array bounds warning
2015-07-15 Alexander Gordeevrcu: Simplify arithmetic to calculate number of RCU...
2015-07-15 Alexander Gordeevrcu: Limit count of static data to the number of RCU...
2015-07-15 Alexander Gordeevrcu: Remove unnecessary fields from rcu_state structure
2015-07-15 Alexander Gordeevrcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items
2015-07-15 Alexander Gordeevrcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items
2015-07-15 Alexander Gordeevrcu: Simplify rcu_init_geometry() capacity arithmetics
2015-07-15 Alexander Gordeevrcu: Cleanup rcu_init_geometry() code and arithmetics
2015-07-15 Alexander Gordeevrcu: Remove superfluous local variable in rcu_init_geom...
2015-07-15 Alexander Gordeevrcu: Panic if RCU tree can not accommodate all CPUs
2015-07-15 Paul E. McKenneyrcu: Provide more diagnostics for stalled GP kthread
2015-07-15 Nicholas Mc... rcu: Change return type to bool
2015-07-15 Denys Vlasenkorcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_...
2015-07-06 Paul E. McKenneyrcu: Drop RCU_USER_QS in favor of NO_HZ_FULL
2015-07-05 Linus TorvaldsLinux 4.2-rc1 v4.2-rc1
2015-07-05 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.2-2' of git://git...
2015-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-07-05 Linus Torvaldsbluetooth: fix list handling
2015-07-04 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2015-07-04 Linus TorvaldsMerge tag 'ntb-4.2' of git://github.com/jonmason/ntb
2015-07-04 Al Viro9p: cope with bogus responses from server in p9_client_...
2015-07-04 Al Virop9_client_write(): avoid double p9_free_req()
2015-07-04 Al Viro9p: forgetting to cancel request on interrupted zero...
2015-07-04 Matthew Wilcoxdax: bdev_direct_access() may sleep
2015-07-04 Matthew Wilcoxblock: Add support for DAX reads/writes to block devices
2015-07-04 Matthew Wilcoxdax: Use copy_from_iter_nocache
2015-07-04 Matthew Wilcoxdax: Add block size note to documentation
2015-07-04 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2015-07-04 Dave JiangNTB: Add split BAR output for debugfs stats
2015-07-04 Dave JiangNTB: Change WARN_ON_ONCE to pr_warn_once on unsafe
2015-07-04 Dave JiangNTB: Print driver name and version in module init
2015-07-04 Dave JiangNTB: Increase transport MTU to 64k from 16k
2015-07-04 Dave JiangNTB: Rename Intel code names to platform names
2015-07-04 Dave JiangNTB: Default to CPU memcpy for performance
2015-07-04 Dave JiangNTB: Improve performance with write combining
2015-07-04 Allen HubbeNTB: Use NUMA memory in Intel driver
2015-07-04 Allen HubbeNTB: Use NUMA memory and DMA chan in transport
2015-07-04 Allen HubbeNTB: Rate limit ntb_qp_link_work
2015-07-04 Allen HubbeNTB: Add tool test client
2015-07-04 Allen HubbeNTB: Add ping pong test client
2015-07-04 Allen HubbeNTB: Add parameters for Intel SNB B2B addresses
2015-07-04 Allen HubbeNTB: Reset transport QP link stats on down
2015-07-04 Allen HubbeNTB: Do not advance transport RX on link down
2015-07-04 Allen HubbeNTB: Differentiate transport link down messages
2015-07-04 Dave JiangNTB: Check the device ID to set errata flags
2015-07-04 Dave JiangNTB: Enable link for Intel root port mode in probe
2015-07-04 Dave JiangNTB: Read peer info from local SPAD in transport
2015-07-04 Allen HubbeNTB: Split ntb_hw_intel and ntb_transport drivers
2015-07-04 Allen HubbeNTB: Add NTB hardware abstraction layer
2015-07-04 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2015-07-04 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2015-07-04 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-07-04 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-07-04 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2015-07-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-07-04 Ingo Molnarx86/fpu: Fix boot crash in the early FPU code
2015-07-04 Srikar Dronamrajusched/numa: Fix numa balancing stats in /proc/pid/sched
2015-07-04 Srikar Dronamrajusched/numa: Show numa_group ID in /proc/sched_debug...
2015-07-04 Srikar Dronamrajusched/debug: Move print_cfs_rq() declaration to kernel...
2015-07-04 Naveen N. Raosched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_...
2015-07-04 Naveen N. Raosched/stat: Simplify the sched_info accounting dependency
2015-07-04 Dmitry TorokhovMerge branch 'next' into for-linus
2015-07-03 Linus TorvaldsMerge tag 'topic/drm-fixes-2015-07-04' of git://anongit...
2015-07-03 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2015-07-03 Shixin Zengdrm/crtc: Fix edid length computation
next