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.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-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-01-30
s390/bpf: Implement arch_prepare_bpf_trampoline()
Ilya Leoshkevich
1
-22
/
+520
2023-01-30
s390/bpf: Implement bpf_arch_text_poke()
Ilya Leoshkevich
1
-0
/
+97
2023-01-30
s390/bpf: Add expoline to tail calls
Ilya Leoshkevich
1
-2
/
+10
2023-01-28
s390/bpf: Fix a typo in a comment
Ilya Leoshkevich
1
-1
/
+1
2023-01-26
s390/purgatory: Remove unused '-MD' and unnecessary '-c' flags
Nathan Chancellor
1
-1
/
+1
2023-01-26
s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
Nathan Chancellor
1
-1
/
+1
2023-01-26
s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64
Nathan Chancellor
1
-1
/
+1
2023-01-25
s390/syscalls: get rid of system call alias functions
Heiko Carstens
1
-66
/
+55
2023-01-25
s390/syscalls: remove trailing semicolon
Heiko Carstens
1
-1
/
+1
2023-01-25
s390/syscalls: move __S390_SYS_STUBx() macro
Heiko Carstens
1
-13
/
+13
2023-01-25
s390/syscalls: remove __SC_COMPAT_TYPE define
Heiko Carstens
1
-2
/
+0
2023-01-25
s390/syscalls: remove SYSCALL_METADATA() from compat syscalls
Heiko Carstens
1
-1
/
+0
2023-01-25
s390: discard .interp section
Ilya Leoshkevich
1
-0
/
+1
2023-01-25
s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usage
Thomas Richter
1
-11
/
+7
2023-01-25
s390/cpum_cf: merge source files for CPU Measurement counter facility
Thomas Richter
5
-260
/
+208
2023-01-25
s390/cpum_cf: remove in-kernel counting facility interface
Thomas Richter
3
-42
/
+1
2023-01-25
s390/cpum_cf: move stccm_avail()
Thomas Richter
2
-6
/
+6
2023-01-25
s390/cpum_cf: move cpum_cf_ctrset_size()
Thomas Richter
3
-48
/
+47
2023-01-25
s390/cpum_cf: simplify hw_perf_event_destroy()
Thomas Richter
1
-6
/
+4
2023-01-25
s390/cache: change type from unsigned long long to unsigned long
Heiko Carstens
1
-1
/
+1
2023-01-25
iommu/s390: Use GFP_KERNEL in sleepable contexts
Jason Gunthorpe
1
-1
/
+1
2023-01-25
iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
Jason Gunthorpe
2
-16
/
+20
2023-01-23
vfio-mdev: turn VFIO_MDEV into a selectable symbol
Christoph Hellwig
3
-4
/
+4
2023-01-22
s390/kprobes: replace kretprobe with rethook
Vasily Gorbik
9
-51
/
+57
2023-01-22
s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addresses
Thomas Richter
1
-8
/
+6
2023-01-22
s390/cpum_sf: rework macro AUX_SDB_NUM_xxx
Thomas Richter
1
-13
/
+29
2023-01-22
s390/cpum_sf: sampling buffer setup to handle virtual addresses
Thomas Richter
1
-19
/
+21
2023-01-22
s390/cpum_sf: remove debug statements from function setup_pmc_cpu
Thomas Richter
1
-6
/
+0
2023-01-22
s390/cpum_sf: move functions from header file to source file
Thomas Richter
2
-53
/
+52
2023-01-22
s390/vmem: use swap() instead of open coding it
Jiapeng Chong
1
-7
/
+1
2023-01-22
s390/ipl: use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+1
2023-01-19
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2
-4
/
+2
2023-01-18
perf/core: Introduce perf_prepare_header()
Namhyung Kim
1
-1
/
+2
2023-01-18
perf/core: Add perf_sample_save_raw_data() helper
Namhyung Kim
3
-9
/
+3
2023-01-17
Merge branch 'fixes' into features
Heiko Carstens
11
-73
/
+107
2023-01-17
s390: workaround invalid gcc-11 out of bounds read warning
Heiko Carstens
1
-2
/
+3
2023-01-13
s390: move __amode31_base declaration to proper header file
Heiko Carstens
2
-1
/
+1
2023-01-13
s390/mm: allocate Absolute Lowcore Area in decompressor
Alexander Gordeev
10
-75
/
+36
2023-01-13
s390/mm: allocate Real Memory Copy Area in decompressor
Alexander Gordeev
5
-10
/
+20
2023-01-13
s390/boot: allow setup of different virtual address types
Alexander Gordeev
1
-15
/
+33
2023-01-13
s390/kasan: remove identity mapping support
Alexander Gordeev
1
-22
/
+5
2023-01-13
s390/maccess: remove dead DAT-off code
Alexander Gordeev
1
-9
/
+5
2023-01-13
s390/mm: start kernel with DAT enabled
Alexander Gordeev
17
-189
/
+448
2023-01-13
s390/boot: detect and enable memory facilities
Alexander Gordeev
2
-0
/
+26
2023-01-13
s390/pgtable: add REGION3_KERNEL_EXEC protection
Alexander Gordeev
1
-0
/
+6
2023-01-13
s390/kasan: use set_pXe_bit() for pgtable entries setup
Alexander Gordeev
1
-11
/
+26
2023-01-13
s390/kasan: cleanup setup of untracked memory pgtables
Alexander Gordeev
1
-4
/
+3
2023-01-13
s390/kasan: cleanup setup of zero pgtable
Alexander Gordeev
1
-7
/
+5
2023-01-13
s390/kasan: sort out physical vs virtual memory confusion
Alexander Gordeev
1
-2
/
+2
2023-01-13
s390/early: fix sclp_early_sccb variable lifetime
Alexander Gordeev
2
-1
/
+1
[prev]
[next]