index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-11
/
+15
2022-12-06
s390/nmi: move storage error checking back to C, enter with DAT on
Heiko Carstens
1
-30
/
+4
2022-10-26
s390/entry: sort out physical vs virtual pointers usage in sie64a
Nico Boehr
1
-11
/
+15
2022-06-01
s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flag
Alexander Gordeev
1
-1
/
+5
2022-05-25
s390: generate register offsets into pt_regs automatically
Heiko Carstens
1
-17
/
+0
2022-05-17
s390/entry: workaround llvm's IAS limitations
Heiko Carstens
1
-2
/
+12
2022-05-17
s390/alternatives: provide identical sized orginal/alternative sequences
Heiko Carstens
1
-10
/
+10
2022-05-09
s390/pai: add support for cryptography counters
Thomas Richter
1
-0
/
+1
2022-05-06
s390/entry: remove broken and not needed code
Heiko Carstens
1
-4
/
+1
2022-03-27
s390/alternatives: use insn format for new instructions
Heiko Carstens
1
-5
/
+5
2022-03-10
s390: convert ".insn" encoding to instruction names
Vasily Gorbik
1
-2
/
+2
2022-03-10
s390: assume stckf is always present
Vasily Gorbik
1
-8
/
+3
2022-03-08
s390/extable: move EX_TABLE define to asm-extable.h
Heiko Carstens
1
-0
/
+1
2022-03-01
s390/entry: remove unused expoline thunk
Vasily Gorbik
1
-1
/
+0
2022-02-06
s390: remove invalid email address of Heiko Carstens
Heiko Carstens
1
-1
/
+0
2021-10-26
s390: add support for BEAR enhancement facility
Sven Schnelle
1
-8
/
+37
2021-08-31
s390/entry: make oklabel within CHKSTG macro local
Heiko Carstens
1
-2
/
+2
2021-08-26
s390/smp: enable DAT before CPU restart callback is called
Alexander Gordeev
1
-4
/
+7
2021-07-05
s390/mcck: move register validation to C code
Alexander Gordeev
1
-38
/
+1
2021-07-05
s390/mcck: move storage error checks to assembler
Alexander Gordeev
1
-11
/
+32
2021-07-05
s390/mcck: always enter C handler with DAT enabled
Alexander Gordeev
1
-3
/
+32
2021-07-05
s390/mcck: optimize user mode check in case of !CONFIG_KVM
Alexander Gordeev
1
-2
/
+4
2021-07-05
s390/entry.S: factor out SIEEXIT macro
Alexander Gordeev
1
-16
/
+12
2021-07-04
Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-30
/
+31
2021-06-21
s390: clear pt_regs::flags on irq entry
Sven Schnelle
1
-0
/
+1
2021-06-16
s390/entry.S: factor out OUTSIDE macro
Alexander Gordeev
1
-23
/
+25
2021-06-07
s390/mcck: cleanup use of cleanup_sie_mcck
Alexander Gordeev
1
-12
/
+10
2021-06-07
Merge branch 's390/fixes' into features
Vasily Gorbik
1
-2
/
+2
2021-06-07
s390/entry: use assignment to read intcode / asm to copy gprs
Sven Schnelle
1
-0
/
+1
2021-06-07
s390/mcck: fix invalid KVM guest condition check
Alexander Gordeev
1
-1
/
+1
2021-06-07
s390/mcck: fix calculation of SIE critical section size
Alexander Gordeev
1
-1
/
+1
2021-04-12
s390/entry: save the caller of psw_idle
Vasily Gorbik
1
-0
/
+1
2021-04-12
s390/entry: avoid setting up backchain in ext|io handlers
Vasily Gorbik
1
-4
/
+2
2021-02-13
s390: split cleanup_sie
Sven Schnelle
1
-10
/
+7
2021-02-13
s390: use r13 in cleanup_sie as temp register
Sven Schnelle
1
-2
/
+2
2021-02-13
s390: fix kernel asce loading when sie is interrupted
Sven Schnelle
1
-2
/
+1
2021-02-13
s390: add stack for machine check handler
Sven Schnelle
1
-10
/
+7
2021-02-13
s390: open code SWITCH_KERNEL macro
Sven Schnelle
1
-28
/
+46
2021-02-09
s390/entry: use cpu alternative for stck/stckf
Heiko Carstens
1
-5
/
+3
2021-01-19
s390: convert to generic entry
Sven Schnelle
1
-714
/
+89
2020-12-18
Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-10
/
+6
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+6
2020-12-16
s390/delay: simplify udelay
Heiko Carstens
1
-4
/
+0
2020-12-16
s390: make calls to TRACE_IRQS_OFF/TRACE_IRQS_ON balanced
Heiko Carstens
1
-2
/
+2
2020-12-16
s390: always clear kernel stack backchain before calling functions
Heiko Carstens
1
-6
/
+6
2020-12-14
Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-68
/
+73
2020-12-09
s390/idle: fix accounting with machine checks
Sven Schnelle
1
-6
/
+6
2020-12-09
s390/idle: add missing mt_cycles calculation
Sven Schnelle
1
-9
/
+25
2020-12-02
s390: fix irq state tracing
Heiko Carstens
1
-15
/
+0
2020-11-23
s390/mm: add debug user asce support
Heiko Carstens
1
-0
/
+8
[next]