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-03-13
Merge branch 'for-6.9/cxl-einj' into for-6.9/cxl
Dan Williams
10
-21
/
+397
2024-03-13
Merge branch 'for-6.9/cxl-qos' into for-6.9/cxl
Dan Williams
13
-58
/
+492
2024-03-13
lib/firmware_table: Provide buffer length argument to cdat_table_parse()
Robert Richter
5
-11
/
+24
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
EINJ, Documentation: Update EINJ kernel doc
Ben Cheatham
1
-0
/
+34
2024-03-12
cxl/core: Add CXL EINJ debugfs files
Ben Cheatham
2
-0
/
+71
2024-03-12
EINJ: Add CXL error type support
Ben Cheatham
7
-18
/
+249
2024-03-12
EINJ: Migrate to a platform driver
Ben Cheatham
1
-4
/
+44
2024-03-12
cxl/region: Deal with numa nodes not enumerated by SRAT
Dave Jiang
6
-1
/
+33
2024-03-12
cxl/region: Add memory hotplug notifier for cxl region
Dave Jiang
7
-0
/
+127
2024-03-12
cxl/region: Add sysfs attribute for locality attributes of CXL regions
Dave Jiang
2
-0
/
+128
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
3
-18
/
+32
2024-03-12
ACPI: HMAT: Remove register of memory node for generic target
Dave Jiang
1
-4
/
+4
2024-02-25
Linux 6.8-rc6
Linus Torvalds
1
-1
/
+1
2024-02-25
Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
7
-22
/
+25
2024-02-25
bcachefs: fix bch2_save_backtrace()
Kent Overstreet
1
-1
/
+1
2024-02-25
Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linux
Linus Torvalds
2
-6
/
+10
2024-02-25
Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
12
-26
/
+75
2024-02-25
Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-34
/
+38
2024-02-25
Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
13
-46
/
+112
2024-02-25
Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-10
/
+10
2024-02-25
Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-14
/
+14
2024-02-25
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
22
-63
/
+88
2024-02-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-4
/
+9
2024-02-25
ext4_get_link(): fix breakage in RCU mode
Al Viro
1
-3
/
+5
2024-02-25
cifs_get_link(): bail out in unsafe case
Al Viro
1
-0
/
+3
2024-02-25
fuse: fix UAF in rcu pathwalks
Al Viro
3
-6
/
+13
2024-02-25
procfs: make freeing proc_fs_info rcu-delayed
Al Viro
2
-1
/
+2
2024-02-25
procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
Al Viro
2
-13
/
+8
2024-02-25
nfs: fix UAF on pathwalk running into umount
Al Viro
2
-3
/
+12
2024-02-25
nfs: make nfs_set_verifier() safe for use in RCU pathwalk
Al Viro
1
-2
/
+2
2024-02-25
afs: fix __afs_break_callback() / afs_drop_open_mmap() race
Al Viro
1
-2
/
+6
2024-02-25
hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
Al Viro
2
-3
/
+10
2024-02-25
exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
Al Viro
3
-19
/
+16
2024-02-25
affs: free affs_sb_info with kfree_rcu()
Al Viro
2
-1
/
+2
2024-02-25
rcu pathwalk: prevent bogus hard errors from may_lookup()
Al Viro
1
-1
/
+5
2024-02-25
fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
Al Viro
1
-9
/
+4
2024-02-24
bcachefs: Fix check_snapshot() memcpy
Kent Overstreet
1
-1
/
+1
2024-02-24
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
1
-3
/
+5
2024-02-24
bcachefs: fix iov_iter count underflow on sub-block dio read
Brian Foster
1
-0
/
+2
2024-02-24
bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btree
Kent Overstreet
1
-1
/
+3
2024-02-24
bcachefs: Kill __GFP_NOFAIL in buffered read path
Kent Overstreet
1
-13
/
+8
[next]