aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18sparc64: Update defconfig.David S. Miller1-69/+76
2008-07-18sparc64: Add missing hypervisor service group numbers.David S. Miller1-0/+4
2008-07-17sparc64: Remove 4MB and 512K base page size options.David S. Miller3-19/+4
2008-07-17sparc64: Convert to generic helpers for IPI function calls.David S. Miller5-73/+29
2008-07-17sparc: Use new '%pS' infrastructure to print symbols.David S. Miller4-46/+29
2008-07-17sparc64: Config category "Processor type and features" absentRandy Dunlap1-4/+4
2008-07-17sparc: Merge asm-sparc{,64}/mman.hSam Ravnborg2-5/+5
2008-07-17sparc: add -m64 when building vmlinux.ldsSam Ravnborg1-1/+3
2008-07-17sparc64/kernel/: make code staticAdrian Bunk5-15/+16
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2-9/+6
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-7/+154
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet40-59/+225
2008-07-08stacktrace: fix build failure on sparc64Stephen Rothwell1-0/+1
2008-07-07PCI: make pci_name use dev_nameGreg KH1-1/+1
2008-07-03stacktrace: export save_stack_trace[_tsk]Ingo Molnar1-0/+1
2008-07-02sparc64-rtc: BKL pushdownArnd Bergmann1-1/+6
2008-07-01fix "ftrace: store mcount address in rec->ip"Ingo Molnar1-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-8/+4
2008-06-26Add generic helpers for arch IPI function callsJens Axboe1-5/+6
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar2-5/+7
2008-06-10ftrace: remove ftrace_ip_converted()Abhishek Sagar1-7/+0
2008-05-23ftrace: add have dynamic ftrace config for archsSteven Rostedt1-0/+1
2008-05-23sparc64: add ftrace support.David Miller5-5/+156
2008-05-21sparc64: Prevent stack backtrace false positives on trap frames.David S. Miller1-0/+1
2008-05-21sparc64: Fix stack tracing through trap frames.David S. Miller2-10/+14
2008-05-21sparc64: Fix kernel thread stack termination.David S. Miller1-11/+25
2008-05-20sparc64: Add global register dumping facility.David S. Miller3-2/+154
2008-05-20sparc64: remove CVS keywordsAdrian Bunk35-35/+31
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-16sparc64: Update defconfig.David S. Miller1-9/+31
2008-05-16sparc64: Fix lmb_reserve() args in find_ramdisk().David S. Miller1-1/+1
2008-05-12sparc64: Use a TS_RESTORE_SIGMASKDavid S. Miller3-20/+20
2008-05-12sparc: Fix mremap address range validation.David S. Miller2-63/+6
2008-05-11sparc64: Work around memory probing bug in openfirmware.David S. Miller1-5/+11
2008-05-11sparc: Fix debugger syscall restart interactions.David S. Miller5-55/+51
2008-05-11sparc: Fix ptrace() detach.David S. Miller1-0/+4
2008-05-07sparc: Fix SA_ONSTACK signal handling.David S. Miller2-5/+34
2008-05-07sparc: Fix fork/clone/vfork system call restart.David S. Miller1-3/+15
2008-05-07sparc: Fix mmap VA span checking.David S. Miller1-2/+2
2008-05-06sparc64: Fix initrd regression.David S. Miller1-0/+3
2008-05-05sparc64: remove online_page()Adrian Bunk1-13/+0
2008-05-05sparc64: use compat_sys_utimes instead of home-grown local copy.David S. Miller2-32/+1
2008-05-03Revert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit()."David S. Miller1-22/+5
2008-05-02sparc64: Fix syscall restart, for real...David S. Miller3-7/+11
2008-05-02sparc64: Stop creating dummy root PCI host controller devices.David S. Miller3-112/+33
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds18-2578/+2877