summaryrefslogtreecommitdiffstats
path: root/arch/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-171-1/+1
|\
| * PCI: make pci_name use dev_nameGreg KH2008-07-081-1/+1
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-152-9/+6Star
|\ \
| * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-8/+4Star
| * | Add generic helpers for arch IPI function callsJens Axboe2008-06-261-5/+6
| |/
* | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-0/+2
|\ \
| * | stacktrace: fix build failure on sparc64Stephen Rothwell2008-07-081-0/+1
| * | stacktrace: export save_stack_trace[_tsk]Ingo Molnar2008-07-031-0/+1
| |/
* | Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2008-07-146-7/+154
|\ \
| * | fix "ftrace: store mcount address in rec->ip"Ingo Molnar2008-07-011-1/+1
| * | ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-232-5/+7
| * | ftrace: remove ftrace_ip_converted()Abhishek Sagar2008-06-101-7/+0Star
| * | ftrace: add have dynamic ftrace config for archsSteven Rostedt2008-05-231-0/+1
| * | sparc64: add ftrace support.David Miller2008-05-235-5/+156
| |/
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1440-59/+225
|\|
| * sparc64: Prevent stack backtrace false positives on trap frames.David S. Miller2008-05-221-0/+1
| * sparc64: Fix stack tracing through trap frames.David S. Miller2008-05-222-10/+14
| * sparc64: Fix kernel thread stack termination.David S. Miller2008-05-221-11/+25
| * sparc64: Add global register dumping facility.David S. Miller2008-05-203-2/+154
| * sparc64: remove CVS keywordsAdrian Bunk2008-05-2035-35/+31Star
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-201-1/+0Star
| |\
| | * [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0Star
* | | sparc64-rtc: BKL pushdownArnd Bergmann2008-07-021-1/+6
|/ /
* | sparc64: Update defconfig.David S. Miller2008-05-161-9/+31
* | sparc64: Fix lmb_reserve() args in find_ramdisk().David S. Miller2008-05-161-1/+1
|/
* sparc64: Use a TS_RESTORE_SIGMASKDavid S. Miller2008-05-133-20/+20
* sparc: Fix mremap address range validation.David S. Miller2008-05-132-63/+6Star
* sparc64: Work around memory probing bug in openfirmware.David S. Miller2008-05-121-5/+11
* sparc: Fix debugger syscall restart interactions.David S. Miller2008-05-115-55/+51Star
* sparc: Fix ptrace() detach.David S. Miller2008-05-111-0/+4
* sparc: Fix SA_ONSTACK signal handling.David S. Miller2008-05-082-5/+34
* sparc: Fix fork/clone/vfork system call restart.David S. Miller2008-05-081-3/+15
* sparc: Fix mmap VA span checking.David S. Miller2008-05-071-2/+2
* sparc64: Fix initrd regression.David S. Miller2008-05-071-0/+3
* sparc64: remove online_page()Adrian Bunk2008-05-051-13/+0Star
* sparc64: use compat_sys_utimes instead of home-grown local copy.David S. Miller2008-05-052-32/+1Star
* Revert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit()."David S. Miller2008-05-041-22/+5Star
* sparc64: Fix syscall restart, for real...David S. Miller2008-05-023-7/+11
* sparc64: Stop creating dummy root PCI host controller devices.David S. Miller2008-05-023-112/+33Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-3018-2578/+2877
|\
| * sparc64: remove duplicated includeHuang Weiyi2008-04-291-1/+0Star
| * sparc: Add kgdb support.David S. Miller2008-04-297-1/+236
| * sparc64: Split entry.S up into seperate files.David S. Miller2008-04-2812-2576/+2641
* | sparc: Export symbols for ZERO_PAGE usage in modules.Aneesh Kumar K.V2008-04-291-0/+1
* | iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt2008-04-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-2813-570/+65Star
|\|
| * sparc64: Fix accidental syscall restart on child return from clone/fork/vfork.David S. Miller2008-04-281-0/+6
| * sparc64: Clean up handling of pt_regs trap type encoding.David S. Miller2008-04-271-4/+3Star
| * sparc: Remove old style signal frame support.David S. Miller2008-04-273-268/+21Star