aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20Merge branch 'master' into for-linusRafael J. Wysocki1-2/+2
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-2/+2
2009-07-29Merge branch 'master' into for-linusRafael J. Wysocki2-7/+7
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2-7/+7
2009-07-22Driver Core: Add platform device arch data V3Magnus Damm1-0/+3
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+6
2009-07-12sparc: remove driver-core BUS_ID_SIZEKay Sievers1-1/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan4-4/+0
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra2-6/+2
2009-06-25sparc32: Fix makefile not generating required filesJulian Calaby1-2/+2
2009-06-25sparc32: Fix tftpboot.img MakefileJulian Calaby1-2/+2
2009-06-25sparc: fix tftpboot.img buildSam Ravnborg1-1/+1
2009-06-25sparc32: Fix obvious build issues for tftpboot.img build.Robert Reif2-2/+2
2009-06-25sparc64: Fix build warnings in piggyback_64.cJulian Calaby1-0/+1
2009-06-25sparc64: Don't use alloc_bootmem() in init_IRQ() code paths.David S. Miller1-26/+19
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2-3/+3
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-0/+6
2009-06-18sparc64: Fix UP bootup regression.David S. Miller1-0/+6
2009-06-17Delete pcibios_select_rootMatthew Wilcox2-15/+0
2009-06-16Merge branch 'akpm'Linus Torvalds2-19/+1
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-16/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-3/+0
2009-06-16sparc64: Update defconfig.David S. Miller1-18/+45
2009-06-16sparc: Wire up sys_rt_tgsigqueueinfo().David S. Miller3-4/+9
2009-06-16sparc: replace uses of CPU_MASK_ALL_PTRStephen Rothwell2-2/+2
2009-06-16sparc64: Add proper dynamic ftrace support.David S. Miller3-15/+45
2009-06-16sparc: Simplify code using is_power_of_2() routine.Robert P. J. Day1-1/+2
2009-06-16sparc: move of_device common code to of_device_commonRobert Reif5-378/+216
2009-06-16sparc: remove dma-mapping_{32|64}.hFUJITA Tomonori4-238/+172
2009-06-16sparc: use dma_map_page instead of dma_map_singleFUJITA Tomonori3-25/+28
2009-06-16sparc: add sync_single_for_device and sync_sg_for_device to struct dma_opsFUJITA Tomonori1-0/+6
2009-06-16sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.hFUJITA Tomonori4-88/+42
2009-06-16sparc64: fix and optimize irq distributionHong H. Pham5-25/+456
2009-06-16sparc64: Use new dynamic per-cpu allocator.David S. Miller2-9/+159
2009-06-16sparc64: Only allocate per-cpu areas for possible cpus.David S. Miller1-16/+6
2009-06-16sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller3-17/+5
2009-06-16sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller5-10/+9
2009-06-16sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.David S. Miller4-6/+6
2009-06-16sparc: Call OF and MD cpu scanning explicitly from paging_init()David S. Miller6-8/+6
2009-06-16sparc64: Refactor MDESC cpu scanning code using an iterator.David S. Miller2-57/+90
2009-06-16sparc64: Refactor OBP cpu scanning code using an iterator.David S. Miller2-109/+125
2009-06-16sparc64: Use BUILD_BUG_ON() in trap_init().David S. Miller1-80/+91
2009-06-16sparc64: Store per-cpu offset in trap_block[]David S. Miller5-44/+21
2009-06-16sparc64: Move trap_block[] definitions into a new header file.David S. Miller2-196/+208
2009-06-16sparc64: Reclaim trap_block[]->hdescDavid S. Miller2-9/+7
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller17-22/+68
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds9-11/+20
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12module: trim exception table on init free.Rusty Russell2-0/+32
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2-5/+11