summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-03-02cred: fix kernel-doc warnings in cred.hRandy Dunlap
2026-03-02iio: add IIO_DECLARE_QUATERNION() macroDavid Lechner
2026-03-02net/mlx5: Drop MR cache related codeMichael Guralnik
2026-03-02uaccess: Fix scoped_user_read_access() for 'pointer to const'David Laight
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström
2026-03-02driver core: platform: allow attaching software nodes when creating devicesDmitry Torokhov
2026-03-02driver core: platform: add kerneldoc to struct platform_device_infoDmitry Torokhov
2026-03-02pinctrl: pinconf-generic: fix an enum name descriptionRandy Dunlap
2026-03-02xattr: move user limits for xattrs to generic infraChristian Brauner
2026-03-02xattr: remove rbtree-based simple_xattr infrastructureChristian Brauner
2026-03-02gpio: nomadik: repair some kernel-doc commentsRandy Dunlap
2026-03-02gpio: timberdale: repair kernel-doc commentsRandy Dunlap
2026-03-02wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP...Kavita Kavita
2026-03-02wifi: cfg80211: add support for IEEE 802.1X Authentication ProtocolKavita Kavita
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-03-01firmware: cs_dsp: Add API to hibernate the DSPStefan Binding
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-01Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov
2026-03-01spi: spi-mem: clean up kernel-doc in spi-mem.hRandy Dunlap
2026-03-01iio: core: Add IIO_EV_INFO_SCALE to event infoTaha Ed-Dafili
2026-02-28Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-02-28firmware: exynos-acpm: Drop fake 'const' on handle pointerKrzysztof Kozlowski
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini
2026-02-28iio: tsl2772: fix all kernel-doc warningsRandy Dunlap
2026-02-27net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet
2026-02-27net: phy: micrel: Add support for lan9645x internal phyJens Emil Schulz Østergaard
2026-02-27bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan
2026-02-27bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi
2026-02-27bpf: Register dtor for freeing special fieldsKumar Kartikeya Dwivedi
2026-02-27nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner
2026-02-27Merge tag 'mmc-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2026-02-27Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-27PCI/PTM: Do not enable PTM automatically for Root and Switch Upstream PortsMika Westerberg
2026-02-27workqueue: Update documentation as per system_percpu_wq namingMallesh Koujalagi
2026-02-27ww-mutex: Fix the ww_acquire_ctx function annotationsBart Van Assche
2026-02-27signal: Fix the lock_task_sighand() annotationBart Van Assche
2026-02-27locking: Fix rwlock and spinlock lock context annotationsBart Van Assche
2026-02-27hrtimer: Use linked timerqueueThomas Gleixner
2026-02-27timerqueue: Provide linked timerqueueThomas Gleixner
2026-02-27rbtree: Provide rbtree with linksThomas Gleixner
2026-02-27hrtimer: Keep track of first expiring timer per clock baseThomas Gleixner
2026-02-27hrtimer: Avoid re-evaluation when nothing changedThomas Gleixner
2026-02-27hrtimer: Push reprogramming timers into the interrupt return pathPeter Zijlstra
2026-02-27entry: Prepare for deferred hrtimer rearmingPeter Zijlstra
2026-02-27hrtimer: Prepare stubs for deferred rearmingPeter Zijlstra
2026-02-27hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearmThomas Gleixner