index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2025-12-23
drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before use
Thomas Hellström
-3
/
+14
2025-12-23
dmaengine: idxd: uapi: use UAPI types
Thomas Weißschuh
-137
/
+133
2025-12-23
soundwire: Make remove function return no value
Uwe Kleine-König
-1
/
+1
2025-12-22
mm: introduce BPF kfuncs to access memcg statistics and events
Roman Gushchin
-0
/
+14
2025-12-22
mm: declare memcg_page_state_output() in memcontrol.h
Roman Gushchin
-0
/
+6
2025-12-22
nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc
Ryusuke Konishi
-2
/
+2
2025-12-22
nilfs2: convert nilfs_super_block to kernel-doc
Randy Dunlap
-66
/
+97
2025-12-22
docs: Update documentation to avoid mentioning of kernel.h
Andy Shevchenko
-1
/
+1
2025-12-22
docs: media: v4l2-ioctl.h: document two global variables
Mauro Carvalho Chehab
-0
/
+15
2025-12-22
kunit: Enforce task execution in {soft,hard}irq contexts
David Gow
-20
/
+33
2025-12-22
SDCA Jack Fixups
Mark Brown
-46
/
+110
2025-12-22
ASoC / soc/qcom: Constify APR/GPR callback response
Mark Brown
-3
/
+3
2025-12-22
modules: moduleparam.h: fix kernel-doc comments
Randy Dunlap
-2
/
+6
2025-12-22
module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
Coiby Xu
-6
/
+6
2025-12-22
module: Remove unused __INIT*_OR_MODULE macros
Petr Pavlu
-6
/
+0
2025-12-22
coresight: Remove misleading definitions
James Clark
-24
/
+0
2025-12-22
platform/x86/intel/vsec: correct kernel-doc comments
Randy Dunlap
-8
/
+9
2025-12-22
drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper fun...
Jani Nikula
-31
/
+8
2025-12-22
drm/{i915, xe}: pass struct drm_device instead of drm_device to ->alloc_obj
Jani Nikula
-1
/
+1
2025-12-22
drm/{i915, xe}: pass struct drm_plane_state instead of struct drm_crtc to ->s...
Jani Nikula
-1
/
+2
2025-12-22
drm/i915: further deduplicate intel_find_initial_plane_obj()
Jani Nikula
-1
/
+6
2025-12-22
drm/{i915, xe}: start deduplicating intel_find_initial_plane_obj() between i9...
Jani Nikula
-1
/
+1
2025-12-22
drm/{i915, xe}: deduplicate intel_initial_plane_config() between i915 and xe
Jani Nikula
-1
/
+3
2025-12-22
drm/{i915, xe}: move initial plane calls to parent interface
Jani Nikula
-0
/
+9
2025-12-22
software node: Also support referencing non-constant software nodes
Sakari Ailus
-0
/
+1
2025-12-22
ASoC: SDCA: Add ability to connect SDCA jacks to ASoC jacks
Charles Keepax
-0
/
+5
2025-12-22
ASoC: SDCA: Factor out jack handling into new c file
Charles Keepax
-0
/
+27
2025-12-22
regulator: uapi: Use UAPI integer type
Thomas Weißschuh
-5
/
+1
2025-12-21
Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+9
2025-12-21
Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+3
2025-12-21
bpf: arm64: Optimize recursion detection by not using atomics
Puranjay Mohan
-3
/
+29
2025-12-21
bpf: move recursion detection logic to helpers
Puranjay Mohan
-0
/
+10
2025-12-21
vt: Remove con_debug_enter/_leave from struct consw
Thomas Zimmermann
-8
/
+0
2025-12-21
drm/tests: shmem: Hold reservation lock around purge
Thomas Zimmermann
-0
/
+1
2025-12-21
drm/tests: shmem: Hold reservation lock around madvise
Thomas Zimmermann
-0
/
+1
2025-12-21
drm/tests: shmem: Hold reservation lock around vmap/vunmap
Thomas Zimmermann
-0
/
+9
2025-12-21
dt-bindings: clock: exynosautov920: add MFD clock definitions
Raghav Sharma
-0
/
+4
2025-12-21
iio: buffer-dma: Fix coding style complains
Nuno Sá
-6
/
+10
2025-12-21
dt-bindings: interconnect: mt8183-emi: Add support for MT8196 EMI
AngeloGioacchino Del Regno
-0
/
+48
2025-12-21
iio: buffer-dma: Turn iio_dma_buffer_init() void
Nuno Sá
-2
/
+2
2025-12-20
clang: work around asm output constraint problems
Eric Dumazet
-1
/
+3
2025-12-20
Merge tag 'drm-fixes-2025-12-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-0
/
+1
2025-12-20
Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-15
/
+17
2025-12-19
ASoC: qcom: Constify GPR callback response data
Krzysztof Kozlowski
-1
/
+1
2025-12-19
soc: qcom: apr: Use typedef for GPR callback member
Krzysztof Kozlowski
-1
/
+1
2025-12-19
ASoC: qcom: Constify APR callback response data
Krzysztof Kozlowski
-1
/
+1
2025-12-19
drm/i915/pc8: Add parent interface for PC8 forcewake tricks
Ville Syrjälä
-0
/
+8
2025-12-19
drm/dp: Add drm_dp_dsc_sink_slice_count_mask()
Imre Deak
-0
/
+3
2025-12-19
Merge drm/drm-next into drm-xe-next
Thomas Hellström
-8741
/
+26868
2025-12-19
perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
Peter Zijlstra
-0
/
+1
[prev]
[next]