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
2019-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-133
/
+369
2019-11-19
s390/bpf: Remove JITed image size limitations
Ilya Leoshkevich
1
-7
/
+0
2019-11-19
s390/bpf: Use lg(f)rl when long displacement cannot be used
Ilya Leoshkevich
1
-15
/
+81
2019-11-19
s390/bpf: Use lgrl instead of lg where possible
Ilya Leoshkevich
1
-12
/
+20
2019-11-19
s390/bpf: Load literal pool register using larl
Ilya Leoshkevich
1
-3
/
+19
2019-11-19
s390/bpf: Align literal pool entries
Ilya Leoshkevich
1
-13
/
+24
2019-11-19
s390/bpf: Use relative long branches
Ilya Leoshkevich
1
-32
/
+126
2019-11-16
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
1
-8
/
+66
2019-11-07
s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
Ilya Leoshkevich
1
-16
/
+5
2019-11-07
s390/bpf: Wrap JIT macro parameter usages in parentheses
Ilya Leoshkevich
1
-31
/
+31
2019-11-07
s390/bpf: Use kvcalloc for addrs array
Ilya Leoshkevich
1
-2
/
+3
2019-10-31
s390/idle: fix cpu idle time calculation
Heiko Carstens
1
-7
/
+22
2019-10-31
s390/unwind: fix mixing regs and sp
Ilya Leoshkevich
2
-5
/
+14
2019-10-31
s390/cmm: fix information leak in cmm_timeout_handler()
Yihui ZENG
1
-6
/
+6
2019-10-22
s390/kaslr: add support for R_390_GLOB_DAT relocation type
Gerald Schaefer
2
-3
/
+12
2019-10-11
s390/uaccess: avoid (false positive) compiler warnings
Christian Borntraeger
1
-2
/
+2
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-04
s390: update defconfigs
Heiko Carstens
3
-18
/
+33
2019-10-04
s390/pci: mark function(s) __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-04
s390/mm: mark function(s) __always_inline
Heiko Carstens
1
-11
/
+11
2019-10-04
s390/jump_label: mark function(s) __always_inline
Heiko Carstens
1
-2
/
+2
2019-10-04
s390/cpu_mf: mark function(s) __always_inline
Heiko Carstens
1
-1
/
+2
2019-10-04
s390/atomic,bitops: mark function(s) __always_inline
Heiko Carstens
2
-5
/
+5
2019-10-04
s390/mm: fix -Wunused-but-set-variable warnings
Qian Cai
2
-3
/
+9
2019-10-04
s390: mark __cpacf_query() as __always_inline
Jiri Kosina
1
-1
/
+1
2019-10-01
s390/qdio: clarify size of the QIB parm area
Julian Wiedmann
1
-1
/
+1
2019-10-01
s390/cpumf: Fix indentation in sampling device driver
Thomas Richter
1
-1
/
+1
2019-10-01
s390/cpumsf: Check for CPU Measurement sampling
Thomas Richter
2
-1
/
+10
2019-10-01
s390/cpumf: Use consistant debug print format
Thomas Richter
1
-2
/
+2
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-7
/
+7
2019-09-28
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-24
/
+2
2019-09-26
Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-48
/
+136
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
1
-3
/
+3
2019-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+0
2019-09-25
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-5
/
+0
2019-09-25
mm: remove quicklist page table caches
Nicholas Piggin
1
-1
/
+0
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-62
/
+75
2019-09-24
s390/topology: avoid firing events before kobjs are created
Vasily Gorbik
1
-1
/
+2
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-19
/
+16
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-13
/
+3
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-0
/
+1
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2019-09-19
s390/cpumf: Remove mixed white space
Thomas Richter
1
-5
/
+5
2019-09-19
s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIOD
Thomas Richter
2
-40
/
+127
2019-09-19
s390/zcrypt: CEX7S exploitation support
Harald Freudenberger
1
-2
/
+2
2019-09-19
vfs: Convert hypfs to use the new mount API
David Howells
1
-58
/
+70
2019-09-19
hypfs: Fix error number left in struct pointer member
David Howells
1
-4
/
+5
2019-09-18
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-12
/
+61
[next]