summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-30regcache: Improve documentation of available cache typesMark Brown1-1/+8
2024-09-29Merge tag 'dma-mapping-6.12-2024-09-29' of git://git.infradead.org/users/hch/...Linus Torvalds1-18/+19
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+136
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar1-0/+136
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+16
2024-09-28Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+0
2024-09-28pwm: Add tracing for waveform callbacksUwe Kleine-König1-8/+126
2024-09-28pwm: Provide new consumer API functions for waveformsUwe Kleine-König1-1/+5
2024-09-28pwm: New abstraction for PWM waveformsUwe Kleine-König1-0/+36
2024-09-27Merge tag 'bitmap-for-6.12' of https://github.com/norov/linuxLinus Torvalds7-232/+291
2024-09-27Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds3-0/+28
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+11
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-5/+146
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-13/+9
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-2/+0
2024-09-27pwm: Add more lockingUwe Kleine-König1-0/+13
2024-09-27compiler.h: specify correct attribute for .rodata..c_jump_tableTiezhu Yang1-1/+1
2024-09-27mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare1-0/+10
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-174/+70
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-09-26Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds1-6/+2
2024-09-26dma-mapping: fix DMA API tracing for chained scatterlistsChristoph Hellwig1-18/+19
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+34
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-60/+363
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-11/+24
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-46/+261
2024-09-26Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-9/+20
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-2/+24
2024-09-26netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTEDPhil Sutter1-1/+1
2024-09-26Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+0
2024-09-26netfilter: nfnetlink_queue: remove old clash resolution logicFlorian Westphal1-4/+0
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-0/+15
2024-09-26drm/fbdev-ttm: Remove obsolete setup functionThomas Zimmermann1-6/+0
2024-09-26drm/fbdev-ttm: Support struct drm_driver.fbdev_probeThomas Zimmermann1-0/+13
2024-09-26drm/fbdev-shmem: Remove obsolete setup functionThomas Zimmermann1-6/+0
2024-09-26drm/fbdev-shmem: Support struct drm_driver.fbdev_probeThomas Zimmermann1-0/+11
2024-09-26drm/fbdev-dma: Remove obsolete setup functionThomas Zimmermann1-7/+0
2024-09-26drm/fbdev-dma: Support struct drm_driver.fbdev_probeThomas Zimmermann1-0/+12
2024-09-26drm: Add client-agnostic setup helperThomas Zimmermann1-0/+26
2024-09-26drm/fbdev: Add memory-agnostic fbdev clientThomas Zimmermann2-0/+37
2024-09-26drm/fbdev-helper: Move color-mode lookup into 4CC format helperThomas Zimmermann1-0/+1
2024-09-26Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds5-13/+13
2024-09-25net/mlx5: Fix wrong reserved field in hca_cap_2 in mlx5_ifcYevgeny Kliteynik1-1/+1
2024-09-25gpu: host1x: Set up device DMA parametersThierry Reding1-0/+1
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-09-25drm/panthor: Add DEV_QUERY_GROUP_PRIORITIES_INFO dev queryMary Guillemard1-0/+22
2024-09-25drm/panthor: Add PANTHOR_GROUP_PRIORITY_REALTIME group priorityMary Guillemard1-0/+7
2024-09-25tracepoint: Support iterating tracepoints in a loading moduleMasami Hiramatsu (Google)1-2/+15