summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf-0/+3
2025-12-10irqdomain: Delete irq_domain_add_tree()Andy Shevchenko-16/+0
2025-12-10Merge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-53/+75
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-2/+2
2025-12-10lockref: add a __cond_lock annotation for lockref_put_or_lockChristoph Hellwig-0/+2
2025-12-10Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds-7/+20
2025-12-09mm: fix CONFIG_STACK_GROWSUP typo in mm.hLukas Bulwahn-1/+1
2025-12-09mm/huge_memory: make min_order_for_split() always return an orderZi Yan-3/+3
2025-12-09mm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan-1/+0
2025-12-09mm/huge_memory: change folio_split_supported() to folio_check_splittable()Zi Yan-3/+3
2025-12-09mm/sparse: fix sparse_vmemmap_init_nid_early definition without CONFIG_SPARSEMEMJinhui Guo-1/+1
2025-12-09drm/panfrost: Add flag to map GEM object Write-Back CacheableFaith Ekstrand-1/+4
2025-12-09drm/panfrost: Add an ioctl to query BO flagsBoris Brezillon-0/+19
2025-12-09drm/panfrost: Add a PANFROST_SYNC_BO ioctlFaith Ekstrand-0/+45
2025-12-09drm/panfrost: Expose the selected coherency protocol to the UMDBoris Brezillon-0/+7
2025-12-09drm/panthor: Add flag to map GEM object Write-Back CacheableLoïc Molinari-0/+9
2025-12-09drm/panthor: Add an ioctl to query BO flagsBoris Brezillon-0/+57
2025-12-09drm/panthor: Add a PANTHOR_BO_SYNC ioctlBoris Brezillon-0/+52
2025-12-09drm/panthor: Expose the selected coherency protocol to the UMDBoris Brezillon-3/+36
2025-12-08mptcp: pm: ignore unknown endpoint flagsMatthieu Baerts (NGI0)-0/+1
2025-12-08ynl: add regen hint to new headersJakub Kicinski-0/+1
2025-12-09Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+53
2025-12-09Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+6
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+33
2025-12-08include/linux: change "__auto_type" to "auto"H. Peter Anvin-7/+7
2025-12-08compiler_types.h: add "auto" as a macro for "__auto_type"H. Peter Anvin-0/+13
2025-12-09Merge tag 'pinctrl-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+27
2025-12-09Merge tag 'phy-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-0/+19
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-68/+481
2025-12-08amdkfd: Bump ABI to indicate presence of Trap handler support for expert sche...Mario Limonciello-1/+2
2025-12-08amdkfd: introduce new ioctl AMDKFD_IOC_CREATE_PROCESSZhu Lingshan-2/+6
2025-12-08cgroup: switch to css_is_online() helperChen Ridong-1/+1
2025-12-08drm/amdgpu/uapi: Clarify comment on AMDGPU_VM_PAGE_PRTTimur Kristóf-1/+1
2025-12-08drm/amdgpu: update VRAM typesHawking Zhang-0/+1
2025-12-08drm/atomic: Add dev pointer to drm_private_objMaxime Ripard-0/+5
2025-12-08ALSA: uapi: Fix typo in asound.h commentAndres J Rosa-1/+1
2025-12-08drm/gem: Get rid of *_with_mnt helpersLoïc Molinari-6/+0
2025-12-08drm/gem: Add huge tmpfs mountpoint helpersLoïc Molinari-0/+48
2025-12-08drm/gem: Introduce drm_gem_get_unmapped_area() fopLoïc Molinari-0/+4
2025-12-08dma-mapping: Fix DMA_BIT_MASK() macro being brokenHans de Goede-1/+1
2025-12-08ASoC: SOF: Intel: export hda_sdw_bpt_get_buf_size_aligmentBard Liao-0/+7
2025-12-08of: base: Add of_property_read_u8_indexSrinivas Kandagatla-0/+9
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-13/+39
2025-12-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-7/+1866
2025-12-07mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destructionHarry Yoo-0/+7
2025-12-07Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linuxLinus Torvalds-3/+112
2025-12-07genirq: Change hwirq parameter to irq_hw_number_tTobias Schumacher-3/+3
2025-12-07ALSA: hda/core: add addr_offset field for bus address translationJoakim Zhang-0/+3