index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
s390/pgtable: use register pair instead of register asm
Heiko Carstens
1
-17
/
+13
2021-06-18
s390/sigp: use register pair instead of register asm
Heiko Carstens
1
-6
/
+8
2021-06-18
s390/checksum: use register pair instead of register asm
Heiko Carstens
1
-4
/
+6
2021-06-18
s390/page: use register pair instead of register asm
Heiko Carstens
1
-6
/
+9
2021-06-18
s390/bitops: use register pair instead of register asm
Heiko Carstens
1
-5
/
+5
2021-06-18
s390: introduce register pair union
Heiko Carstens
1
-0
/
+19
2021-06-18
s390/irqflags: always inline arch irqflags functions
Heiko Carstens
1
-8
/
+8
2021-06-18
s390/processor: always inline stap() and __load_psw_mask()
Heiko Carstens
1
-2
/
+2
2021-06-18
s390: setup kernel memory layout early
Vasily Gorbik
3
-8
/
+7
2021-06-11
s390/qeth: remove QAOB's pointer to its TX buffer
Julian Wiedmann
1
-3
/
+1
2021-06-07
s390/lowcore: remove superfluous __packed annotations
Heiko Carstens
1
-2
/
+2
2021-06-07
s390: use struct tpi_info in lowcore.h
Sven Schnelle
1
-4
/
+9
2021-06-07
s390: add struct tpi_info to struct pt_regs
Sven Schnelle
3
-3
/
+16
2021-06-07
s390/cio: add tpi.h header file
Sven Schnelle
2
-0
/
+21
2021-06-07
s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping
Julian Wiedmann
1
-2
/
+1
2021-06-07
s390/mm: ensure switch_mm() is executed with interrupts disabled
Alexander Gordeev
1
-2
/
+13
2021-06-07
s390/ipl: make parameter area accessible via struct parmarea
Heiko Carstens
1
-0
/
+2
2021-06-07
s390/traps: add struct to access transactional diagnostic block
Sven Schnelle
2
-2
/
+6
2021-06-07
s390/irq: add union/struct to access external interrupt parameters
Sven Schnelle
1
-2
/
+7
2021-06-07
s390/facilities: move stfl information from lowcore to global data
Sven Schnelle
2
-10
/
+10
2021-06-07
s390/entry: use assignment to read intcode / asm to copy gprs
Sven Schnelle
1
-2
/
+1
2021-06-07
s390: enable HAVE_IOREMAP_PROT
Niklas Schnelle
1
-0
/
+19
2021-06-07
s390/cpumf: remove counter transaction call backs
Thomas Richter
1
-2
/
+1
2021-06-04
mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
Peter Collingbourne
1
-3
/
+3
2021-05-26
locking/atomic: make ARCH_ATOMIC a Kconfig symbol
Mark Rutland
1
-2
/
+0
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-2
/
+2
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+0
2021-05-07
mm: remove xlate_dev_kmem_ptr()
David Hildenbrand
1
-5
/
+0
2021-05-06
Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
3
-1
/
+13
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+6
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+2
2021-04-30
s390/entry: add support for syscall stack randomization
Sven Schnelle
1
-0
/
+10
2021-04-30
s390/cpumf: move counter set size calculation to common place
Thomas Richter
1
-0
/
+2
2021-04-30
s390/pci: rename zpci_configure_device()
Niklas Schnelle
1
-1
/
+1
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2
-2
/
+2
2021-04-18
s390/atomic,cmpxchg: always inline __xchg/__cmpxchg
Heiko Carstens
1
-3
/
+5
2021-04-17
KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
1
-0
/
+4
2021-04-15
Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Paolo Bonzini
2
-0
/
+2
2021-04-15
s390/atomic,cmpxchg: make constraints work with old compilers
Heiko Carstens
2
-9
/
+9
2021-04-15
s390/cmpxchg: use unsigned long values instead of void pointers
Heiko Carstens
1
-26
/
+23
2021-04-14
lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
Christophe Leroy
1
-1
/
+2
2021-04-12
s390/spinlock: use R constraint in inline assembly
Heiko Carstens
1
-1
/
+1
2021-04-12
s390/atomic,cmpxchg: switch to use atomic-instrumented.h
Heiko Carstens
2
-30
/
+58
2021-04-12
s390/cmpxchg: get rid of gcc atomic builtins
Heiko Carstens
1
-15
/
+150
2021-04-12
s390/atomic: get rid of gcc atomic builtins
Heiko Carstens
1
-6
/
+30
2021-04-12
s390/atomic: use proper constraints
Heiko Carstens
1
-7
/
+7
2021-04-12
s390/atomic: move remaining inline assemblies to atomic_ops.h
Heiko Carstens
2
-18
/
+38
2021-04-12
s390/bitops: make bitops only work on longs
Heiko Carstens
1
-46
/
+47
2021-04-12
s390/pci: separate zbus registration from scanning
Niklas Schnelle
1
-1
/
+1
2021-04-12
s390/pci: separate zbus creation from scanning
Niklas Schnelle
1
-1
/
+2
[prev]
[next]