aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart1-9/+3
2025-10-17media: v4l2-mem2mem: Document that v4l2_m2m_get_vq() never returns NULLLaurent Pinchart1-0/+3
2025-10-17drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström1-0/+15
2025-10-17drm/gpusvm, drm/xe: Allow mixed mappings for userptrMatthew Brost1-0/+4
2025-10-17crypto: drbg - Replace AES cipher calls with library callsHarsh Jain1-1/+2
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain3-24/+82
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol1-1/+0
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet1-1/+3
2025-10-16net: sched: claim one cache line in QdiscEric Dumazet1-11/+7
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-1/+0
2025-10-16net/sched: act_mirred: add loop detectionEric Dumazet1-1/+8
2025-10-17Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie1-1/+1
2025-10-16PCI/MSI: Delete pci_msi_create_irq_domain()Nam Cao1-3/+0
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima1-0/+2
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima1-0/+1
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima3-0/+9
2025-10-16sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-6.19Tejun Heo2-7/+9
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-63/+116
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+16
2025-10-16accel/amdxdna: Support getting last hardware errorLizhi Hou1-0/+13
2025-10-16irqchip: Pass platform device to platform driversJohan Hovold1-1/+7
2025-10-16gpiolib: of: Get rid of <linux/gpio/legacy-of-mm-gpiochip.h>Christophe Leroy1-36/+0
2025-10-16gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei1-0/+5
2025-10-16dt-bindings: power: Add power domain IDs for Tegra264Thierry Reding1-0/+24
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes1-5/+2
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra1-2/+2
2025-10-16sched: Employ sched_change guardsPeter Zijlstra1-0/+5
2025-10-15net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet1-8/+4
2025-10-15drm/bridge: dw-hdmi-qp: Fixup timer base setupCristian Ciocaltea1-0/+1
2025-10-15drm/bridge: dw-hdmi-qp: Add CEC supportCristian Ciocaltea1-0/+1
2025-10-15hung_task: fix warnings caused by unaligned lock pointersLance Yang1-3/+5
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton1-0/+1
2025-10-15drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.mapAnkan Biswas1-1/+1
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit1-19/+0
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet1-14/+12
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet1-0/+1
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet1-1/+2
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet1-0/+2
2025-10-15drm/xe/uapi: Add documentation for DRM_XE_GEM_CREATE_FLAG_SCANOUTSanjay Yadav1-1/+5
2025-10-15ASoC: use sof_sdw as default Intel SOF SDW machineMark Brown2-4/+6
2025-10-15bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko2-3/+3
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures.Alexei Starovoitov1-0/+4
2025-10-15regulator: core: forward undervoltage events downstream by defaultOleksij Rempel1-0/+3
2025-10-14net: mdio: use macro module_driver to avoid boilerplate codeHeiner Kallweit1-11/+2
2025-10-14livepatch: Introduce source code helpers for livepatch modulesJosh Poimboeuf1-0/+77
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf2-24/+77
2025-10-14objtool: Unify STACK_FRAME_NON_STANDARD entry sizesJosh Poimboeuf1-1/+1
2025-10-14x86/asm: Annotate special section entriesJosh Poimboeuf1-1/+3
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf2-12/+39
2025-10-14objtool: Move ANNOTATE* macros to annotate.hJosh Poimboeuf2-89/+110