index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
1
-5
/
+7
2023-03-28
KVM: s390: pv: fix external interruption loop not always detected
Nico Boehr
1
-8
/
+24
2023-03-27
s390/uaccess: add missing earlyclobber annotations to __clear_user()
Heiko Carstens
1
-1
/
+1
2023-03-27
s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
Heiko Carstens
1
-6
/
+2
2023-03-27
s390: reintroduce expoline dependence to scripts
Jiri Slaby (SUSE)
1
-1
/
+1
2023-03-27
s390: enable ARCH_HAS_MEMBARRIER_SYNC_CORE
Heiko Carstens
1
-0
/
+1
2023-03-27
s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKS
Thomas Richter
2
-14
/
+2
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-1
/
+1
2023-03-21
vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
2
-4
/
+2
2023-03-21
ftrace: selftest: remove broken trace_direct_tramp
Mark Rutland
1
-0
/
+5
2023-03-20
s390/mm: make use of atomic_fetch_xor()
Heiko Carstens
1
-7
/
+1
2023-03-20
s390/ap: implement SE AP bind, unbind and associate
Harald Freudenberger
1
-2
/
+11
2023-03-20
s390/ap: new low level inline functions ap_bapq() and ap_aapq()
Harald Freudenberger
1
-0
/
+53
2023-03-20
s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()
Harald Freudenberger
1
-2
/
+10
2023-03-20
s390/ap: make tapq gr2 response a struct
Harald Freudenberger
1
-6
/
+33
2023-03-20
s390/ap: exploit new B bit from QCI config info
Harald Freudenberger
1
-6
/
+7
2023-03-20
s390/zcrypt: rework length information for dqap
Harald Freudenberger
1
-6
/
+12
2023-03-20
s390/zcrypt: make psmid unsigned long instead of long long
Harald Freudenberger
1
-2
/
+2
2023-03-20
s390/vdso: use __ALIGN instead of open coded .align
Heiko Carstens
2
-3
/
+5
2023-03-20
s390/expoline: use __ALIGN instead of open coded .align
Heiko Carstens
1
-1
/
+2
2023-03-20
s390/ftrace: move hotpatch trampolines to mcount.S
Heiko Carstens
2
-20
/
+16
2023-03-20
s390: make use of CONFIG_FUNCTION_ALIGNMENT
Heiko Carstens
2
-1
/
+3
2023-03-20
Merge branch 'decompressor-memory-tracking' into features
Heiko Carstens
22
-1000
/
+907
2023-03-20
s390/kasan: move shadow mapping to decompressor
Vasily Gorbik
11
-366
/
+258
2023-03-20
s390/mm,pageattr: allow KASAN shadow memory
Vasily Gorbik
1
-2
/
+0
2023-03-20
s390/boot: rework decompressor reserved tracking
Vasily Gorbik
12
-405
/
+430
2023-03-20
s390/boot: rename mem_detect to physmem_info
Vasily Gorbik
10
-187
/
+188
2023-03-20
s390/boot: remove non-functioning image bootable check
Vasily Gorbik
3
-17
/
+0
2023-03-20
s390/dumpstack: resolve userspace last_break
Ilya Leoshkevich
1
-1
/
+7
2023-03-20
s390: simplify dynamic sysctl registration for appldata_register_ops
Luis Chamberlain
1
-12
/
+8
2023-03-20
s390: simplify one-level sysctl registration for page_table_sysctl
Luis Chamberlain
1
-11
/
+1
2023-03-20
s390: simplify one level sysctl registration for cmm_table
Luis Chamberlain
1
-11
/
+1
2023-03-20
s390: simplify one-level sysctl registration for appldata_table
Luis Chamberlain
1
-11
/
+1
2023-03-20
s390: simplify one-level syctl registration for s390dbf_table
Luis Chamberlain
1
-11
/
+1
2023-03-20
s390: simplify one-level sysctl registration for topology_ctl_table
Luis Chamberlain
1
-11
/
+1
2023-03-17
s390/smp: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-3
/
+9
2023-03-17
s390/topology: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+10
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
1
-2
/
+1
2023-03-16
KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
Thomas Huth
1
-2
/
+2
2023-03-13
s390/pci: clean up left over special treatment for function zero
Niklas Schnelle
2
-25
/
+5
2023-03-13
s390/pci: remove redundant pci_bus_add_devices() on new bus
Niklas Schnelle
1
-1
/
+0
2023-03-13
s390/pci: only add specific device in zpci_bus_scan_device()
Niklas Schnelle
1
-2
/
+1
2023-03-13
s390/setup: always inline gen_lpswe()
Heiko Carstens
1
-1
/
+1
2023-03-13
s390: trim ancient junk from copy_thread()
Al Viro
1
-6
/
+4
2023-03-13
s390/bp: remove __bpon()
Heiko Carstens
4
-16
/
+6
2023-03-13
s390/bp: remove s390_isolate_bp_guest()
Heiko Carstens
2
-11
/
+0
2023-03-13
s390/bp: remove TIF_ISOLATE_BP
Heiko Carstens
4
-35
/
+13
2023-03-13
s390/bp: add missing BPENTER to program check handler
Heiko Carstens
1
-0
/
+1
2023-03-13
s390: update defconfigs
Heiko Carstens
3
-19
/
+8
2023-03-13
s390/ipl: add missing intersection check to ipl_report handling
Sven Schnelle
1
-0
/
+8
[prev]
[next]