summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-1015-518/+640
|\
| *-. Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-2611-505/+603
| |\ \
| | | * rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney2013-03-261-18/+32
| | | * rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney2013-03-263-99/+130
| | | * rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2013-03-262-11/+11
| | | * rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2013-03-262-17/+12
| | | * rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney2013-03-262-38/+40
| | | * rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney2013-03-261-4/+2
| | | * rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-267-313/+149
| | | * rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney2013-03-261-8/+13
| | | * rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney2013-03-261-11/+20
| | | * rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-265-13/+20
| | | * rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney2013-03-262-0/+85
| | | * rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney2013-03-261-0/+7
| | | * rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney2013-03-263-20/+127
| | | * rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney2013-03-262-0/+53
| | | * rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-124-129/+57
| | * | rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney2013-03-131-1/+2
| | * | rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney2013-03-133-10/+32
| | * | rcu: Fix hlist_bl_set_first_rcu() annotationSteven Whitehouse2013-03-122-1/+6
| | * | rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney2013-03-121-3/+0
| | * | rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat2013-03-121-5/+0
| | * | rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney2013-03-121-1/+2
| | * | rcu: Fix spacing problemJiang Fang2013-03-121-1/+1
| | |/
| * | rcu: Documentation updatePaul E. McKenney2013-03-123-11/+35
| * | rcu: Make bugginess of code sample more evidentPaul E. McKenney2013-03-121-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-04-092-4/+15
|\ \
| * | crypto: ux500 - add missing commaLinus Walleij2013-04-051-1/+1
| * | crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna2013-04-021-3/+14
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-092-11/+4
|\ \ \
| * | | drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.Christopher Harvey2013-04-101-10/+3
| * | | Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-04-091-1/+1
| |\ \ \
| | * | | drm/nouveau: fix unconditional return waiting on memoryCalvin Owens2013-04-091-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-04-095-107/+107
|\ \ \ \ \
| * | | | | mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
| * | | | | palinfo fixesAl Viro2013-04-091-64/+13
| * | | | | procfs: add proc_remove_subtree()Al Viro2013-04-092-30/+91
| * | | | | ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2
* | | | | | Merge tag 'vfio-v3.9-rc7' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-04-091-1/+2
|\ \ \ \ \ \
| * | | | | | vfio-pci: Fix possible integer overflowAlex Williamson2013-03-261-1/+2
* | | | | | | Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds2013-04-095-122/+247
|\ \ \ \ \ \ \
| * | | | | | | Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-082-20/+2
| * | | | | | | mtip32xx: fix two smatch warningsJens Axboe2013-04-041-2/+2
| * | | | | | | mtip32xx: Add debugfs entry device_statusAsai Thambi S P2013-04-032-12/+154
| * | | | | | | mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P2013-04-031-0/+2
| * | | | | | | mtip32xx: recovery from command timeoutAsai Thambi S P2013-04-031-90/+87
| * | | | | | | block: avoid using uninitialized value in from queue_var_storeArnd Bergmann2013-04-031-0/+2
* | | | | | | | spinlocks and preemption points need to be at least compiler barriersLinus Torvalds2013-04-092-19/+32
* | | | | | | | tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf2013-04-091-1/+9
* | | | | | | | Merge tag 'hwspinlock-3.9-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-04-081-0/+2
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud