index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/ap: fix status returned by ap_qact()
Halil Pasic
2023-02-10
1
-1
/
+4
*
s390/ap: fix status returned by ap_aqic()
Halil Pasic
2023-02-10
1
-2
/
+5
*
Revert "s390/mem_detect: do not update output parameters on failure"
Heiko Carstens
2023-02-09
1
-1
/
+4
*
s390/idle: remove arch_cpu_idle_time() and corresponding code
Heiko Carstens
2023-02-09
3
-74
/
+11
*
s390/vx: use simple assignments to access __vector128 members
Heiko Carstens
2023-02-09
5
-10
/
+10
*
s390/vx: add 64 and 128 bit members to __vector128 struct
Heiko Carstens
2023-02-09
1
-2
/
+9
*
s390/processor: always inline cpu flag helper functions
Heiko Carstens
2023-02-09
1
-4
/
+4
*
s390/idle: mark arch_cpu_idle() noinstr
Heiko Carstens
2023-02-09
1
-1
/
+1
*
s390/idle: move idle time accounting to account_idle_time_irq()
Heiko Carstens
2023-02-09
1
-10
/
+11
*
Merge branch 'cmpxchg_user_key' into features
Heiko Carstens
2023-02-09
4
-45
/
+285
|
\
|
*
s390/uaccess: avoid __ashlti3() call
Heiko Carstens
2023-01-04
1
-4
/
+4
|
*
s390/uaccess: limit number of retries for cmpxchg_user_key()
Janis Schoetterl-Glausch
2022-11-22
1
-8
/
+25
|
*
s390/cmpxchg: make loop condition for 1,2 byte cases precise
Janis Schoetterl-Glausch
2022-11-21
2
-62
/
+78
|
*
s390/uaccess: add cmpxchg_user_key()
Heiko Carstens
2022-11-21
1
-0
/
+183
|
*
s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macro
Heiko Carstens
2022-11-21
2
-2
/
+11
|
*
s390/cmpxchg: remove digits from input constraints
Heiko Carstens
2022-11-21
1
-8
/
+6
|
*
s390/cmpxchg: make variables local to each case label
Heiko Carstens
2022-11-21
1
-8
/
+17
|
*
s390/cmpxchg: use symbolic names for inline assembly operands
Heiko Carstens
2022-11-21
1
-34
/
+42
*
|
Merge branch 'fixes' into features
Heiko Carstens
2023-02-06
1
-1
/
+1
|
\
\
|
*
|
s390/decompressor: specify __decompress() buf len to avoid overflow
Vasily Gorbik
2023-01-31
1
-1
/
+1
*
|
|
s390/boot: avoid potential amode31 truncation
Vasily Gorbik
2023-02-06
1
-1
/
+1
*
|
|
s390/boot: move detect_facilities() after cmd line parsing
Vasily Gorbik
2023-02-06
1
-2
/
+1
*
|
|
s390/kasan: avoid mapping KASAN shadow for standby memory
Vasily Gorbik
2023-02-06
2
-22
/
+6
*
|
|
s390/boot: avoid page tables memory in kaslr
Vasily Gorbik
2023-02-06
4
-6
/
+16
*
|
|
s390/mem_detect: add get_mem_detect_online_total()
Vasily Gorbik
2023-02-06
1
-0
/
+11
*
|
|
s390/mem_detect: handle online memory limit just once
Vasily Gorbik
2023-02-06
7
-16
/
+28
*
|
|
s390/boot: fix mem_detect extended area allocation
Vasily Gorbik
2023-02-06
4
-52
/
+31
*
|
|
s390/mem_detect: rely on diag260() if sclp_early_get_memsize() fails
Vasily Gorbik
2023-02-06
1
-1
/
+1
*
|
|
s390/diag: make __diag8c_tmp_amode31 static
Heiko Carstens
2023-02-06
1
-1
/
+1
*
|
|
s390/rethook: add local rethook header file
Heiko Carstens
2023-02-06
3
-1
/
+8
*
|
|
s390/vmem: remove unnecessary KASAN checks
Vasily Gorbik
2023-02-06
1
-12
/
+1
*
|
|
s390/vmem: fix empty page tables cleanup under KASAN
Vasily Gorbik
2023-02-06
1
-3
/
+3
*
|
|
s390/kasan: update kasan memory layout note
Vasily Gorbik
2023-02-06
1
-30
/
+26
*
|
|
s390/mem_detect: fix detect_memory() error handling
Vasily Gorbik
2023-02-06
1
-1
/
+1
*
|
|
s390/ipl: add loadparm parameter to eckd ipl/reipl data
Sven Schnelle
2023-02-06
1
-0
/
+3
*
|
|
s390/ipl: add DEFINE_GENERIC_LOADPARM()
Sven Schnelle
2023-02-06
1
-71
/
+20
*
|
|
s390/mem_detect: do not update output parameters on failure
Alexander Gordeev
2023-01-31
1
-4
/
+1
*
|
|
s390/cio: introduce locking for register/unregister functions
Vineeth Vijayan
2023-01-31
1
-0
/
+2
*
|
|
s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping
Vasily Gorbik
2023-01-31
1
-8
/
+8
*
|
|
s390/boot: remove pgtable_populate_end
Vasily Gorbik
2023-01-31
1
-27
/
+2
*
|
|
s390/boot: avoid mapping standby memory
Vasily Gorbik
2023-01-31
3
-9
/
+13
*
|
|
s390/syscalls: get rid of system call alias functions
Heiko Carstens
2023-01-25
1
-66
/
+55
*
|
|
s390/syscalls: remove trailing semicolon
Heiko Carstens
2023-01-25
1
-1
/
+1
*
|
|
s390/syscalls: move __S390_SYS_STUBx() macro
Heiko Carstens
2023-01-25
1
-13
/
+13
*
|
|
s390/syscalls: remove __SC_COMPAT_TYPE define
Heiko Carstens
2023-01-25
1
-2
/
+0
*
|
|
s390/syscalls: remove SYSCALL_METADATA() from compat syscalls
Heiko Carstens
2023-01-25
1
-1
/
+0
*
|
|
s390: discard .interp section
Ilya Leoshkevich
2023-01-25
1
-0
/
+1
*
|
|
s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usage
Thomas Richter
2023-01-25
1
-11
/
+7
*
|
|
s390/cpum_cf: merge source files for CPU Measurement counter facility
Thomas Richter
2023-01-25
5
-260
/
+208
*
|
|
s390/cpum_cf: remove in-kernel counting facility interface
Thomas Richter
2023-01-25
3
-42
/
+1
[next]