aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-122-1/+10
|\ \ \ \ \
| | | | * | MM: virtual address debugJiri Slaby2008-06-191-0/+9
| * | | | | Merge branch 'linus' into x86/xenIngo Molnar2008-10-127-65/+208
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'timers/urgent' into x86/xenIngo Molnar2008-09-232-1/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'core/xen' into x86/xenIngo Molnar2008-09-103-21/+27
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/xenIngo Molnar2008-08-251-2/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/xenIngo Molnar2008-08-207-26/+67
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/xenIngo Molnar2008-07-311-8/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/xenIngo Molnar2008-07-313-5/+11
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | generic, memparse(): constify argumentJeremy Fitzhardinge2008-07-281-1/+1
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-10-111-5/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | percpu counter: clean up percpu_counter_sum_and_set()Mingming Cao2008-10-091-5/+3
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Linus Torvalds2008-10-112-32/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | iommu: export iommu_area_reserve helper functionFUJITA Tomonori2008-09-221-3/+2
| * | | | | | | | | | | convert swiotlb to use dma_get_maskFUJITA Tomonori2008-09-191-5/+1
| * | | | | | | | | | | Merge branch 'linus' into x86/iommuIngo Molnar2008-09-141-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | swiotlb: convert swiotlb to use is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-101-7/+8
| * | | | | | | | | | | Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar2008-09-104-23/+28
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | swiotlb: add is_swiotlb_buffer helper functionFUJITA Tomonori2008-09-081-5/+9
| * | | | | | | | | | | swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh...FUJITA Tomonori2008-09-081-1/+1
| * | | | | | | | | | | swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherentFUJITA Tomonori2008-09-081-5/+2
| * | | | | | | | | | | swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherentFUJITA Tomonori2008-09-081-7/+0
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2008-10-101-0/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney2008-10-031-1/+1
| * | | | | | | | | | | Merge commit 'v2.6.27-rc8' into core/rcuIngo Molnar2008-10-032-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge commit 'v2.6.27-rc6' into core/rcuIngo Molnar2008-09-107-24/+61
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | rcu, debug: detect stalled grace periodsPaul E. McKenney2008-08-111-0/+13
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-102-1/+66
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [SCSI] lib: add generic helper to print sizes rounded to the correct SI rangeJames Bottomley2008-10-032-1/+66
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | block: add fault injection mechanism for faking request timeoutsJens Axboe2008-10-091-1/+12
* | | | | | | | | | | | init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramTejun Heo2008-10-091-0/+6
* | | | | | | | | | | | Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'Jens Axboe2008-10-091-1/+1
* | | | | | | | | | | | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-091-0/+16
* | | | | | | | | | | | klist: don't iterate over deleted entriesTejun Heo2008-10-091-26/+70
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-09-111-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori2008-09-111-0/+4
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | swiotlb: fix back-off path when memory allocation failsDaniel J Blueman2008-09-101-1/+1
|/ / / / / / / / / /
* | | | | | | | | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-091-10/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2008-09-051-8/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | debugobjects: fix lockdep warningVegard Nossum2008-09-011-8/+23
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds2008-09-031-3/+3
|/ / / / / / / /
* | | | | | | | kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Ingo Oeser2008-08-211-2/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-181-0/+2
|\ \ \ \ \ \ \
| * | | | | | | lmb: Fix reserved region handling in lmb_enforce_memory_limit().David S. Miller2008-08-151-0/+2
| |/ / / / / /
* | | | | | | Move sysctl check into debugging section and don't make it default yAndi Kleen2008-08-161-0/+8
* | | | | | | docsrc: build Documentation/ sourcesRandy Dunlap2008-08-121-0/+9
* | | | | | | seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-121-0/+11
* | | | | | | lib/vsprintf.c: wrong conversion function usedYi Yang2008-08-121-1/+1
* | | | | | | Merge branch 'core/locking' into core/urgentIngo Molnar2008-08-121-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | debug_locks: set oops_in_progress if we will log messages.David Miller2008-08-011-0/+2
| | |/ / / / | |/| | | |