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-11-07
arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
Ilkka Koskinen
3
-48
/
+31
2023-11-07
perf: arm_cspmu: Reject events meant for other PMUs
Ilkka Koskinen
1
-0
/
+3
2023-11-07
Documentation/arm64: Fix typos in elf_hwcaps
Marielle Novastrider
1
-3
/
+3
2023-11-07
iomap: rename iomap entry
Christian Brauner
1
-10
/
+9
2023-11-07
crypto: ahash - Set using_shash for cloned ahash wrapper over shash
Dmitry Safonov
1
-0
/
+1
2023-11-07
crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT
Herbert Xu
1
-3
/
+25
2023-11-06
Merge patch series "riscv: tlb flush improvements"
Palmer Dabbelt
0
-0
/
+0
2023-11-06
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2
-15
/
+30
2023-11-06
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
4
-81
/
+72
2023-11-06
riscv: Improve flush_tlb_range() for hugetlb pages
Alexandre Ghiti
1
-1
/
+28
2023-11-06
riscv: Improve tlb_flush()
Alexandre Ghiti
3
-1
/
+17
2023-11-07
powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
Nathan Lynch
1
-0
/
+2
2023-11-07
powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
Nathan Lynch
1
-0
/
+1
2023-11-06
idpf: fix potential use-after-free in idpf_tso()
Eric Dumazet
1
-2
/
+4
2023-11-06
tg3: power down device only on SYSTEM_POWER_OFF
George Shuklin
1
-1
/
+2
2023-11-06
ice: Fix VF-VF direction matching in drop rule in switchdev
Marcin Szycik
1
-1
/
+23
2023-11-06
ice: Fix VF-VF filter rules in switchdev mode
Aniruddha Paul
1
-28
/
+62
2023-11-06
ice: lag: in RCU, use atomic allocation
Michal Schmidt
1
-3
/
+3
2023-11-06
ice: Fix SRIOV LAG disable on non-compliant aggregate
Dave Ertman
1
-9
/
+3
2023-11-06
riscv: select ARCH_PROC_KCORE_TEXT
Andreas Schwab
1
-0
/
+3
2023-11-06
i40e: Fix devlink port unregistering
Ivan Vecera
1
-4
/
+6
2023-11-06
i40e: Do not call devlink_port_type_clear()
Ivan Vecera
1
-1
/
+0
2023-11-06
Merge branch 'next' into for-linus
Dmitry Torokhov
14863
-176041
/
+538715
2023-11-06
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
505
-18024
/
+17217
2023-11-06
io_uring: do not clamp read length for multishot read
Dylan Yudaken
1
-1
/
+8
2023-11-06
io_uring: do not allow multishot read to set addr or len
Dylan Yudaken
1
-0
/
+4
2023-11-06
io_uring: indicate if io_kbuf_recycle did recycle anything
Dylan Yudaken
2
-8
/
+11
2023-11-06
riscv: kernel: Use correct SYM_DATA_*() macro for data
Clément Léger
1
-5
/
+4
2023-11-06
riscv: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
17
-74
/
+60
2023-11-06
riscv: use ".L" local labels in assembly when applicable
Clément Léger
4
-44
/
+44
2023-11-06
riscv: boot: Fix creation of loader.bin
Geert Uytterhoeven
1
-0
/
+1
2023-11-06
nvme: start keep-alive after admin queue setup
Hannes Reinecke
2
-3
/
+9
2023-11-06
kdb: Corrects comment for kdballocenv
Yuran Pereira
1
-4
/
+3
2023-11-06
nvme-loop: always quiesce and cancel commands before destroying admin q
Hannes Reinecke
1
-0
/
+4
2023-11-06
nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()
Hannes Reinecke
1
-5
/
+1
2023-11-06
nvme-auth: always set valid seq_num in dhchap reply
Mark O'Donovan
2
-3
/
+2
2023-11-06
nvme-auth: add flag for bi-directional auth
Mark O'Donovan
1
-1
/
+4
2023-11-06
nvme-auth: auth success1 msg always includes resp
Mark O'Donovan
2
-5
/
+2
2023-11-06
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
1
-2
/
+5
2023-11-06
nvme: update firmware version after commit
Daniel Wagner
1
-1
/
+14
2023-11-06
nvme-tcp: Fix a memory leak
Christophe JAILLET
1
-1
/
+2
2023-11-06
nvme-auth: use crypto_shash_tfm_digest()
Eric Biggers
1
-21
/
+2
2023-11-06
Merge patch series "riscv: tlb flush improvements"
Palmer Dabbelt
5
-95
/
+144
2023-11-06
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2
-15
/
+30
2023-11-06
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
4
-81
/
+72
2023-11-06
riscv: Improve flush_tlb_range() for hugetlb pages
Alexandre Ghiti
1
-1
/
+28
2023-11-06
riscv: Improve tlb_flush()
Alexandre Ghiti
3
-1
/
+17
2023-11-06
io_uring/rw: add separate prep handler for fixed read/write
Jens Axboe
3
-14
/
+21
2023-11-06
io_uring/rw: add separate prep handler for readv/writev
Jens Axboe
3
-9
/
+18
2023-11-06
drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
Nirmoy Das
1
-3
/
+8
[prev]
[next]