index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/setup: use memblock_free_late() to free old stack
Heiko Carstens
2021-04-07
1
-1
/
+1
*
s390/irq: fix reading of ext_params2 field from lowcore
Heiko Carstens
2021-04-05
1
-1
/
+1
*
s390/unwind: add machine check handler stack
Vasily Gorbik
2021-04-05
1
-1
/
+11
*
s390/cpcmd: fix inline assembly register clobbering
Alexander Gordeev
2021-04-05
1
-2
/
+4
*
s390/vdso: fix initializing and updating of vdso_data
Heiko Carstens
2021-03-25
1
-3
/
+8
*
s390/vdso: copy tod_steering_delta value to vdso_data page
Heiko Carstens
2021-03-25
1
-0
/
+1
*
s390/vtime: fix increased steal time accounting
Gerald Schaefer
2021-03-15
1
-1
/
+1
*
s390/cpumf: disable preemption when accessing per-cpu variable
Thomas Richter
2021-03-15
1
-1
/
+2
*
s390/cpumf: remove unneeded semicolon
Jiapeng Chong
2021-03-08
1
-1
/
+1
*
s390/cpumf: rename header file to hwctrset.h
Thomas Richter
2021-03-08
1
-1
/
+1
*
s390/cpumf: remove 60 seconds read limit
Thomas Richter
2021-03-08
1
-16
/
+2
*
s390/topology: remove always false if check
Heiko Carstens
2021-03-08
1
-2
/
+0
*
s390/time,idle: get rid of unsigned long long
Heiko Carstens
2021-03-08
2
-20
/
+20
*
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-27
1
-1
/
+1
|
\
|
*
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-21
1
-1
/
+1
*
|
Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-02-26
3
-43
/
+558
|
\
\
|
*
|
s390/cpumf: Add support for complete counter set extraction
Thomas Richter
2021-02-24
1
-23
/
+525
|
*
|
s390/smp: implement arch_irq_work_raise()
Ilya Leoshkevich
2021-02-24
1
-0
/
+11
|
*
|
s390/topology: move cpumasks away from stack
Heiko Carstens
2021-02-24
1
-12
/
+13
|
*
|
s390/smp: smp_emergency_stop() - move cpumask away from stack
Heiko Carstens
2021-02-24
1
-1
/
+4
|
*
|
s390/smp: __smp_rescan_cpus() - move cpumask away from stack
Heiko Carstens
2021-02-24
1
-1
/
+1
|
*
|
s390/smp: consolidate locking for smp_rescan()
Heiko Carstens
2021-02-24
1
-6
/
+4
|
|
/
*
|
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-24
1
-0
/
+1
|
\
\
|
*
\
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
1
-1
/
+1
|
|
\
\
|
*
|
|
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
1
-0
/
+1
*
|
|
|
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-0
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
fs: add mount_setattr()
Christian Brauner
2021-01-24
1
-0
/
+1
|
|
/
/
*
|
|
Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-02-21
26
-1098
/
+763
|
\
\
\
|
*
|
|
s390/debug: use union tod_clock
Heiko Carstens
2021-02-13
1
-3
/
+3
|
*
|
|
s390/vdso: use union tod_clock
Heiko Carstens
2021-02-13
1
-3
/
+3
|
*
|
|
s390/time: convert tod_clock_base to union
Heiko Carstens
2021-02-13
4
-38
/
+22
|
*
|
|
s390/time: rename store_tod_clock_ext() and use union tod_clock
Heiko Carstens
2021-02-13
1
-3
/
+3
|
*
|
|
s390: split cleanup_sie
Sven Schnelle
2021-02-13
1
-10
/
+7
|
*
|
|
s390: use r13 in cleanup_sie as temp register
Sven Schnelle
2021-02-13
1
-2
/
+2
|
*
|
|
s390: fix kernel asce loading when sie is interrupted
Sven Schnelle
2021-02-13
1
-2
/
+1
|
*
|
|
s390: add stack for machine check handler
Sven Schnelle
2021-02-13
4
-18
/
+35
|
*
|
|
s390: use WRITE_ONCE when re-allocating async stack
Sven Schnelle
2021-02-13
1
-1
/
+1
|
*
|
|
s390: open code SWITCH_KERNEL macro
Sven Schnelle
2021-02-13
1
-28
/
+46
|
*
|
|
s390/vtime: use cpu alternative for stck/stckf
Heiko Carstens
2021-02-09
1
-11
/
+8
|
*
|
|
s390/entry: use cpu alternative for stck/stckf
Heiko Carstens
2021-02-09
1
-5
/
+3
|
*
|
|
s390/time: use stcke instead of stck
Heiko Carstens
2021-02-09
1
-3
/
+3
|
*
|
|
s390/cpum_cf_diag: use get_tod_clock_fast()
Heiko Carstens
2021-02-09
1
-1
/
+1
|
*
|
|
s390/vtime: fix inline assembly clobber list
Heiko Carstens
2021-02-09
1
-1
/
+2
|
*
|
|
s390/vdso: on timens page fault prefault also VVAR page
Heiko Carstens
2021-02-09
1
-4
/
+13
|
*
|
|
s390/vdso: implement generic vdso time namespace support
Heiko Carstens
2021-02-09
2
-8
/
+99
|
*
|
|
s390/vdso: move data page before code pages
Heiko Carstens
2021-02-09
2
-17
/
+15
|
*
|
|
s390/vdso: put vdso datapage in a separate vma
Heiko Carstens
2021-02-09
1
-20
/
+35
|
*
|
|
s390/vdso: get rid of vdso_fault
Heiko Carstens
2021-02-09
1
-26
/
+9
|
*
|
|
s390/vdso: misc simple code changes
Heiko Carstens
2021-02-09
1
-72
/
+30
|
*
|
|
s390/vdso: remove superfluous variables
Heiko Carstens
2021-02-09
1
-22
/
+13
[next]