index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
process_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-2
/
+1
2021-02-22
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-2
/
+2
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-66
/
+0
2020-07-27
kill unused dump_fpu() instances
Al Viro
1
-66
/
+0
2020-07-05
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-3
/
+2
2020-06-23
sparc: share process creation helpers between sparc and sparc64
Christian Brauner
1
-94
/
+0
2020-06-23
sparc64: enable HAVE_COPY_THREAD_TLS
Christian Brauner
1
-15
/
+76
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-1
/
+1
2020-05-15
sparc64: constify sysrq_key_op
Emil Velikov
1
-2
/
+2
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-1
/
+1
2018-10-27
sparc64: Make corrupted user stacks more debuggable.
David Miller
1
-6
/
+19
2018-04-25
signal/sparc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-9
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-03-18
sparc64: Add support for ADI (Application Data Integrity)
Khalid Aziz
1
-0
/
+25
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-10
sparc64: Use CPU_POKE to resume idle cpu
Vijay Kumar
1
-1
/
+6
2017-06-29
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
1
-19
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-08
nmi_backtrace: add more trigger_*_cpu_backtrace() methods
Chris Metcalf
1
-5
/
+5
2016-05-21
exit_thread: accept a task parameter to be exited
Jiri Slaby
1
-2
/
+2
2016-03-21
sparc: Convert naked unsigned uses to unsigned int
Joe Perches
1
-1
/
+1
2015-03-20
sparc: Touch NMI watchdog when walking cpus and calling printk
David Ahern
1
-0
/
+4
2014-08-12
sparc64: Fix pcr_ops initialization and usage bugs.
David S. Miller
1
-0
/
+3
2014-06-24
nmi: provide the option to issue an NMI back trace to every cpu but current
Aaron Tomlin
1
-6
/
+12
2014-05-19
sparc64: fix sparse warning in process_64.c
Sam Ravnborg
1
-1
/
+1
2014-03-24
sparc64: Make sure %pil interrupts are enabled during hypervisor yield.
David S. Miller
1
-1
/
+3
2013-11-15
sparc64: Implement HAVE_CONTEXT_TRACKING
Kirill Tkhai
1
-0
/
+2
2013-05-01
sparc/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-2
/
+2
2013-05-01
dump_stack: unify debug information printed by show_regs()
Tejun Heo
1
-0
/
+2
2013-04-13
sparc: Use generic idle loop
Sam Ravnborg
1
-36
/
+13
2012-11-29
flagday: kill pt_regs argument of do_fork()
Al Viro
1
-2
/
+1
2012-11-29
flagday: don't pass regs to copy_thread()
Al Viro
1
-2
/
+2
2012-11-17
Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparc
Al Viro
1
-39
/
+123
2012-10-27
sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.
David S. Miller
1
-19
/
+23
2012-10-17
sparc64: convert to generic execve
Al Viro
1
-29
/
+0
2012-10-16
sparc64: Add global PMU register dumping via sysrq.
David S. Miller
1
-20
/
+100
2012-10-15
sparc64: take fprs_write() and friends to start_thread()
Al Viro
1
-6
/
+0
2012-10-15
sparc64: switch to generic kernel_thread()
Al Viro
1
-77
/
+30
2012-10-15
sparc64: clear syscall_noerror on the entry to syscall, not on the exit
Al Viro
1
-5
/
+4
2012-10-13
vfs: define struct filename and have getname() return it
Jeff Layton
1
-2
/
+2
2012-03-28
Disintegrate asm/system.h for Sparc
David Howells
1
-1
/
+0
2012-03-01
sched/rt: Document scheduler related skip-resched-check sites
Thomas Gleixner
1
-1
/
+1
2012-03-01
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
1
-6
/
+4
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
1
-2
/
+4
[next]