index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
s390/facility: get rid of register asm
Heiko Carstens
1
-5
/
+7
2021-06-18
s390/uaccess: get rid of register asm
Heiko Carstens
1
-19
/
+17
2021-06-18
s390/sysinfo: get rid of register asm
Heiko Carstens
1
-8
/
+11
2021-06-18
s390/pgtable: use register pair instead of register asm
Heiko Carstens
1
-17
/
+13
2021-06-18
s390/ipl_parm: use register pair instead of register asm
Heiko Carstens
1
-12
/
+14
2021-06-18
s390/ipl_parm: fix program check new psw handling
Heiko Carstens
1
-8
/
+11
2021-06-18
s390/pci: use register pair instead of register asm
Niklas Schnelle
2
-45
/
+34
2021-06-18
s390/boot: add zstd support
Dimitri John Ledkov
3
-0
/
+11
2021-06-18
s390/decompressor: correct BOOT_HEAP_SIZE condition
Vasily Gorbik
1
-1
/
+1
2021-06-18
s390/cpcmd: use register pair instead of register asm
Heiko Carstens
1
-20
/
+22
2021-06-18
s390/sigp: use register pair instead of register asm
Heiko Carstens
1
-6
/
+8
2021-06-18
s390/sthyi: use register pair instead of register asm
Heiko Carstens
1
-7
/
+6
2021-06-18
s390/maccess: use register pair instead of register asm
Heiko Carstens
1
-10
/
+9
2021-06-18
s390/checksum: use register pair instead of register asm
Heiko Carstens
1
-4
/
+6
2021-06-18
s390/diag: use register pair instead of register asm
Heiko Carstens
1
-6
/
+5
2021-06-18
s390/page: use register pair instead of register asm
Heiko Carstens
1
-6
/
+9
2021-06-18
s390/smp: use register pair instead of register asm
Heiko Carstens
1
-11
/
+11
2021-06-18
s390/bitops: use register pair instead of register asm
Heiko Carstens
1
-5
/
+5
2021-06-18
s390: introduce register pair union
Heiko Carstens
1
-0
/
+19
2021-06-18
s390/irqflags: always inline arch irqflags functions
Heiko Carstens
1
-8
/
+8
2021-06-18
s390/processor: always inline stap() and __load_psw_mask()
Heiko Carstens
1
-2
/
+2
2021-06-18
s390/debug: Remove pointer obfuscation
Peter Oberparleiter
1
-1
/
+1
2021-06-18
s390/setup: cleanup reserve/remove_oldmem
Vasily Gorbik
1
-26
/
+0
2021-06-18
s390: setup kernel memory layout early
Vasily Gorbik
10
-95
/
+135
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2
-2
/
+2
2021-06-16
s390/entry.S: factor out OUTSIDE macro
Alexander Gordeev
1
-23
/
+25
2021-06-11
s390/qeth: remove QAOB's pointer to its TX buffer
Julian Wiedmann
1
-3
/
+1
2021-06-07
s390/decompressor: replace use of perl with simple sed/tr
Rob Landley
1
-1
/
+1
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/lowcore: remove superfluous __packed annotations
Heiko Carstens
1
-2
/
+2
2021-06-07
s390: use struct tpi_info in lowcore.h
Sven Schnelle
2
-6
/
+11
2021-06-07
s390: add struct tpi_info to struct pt_regs
Sven Schnelle
3
-3
/
+16
2021-06-07
s390/cio: add tpi.h header file
Sven Schnelle
2
-0
/
+21
2021-06-07
s390: appldata depends on PROC_SYSCTL
Randy Dunlap
1
-1
/
+1
2021-06-07
s390: disable SSP when needed
Fabrice Fontaine
2
-0
/
+2
2021-06-07
s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping
Julian Wiedmann
1
-2
/
+1
2021-06-07
s390/smp: remove redundant pcpu::lowcore member
Alexander Gordeev
1
-15
/
+21
2021-06-07
s390/smp: do not preserve boot CPU lowcore on hotplug
Alexander Gordeev
1
-29
/
+18
2021-06-07
s390/smp: reallocate IPL CPU lowcore
Alexander Gordeev
2
-21
/
+52
2021-06-07
s390/mm: ensure switch_mm() is executed with interrupts disabled
Alexander Gordeev
1
-2
/
+13
2021-06-07
s390/boot: access kernel command line via parmarea
Heiko Carstens
1
-4
/
+4
2021-06-07
s390/ipl: make parameter area accessible via struct parmarea
Heiko Carstens
3
-0
/
+8
2021-06-07
s390/sclp_vt220: fix console name to match device
Valentin Vidic
1
-1
/
+1
2021-06-07
s390/traps: add struct to access transactional diagnostic block
Sven Schnelle
4
-5
/
+11
2021-06-07
s390/irq: add union/struct to access external interrupt parameters
Sven Schnelle
2
-3
/
+8
2021-06-07
s390/facilities: move stfl information from lowcore to global data
Sven Schnelle
14
-50
/
+40
2021-06-07
s390/entry: use assignment to read intcode / asm to copy gprs
Sven Schnelle
4
-8
/
+3
2021-06-07
s390: enable HAVE_IOREMAP_PROT
Niklas Schnelle
2
-0
/
+20
2021-06-07
s390/cpumf: remove WARN_ON_ONCE in counter start handler
Thomas Richter
1
-7
/
+1
[prev]
[next]