Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | sh: move core-y in arch/sh/Makefile to arch/sh/Kbuild | Masahiro Yamada | 2021-05-26 | 2 | -5/+3 | |
| * | | | | | | | | hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/Kbuild | Masahiro Yamada | 2021-05-26 | 2 | -4/+1 | |
| * | | | | | | | | h8300: move core-y in arch/h8300/Makefile to arch/h8300/Kbuild | Masahiro Yamada | 2021-05-26 | 2 | -3/+1 | |
| * | | | | | | | | alpha: move core-y in arch/alpha/Makefile to arch/alpha/Kbuild | Masahiro Yamada | 2021-05-26 | 2 | -2/+2 | |
| * | | | | | | | | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 2021-05-26 | 23 | -23/+12 | |
* | | | | | | | | | Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-07-10 | 55 | -1651/+1971 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | s390: preempt: Fix preempt_count initialization | Valentin Schneider | 2021-07-08 | 3 | -12/+6 | |
| * | | | | | | | | | s390/linkage: increase asm symbols alignment to 16 | Vasily Gorbik | 2021-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn() | Heiko Carstens | 2021-07-08 | 3 | -3/+3 | |
| * | | | | | | | | | s390: add type checking to CALL_ON_STACK_NORETURN() macro | Heiko Carstens | 2021-07-08 | 1 | -1/+3 | |
| * | | | | | | | | | s390: remove old CALL_ON_STACK() macro | Heiko Carstens | 2021-07-08 | 1 | -37/+0 | |
| * | | | | | | | | | s390/softirq: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | s390/lib: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -2/+3 | |
| * | | | | | | | | | s390/smp: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -4/+8 | |
| * | | | | | | | | | s390/kexec: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -1/+2 | |
| * | | | | | | | | | s390/irq: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -3/+5 | |
| * | | | | | | | | | s390/mm: use call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -4/+9 | |
| * | | | | | | | | | s390: introduce proper type handling call_on_stack() macro | Heiko Carstens | 2021-07-08 | 1 | -0/+97 | |
| * | | | | | | | | | s390/irq: simplify on_async_stack() | Heiko Carstens | 2021-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | s390/irq: inline do_softirq_own_stack() | Heiko Carstens | 2021-07-08 | 2 | -8/+13 | |
| * | | | | | | | | | s390/irq: simplify do_softirq_own_stack() | Heiko Carstens | 2021-07-08 | 1 | -11/+1 | |
| * | | | | | | | | | s390/ap: get rid of register asm in ap_dqap() | Harald Freudenberger | 2021-07-08 | 1 | -18/+24 | |
| * | | | | | | | | | s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART | Sven Schnelle | 2021-07-08 | 3 | -11/+12 | |
| * | | | | | | | | | s390: move restart of execve() syscall | Sven Schnelle | 2021-07-08 | 2 | -15/+20 | |
| * | | | | | | | | | s390/signal: remove sigreturn on stack | Sven Schnelle | 2021-07-08 | 4 | -36/+2 | |
| * | | | | | | | | | s390/signal: switch to using vdso for sigreturn and syscall restart | Sven Schnelle | 2021-07-08 | 4 | -31/+31 | |
| * | | | | | | | | | s390/vdso: add minimal compat vdso | Sven Schnelle | 2021-07-08 | 16 | -25/+371 | |
| * | | | | | | | | | s390/vdso: rename VDSO64_LBASE to VDSO_LBASE | Sven Schnelle | 2021-07-08 | 2 | -2/+2 | |
| * | | | | | | | | | s390/vdso64: add sigreturn,rt_sigreturn and restart_syscall | Sven Schnelle | 2021-07-08 | 2 | -0/+20 | |
| * | | | | | | | | | s390/vdso: always enable vdso | Sven Schnelle | 2021-07-08 | 2 | -24/+8 | |
| * | | | | | | | | | s390/ap: get rid of register asm | Heiko Carstens | 2021-07-08 | 1 | -63/+87 | |
| * | | | | | | | | | s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACK | Sven Schnelle | 2021-07-08 | 1 | -1/+0 | |
| * | | | | | | | | | s390/traps: do not test MONITOR CALL without CONFIG_BUG | Ilya Leoshkevich | 2021-07-08 | 1 | -0/+2 | |
| * | | | | | | | | | s390/ap: Rework ap_dqap to deal with messages greater than recv buffer | Harald Freudenberger | 2021-07-08 | 1 | -7/+41 | |
| * | | | | | | | | | s390/lib,string: fix strcat() inline asm constraint modifier | Heiko Carstens | 2021-07-05 | 1 | -1/+1 | |
| * | | | | | | | | | s390/cpumf: Allow concurrent access for CPU Measurement Counter Facility | Thomas Richter | 2021-07-05 | 5 | -1222/+1016 | |
| * | | | | | | | | | s390/mcck: move register validation to C code | Alexander Gordeev | 2021-07-05 | 4 | -54/+78 | |
| * | | | | | | | | | s390/boot: replace magic string check with a bootdata flag | Alexander Egorenkov | 2021-07-05 | 3 | -1/+6 | |
| * | | | | | | | | | s390/mcck: keep machine check interruption codes sorted | Alexander Gordeev | 2021-07-05 | 1 | -1/+1 | |
| * | | | | | | | | | s390/mcck: move storage error checks to assembler | Alexander Gordeev | 2021-07-05 | 3 | -26/+36 | |
| * | | | | | | | | | s390/mcck: always enter C handler with DAT enabled | Alexander Gordeev | 2021-07-05 | 2 | -32/+32 | |
| * | | | | | | | | | s390/mcck: optimize user mode check in case of !CONFIG_KVM | Alexander Gordeev | 2021-07-05 | 1 | -2/+4 | |
| * | | | | | | | | | s390/entry.S: factor out SIEEXIT macro | Alexander Gordeev | 2021-07-05 | 1 | -16/+12 | |
| * | | | | | | | | | s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber list | Heiko Carstens | 2021-07-05 | 1 | -1/+1 | |
| * | | | | | | | | | s390: mm: Fix secure storage access exception handling | Janosch Frank | 2021-07-05 | 4 | -1/+44 | |
| * | | | | | | | | | s390/kprobes: use is_kernel() helper | Kefeng Wang | 2021-07-05 | 1 | -7/+2 | |
* | | | | | | | | | | Merge tag 'mips_5.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 2021-07-10 | 3 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | MIPS: vdso: Invalid GIC access through VDSO | Martin Fäcknitz | 2021-07-09 | 1 | -1/+1 | |
| * | | | | | | | | | | mips: disable branch profiling in boot/decompress.o | Randy Dunlap | 2021-07-05 | 1 | -0/+2 | |
| * | | | | | | | | | | mips: always link byteswap helpers into decompressor | Arnd Bergmann | 2021-07-05 | 1 | -2/+2 |