aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-07-16Merge tag 'pmdomain-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds1-0/+1
2026-07-16net/mlx5: Add PSP related fields to the mlx5_ifcCosmin Ratiu2-2/+16
2026-07-16net/mlx5: Drop redundant esw_cap, reuse e_switch_capShay Drory1-16/+5
2026-07-16smp: Use task-local IPI cpumask in smp_call_function_many_cond()Chuyi Zhou2-0/+24
2026-07-16smp: Refactor remote CPU selection in smp_call_function_any()Chuyi Zhou1-2/+1
2026-07-16can: peak: Modification of references to email accounts being deletedStéphane Grosjean1-1/+1
2026-07-15srcu: expose srcu_readers_active()Onur Özkan2-0/+37
2026-07-15srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()Onur Özkan1-9/+20
2026-07-15Merge branch '20260624-glymur_camcc-v5-1-a321df74b1a1@oss.qualcomm.com' into HEADBjorn Andersson1-0/+122
2026-07-15Merge branch '20260608-shikra-gcc-rpmcc-clks-v5-2-94cefe092ee3@oss.qualcomm.com' into HEADBjorn Andersson1-0/+263
2026-07-15remoteproc: qcom: Check subdev start status in rproc_stop()Jingyi Wang1-0/+2
2026-07-15remoteproc: core: Attach rproc asynchronously in rproc_add() path via schedule_work()Jingyi Wang1-0/+2
2026-07-15PCI: vmd: Add feature to scan BIOS-enumerated devicesNirmal Patel1-0/+1
2026-07-15kunit: provide a set of fwnode-oriented helpersBartosz Golaszewski1-0/+29
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki1-0/+2
2026-07-15media: videobuf2: move vb2_querybuf() kernel-doc to headerTharit Tangkijwanichakul1-0/+13
2026-07-15media: pci: Use PCI_DEVICE macros and drop zeros from pci_device_id arraysUwe Kleine-König (The Capable Hub)1-7/+4
2026-07-15sched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo1-1/+3
2026-07-15drm/amd/display: Force PWM backlight on Lenovo Legion 5 15ARH05Alessandro Rinaldi1-0/+1
2026-07-15cpu/hotplug: Remove CPUHP_AP_ARM_CORESIGHT_CTI_STARTINGZenghui Yu1-1/+0
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner3-9/+2
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+8
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo1-14/+0
2026-07-15bpf: Unify helper and kfunc call argument metaAmery Hung1-15/+23
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung1-2/+7
2026-07-15bpf: Factor out raw_mode-related fields in bpf_call_arg_metaAmery Hung1-0/+9
2026-07-15docs: bpf: Document BPF_RB_OVERWRITE_POS in bpf_ringbuf_queryJianlin Shi1-0/+1
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT flag to bpf_fib_lookup() helperAvinash Duduskar1-1/+20
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helperAvinash Duduskar1-1/+32
2026-07-15vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTOREThomas Weißschuh1-3/+3
2026-07-15drm/bridge: Remove legacy bridge callback supportMaxime Ripard1-103/+0
2026-07-15gpiolib: remove trailing comma from sentinel in GPIO_LOOKUP_SINGLEDmitry Torokhov1-1/+1
2026-07-15container_of: remove local __mptr variableVincent Mailhol1-2/+1
2026-07-15container_of: remove useless pair of parenthesesVincent Mailhol1-1/+1
2026-07-15container_of: apply typeof_member() to container_of()Vincent Mailhol1-1/+1
2026-07-14firmware: stratix10-svc: handle NO_RESPONSE in async pollAdrian Ng Ho Yin1-0/+4
2026-07-14cxl/features: Serialize multi-part Get/Set Feature transfersDave Jiang1-0/+2
2026-07-14drm/bridge: rename drm_for_each_bridge_in_chain_scoped() to drm_for_each_bridge_in_chain()Luca Ceresoli1-6/+5
2026-07-14mm/slab: prevent unbounded recursion in free path with new kmalloc typeHarry Yoo (Oracle)1-0/+6
2026-07-14vfio: Enable cdev noiommu mode under iommufdJacob Pan1-0/+1
2026-07-14iommufd: Add an ioctl to query PA from IOVA for noiommu modeJacob Pan1-0/+28
2026-07-14lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)1-0/+3
2026-07-14mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXTHarry Yoo (Oracle)1-2/+11
2026-07-14entry: Fix seccomp bypass after ptrace with TSYNCJinjie Ruan1-0/+3
2026-07-14Merge drm/drm-next into drm-xe-nextRodrigo Vivi783-8735/+19897
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo1-4/+13
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo1-0/+1
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo1-2/+13
2026-07-14ALSA: firewire: fix all kernel-doc warningsRandy Dunlap1-9/+15
2026-07-14ALSA: hda: regmap: fix all kernel-doc warningsRandy Dunlap1-16/+26