aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/kernel/process_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-3/+3
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-2/+2
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann1-12/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-3/+0
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-2/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-2/+2
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-66/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-66/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+2
2020-06-23sparc: share process creation helpers between sparc and sparc64Christian Brauner1-94/+0
2020-06-23sparc64: enable HAVE_COPY_THREAD_TLSChristian Brauner1-15/+76
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-05-15sparc64: constify sysrq_key_opEmil Velikov1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2018-10-26sparc64: Make corrupted user stacks more debuggable.David Miller1-6/+19
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman1-9/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz1-0/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09sparc64: Use CPU_POKE to resume idle cpuVijay Kumar1-1/+6
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-19/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-5/+5
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-03-20sparc: Convert naked unsigned uses to unsigned intJoe Perches1-1/+1
2015-03-19sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern1-0/+4
2014-08-11sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller1-0/+3
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin1-6/+12
2014-05-18sparc64: fix sparse warning in process_64.cSam Ravnborg1-1/+1
2014-03-24sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller1-1/+3
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-0/+2
2013-04-30sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-2/+2
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-13sparc: Use generic idle loopSam Ravnborg1-36/+13
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-2/+1