index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-04-12
s390/traps,mm: add conditional trap handlers
Heiko Carstens
3
-18
/
+12
2021-04-12
s390/pci: narrow scope of zpci_configure_device()
Niklas Schnelle
1
-12
/
+3
2021-04-12
s390/pci: separate zbus registration from scanning
Niklas Schnelle
5
-30
/
+33
2021-04-12
s390/pci: use mutex not spinlock for zbus list
Niklas Schnelle
1
-7
/
+7
2021-04-12
s390/pci: separate zbus creation from scanning
Niklas Schnelle
4
-97
/
+177
2021-04-12
s390/pci: do more bus setup in zpci_bus_scan()
Niklas Schnelle
1
-13
/
+20
2021-04-12
s390/pci: introduce zpci_bus_scan_device()
Niklas Schnelle
3
-17
/
+28
2021-04-12
s390/traps: convert pgm_check.S to C
Heiko Carstens
5
-181
/
+59
2021-04-12
s390/protvirt: fix error return code in uv_info_init()
zhongbaisong
1
-1
/
+3
2021-04-12
Merge branch 'fixes' into features
Heiko Carstens
8
-12
/
+30
2021-04-12
s390/entry: save the caller of psw_idle
Vasily Gorbik
1
-0
/
+1
2021-04-12
s390/entry: avoid setting up backchain in ext|io handlers
Vasily Gorbik
1
-4
/
+2
2021-04-07
s390/setup: use memblock_free_late() to free old stack
Heiko Carstens
1
-1
/
+1
2021-04-05
s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions family
Alexander Gordeev
1
-4
/
+4
2021-04-05
s390/cio: remove duplicate struct ccw1 declaration
Wan Jiabing
1
-3
/
+0
2021-04-05
s390/pci: expose UID uniqueness guarantee
Niklas Schnelle
1
-0
/
+9
2021-04-05
s390/irq: fix reading of ext_params2 field from lowcore
Heiko Carstens
1
-1
/
+1
2021-04-05
s390/unwind: add machine check handler stack
Vasily Gorbik
2
-1
/
+12
2021-04-05
s390/cpcmd: fix inline assembly register clobbering
Alexander Gordeev
1
-2
/
+4
2021-03-28
s390/pci: fix DMA cleanup on hard deconfigure
Niklas Schnelle
1
-6
/
+5
2021-03-28
s390/spinlock: remove align attribute from arch_spinlock_t
Heiko Carstens
1
-1
/
+1
2021-03-25
s390/vdso: fix initializing and updating of vdso_data
Heiko Carstens
1
-3
/
+8
2021-03-25
s390/vdso: fix tod_steering_delta type
Heiko Carstens
1
-1
/
+1
2021-03-25
s390/vdso: copy tod_steering_delta value to vdso_data page
Heiko Carstens
1
-0
/
+1
2021-03-24
s390/crc32-vx: couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-03-24
s390/uv: fix prot virt host indication compilation
Janosch Frank
1
-1
/
+7
2021-03-22
s390/kernel: fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-22
s390/qdio: let driver manage the QAOB
Julian Wiedmann
1
-18
/
+4
2021-03-22
s390/pci: move zpci_remove_device() to bus code
Niklas Schnelle
5
-37
/
+38
2021-03-22
s390/pci: unify de-/configure for slots and events
Niklas Schnelle
3
-38
/
+98
2021-03-22
s390/cio: add CRW inject functionality
Vineeth Vijayan
2
-0
/
+9
2021-03-22
s390/pci: add zpci_event_hard_deconfigured()
Niklas Schnelle
1
-15
/
+24
2021-03-22
s390/pci: deconfigure device on release
Niklas Schnelle
1
-0
/
+5
2021-03-22
s390/pci: refactor zpci function states
Niklas Schnelle
2
-7
/
+4
2021-03-22
s390/uv: add prot virt guest/host indication files
Janosch Frank
1
-1
/
+36
2021-03-15
s390/pci: fix leak of PCI device structure
Niklas Schnelle
3
-17
/
+31
2021-03-15
s390/vtime: fix increased steal time accounting
Gerald Schaefer
1
-1
/
+1
2021-03-15
s390/cpumf: disable preemption when accessing per-cpu variable
Thomas Richter
1
-1
/
+2
2021-03-08
s390: remove IBM_PARTITION and CONFIGFS_FS from zfcpdump defconfig
Alexander Egorenkov
1
-2
/
+0
2021-03-08
s390: update defconfigs
Heiko Carstens
3
-23
/
+5
2021-03-08
s390/cpumf: remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2021-03-08
s390/cpumf: rename header file to hwctrset.h
Thomas Richter
2
-1
/
+1
2021-03-08
s390/cpumf: remove 60 seconds read limit
Thomas Richter
1
-16
/
+2
2021-03-08
s390/topology: remove always false if check
Heiko Carstens
1
-2
/
+0
2021-03-08
s390/time,idle: get rid of unsigned long long
Heiko Carstens
5
-45
/
+45
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-27
Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
10
-79
/
+657
2021-02-26
s390/mm: define arch_get_mappable_range()
Anshuman Khandual
2
-1
/
+14
2021-02-25
Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-02-25
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-1
/
+2
[next]