index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
s390/bitops: Cleanup __flogr()
Heiko Carstens
1
-4
/
+3
2025-09-18
s390/bitops: Use __assume() for __flogr() inline assembly return value
Heiko Carstens
1
-3
/
+11
2025-09-18
s390/bitops: Limit return value range of __flogr()
Heiko Carstens
1
-1
/
+1
2025-09-17
s390/entry: Remove unused TIF flags
Sven Schnelle
1
-10
/
+0
2025-09-17
s390: Use generic TIF bits
Thomas Gleixner
1
-26
/
+18
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-09-08
s390: Add __attribute_const__ to ffs()-family implementations
Kees Cook
1
-5
/
+5
2025-09-08
KVM: s390: improve interrupt cpu for wakeup
Christian Borntraeger
1
-1
/
+1
2025-09-05
iommu/s390: Make attach succeed when the device was surprise removed
Niklas Schnelle
1
-5
/
+5
2025-08-20
s390/bitops: Optimize inlining
Juergen Christ
1
-7
/
+7
2025-08-20
s390/bitops: Slightly optimize ffs() and fls64()
Heiko Carstens
1
-5
/
+2
2025-08-08
Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-1
/
+46
2025-08-05
Merge commit 'linus' into core/bugs, to resolve conflicts
Ingo Molnar
44
-274
/
+168
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
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...
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/kern...
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...
Linus Torvalds
39
-269
/
+147
2025-07-28
bugs/s390: Remove private WARN_ON() implementation
Heiko Carstens
1
-13
/
+0
2025-07-28
bugs/s390: Use 'cond_str' in __EMIT_BUG()
Heiko Carstens
1
-39
/
+38
2025-07-28
bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
Ingo Molnar
1
-4
/
+4
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_NEED...
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-16
s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
Thomas Huth
3
-6
/
+7
2025-06-13
bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
Ingo Molnar
1
-1
/
+1
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/...
Linus Torvalds
4
-14
/
+24
2025-05-30
Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
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
[prev]
[next]