summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-272-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-07-131-1/+6
|\
| * sparc: remove driver-core BUS_ID_SIZEKay Sievers2009-07-121-1/+6
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-124-4/+0Star
|/
* sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-102-6/+2Star
* sparc32: Fix makefile not generating required filesJulian Calaby2009-06-261-2/+2
* sparc32: Fix tftpboot.img MakefileJulian Calaby2009-06-261-2/+2
* sparc: fix tftpboot.img buildSam Ravnborg2009-06-261-1/+1
* sparc32: Fix obvious build issues for tftpboot.img build.Robert Reif2009-06-262-2/+2
* sparc64: Fix build warnings in piggyback_64.cJulian Calaby2009-06-261-0/+1
* sparc64: Don't use alloc_bootmem() in init_IRQ() code paths.David S. Miller2009-06-261-26/+19Star
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-212-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2009-06-201-0/+6
|\
| * sparc64: Fix UP bootup regression.David S. Miller2009-06-191-0/+6
* | Delete pcibios_select_rootMatthew Wilcox2009-06-172-15/+0Star
* | Merge branch 'akpm'Linus Torvalds2009-06-172-19/+1Star
|\ \ | |/ |/|
| * kmap_types: make most arches use generic header fileRandy Dunlap2009-06-171-16/+1Star
| * mm: consolidate init_mm definitionAlexey Dobriyan2009-06-171-3/+0Star
* | 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/+216Star
* | sparc: remove dma-mapping_{32|64}.hFUJITA Tomonori2009-06-164-238/+172Star
* | 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/+42Star
* | 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/+6Star
* | sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller2009-06-163-17/+5Star
* | sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller2009-06-165-10/+9Star
* | 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/+6Star
* | 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/+21Star
* | sparc64: Move trap_block[] definitions into a new header file.David S. Miller2009-06-162-196/+208
* | sparc64: Reclaim trap_block[]->hdescDavid S. Miller2009-06-162-9/+7Star
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1517-22/+68
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-139-11/+20
| |\
| | * asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-122-5/+11
| | |\
| | * | asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-113-3/+3
| | * | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-112-2/+2
| | * | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-112-4/+13
| | * | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-112-2/+2
| * | | module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0Star
| * | | module: trim exception table on init free.Rusty Russell2009-06-122-0/+32
| | |/ | |/|