aboutsummaryrefslogtreecommitdiffstats
path: root/fs/resctrl
AgeCommit message (Expand)AuthorFilesLines
2026-07-26fs/resctrl: Inform user space when status buffer overflowedReinette Chatre1-2/+5
2026-07-26fs/resctrl: Communicate resource group deleted error via last_cmd_statusReinette Chatre3-14/+11
2026-07-26fs/resctrl: Add last_cmd_status support for writes to max_threshold_occupancyReinette Chatre1-4/+10
2026-07-26fs/resctrl: Change last_cmd_status custom during input parsingReinette Chatre3-79/+120
2026-07-25fs/resctrl: Use accurate and symmetric exit flowsReinette Chatre1-6/+7
2026-07-23fs/resctrl: Pass error reading event through to user spaceReinette Chatre1-2/+6
2026-07-20fs/resctrl: Use correct format specifier for printing error pointersReinette Chatre1-4/+4
2026-07-13fs/resctrl: Fix UAF from worker threads when domains are removedReinette Chatre2-15/+97
2026-07-13fs/resctrl: Prevent deadlock and use-after-free in info file handlersReinette Chatre4-79/+202
2026-07-13fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()Reinette Chatre1-5/+14
2026-07-13fs/resctrl: Fix deadlock on errors during mountReinette Chatre1-27/+56
2026-07-13fs/resctrl: Move functions to avoid forward references in subsequent fixesTony Luck1-193/+191
2026-07-13x86,fs/resctrl: Document safe RCU list traversalReinette Chatre4-27/+34
2026-07-06fs/resctrl: Fix double-add of pseudo-locked region's RMID to free listReinette Chatre1-5/+7
2026-07-06fs/resctrl: Fix use-after-free during unmountTony Luck1-2/+16
2026-07-06fs/resctrl: Free mon_data structures on rdt_get_tree() failureTony Luck1-0/+3
2026-07-01x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabledReinette Chatre1-16/+21
2026-05-08fs/resctrl: Continue counter allocation after failureBen Horgan1-6/+9
2026-05-07fs/resctrl: Add monitor property 'mbm_cntr_assign_fixed'Ben Horgan1-1/+7
2026-05-06fs/resctrl: Disallow the software controller when MBM counters are assignableBen Horgan1-6/+10
2026-05-06x86,fs/resctrl: Create 'event_filter' files read only if they're not configurableBen Horgan3-1/+19
2026-05-06fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs()Ben Horgan1-8/+5
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-04-07fs/resctrl: Add missing return value descriptionsReinette Chatre2-0/+8
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)1-1/+1
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)1-1/+1
2026-04-02fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domainsAaron Tomlin1-4/+17
2026-04-02fs/resctrl: Report invalid domain ID when parsing io_alloc_cbmAaron Tomlin1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-7/+7
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-1/+1
2026-01-10fs/resctrl: Move RMID initialization to first mountTony Luck3-29/+34
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck1-0/+6
2026-01-10fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck1-28/+51
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck1-1/+1
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck1-5/+12
2026-01-09fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp()Tony Luck1-11/+31
2026-01-09fs/resctrl: Refactor mkdir_mondata_subdir()Tony Luck1-50/+58
2026-01-09x86/resctrl: Read telemetry eventsTony Luck1-0/+14
2026-01-09x86/resctrl: Find and enable usable telemetry eventsTony Luck1-4/+6
2026-01-09x86,fs/resctrl: Add architectural event pointerTony Luck2-4/+14
2026-01-09x86,fs/resctrl: Fill in details of events for performance and energy GUIDsTony Luck1-15/+20
2026-01-09fs/resctrl: Emphasize that L3 monitoring resource is required for summing domainsTony Luck3-4/+11
2026-01-09x86,fs/resctrl: Add and initialize a resource for package scope monitoringTony Luck2-0/+4
2026-01-09x86,fs/resctrl: Add an architectural hook called for first mountTony Luck1-0/+3
2026-01-05x86,fs/resctrl: Support binary fixed point event countersTony Luck3-2/+90
2026-01-05x86,fs/resctrl: Handle events that can be read from any CPUTony Luck3-1/+11
2026-01-05fs/resctrl: Make event details accessible to functions when reading eventsTony Luck4-28/+28
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck3-19/+19