summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-1110-673/+157
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2009-09-0419-62/+80
| |\
| * | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-291-1/+3
| * | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-292-3/+3
| * | rcu: Remove lockdep annotations from RCU's _notrace() API membersPaul E. McKenney2009-08-261-2/+0
| * | rcu: Add "notrace" to RCU function headers used by ftracePaul E. McKenney2009-08-241-2/+2
| * | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-235-258/+2
| * | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-235-1/+73
| * | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-232-2/+0
| * | rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.hPaul E. McKenney2009-08-233-24/+44
| * | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-233-10/+23
| * | rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney2009-08-231-211/+0
| * | rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney2009-08-222-4/+4
| * | cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU casePaul E. McKenney2009-08-151-5/+12
| * | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-15138-644/+1740
| |\ \
| * | | rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-033-13/+34
| * | | rcu: Remove Classic RCUPaul E. McKenney2009-06-242-181/+1
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-113-50/+426
|\ \ \ \
| * | | | locking: Simplify spinlock inliningHeiko Carstens2009-08-312-40/+18
| * | | | locking: Allow arch-inlined spinlocksHeiko Carstens2009-08-311-0/+119
| * | | | locking: Move spinlock function bodies to header fileHeiko Carstens2009-08-312-9/+272
| * | | | Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar2009-08-3165-229/+621
| |\ \ \ \
| * | | | | lockdep: Reintroduce generation count to make BFS fasterMing Lei2009-08-021-0/+1
| * | | | | lockdep: Deal with many similar locksPeter Zijlstra2009-08-021-1/+3
| * | | | | lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-021-0/+8
| * | | | | lockdep: BFS cleanupPeter Zijlstra2009-07-241-4/+3
| * | | | | lockdep: Print the shortest dependency chain if finding a circleMing Lei2009-07-241-0/+6
* | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-113-22/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-0454-214/+590
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | dma-ops: Remove flush_write_buffers() in dma-mapping-common.hArnd Bergmann2009-08-101-6/+0
| * | | | | | swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori2009-07-281-5/+0
| * | | | | | remove is_buffer_dma_capable()FUJITA Tomonori2009-07-281-5/+0
| * | | | | | swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori2009-07-281-2/+0
| * | | | | | swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori2009-07-281-2/+0
| * | | | | | swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori2009-07-281-2/+0
* | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-2/+17
|\ \ \ \ \ \ \
| * | | | | | | debug lockups: Improve lockup detection, fix generic arch fallbackIngo Molnar2009-08-031-2/+17
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-118-104/+378
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-021-0/+61
| * | | | | | | | crypto: cryptd - Add support to access underlaying shashHuang Ying2009-08-061-0/+17
| * | | | | | | | crypto: api - Fix aligned ctx helperHerbert Xu2009-07-241-6/+2
| * | | | | | | | crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-221-3/+3
| * | | | | | | | crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-221-0/+6
| * | | | | | | | crypto: shash - Fix digest size offsetHerbert Xu2009-07-151-1/+2
| * | | | | | | | crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-152-15/+14
| * | | | | | | | crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-143-24/+1
| * | | | | | | | crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-141-0/+6
| * | | | | | | | crypto: cryptd - Switch to template create APIHerbert Xu2009-07-141-0/+3
| * | | | | | | | crypto: hash - Add helpers to free spawnsHerbert Xu2009-07-141-0/+10
| * | | | | | | | crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-141-0/+51