summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-216-100/+100
* | Merge branch 'linus' into perfcounters/renameIngo Molnar2009-09-211-68/+7Star
|\|
| * sparc: Clean up linker script using new linker script macros.Geoffrey Thomas2009-09-181-68/+7Star
* | perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() c...Paul Mackerras2009-09-211-2/+1Star
|/
* sparc: Kill PROM console driver.David S. Miller2009-09-162-4/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-152-118/+22Star
|\
| * sparc64: use embedding percpu first chunk allocatorTejun Heo2009-08-141-110/+18Star
| * percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-5/+7
| * percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-7/+17
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-146-7/+8
| |\
| * | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+2Star
| * | percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo2009-07-041-1/+1
| * | percpu: drop pcpu_chunk->page[]Tejun Heo2009-07-041-27/+15Star
| * | percpu: simplify pcpu_setup_first_chunk()Tejun Heo2009-07-041-1/+1
| * | Merge branch 'master' into for-nextTejun Heo2009-07-041-26/+19Star
| |\ \
| * | | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2009-09-1417-37/+958
|\ \ \ \
| * \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-1212-303/+143Star
| |\ \ \ \
| * | | | | sparc64: Initial niagara2 perf counter support.David S. Miller2009-09-101-0/+30
| * | | | | sparc64: Perf counter 'nop' event is not constant.David S. Miller2009-09-101-4/+6
| * | | | | sparc64: Provide a way to specify a perf counter overflow IRQ enable bit.David S. Miller2009-09-101-2/+4
| * | | | | sparc64: Provide hypervisor tracing bit support for perf counters.David S. Miller2009-09-101-1/+4
| * | | | | sparc64: Initial hw perf counter support.David S. Miller2009-09-103-2/+529
| * | | | | sparc64: Implement a real set_perf_counter_pending().David S. Miller2009-09-101-1/+13
| * | | | | sparc64: Use nmi_enter() and nmi_exit(), as needed.David S. Miller2009-09-101-0/+5
| * | | | | sparc64: Make touch_nmi_watchdog() actually work.David S. Miller2009-09-091-2/+1Star
| * | | | | sparc64: Manage NMI watchdog enabling like x86.David S. Miller2009-09-091-17/+43
| * | | | | sparc: add basic support for 'perf'Jens Axboe2009-09-042-3/+3
| * | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-046-57/+45Star
| |\ \ \ \ \
| * | | | | | sparc: convert /proc/io_map, /proc/dvma_map to seq_fileAlexey Dobriyan2009-09-021-12/+20
| * | | | | | sparc,leon: Added support for AMBAPP bus.Konrad Eisele2009-08-183-2/+81
| * | | | | | sparc,leon: Introduce the sparc-leon CPU type.Konrad Eisele2009-08-186-0/+24
| * | | | | | sparc,leon: CONFIG_SPARC_LEON option and leon specific files.Konrad Eisele2009-08-181-0/+203
| * | | | | | sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan2009-08-171-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-135-5/+6
| |\| | | | |
| * | | | | | net/compat/wext: send different messages to compat tasksJohannes Berg2009-07-151-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-117-299/+134Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-046-57/+45Star
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | sparc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-08-103-33/+33
| * | | | | | sparc: Use asm-generic/pci-dma-compatFUJITA Tomonori2009-08-105-250/+87Star
| * | | | | | sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and s...FUJITA Tomonori2009-08-103-8/+10
| * | | | | | sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpuFUJITA Tomonori2009-08-101-16/+0Star
| * | | | | | sparc: Use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-08-103-5/+5
| * | | | | | sparc: Use dma_map_ops structFUJITA Tomonori2009-08-103-17/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-2/+2
|\ \ \ \ \ \
| * | | | | | debug lockups: Improve lockup detection, fix generic arch fallbackIngo Molnar2009-08-031-2/+2
| |/ / / / /
* | | | | | Merge branch 'next' into for-linusJames Morris2009-09-112-0/+5
|\ \ \ \ \ \