summaryrefslogtreecommitdiffstats
path: root/include/linux
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-0412-49/+62
| |\
| * | 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-15100-464/+1295
| |\ \
| * | | 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-3145-176/+350
| |\ \ \ \
| * | | | | 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-112-16/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-0440-172/+342
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | 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-112-41/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-141-16/+0
| * | | | | | | | crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-141-26/+3
| * | | | | | | | crypto: async - Use kzfree for requestsHerbert Xu2009-07-121-2/+2
| * | | | | | | | random: Add optional continuous repetition test to entropy store based rngsNeil Horman2009-06-181-0/+10
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-09-112-4/+19
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'topic/soundcore-preclaim' into for-linusTakashi Iwai2009-09-101-3/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | chrdev: implement __[un]register_chrdev()Tejun Heo2009-08-101-3/+16
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-09-101-1/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253Janusz Krzysztofik2009-08-071-1/+1
| | * | | | | | | | | TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) A...Janusz Krzysztofik2009-07-311-1/+3
* | | | | | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-113-23/+64
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-111-0/+1
| * | | | | | | | | | | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+2
OpenPOWER on IntegriCloud