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-10-11
ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
Lad Prabhakar
1
-2
/
+5
2024-10-11
ASoC: max98388: Fix missing increment of variable slot_found
Colin Ian King
1
-0
/
+1
2024-10-11
xfs: fix integer overflow in xrep_bmap
Darrick J. Wong
1
-1
/
+1
2024-10-11
Merge tag 'arm-soc/for-6.12/devicetree-fixes' of https://github.com/Broadcom/...
Arnd Bergmann
1
-1
/
+1
2024-10-11
Merge tag 'soc_fsl-6.12-3' of https://github.com/chleroy/linux into arm/fixes
Arnd Bergmann
1
-6
/
+5
2024-10-11
Documentation/process: maintainer-soc: clarify submitting patches
Krzysztof Kozlowski
1
-5
/
+37
2024-10-11
dmaengine: cirrus: check that output may be truncated
Alexander Sverdlin
1
-2
/
+5
2024-10-11
dmaengine: cirrus: ERR_CAST() ioremap error
Alexander Sverdlin
1
-1
/
+1
2024-10-11
MAINTAINERS: use the canonical soc mailing list address and mark it as L:
Konstantin Ryabitsev
1
-2
/
+2
2024-10-11
ALSA: scarlett2: Add error check after retrieving PEQ filter values
Zhu Jun
1
-0
/
+2
2024-10-11
ALSA: hda/cs8409: Fix possible NULL dereference
Murad Masimov
1
-2
/
+3
2024-10-11
HID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PEN
Jason Gerecke
1
-0
/
+2
2024-10-11
sched/core: Dequeue PSI signals for blocked tasks that are delayed
Peter Zijlstra
1
-1
/
+3
2024-10-11
sched: Fix delayed_dequeue vs switched_from_fair()
Peter Zijlstra
5
-34
/
+30
2024-10-11
sched/core: Disable page allocation in task_tick_mm_cid()
Waiman Long
3
-4
/
+20
2024-10-11
sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()
Phil Auld
1
-1
/
+1
2024-10-11
phy: usb: disable COMMONONN for dual mode
Justin Chen
1
-3
/
+9
2024-10-11
xfrm: fix one more kernel-infoleak in algo dumping
Petr Vaganov
1
-1
/
+3
2024-10-11
serial: qcom-geni: rename suspend functions
Johan Hovold
1
-4
/
+3
2024-10-11
serial: qcom-geni: drop unused receive parameter
Johan Hovold
1
-2
/
+2
2024-10-11
serial: qcom-geni: drop flip buffer WARN()
Johan Hovold
1
-3
/
+2
2024-10-11
serial: qcom-geni: fix rx cancel dma status bit
Johan Hovold
1
-1
/
+1
2024-10-11
serial: qcom-geni: fix receiver enable
Johan Hovold
1
-4
/
+6
2024-10-11
serial: qcom-geni: fix dma rx cancellation
Johan Hovold
1
-4
/
+14
2024-10-11
serial: qcom-geni: fix shutdown race
Johan Hovold
1
-0
/
+2
2024-10-11
serial: qcom-geni: revert broken hibernation support
Johan Hovold
1
-39
/
+2
2024-10-11
serial: qcom-geni: fix polled console initialisation
Johan Hovold
1
-1
/
+19
2024-10-11
serial: imx: Update mctrl old_status on RTSD interrupt
Marek Vasut
1
-0
/
+15
2024-10-11
tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
Longlong Xia
1
-0
/
+2
2024-10-11
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
1
-1
/
+1
2024-10-11
erofs: get rid of kaddr in `struct z_erofs_maprecorder`
Gao Xiang
1
-20
/
+12
2024-10-11
erofs: get rid of z_erofs_try_to_claim_pcluster()
Gao Xiang
1
-20
/
+9
2024-10-11
erofs: ensure regular inodes for file-backed mounts
Gao Xiang
1
-3
/
+10
2024-10-11
powerpc/8xx: Fix kernel DTLB miss on dcbz
Christophe Leroy
1
-0
/
+1
2024-10-11
Merge tag 'drm-xe-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
4
-26
/
+33
2024-10-10
drm/vmwgfx: Remove unnecessary NULL checks before kvfree()
Thorsten Blum
1
-4
/
+2
2024-10-10
selftests/bpf: Assert link info uprobe_multi count & path_size if unset
Tyrone Wu
1
-0
/
+9
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
1
-19
/
+17
2024-10-10
selftests/bpf: Fix cross-compiling urandom_read
Tony Ambardar
1
-1
/
+1
2024-10-11
Merge tag 'drm-misc-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
9
-88
/
+31
2024-10-11
Merge tag 'drm-intel-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
1
-3
/
+7
2024-10-10
Merge tag 'samsung-clk-fixes-6.12' of https://git.kernel.org/pub/scm/linux/ke...
Stephen Boyd
1
-0
/
+1
2024-10-10
sched_ext: Don't hold scx_tasks_lock for too long
Tejun Heo
1
-2
/
+17
2024-10-10
sched_ext: Move scx_tasks_lock handling into scx_task_iter helpers
Tejun Heo
1
-54
/
+56
2024-10-10
sched_ext: bypass mode shouldn't depend on ops.select_cpu()
Tejun Heo
1
-13
/
+15
2024-10-10
sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl()
Tejun Heo
1
-10
/
+10
2024-10-10
sched_ext: Start schedulers with consistent p->scx.slice values
Tejun Heo
1
-1
/
+1
2024-10-10
Revert "sched_ext: Use shorter slice while bypassing"
Tejun Heo
1
-4
/
+2
2024-10-10
kbuild: fix issues with rustc-option
Alice Ryhl
1
-1
/
+4
2024-10-10
arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus
Heiko Stuebner
1
-1
/
+0
[prev]
[next]