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
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
2
-1
/
+177
2024-08-23
rust: list: add cursor
Alice Ryhl
1
-0
/
+82
2024-08-23
rust: list: add iterators
Alice Ryhl
1
-0
/
+102
2024-08-23
rust: list: add List
Alice Ryhl
2
-5
/
+331
2024-08-23
rust: list: add macro for implementing ListItem
Alice Ryhl
2
-0
/
+146
2024-08-23
rust: list: add struct with prev/next pointers
Alice Ryhl
1
-0
/
+119
2024-08-23
rust: list: add tracking for ListArc
Alice Ryhl
2
-3
/
+170
2024-08-23
rust: list: add ListArc
Alice Ryhl
3
-0
/
+361
2024-08-23
rust: init: add `assert_pinned` macro
Benno Lossin
2
-0
/
+97
2024-08-23
rust: support arrays in target JSON
Matthew Maurer
1
-29
/
+53
2024-08-23
Merge tag 'ata-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
1
-10
/
+20
2024-08-22
Merge patch series "Simplify multiple create*_workqueue() invocations"
Martin K. Petersen
42
-142
/
+90
2024-08-22
scsi: core: Simplify an alloc_workqueue() invocation
Bart Van Assche
2
-6
/
+4
2024-08-22
scsi: ufs: Simplify alloc*_workqueue() invocation
Bart Van Assche
1
-16
/
+7
2024-08-22
scsi: stex: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
1
-5
/
+2
2024-08-22
scsi: scsi_transport_fc: Simplify alloc_workqueue() invocations
Bart Van Assche
2
-14
/
+3
2024-08-22
scsi: snic: Simplify alloc_workqueue() invocations
Bart Van Assche
1
-4
/
+2
2024-08-22
scsi: qedi: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-3
/
+3
2024-08-22
scsi: qedf: Simplify alloc_workqueue() invocations
Bart Van Assche
1
-9
/
+6
2024-08-22
scsi: myrs: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: myrb: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-6
/
+2
2024-08-22
scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+1
2024-08-22
scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-3
/
+2
2024-08-22
scsi: fcoe: Simplify alloc_ordered_workqueue() invocations
Bart Van Assche
2
-15
/
+5
2024-08-22
scsi: esas2r: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: bfa: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: be2iscsi: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-4
/
+2
2024-08-22
scsi: mptfusion: Simplify the alloc*_workqueue() invocations
Bart Van Assche
3
-15
/
+5
2024-08-22
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
25
-43
/
+64
2024-08-22
scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
Yihang Li
1
-5
/
+7
2024-08-23
Staging: rtl8192e: Remove unnecessary blank line
Gabriel Maciel Raad
1
-1
/
+0
2024-08-23
Staging: rtl8192e: Fix parenthesis alignment
Gabriel Maciel Raad
1
-1
/
+1
2024-08-23
Staging: rtl8192e: Fix arguments alignment
Ana Carolina Hernandes
1
-11
/
+9
2024-08-23
staging: rtl8192e: Fix Assignment operator '=' in rtl_dm.c:1488
Alien Wesley
1
-2
/
+1
2024-08-23
staging: rtl8723bs: make read-only array dot11_rate_table static const
Colin Ian King
1
-1
/
+3
2024-08-23
staging: rtl8192e: Insert spaces around '|'
Hans Buss
1
-1
/
+1
2024-08-22
scsi: target: Remove unused declarations
Yue Haibing
5
-15
/
+0
2024-08-22
scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
Dan Carpenter
1
-1
/
+1
2024-08-22
scsi: aacraid: Fix double-free on probe failure
Ben Hutchings
1
-0
/
+2
2024-08-22
scsi: lpfc: Fix overflow build issue
Sherry Yang
1
-1
/
+1
2024-08-22
scsi: ufs: Move UFS trace events to private header
Avri Altman
3
-3
/
+9
2024-08-22
pktgen: use cpus_read_lock() in pg_net_init()
Eric Dumazet
1
-1
/
+3
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
399
-2904
/
+4941
2024-08-22
string: Check for "nonstring" attribute on strscpy() arguments
Kees Cook
3
-4
/
+18
2024-08-22
Merge branch 'unmask-upper-dscp-bits-part-1'
Jakub Kicinski
8
-12
/
+17
2024-08-22
ipv4: Unmask upper DSCP bits when using hints
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: udp: Unmask upper DSCP bits during early demux
Ido Schimmel
1
-1
/
+2
2024-08-22
ipv4: icmp: Pass full DS field to ip_route_input()
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookup
Ido Schimmel
1
-1
/
+1
[prev]
[next]