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-25
io_uring: wire up min batch wake timeout
Jens Axboe
2
-5
/
+6
2024-08-25
io_uring: add support for batch wait timeout
Jens Axboe
2
-13
/
+82
2024-08-25
io_uring: implement our own schedule timeout handling
Jens Axboe
2
-4
/
+33
2024-08-25
io_uring: move schedule wait logic into helper
Jens Axboe
1
-16
/
+21
2024-08-25
io_uring: encapsulate extraneous wait flags into a separate struct
Jens Axboe
1
-21
/
+24
2024-08-25
io_uring: user registered clockid for wait timeouts
Pavel Begunkov
6
-3
/
+56
2024-08-25
io_uring: add absolute mode wait timeouts
Pavel Begunkov
2
-7
/
+9
2024-08-25
io_uring/napi: postpone napi timeout adjustment
Pavel Begunkov
3
-38
/
+7
2024-08-25
io_uring/napi: refactor __io_napi_busy_loop()
Pavel Begunkov
1
-3
/
+4
2024-08-25
io_uring/kbuf: turn io_buffer_list booleans into flags
Jens Axboe
2
-23
/
+26
2024-08-25
io_uring/net: use ITER_UBUF for single segment send maps
Jens Axboe
1
-3
/
+12
2024-08-25
io_uring/kbuf: use 'bl' directly rather than req->buf_list
Jens Axboe
1
-1
/
+1
2024-08-25
io_uring: micro optimization of __io_sq_thread() condition
Olivier Langlois
1
-1
/
+1
2024-08-25
io_uring/rsrc: enable multi-hugepage buffer coalescing
Chenliang Li
2
-32
/
+110
2024-08-25
io_uring/rsrc: store folio shift and mask into imu
Chenliang Li
2
-9
/
+8
2024-08-25
io_uring: add napi busy settings to the fdinfo output
Olivier Langlois
1
-1
/
+13
2024-08-25
x86/fred: Set SS to __KERNEL_DS when enabling FRED
Xin Li (Intel)
1
-0
/
+14
2024-08-25
ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book3 Ultra
YOUNGJIN JOO
1
-0
/
+1
2024-08-25
LoongArch: Remove the unused dma-direct.h
Miao Wang
1
-11
/
+0
2024-08-25
x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70h
Richard Gong
1
-0
/
+4
2024-08-25
x86/extable: Remove unused declaration fixup_bug()
Yue Haibing
1
-1
/
+0
2024-08-25
x86/boot/64: Strip percpu address space when setting up GDT descriptors
Uros Bizjak
1
-1
/
+2
2024-08-25
cifs: Fix FALLOC_FL_PUNCH_HOLE support
David Howells
1
-0
/
+22
2024-08-25
smb/client: fix rdma usage in smb2_async_writev()
Stefan Metzmacher
1
-20
/
+20
2024-08-25
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
4
-6
/
+0
2024-08-25
smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
Stefan Metzmacher
1
-1
/
+1
2024-08-25
rust: types: add `ARef::into_raw`
Kartik Prajapati
1
-1
/
+30
2024-08-25
rust: kernel: use docs.kernel.org links in code documentation
Michael Vetter
2
-11
/
+11
2024-08-25
x86/cpu: Clarify the error message when BIOS does not support SGX
WangYuli
1
-1
/
+1
2024-08-25
x86/kexec: Add comments around swap_pages() assembly to improve readability
Kai Huang
1
-2
/
+6
2024-08-25
x86/kexec: Fix a comment of swap_pages() assembly
Kai Huang
1
-1
/
+1
2024-08-25
x86/sgx: Fix a W=1 build warning in function comment
Kai Huang
1
-1
/
+1
2024-08-25
x86/EISA: Use memremap() to probe for the EISA BIOS signature
Maciej W. Rozycki
1
-3
/
+3
2024-08-25
x86/mtrr: Remove obsolete declaration for mtrr_bp_restore()
Gaosheng Cui
1
-2
/
+0
2024-08-25
x86/cpu_entry_area: Annotate percpu_setup_exception_stacks() as __init
Nathan Chancellor
1
-1
/
+1
2024-08-25
usb: roles: add lockdep class key to struct usb_role_switch
Amit Sunil Dhamne
1
-0
/
+9
2024-08-25
usb: ehci-brcm: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-25
usb: typec: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-25
usb: misc: brcmstb-usb-pinmap: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-25
usb: phy: phy-gpio-vbus-usb: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-25
memory: mtk-smi: Use devm_clk_get_enabled()
Rong Qianfeng
1
-5
/
+1
2024-08-25
memory: pl353-smc: simplify with devm_clk_get_enabled()
Krzysztof Kozlowski
1
-33
/
+3
2024-08-25
memory: pl353-smc: simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+6
2024-08-25
memory: pl172: simplify with devm_clk_get_enabled()
Krzysztof Kozlowski
1
-18
/
+5
2024-08-25
memory: pl172: simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+3
2024-08-25
memory: omap-gpmc: simplify locking with guard()
Krzysztof Kozlowski
1
-13
/
+11
2024-08-25
memory: emif: simplify locking with guard()
Krzysztof Kozlowski
1
-9
/
+8
2024-08-25
memory: emif: drop unused 'irq_state' member
Krzysztof Kozlowski
1
-1
/
+0
2024-08-25
memory: ti-aemif: Revert "memory: ti-aemif: don't needlessly iterate over chi...
Bartosz Golaszewski
1
-3
/
+5
2024-08-25
media: dt-bindings: qcom,sc7280-venus: Allow one IOMMU entry
Luca Weiss
1
-0
/
+1
[prev]
[next]