index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
/
asm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
KVM: s390: Fix to clear PTE when discarding a swapped page
Gautam Gala
1
-0
/
+22
2025-09-05
iommu/s390: Make attach succeed when the device was surprise removed
Niklas Schnelle
1
-5
/
+5
2025-08-08
Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2
-1
/
+46
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+2
2025-07-31
s390/mm: Enable THP_SWAP and THP_MIGRATION
Gerald Schaefer
1
-0
/
+45
2025-07-31
s390/ap: Unmask SLCF bit in card and queue ap functions sysfs
Harald Freudenberger
1
-1
/
+1
2025-07-31
Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+4
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+13
2025-07-30
Merge tag 'kvm-s390-next-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Paolo Bonzini
2
-0
/
+13
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
36
-263
/
+140
2025-07-21
KVM: s390: Rework guest entry logic
Mark Rutland
2
-0
/
+13
2025-07-21
s390/time: Remove in-kernel time steering
Sven Schnelle
2
-9
/
+2
2025-07-21
s390/time: Use monotonic clock in get_cycles()
Sven Schnelle
1
-7
/
+6
2025-07-09
mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
Hao Ge
1
-3
/
+2
2025-06-29
Merge branch 'uaccess-key' into features
Alexander Gordeev
3
-186
/
+68
2025-06-29
s390/skey: Provide infrastructure for executing with non-default access key
Heiko Carstens
1
-0
/
+32
2025-06-29
s390/uaccess: Make cmpxchg_user_key() library code
Heiko Carstens
1
-181
/
+23
2025-06-29
s390/page: Add memory clobber to page_set_storage_key()
Heiko Carstens
1
-2
/
+4
2025-06-29
s390/page: Cleanup page_set_storage_key() inline assemblies
Heiko Carstens
1
-5
/
+11
2025-06-26
s390/nmi: Print additional information
Heiko Carstens
1
-0
/
+2
2025-06-26
s390/crypto: Add protected key hmac subfunctions for KMAC
Holger Dengler
1
-0
/
+4
2025-06-17
s390: Explicitly include <linux/export.h>
Heiko Carstens
1
-0
/
+1
2025-06-17
s390/ptrace: Fix pointer dereferencing in regs_get_kernel_stack_nth()
Heiko Carstens
1
-1
/
+1
2025-06-16
s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
31
-61
/
+61
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
1
-1
/
+1
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-3
/
+16
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-14
/
+24
2025-05-30
Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Linus Torvalds
1
-0
/
+3
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-4
/
+0
2025-05-28
KVM: s390: Refactor and split some gmap helpers
Claudio Imbrenda
2
-2
/
+15
2025-05-28
s390: Remove unneeded includes
Claudio Imbrenda
2
-1
/
+1
2025-05-22
s390: always declare expoline thunks
Ilya Leoshkevich
1
-4
/
+0
2025-05-17
s390/ptrace: Always inline regs_get_kernel_stack_nth() and regs_get_register()
Heiko Carstens
1
-7
/
+39
2025-05-17
s390/thread_info: Cleanup header includes
Heiko Carstens
1
-2
/
+1
2025-05-17
s390/cpacf: Rework cpacf_pcc() to return condition code
Harald Freudenberger
1
-3
/
+15
2025-05-11
mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()
Fan Ni
1
-2
/
+2
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
1
-1
/
+1
2025-05-11
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
1
-0
/
+12
2025-05-11
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
1
-0
/
+9
2025-05-11
arch: remove mk_pmd()
Matthew Wilcox (Oracle)
1
-1
/
+0
2025-05-11
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
1
-5
/
+0
2025-05-11
mm: set the pte dirty if the folio is already dirty
Matthew Wilcox (Oracle)
1
-6
/
+1
2025-04-30
s390/string: Remove strcpy() implementation
Heiko Carstens
1
-18
/
+0
2025-04-30
s390/pkey/crypto: Introduce xflags param for pkey in-kernel API
Harald Freudenberger
1
-1
/
+4
2025-04-30
s390/pkey: Provide and pass xflags within pkey and zcrypt layers
Harald Freudenberger
1
-0
/
+10
2025-04-30
s390/uv: Remove uv_get_secret_metadata function
Harald Freudenberger
1
-2
/
+0
2025-04-30
s390/uv: Rename find_secret() to uv_find_secret() and publish
Harald Freudenberger
1
-0
/
+3
2025-04-17
iommu/s390: allow larger region tables
Matthew Rosato
1
-0
/
+1
2025-04-17
iommu/s390: support iova_to_phys for additional table regions
Matthew Rosato
1
-0
/
+2
2025-04-17
s390/string: Remove optimized strncpy()
Heiko Carstens
1
-2
/
+0
[next]