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
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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
1
-10
/
+0
2021-12-17
genirq/msi: Consolidate MSI descriptor data
Thomas Gleixner
1
-0
/
+2
2021-12-17
platform-msi: Store platform private data pointer in msi_device_data
Thomas Gleixner
1
-2
/
+2
2021-12-17
platform-msi: Rename functions and clarify comments
Thomas Gleixner
1
-4
/
+4
2021-12-17
genirq/msi: Remove the original sysfs interfaces
Thomas Gleixner
1
-15
/
+3
2021-12-17
PCI/MSI: Let the irq code handle sysfs groups
Thomas Gleixner
1
-1
/
+0
2021-12-17
genirq/msi: Provide msi_device_populate/destroy_sysfs()
Thomas Gleixner
1
-0
/
+4
2021-12-17
PCI/MSI: Decouple MSI[-X] disable from pcim_release()
Thomas Gleixner
1
-1
/
+2
2021-12-17
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
2
-0
/
+23
2021-12-17
device: Move MSI related data into a struct
Thomas Gleixner
1
-6
/
+14
2021-12-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
18
-45
/
+116
2021-12-12
Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+13
2021-12-12
Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-12-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+23
2021-12-11
timers: implement usleep_idle_range()
SeongJae Park
1
-1
/
+13
2021-12-11
Increase default MLOCK_LIMIT to 8 MiB
Drew DeVault
1
-3
/
+10
2021-12-11
Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2021-12-11
Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+27
2021-12-09
percpu_ref: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2021-12-09
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
9
-32
/
+38
2021-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+5
2021-12-09
aio: fix use-after-free due to missing POLLFREE handling
Eric Biggers
1
-1
/
+1
2021-12-09
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+26
2021-12-09
bus: mhi: core: Add support for forced PM resume
Loic Poulain
1
-0
/
+13
2021-12-09
genirq/msi: Handle PCI/MSI allocation fail in core code
Thomas Gleixner
1
-4
/
+1
2021-12-09
PCI/MSI: Make pci_msi_domain_check_cap() static
Thomas Gleixner
1
-2
/
+0
2021-12-09
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
2
-2
/
+1
2021-12-09
PCI/MSI: Sanitize MSI-X table map handling
Thomas Gleixner
1
-0
/
+1
2021-12-09
PCI/MSI: Split out irqdomain code
Thomas Gleixner
1
-11
/
+0
2021-12-09
PCI/MSI: Make arch_restore_msi_irqs() less horrible.
Thomas Gleixner
1
-4
/
+3
2021-12-09
genirq/msi, treewide: Use a named struct for PCI/MSI attributes
Thomas Gleixner
1
-43
/
+41
2021-12-09
PCI/MSI: Remove msi_desc_to_pci_sysdata()
Thomas Gleixner
1
-5
/
+0
2021-12-09
PCI/MSI: Make pci_msi_domain_write_msg() static
Thomas Gleixner
1
-1
/
+0
2021-12-09
genirq/msi: Fixup includes
Thomas Gleixner
1
-1
/
+1
2021-12-09
genirq/msi: Remove unused domain callbacks
Thomas Gleixner
1
-7
/
+4
2021-12-09
genirq/msi: Guard sysfs code
Thomas Gleixner
1
-0
/
+10
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-3
/
+3
2021-12-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-23
/
+15
2021-12-08
PM: runtime: Fix pm_runtime_active() kerneldoc comment
Rafael J. Wysocki
1
-1
/
+1
2021-12-08
net: phy: Remove unnecessary indentation in the comments of phy_device
Yanteng Si
1
-5
/
+6
2021-12-08
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
1
-3
/
+3
2021-12-06
Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+8
2021-12-05
Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
3
-2
/
+2
2021-12-03
bonding: make tx_rebalance_counter an atomic
Eric Dumazet
1
-1
/
+1
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
1
-0
/
+13
2021-12-03
Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+7
2021-12-03
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
1
-4
/
+10
2021-12-02
Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+7
2021-12-02
Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-29
/
+62
[next]