summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-05-18sched/cache: Allow only 1 thread of the process to calculate the LLC occupancyJianyong Wu1-0/+1
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-0/+1
2026-05-18mailbox: Make mbox_send_message() return error code when tx failsJoonwon Kang1-0/+2
2026-05-18ASoC: Add support for GPIOs driven amplifiersMark Brown28-61/+88
2026-05-18of: Introduce of_property_read_s32_index()Herve Codina1-0/+7
2026-05-18Merge tag 'soc_fsl-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-7/+4
2026-05-18Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+330
2026-05-18drm/gem: Make the GEM LRU lock part of drm_deviceBoris Brezillon2-11/+16
2026-05-18iomap: don't make REQ_POLLED imply REQ_NOWAITChristoph Hellwig1-14/+0
2026-05-18coresight: Move CPU hotplug callbacks to core layerLeo Yan2-4/+4
2026-05-18coresight: sysfs: Increment refcount only for software sourceLeo Yan1-0/+6
2026-05-18ata: libata-scsi: do not needlessly defer commands when using PMP with FBSNiklas Cassel1-3/+3
2026-05-18ata: libata-scsi: do not use the deferred QC feature on PMPs with CBSNiklas Cassel1-0/+1
2026-05-18spi: switch to managed controller allocation (part 3/3)Mark Brown27-61/+81
2026-05-18coresight: Save active path for system tracersLeo Yan1-0/+2
2026-05-18coresight: Register CPU PM notifier in core layerLeo Yan1-0/+2
2026-05-18coresight: Remove .cpu_id() callback from source opsLeo Yan1-3/+0
2026-05-18coresight: Populate CPU ID into coresight_deviceLeo Yan1-0/+8
2026-05-18dio: Update DIO_SCMAX commentGeert Uytterhoeven1-3/+1
2026-05-18dt-bindings: gpio: Add Tegra238 supportPrathamesh Shete1-0/+58
2026-05-18clocksource: Add devm_clocksource_register_*() helpersDaniel Lezcano1-0/+15
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+1
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi1-0/+2
2026-05-17Merge tag 'sched-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-27/+0
2026-05-17Merge tag 'irq-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2026-05-17firmware: arm_ffa: Set the core device as FF-A device parentSudeep Holla1-2/+2
2026-05-16filelock: move LEASE_BREAK_* flags out of #ifdef CONFIG_FILE_LOCKINGJeff Layton1-11/+9
2026-05-16netfilter: nf_queue: hold bridge skb->dev while queuedHaoze Xie1-0/+1
2026-05-16netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi1-2/+6
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov1-1/+2
2026-05-15net: always declare __sock_wfree() and tcp_wfree()Eric Dumazet1-2/+1
2026-05-15Merge tag 'drm-fixes-2026-05-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+2
2026-05-15Merge tag 'vfio-v7.1-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2026-05-16Merge tag 'drm-misc-fixes-2026-05-15' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+2
2026-05-15Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2026-05-15Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2026-05-15Merge tag 'for-linus-7.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-05-15Merge tag 'platform-drivers-x86-v7.1-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+6
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+3
2026-05-15fsnotify: add FSNOTIFY_EVENT_RENAME data typeJeff Layton2-2/+26
2026-05-15fsnotify: add fsnotify_modify_mark_mask()Jeff Layton1-0/+1
2026-05-15fsnotify: new tracepoint in fsnotify()Jeff Layton2-0/+86
2026-05-15filelock: add an inode_lease_ignore_mask helperJeff Layton1-0/+1
2026-05-15filelock: add a tracepoint to start of break_lease()Jeff Layton1-0/+33
2026-05-15filelock: add support for ignoring deleg breaks for dir change eventsJeff Layton2-17/+41
2026-05-15cgroup: Add per-subsys-css kill_css_finish deferralTejun Heo1-3/+3
2026-05-15cgroup: Move populated counters to cgroup_subsys_stateTejun Heo2-14/+21
2026-05-15cgroup: Annotate unlocked nr_populated_* accesses with READ_ONCE/WRITE_ONCETejun Heo1-4/+17
2026-05-15cgroup: Inline cgroup_has_tasks() in cgroup.hTejun Heo1-0/+5
2026-05-15fs: Clarify FS_CASEFOLD_FL semantics in UAPI headerChuck Lever1-1/+10