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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
s390/scm: use new address translation helpers
Heiko Carstens
1
-3
/
+3
2024-03-13
s390/cio: use new address translation helpers
Heiko Carstens
13
-46
/
+46
2024-03-13
s390/cio,idal: fix virtual vs physical address confusion
Heiko Carstens
3
-14
/
+12
2024-03-13
s390/dasd: use new address translation helpers
Heiko Carstens
6
-76
/
+76
2024-03-13
s390/dasd: remove superfluous virt_to_phys() conversion
Heiko Carstens
1
-2
/
+2
2024-03-13
s390/virtio_ccw: avoid converting dma addresses / handles
Halil Pasic
1
-18
/
+53
2024-03-13
s390/virtio_ccw: use DMA handle from DMA API
Halil Pasic
3
-46
/
+53
2024-03-13
s390/virtio_ccw: fix virtual vs physical address confusion
Halil Pasic
1
-39
/
+39
2024-03-13
s390/cio: use bitwise types to allow for type checking
Heiko Carstens
2
-5
/
+8
2024-03-13
s390/vfio_ccw: fix virtual vs physical address confusion
Heiko Carstens
1
-1
/
+1
2024-03-13
s390/cio: fix virtual vs physical address confusion
Heiko Carstens
1
-2
/
+2
2024-03-13
s390/dasd_eckd: fix virtual vs physical address confusion
Heiko Carstens
2
-8
/
+8
2024-03-13
s390/dcssblk: fix virtual vs physical address confusion
Gerald Schaefer
1
-1
/
+1
2024-03-13
s390/zcrypt: fix reference counting on zcrypt card objects
Harald Freudenberger
1
-0
/
+2
2024-03-13
octeontx2-af: Use matching wake_up API variant in CGX command interface
Linu Cherian
1
-1
/
+1
2024-03-13
soc: fsl: qbman: Use raw spinlock for cgr_lock
Sean Anderson
1
-11
/
+14
2024-03-13
soc: fsl: qbman: Always disable interrupts when taking cgr_lock
Sean Anderson
1
-5
/
+5
2024-03-13
Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxl
Dan Williams
1
-15
/
+15
2024-03-13
Merge branch 'for-6.9/cxl-einj' into for-6.9/cxl
Dan Williams
6
-21
/
+288
2024-03-13
Merge branch 'for-6.9/cxl-qos' into for-6.9/cxl
Dan Williams
9
-55
/
+421
2024-03-13
lib/firmware_table: Provide buffer length argument to cdat_table_parse()
Robert Richter
3
-5
/
+11
2024-03-12
cxl/pci: Get rid of pointer arithmetic reading CDAT table
Robert Richter
2
-36
/
+65
2024-03-12
cxl/pci: Rename DOE mailbox handle to doe_mb
Robert Richter
1
-10
/
+10
2024-03-12
cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location
Dave Jiang
1
-15
/
+15
2024-03-12
cxl/core: Add CXL EINJ debugfs files
Ben Cheatham
1
-0
/
+41
2024-03-12
EINJ: Add CXL error type support
Ben Cheatham
5
-18
/
+204
2024-03-12
EINJ: Migrate to a platform driver
Ben Cheatham
1
-4
/
+44
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2
-7
/
+4
2024-03-12
Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-1
/
+1
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
936
-18871
/
+54193
2024-03-12
Merge tag 'docs-6.9' of git://git.lwn.net/linux
Linus Torvalds
1
-24
/
+20
2024-03-12
cxl/region: Deal with numa nodes not enumerated by SRAT
Dave Jiang
5
-1
/
+24
2024-03-12
drm/xe/uapi: Add IP version and stepping to GT list query
Matt Roper
1
-0
/
+8
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-13
/
+22
2024-03-12
Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+35
2024-03-12
drm/nouveau: fix kerneldoc warnings
Timur Tabi
1
-0
/
+9
2024-03-12
nouveau: reset the bo resource bus info after an eviction
Dave Airlie
1
-0
/
+2
2024-03-12
bus: ts-nbus: Improve error reporting
Uwe Kleine-König
1
-38
/
+28
2024-03-12
bus: ts-nbus: Convert to atomic pwm API
Uwe Kleine-König
1
-10
/
+7
2024-03-12
cxl/region: Add memory hotplug notifier for cxl region
Dave Jiang
5
-0
/
+114
2024-03-12
cxl/region: Add sysfs attribute for locality attributes of CXL regions
Dave Jiang
1
-0
/
+94
2024-03-12
cxl/region: Calculate performance data for a region
Dave Jiang
3
-0
/
+71
2024-03-12
cxl: Set cxlmd->endpoint before adding port device
Dave Jiang
1
-1
/
+1
2024-03-12
cxl: Move QoS class to be calculated from the nearest CPU
Dave Jiang
1
-3
/
+3
2024-03-12
cxl: Split out host bridge access coordinates
Dave Jiang
3
-9
/
+56
2024-03-12
cxl: Split out combine_coordinates() for common shared usage
Dave Jiang
3
-25
/
+29
2024-03-12
ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...
Dave Jiang
4
-7
/
+13
2024-03-12
ACPI: HMAT: Introduce 2 levels of generic port access class
Dave Jiang
1
-5
/
+10
2024-03-12
base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
Dave Jiang
2
-15
/
+17
2024-03-12
ACPI: HMAT: Remove register of memory node for generic target
Dave Jiang
1
-4
/
+4
[prev]
[next]