summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-03-12compiler_types: Introduce __nonstring_arrayKees Cook1-0/+12
2025-03-12PM: sleep: Remove unused pm_generic_ wrappersDr. David Alan Gilbert1-4/+0
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev1-2/+0
2025-03-12PNP: Expand length of fixup id stringKees Cook1-1/+1
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein1-0/+21
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-4/+12
2025-03-12x86/resctrl: Move get_config_index() to a headerJames Morse1-0/+15
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse1-0/+39
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse1-0/+3
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse1-0/+31
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse1-0/+2
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse1-0/+18
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse1-0/+9
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse2-20/+55
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse1-0/+14
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse1-0/+3
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse1-0/+22
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse1-2/+17
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse1-0/+2
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse1-2/+0
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse1-2/+2
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse1-5/+12
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse1-2/+0
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse1-0/+17
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie16-53/+146
2025-03-11KVM: arm64: Remap PMUv3 events onto hardwareOliver Upton1-0/+4
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný1-0/+1
2025-03-11cgroup: Update file naming commentMichal Koutný1-3/+2
2025-03-11Merge back ACPI platform_profile driver material for 6.15Rafael J. Wysocki1-1/+1
2025-03-11mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isrDr. David Alan Gilbert1-1/+0
2025-03-11dma: Introduce generic dma_addr_*crypted helpersSuzuki K Poulose2-4/+31
2025-03-11dma: Fix encryption bit clearing for dma_to_physSuzuki K Poulose1-1/+2
2025-03-11iommu: Unexport iommu_fwspec_free()Robin Murphy1-5/+0
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza1-1/+1
2025-03-11Merge tag 'counter-updates-for-6.15' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman1-0/+3
2025-03-11Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+1
2025-03-11dmaengine: Remove device_prep_dma_imm_data from struct dma_deviceNathan Lynch1-4/+0
2025-03-10ipv6: save dontfrag in corkWillem de Bruijn1-0/+1
2025-03-10lsm: remove old email address for Stephen SmalleyStephen Smalley1-1/+1
2025-03-10<linux/cleanup.h>: Allow the passing of both iomem and non-iomem pointers to ...Ilpo Järvinen1-1/+1
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas1-0/+1
2025-03-10gfs2: Convert gfs2_end_log_write_bh() to work on a folioMatthew Wilcox (Oracle)1-1/+0
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman23-65/+191
2025-03-10lib/crc7: unexport crc7_be_syndrome_tableEric Biggers1-7/+0
2025-03-10block: protect hctx attributes/params using q->elevator_lockNilay Shroff1-6/+8
2025-03-10block: protect read_ahead_kb using q->limits_lockNilay Shroff1-0/+3
2025-03-10block: protect wbt_lat_usec using q->elevator_lockNilay Shroff1-2/+2