summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/process_64.c
Commit message (Expand)AuthorAgeFilesLines
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+2
* fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* sparc64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-251-12/+0
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-1/+1
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-3/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-3/+0
* | signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-231-1/+1
|/
* sched: Introduce task_is_running()Peter Zijlstra2021-06-181-2/+1
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-2/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-66/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-66/+0
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
* | sparc: share process creation helpers between sparc and sparc64Christian Brauner2020-06-231-94/+0
* | sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner2020-06-231-15/+76
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* sparc64: constify sysrq_key_opEmil Velikov2020-05-151-2/+2
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* sparc64: Make corrupted user stacks more debuggable.David Miller2018-10-261-6/+19
* signal/sparc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-9/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-181-0/+25
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sparc64: Use CPU_POKE to resume idle cpuVijay Kumar2017-08-091-1/+6
* arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-19/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-5/+5
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* sparc: Convert naked unsigned uses to unsigned intJoe Perches2016-03-201-1/+1
* sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern2015-03-191-0/+4
* sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller2014-08-111-0/+3
* nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-231-6/+12
* sparc64: fix sparse warning in process_64.cSam Ravnborg2014-05-181-1/+1
* sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller2014-03-241-1/+3
* sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai2013-11-141-0/+2
* sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-04-301-2/+2
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* sparc: Use generic idle loopSam Ravnborg2013-04-131-36/+13
* flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-2/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+2
* Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-161-39/+123
|\
| * sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-261-19/+23
| * sparc64: Add global PMU register dumping via sysrq.David S. Miller2012-10-161-20/+100