summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-07lib/string_helpers: Introduce parse_int_array()Cezary Rojewski1-0/+1
2025-04-07ASoC: Intel: avs: PTL-based platforms supportCezary Rojewski1-0/+1
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann386-4261/+9001
2025-04-07platform/x86: intel_pmc_ipc: add option to build without ACPIDavid E. Box1-0/+4
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini3-5/+20
2025-04-07Merge branch 'kvm-6.15-rc2-fixes' into HEADPaolo Bonzini1-1/+1
2025-04-07drm/sysfb: vesadrm: Add gamma correctionThomas Zimmermann1-0/+7
2025-04-07firmware: sysfb: Move bpp-depth calculation into screen_info helperThomas Zimmermann1-0/+2
2025-04-07genirq/generic-chip: Remove unused lock wrappersThomas Gleixner1-20/+0
2025-04-07genirq/generic-chip: Make locking unconditionalThomas Gleixner1-5/+0
2025-04-07super: use common iterator (Part 2)Christian Brauner1-5/+1
2025-04-07super: use a common iterator (Part 1)Christian Brauner1-1/+5
2025-04-07fs: allow all writers to be frozenJames Bottomley1-1/+1
2025-04-07locking/percpu-rwsem: add freezable alternative to down_readJames Bottomley1-4/+16
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)1-1/+0
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)1-3/+4
2025-04-07irqdomain: Support three-cell scheme interruptsYixun Lan1-10/+10
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown2-6/+6
2025-04-07irqchip/davinci: Remove leftover headerBartosz Golaszewski1-27/+0
2025-04-07mtd: spinand: Fix build with gcc < 7.5Miquel Raynal1-1/+1