index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-21
media: nxp: use cleanup __free(fwnode_handle) simplify code
Frank Li
2
-34
/
+16
2026-01-21
media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify code
Frank Li
1
-9
/
+7
2026-01-21
media: nxp: use dev_err_probe() to simplify code
Frank Li
3
-32
/
+21
2026-01-21
media: rkisp1: Fix filter mode register configuration
Rui Wang
1
-6
/
+0
2026-01-21
media: rkisp1: Discard pm_runtime_put() return value
Rafael J. Wysocki
1
-4
/
+1
2026-01-21
media: imx8-isi: Drop unneeded module alias
Laurent Pinchart
1
-1
/
+0
2026-01-21
media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
Lad Prabhakar
1
-0
/
+1
2026-01-21
phy: fsl-imx8mq-usb: enable RX Termination override
Xu Yang
1
-1
/
+14
2026-01-21
phy: fsl-imx8mq-usb: set platform driver data
Xu Yang
1
-0
/
+2
2026-01-21
phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature
Xu Yang
1
-0
/
+1
2026-01-21
drm/bridge: anx7625: Fix invalid EDID size
Loic Poulain
1
-1
/
+1
2026-01-21
drm/tests/drm_buddy: Add tests for allocations exceeding max_order
Sanjay Yadav
1
-0
/
+35
2026-01-21
drm/buddy: Prevent BUG_ON by validating rounded allocation
Sanjay Yadav
1
-0
/
+9
2026-01-20
Merge branch 'bpf-x86-inline-bpf_get_current_task-for-x86_64'
Alexei Starovoitov
3
-0
/
+44
2026-01-20
selftests/bpf: test the jited inline of bpf_get_current_task
Menglong Dong
2
-0
/
+22
2026-01-20
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
1
-0
/
+22
2026-01-21
platform/chrome: cros_typec_switch: Use acpi_get_local_u64_address()
Andy Shevchenko
1
-12
/
+3
2026-01-21
platform/chrome: cros_typec_switch: Don't touch struct fwnode_handle::dev
Andy Shevchenko
1
-3
/
+3
2026-01-21
drm/atmel-hlcdc: don't reject the commit if the src rect has fractional parts
Ludovic Desroches
1
-15
/
+4
2026-01-20
fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID comment
Minu Jin
1
-1
/
+1
2026-01-20
kallsyms: prevent module removal when printing module name and buildid
Petr Mladek
1
-0
/
+3
2026-01-20
kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()
Petr Mladek
3
-5
/
+10
2026-01-20
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
6
-30
/
+11
2026-01-20
kallsyms: cleanup code for appending the module buildid
Petr Mladek
1
-9
/
+33
2026-01-20
module: add helper function for reading module_buildid()
Petr Mladek
2
-7
/
+11
2026-01-20
kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_buildid()
Petr Mladek
1
-4
/
+8
2026-01-20
kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()
Petr Mladek
1
-1
/
+6
2026-01-20
.editorconfig: respect .editorconfig settings from parent directories
Kevin Hao
1
-2
/
+0
2026-01-20
fat: remove unused parameter
Lalit Shankar Chowdhury
1
-2
/
+2
2026-01-20
watchdog: softlockup: panic when lockup duration exceeds N thresholds
Li RongQing
13
-25
/
+28
2026-01-20
kernel/crash: handle multi-page vmcoreinfo in crash kernel copy
Pnina Feder
1
-4
/
+13
2026-01-20
kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTES
Pnina Feder
1
-2
/
+4
2026-01-20
mm: use ARRAY_END() instead of open-coding it
Alejandro Colomar
2
-3
/
+3
2026-01-20
kernel: fix off-by-one benign bugs
Alejandro Colomar
1
-2
/
+2
2026-01-20
mm: fix benign off-by-one bugs
Alejandro Colomar
2
-3
/
+3
2026-01-20
array_size.h: add ARRAY_END()
Alejandro Colomar
2
-2
/
+6
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
123
-1
/
+122
2026-01-20
lib/tests: convert test_uuid module to KUnit
Ryota Sakamoto
19
-152
/
+119
2026-01-20
ocfs2: annotate more flexible array members with __counted_by_le()
Dmitry Antipov
2
-5
/
+3
2026-01-20
ocfs2: fix oob in __ocfs2_find_path
Edward Adam Davis
1
-4
/
+5
2026-01-20
ocfs2: add validate function for slot map blocks
Prithvi Tambewagh
1
-2
/
+25
2026-01-20
ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checks
Dmitry Antipov
1
-2
/
+3
2026-01-20
ocfs2: validate inline data i_size during inode read
Deepanshu Kartikey
1
-6
/
+19
2026-01-20
ocfs2: validate i_refcount_loc when refcount flag is set
Deepanshu Kartikey
1
-0
/
+7
2026-01-20
ocfs2: constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
2
-6
/
+6
2026-01-20
ocfs2: detect released suballocator BG for fh_to_[dentry|parent]
Heming Zhao
2
-11
/
+21
2026-01-20
ocfs2: give ocfs2 the ability to reclaim suballocator free bg
Heming Zhao
1
-9
/
+299
2026-01-20
crash_dump: constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
1
-2
/
+2
2026-01-20
oid_registry: allow arbitrary size OIDs
James Bottomley
1
-8
/
+18
2026-01-20
mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()
Wei Yang
3
-10
/
+6
[prev]
[next]