aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-25media: cadence: cdns-csi2rx: Support multiple pixels per clock cycleJai Luthra1-0/+19
2025-08-25media: v4l2-common: Update v4l2_get_link_freq() documentationSakari Ailus1-4/+6
2025-08-25media: v4l2-common: Drop the workaround from v4l2_get_link_freq()Sakari Ailus1-15/+4
2025-08-25media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()Tomi Valkeinen1-13/+17
2025-08-25media: v4l2-subdev: Make struct v4l2_subdev_stream_config privateLaurent Pinchart1-24/+1
2025-08-25iio: core: switch info_mask fields to unsigned long to match find_bit helpersJunjie Cao1-8/+8
2025-08-25gpio: generic: provide helpers for reading and writing registersBartosz Golaszewski1-0/+31
2025-08-25gpio: generic: provide to_gpio_generic_chip()Bartosz Golaszewski1-0/+6
2025-08-25Merge 6.17-rc3 into char-misc-nextGreg Kroah-Hartman18-79/+88
2025-08-25Merge 6.17-rc3 into driver-core-nextGreg Kroah-Hartman26-94/+181
2025-08-24io_uring/trace: support completion tracing of mixed 32b CQEsJens Axboe1-2/+2
2025-08-24io_uring: add UAPI definitions for mixed CQE postingsJens Axboe1-0/+10
2025-08-24io_uring: remove io_ctx_cqe32() helperJens Axboe2-8/+2
2025-08-24io_uring: uring_cmd: add multishot supportMing Lei2-1/+31
2025-08-24io-uring: move `struct io_br_sel` into io_uring_types.hMing Lei1-0/+19
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe1-6/+0
2025-08-24io_uring: add request poisoningPavel Begunkov1-0/+3
2025-08-24dt-bindings: clock: spacemit: CLK_SSPA_I2S_BCLK for SSPATroy Mitchell1-0/+2
2025-08-23Merge branch '20250815-gcc-sdm660-vote-clocks-and-gdscs-v1-1-c5a8af040093@yan...Bjorn Andersson1-0/+6
2025-08-23dt-bindings: clock: gcc-sdm660: Add LPASS/CDSP vote clocks/GDSCsNickolay Goppen1-0/+6
2025-08-23PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto1-0/+2
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto1-0/+2
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior1-4/+0
2025-08-23Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-38/+9
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-0/+1
2025-08-22Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+1
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers1-6/+0
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-1/+1
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang1-0/+17
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon1-0/+3
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+0
2025-08-22Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2025-08-22Merge tag 'sound-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+6
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds2-9/+16
2025-08-22mmc: core: Add infrastructure for undervoltage handlingOleksij Rempel1-0/+11
2025-08-22crypto: hash - Make HASH_MAX_DESCSIZE a bit more obviousHerbert Xu1-2/+14
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+2
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+12
2025-08-21Merge tag 'acpi-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+1
2025-08-21Merge tag 'v6.17-rc2' into HEADDmitry Torokhov704-5601/+29495
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-24/+121
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa1-2/+4
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa2-0/+3
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa1-0/+6
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa1-1/+1
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa1-2/+3
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa1-2/+2
2025-08-21uprobes: Add uprobe_write functionJiri Olsa1-0/+5
2025-08-21uprobes: Make copy_from_page globalJiri Olsa1-0/+1