summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/process_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sparc64: convert to generic execveAl Viro2012-10-161-29/+0
* | sparc64: take fprs_write() and friends to start_thread()Al Viro2012-10-141-6/+0
* | sparc64: switch to generic kernel_thread()Al Viro2012-10-141-77/+30
* | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-141-5/+4
|/
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* Disintegrate asm/system.h for SparcDavid Howells2012-03-281-1/+0
* sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-011-1/+1
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-6/+4
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* sparc: move symbol exporters to use export.h not module.hPaul Gortmaker2011-10-311-1/+1
* sparc, exec: remove redundant addr_limit assignmentMathias Krause2011-09-201-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
* | Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+2
|/
* sparc64: Show stack backtrace from show_regs() just like other platforms.David S. Miller2010-04-211-0/+1
* sparc64: Kill off old sys_perfctr system call and state.David S. Miller2010-03-031-23/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-02-111-4/+4
|\
| * sparc: Align clone and signal stacks to 16 bytes.David S. Miller2010-02-091-4/+4