index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
x86: xen: add missing prototypes
Arnd Bergmann
5
-1
/
+12
2023-06-26
x86/xen: add prototypes for paravirt mmu functions
Juergen Gross
1
-0
/
+16
2023-06-26
iscsi_ibft: Fix finding the iBFT under Xen Dom 0
Ross Lagerwall
4
-20
/
+46
2023-06-26
xen: xen_debug_interrupt prototype to global header
Arnd Bergmann
2
-2
/
+3
2023-06-25
Linux 6.4
Linus Torvalds
1
-1
/
+1
2023-06-25
Merge tag 'i2c-for-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-9
/
+17
2023-06-25
Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+17
2023-06-25
Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-0
/
+59
2023-06-25
Merge tag 'x86_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-5
/
+8
2023-06-24
Merge branch 'splice-net-switch-over-users-of-sendpage-and-remove-it'
Jakub Kicinski
88
-748
/
+230
2023-06-24
net: Kill MSG_SENDPAGE_NOTLAST
David Howells
6
-12
/
+5
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
66
-442
/
+20
2023-06-24
ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-6
/
+9
2023-06-24
ocfs2: Fix use of slab data with sendpage
David Howells
1
-11
/
+12
2023-06-24
scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-6
/
+9
2023-06-24
scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
2
-18
/
+10
2023-06-24
drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-4
/
+8
2023-06-24
smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
David Howells
5
-52
/
+1
2023-06-24
nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
1
-17
/
+29
2023-06-24
nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
David Howells
1
-22
/
+27
2023-06-24
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-3
/
+7
2023-06-24
rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-11
/
+12
2023-06-24
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-72
/
+19
2023-06-24
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-40
/
+20
2023-06-24
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
1
-22
/
+28
2023-06-24
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
5
-13
/
+17
2023-06-24
Merge tag 'mlx5-updates-2023-06-21' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
10
-68
/
+84
2023-06-24
Merge branch 'netlink-add-display-hint-to-ynl'
Jakub Kicinski
6
-6
/
+168
2023-06-24
netlink: specs: add display hints to ovs_flow
Donald Hunter
1
-0
/
+107
2023-06-24
tools: ynl: add display-hint support to ynl
Donald Hunter
2
-5
/
+39
2023-06-24
netlink: specs: add display-hint to schema definitions
Donald Hunter
3
-1
/
+22
2023-06-24
Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...
Jakub Kicinski
9
-11
/
+226
2023-06-24
net: axienet: Move reset before 64-bit DMA detection
Maxim Kochetkov
1
-5
/
+5
2023-06-24
Merge branch 'selftests-mptcp-refactoring-and-minor-fixes'
Jakub Kicinski
2
-264
/
+369
2023-06-24
selftests: mptcp: connect: fix comment typo
Yueh-Shun Li
1
-1
/
+1
2023-06-24
selftests: mptcp: add pm_nl_set_endpoint helper
Geliang Tang
1
-113
/
+122
2023-06-24
selftests: mptcp: drop sflags parameter
Geliang Tang
1
-17
/
+22
2023-06-24
selftests: mptcp: drop addr_nr_ns1/2 parameters
Geliang Tang
1
-73
/
+103
2023-06-24
selftests: mptcp: drop test_linkfail parameter
Geliang Tang
1
-93
/
+99
2023-06-24
selftests: mptcp: set FAILING_LINKS in run_tests
Geliang Tang
1
-6
/
+6
2023-06-24
selftests: mptcp: check subflow and addr infos
Geliang Tang
1
-21
/
+23
2023-06-24
selftests: mptcp: test userspace pm out of transfer
Geliang Tang
1
-46
/
+99
2023-06-24
Merge branch 'net-stmmac-introduce-devres-helpers-for-stmmac-platform-drivers'
Jakub Kicinski
4
-55
/
+185
2023-06-24
net: stmmac: dwmac-qcom-ethqos: use devm_stmmac_pltfr_probe()
Bartosz Golaszewski
1
-2
/
+1
2023-06-24
net: stmmac: platform: provide devm_stmmac_pltfr_probe()
Bartosz Golaszewski
2
-0
/
+33
2023-06-24
net: stmmac: dwmac-qco-ethqos: use devm_stmmac_probe_config_dt()
Bartosz Golaszewski
1
-34
/
+15
2023-06-24
net: stmmac: platform: provide devm_stmmac_probe_config_dt()
Bartosz Golaszewski
2
-0
/
+43
2023-06-24
net: stmmac: platform: provide stmmac_pltfr_remove_no_dt()
Bartosz Golaszewski
2
-2
/
+19
2023-06-24
net: stmmac: dwmac-generic: use stmmac_pltfr_probe()
Bartosz Golaszewski
1
-8
/
+1
2023-06-24
net: stmmac: platform: provide stmmac_pltfr_probe()
Bartosz Golaszewski
2
-0
/
+31
[prev]
[next]