summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2021-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-5/+3
2021-02-19sparc32: Preserve clone syscall flags argument for restarts due to signalsAndreas Larsson1-5/+3
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner1-22/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2018-03-20sparc: get rid of asm wrapper for nis_syscall()Al Viro1-7/+0
2018-03-20sparc: get rid of sys_sparc_pipe() wrappersAl Viro1-8/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-08sparc: move exports to definitionsAl Viro1-0/+3
2016-05-21sparc32: drop hardcoding trap_level in kgdb_trapSam Ravnborg1-6/+4
2016-03-21sparc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-01-22sparc: Fix system call tracing register handling.Mike Frysinger1-0/+17
2013-08-01sparc32: Fix exit flag passed from traced sys_sigreturnKirill Tkhai1-1/+1
2013-02-04sparc: switch to generic sigaltstackAl Viro1-8/+0
2012-10-17sparc32: switch to generic sys_execve()Al Viro1-16/+3
2012-10-17sparc32: switch to generic kernel_execve()Al Viro1-2/+9
2012-10-17sparc32: switch to generic kernel_thread()Al Viro1-0/+10
2012-10-17sparc32: bury the remnants of LOWSYS tricksAl Viro1-13/+2
2012-05-28sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg1-2/+5
2012-05-28sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg1-3/+0
2012-05-20sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.hDavid S. Miller1-0/+5
2012-05-15sparc32: Kill off software 32-bit multiply/divide routines.David S. Miller1-11/+16
2012-05-15sparc32: Implement hard_smp_processor_id() via instruction patching.David S. Miller1-0/+23
2012-05-12sparc32: Remove sparc_cpu_model read from floppy interrupt handler.David S. Miller1-2/+0
2012-05-12sparc32: Remove sun4c tlb/vac insn patching from entry.SDavid S. Miller1-37/+0
2012-05-12sparc32: Restore SMP build and rectify sun4m NMI when non-SMP.David S. Miller1-49/+29
2012-05-12sparc32: Remove sun4c floppy assembler.David S. Miller1-10/+1
2012-05-12sparc32: delete pgtsun4c.hSam Ravnborg1-1/+0
2012-05-12sparc32: remove sun4c trapsSam Ravnborg1-248/+0
2012-05-12sparc32: drop sun4c supportSam Ravnborg1-13/+7
2011-07-16sparc: sun4m SMP: fix wrong shift instruction in IPI handlerWill Simoneau1-1/+1
2011-06-10sparc32, sun4m: bugfix in SMP IPI traphandlerDaniel Hellstrom1-2/+2
2011-06-03sparc32: added CONFIG_PCIC_PCI Kconfig settingDaniel Hellstrom1-2/+2
2011-05-17sparc32, sun4m: Implemented SMP IPIs support for SUN4M machinesDaniel Hellstrom1-4/+25
2011-05-17sparc32,leon: Implemented SMP IPIs for LEON CPUDaniel Hellstrom1-0/+16
2011-04-22sparc32,leon: per-cpu ticker use genirq per-cpu handlerDaniel Hellstrom1-16/+0
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-31sparc32: Pass task_struct to schedule_tail() in ret_from_forkTkhai Kirill1-1/+1
2009-12-11sparc64: Add syscall tracepoint support.David S. Miller1-1/+1
2009-11-02sparc,leon: Sparc-Leon SMP supportKonrad Eisele1-0/+33
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens1-2/+2
2008-09-20sparc32: Use PROM device probing for sun4m irq registers.David S. Miller1-20/+20
2008-09-01sparc: remove CONFIG_SUN4Adrian Bunk1-54/+0
2008-07-28sparc: Use tracehook routines in syscall_trace().David S. Miller1-2/+10
2008-07-18sparc: export openprom.h to userspaceSam Ravnborg1-0/+1
2008-07-18sparc/kernel/: possible cleanupsAdrian Bunk1-3/+1
2008-05-11sparc: Fix debugger syscall restart interactions.David S. Miller1-0/+2
2008-04-29sparc: Add kgdb support.David S. Miller1-81/+44