summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-1633-18/+1439
|\
| * Merge commit 'linus/master' into HEADVegard Nossum2009-06-151120-16484/+71300
| |\
| * | kmemcheck: add opcode self-testing at bootVegard Nossum2009-06-154-17/+85
| * | x86: unify pte_hiddenJeremy Fitzhardinge2009-06-151-6/+2
| * | x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge2009-06-151-1/+6
| * | kmemcheck: make kconfig accessible for other architecturesPekka Enberg2009-06-152-88/+1
| * | kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-151-0/+88
| * | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-152-2/+10
| * | kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum2009-06-151-0/+5
| * | kmemcheck: don't track page tablesVegard Nossum2009-06-153-8/+10
| * | kmemcheck: add DMA hooksVegard Nossum2009-06-151-0/+2
| * | kmemcheck: add mm functionsVegard Nossum2009-06-151-1/+1
| * | x86: add hooks for kmemcheckVegard Nossum2009-06-158-5/+66
| * | kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg2009-06-151-6/+1
| * | kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg2009-06-151-2/+7
| * | kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg2009-06-151-3/+5
| * | kmemcheck: make initialization message less confusingPekka Enberg2009-06-151-1/+1
| * | kmemcheck: remove forward declarations from error.cPekka Enberg2009-06-151-69/+68
| * | kmemcheck: include module.h to prevent warningsRandy Dunlap2009-06-131-0/+1
| * | kmemcheck: add the kmemcheck coreVegard Nossum2009-06-1315-2/+1266
| * | x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum2009-06-121-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-162-0/+427
|\ \ \
| * | | USB: Gadget driver for Samsung HS/OtG blockBen Dooks2009-06-152-0/+427
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-166-5/+18
|\ \ \ \
| * | | | uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-152-4/+4
| * | | | mips: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-1/+1
| * | | | Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2009-06-152-0/+12
| * | | | Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-151-0/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2009-06-1637-1280/+1681
|\ \ \ \
| * | | | sparc64: Update defconfig.David S. Miller2009-06-161-18/+45
| * | | | sparc: Wire up sys_rt_tgsigqueueinfo().David S. Miller2009-06-163-4/+9
| * | | | sparc: replace uses of CPU_MASK_ALL_PTRStephen Rothwell2009-06-162-2/+2
| * | | | sparc64: Add proper dynamic ftrace support.David S. Miller2009-06-163-15/+45
| * | | | sparc: Simplify code using is_power_of_2() routine.Robert P. J. Day2009-06-161-1/+2
| * | | | sparc: move of_device common code to of_device_commonRobert Reif2009-06-165-378/+216
| * | | | sparc: remove dma-mapping_{32|64}.hFUJITA Tomonori2009-06-164-238/+172
| * | | | sparc: use dma_map_page instead of dma_map_singleFUJITA Tomonori2009-06-163-25/+28
| * | | | sparc: add sync_single_for_device and sync_sg_for_device to struct dma_opsFUJITA Tomonori2009-06-161-0/+6
| * | | | sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.hFUJITA Tomonori2009-06-164-88/+42
| * | | | sparc64: fix and optimize irq distributionHong H. Pham2009-06-165-25/+456
| * | | | sparc64: Use new dynamic per-cpu allocator.David S. Miller2009-06-162-9/+159
| * | | | sparc64: Only allocate per-cpu areas for possible cpus.David S. Miller2009-06-161-16/+6
| * | | | sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller2009-06-163-17/+5
| * | | | sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller2009-06-165-10/+9
| * | | | sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.David S. Miller2009-06-164-6/+6
| * | | | sparc: Call OF and MD cpu scanning explicitly from paging_init()David S. Miller2009-06-166-8/+6
| * | | | sparc64: Refactor MDESC cpu scanning code using an iterator.David S. Miller2009-06-162-57/+90
| * | | | sparc64: Refactor OBP cpu scanning code using an iterator.David S. Miller2009-06-162-109/+125
| * | | | sparc64: Use BUILD_BUG_ON() in trap_init().David S. Miller2009-06-161-80/+91
| * | | | sparc64: Store per-cpu offset in trap_block[]David S. Miller2009-06-165-44/+21