summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-04-11Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-04-11Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+3
2025-04-10PCI: Remove pci_fixup_cardbus()Heiner Kallweit1-3/+0
2025-04-10svsm: Add header with SVSM_VTPM_CMD helpersStefano Garzarella1-0/+149
2025-04-10Merge tag 'gpio-fixes-for-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-04-10Merge tag 'mtd/fixes-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-04-10firmware: cs_dsp: test_bin_error: Fix uninitialized data used as fw versionRichard Fitzgerald1-1/+0
2025-04-10phy: exynos5-usbdrd: add exynos7870 USBDRD supportKaustabh Chakraborty1-0/+2
2025-04-10cpufreq: Drop unused cpufreq_get_policy()Rafael J. Wysocki1-1/+0
2025-04-10fbdev: Remove constants of unused eventsThomas Zimmermann1-6/+0
2025-04-10leds: backlight trigger: Replace fb events with a dedicated function callThomas Zimmermann1-0/+6
2025-04-10backlight: lcd: Replace fb events with a dedicated function callThomas Zimmermann1-3/+18
2025-04-10backlight: Replace fb events with a dedicated function callThomas Zimmermann2-6/+20
2025-04-10backlight: Implement fbdev tracking with blank state from eventThomas Zimmermann1-9/+1
2025-04-10fbdev: Track display blanking stateThomas Zimmermann1-0/+2
2025-04-10device property: Split fwnode_get_child_node_count()Andy Shevchenko1-1/+6
2025-04-10mm/kmap: Add kmap_local_page_try_from_panic()Jocelyn Falempe1-0/+13
2025-04-10net: remove cpu stall in txq_trans_update()Eric Dumazet1-3/+4
2025-04-10xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski1-1/+1
2025-04-10net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski1-0/+1
2025-04-10net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski1-1/+5
2025-04-09PCI: Remove pcim_iounmap_regions()Philipp Stanner1-1/+0
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki1-1/+1
2025-04-09cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki1-2/+0
2025-04-09cpufreq: Add and use cpufreq policy locking guardsRafael J. Wysocki1-0/+6
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao1-1/+1
2025-04-09genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner1-4/+4
2025-04-09genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner2-0/+5
2025-04-09cleanup: Provide retain_and_null_ptr()Thomas Gleixner1-0/+19
2025-04-09ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 caseMario Limonciello1-1/+8
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados1-2/+0
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados1-7/+0
2025-04-09Merge tag 'gpiod-is-equal-for-v6.16-rc1' of gitolite.kernel.org:pub/scm/linux...Bartosz Golaszewski1-0/+9
2025-04-09gpio: provide gpiod_is_equal()Bartosz Golaszewski1-0/+9
2025-04-09net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-2/+1
2025-04-09udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+16
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang1-0/+1
2025-04-08perf: Extend the bit width of the arch-specific flagKan Liang1-1/+1
2025-04-08perf/x86: Add dynamic constraintKan Liang1-0/+1
2025-04-08perf: Make perf_pmu_unregister() useablePeter Zijlstra1-5/+10
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker1-1/+0
2025-04-08ASoC: Intel: avs: 16 channels supportMark Brown1-0/+1
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-1/+0
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-4/+4
2025-04-08gpio: deprecate the GPIOD_FLAGS_BIT_NONEXCLUSIVE flagBartosz Golaszewski1-0/+1
2025-04-08fs: predict not having to do anything in fdput()Mateusz Guzik1-1/+1
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev2-1/+3