index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-04
s390/cpufeature: Convert MACHINE_HAS_GS to cpu_has_gs()
Heiko Carstens
2
-2
/
+1
2025-03-04
s390/cpufeature: Convert MACHINE_HAS_RDP to cpu_has_rdp()
Heiko Carstens
3
-4
/
+4
2025-03-04
s390/cpufeature: Convert MACHINE_HAS_SEQ_INSN to cpu_has_seq_insn()
Heiko Carstens
2
-2
/
+4
2025-03-04
s390/uaccess: Inline __clear_user()
Heiko Carstens
1
-5
/
+28
2025-03-04
s390/uaccess: Optimize raw_copy_from_user() / raw_copy_to_user() for constant...
Heiko Carstens
1
-0
/
+4
2025-03-04
s390/uaccess: Define INLINE_COPY_FROM_USER and INLINE_COPY_TO_USER
Heiko Carstens
1
-0
/
+3
2025-03-04
s390/uaccess: Separate key uaccess functions
Heiko Carstens
1
-52
/
+6
2025-03-04
s390/uaccess: Shorten raw_copy_from_user() / raw_copy_to_user() inline assemb...
Heiko Carstens
2
-62
/
+56
2025-02-27
mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
Ryan Roberts
1
-4
/
+12
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
1
-1
/
+0
2025-02-21
iommu/s390: handle IOAT registration based on domain
Matthew Rosato
1
-0
/
+2
2025-02-21
s390/pci: check for relaxed translation capability
Matthew Rosato
2
-2
/
+4
2025-02-21
s390/vdso: Switch to generic storage implementation
Thomas Weißschuh
4
-49
/
+2
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-21
/
+32
2025-02-11
s390/bitops: Disable arch_test_bit() optimization for PROFILE_ALL_BRANCHES
Heiko Carstens
1
-1
/
+5
2025-02-05
s390/net: Remove LCS driver
Aswin Karuvally
1
-1
/
+0
2025-02-04
Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
4
-21
/
+32
2025-01-31
KVM: s390: remove the last user of page->index
Claudio Imbrenda
1
-0
/
+15
2025-01-31
KVM: s390: move PGSTE softbits
Claudio Imbrenda
1
-3
/
+3
2025-01-31
KVM: s390: move gmap_shadow_pgt_lookup() into kvm
Claudio Imbrenda
1
-2
/
+1
2025-01-31
KVM: s390: stop using lists to keep track of used dat tables
Claudio Imbrenda
1
-5
/
+0
2025-01-31
KVM: s390: move some gmap shadowing functions away from mm/gmap.c
Claudio Imbrenda
1
-5
/
+4
2025-01-31
KVM: s390: get rid of gmap_translate()
Claudio Imbrenda
1
-1
/
+0
2025-01-31
KVM: s390: get rid of gmap_fault()
Claudio Imbrenda
1
-1
/
+0
2025-01-31
KVM: s390: move pv gmap functions into kvm
Claudio Imbrenda
2
-3
/
+4
2025-01-31
KVM: s390: fake memslot for ucontrol VMs
Claudio Imbrenda
1
-0
/
+2
2025-01-31
KVM: s390: vsie: stop using "struct page" for vsie page
David Hildenbrand
1
-1
/
+3
2025-01-30
Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+1
2025-01-30
Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
10
-398
/
+518
2025-01-29
s390/tracing: Define ftrace_get_symaddr() for s390
Masami Hiramatsu (Google)
1
-0
/
+1
2025-01-28
s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()
Heiko Carstens
1
-0
/
+1
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-16
/
+34
2025-01-26
s390/bitops: Use correct constraint for arch_test_bit() inline assembly
Heiko Carstens
1
-1
/
+1
2025-01-26
s390/futex: Avoid KMSAN instrumention for user pointers
Heiko Carstens
1
-3
/
+9
2025-01-26
s390/uaccess: Rename get_put_user_noinstr_attributes to uaccess_kmsan_or_inline
Heiko Carstens
1
-7
/
+6
2025-01-26
s390/futex: Cleanup futex_atomic_cmpxchg_inatomic()
Heiko Carstens
1
-10
/
+11
2025-01-26
s390/futex: Generate futex atomic op functions
Heiko Carstens
1
-34
/
+42
2025-01-26
s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USER
Heiko Carstens
1
-30
/
+109
2025-01-26
s390/uaccess: Use asm goto for put_user()/get_user()
Heiko Carstens
1
-6
/
+77
2025-01-26
s390/uaccess: Remove usage of the oac specifier
Heiko Carstens
1
-12
/
+4
2025-01-26
s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handling
Heiko Carstens
2
-10
/
+8
2025-01-26
s390/uaccess: Cleanup noinstr __put_user()/__get_user() inline assembly const...
Heiko Carstens
1
-14
/
+14
2025-01-26
s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappers
Heiko Carstens
1
-81
/
+32
2025-01-26
s390/uaccess: Move put_user() / __put_user() close to put_user() asm code
Heiko Carstens
1
-30
/
+30
2025-01-26
s390/uaccess: Use asm goto for __mvc_kernel_nofault()
Heiko Carstens
1
-15
/
+11
2025-01-26
s390/uaccess: Implement __get_kernel_nofault()/__put_kernel_nofault() with mvc
Heiko Carstens
1
-78
/
+44
2025-01-26
s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULT
Heiko Carstens
2
-7
/
+7
2025-01-26
s390/fpu: Use CONFIG_CC_HAS_ASM_AOR_FORMAT_FLAGS instead of CONFIG_CC_IS_CLANG
Heiko Carstens
1
-84
/
+84
2025-01-26
s390: Rename GCC_ASM_FLAG_OUTPUT_BROKEN to CC_ASM_FLAG_OUTPUT_BROKEN
Heiko Carstens
1
-1
/
+1
[prev]
[next]