summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/pseudo_lock.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1088/+4
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse1-1086/+1
2025-05-16x86/resctrl: Relax some asm #includesDave Martin1-1/+2
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-1/+1
2025-05-16x86/resctrl: Split trace.hJames Morse1-1/+1
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)1-2/+2
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)1-1/+1
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)1-3/+3
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)1-6/+6
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)1-6/+6
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+10
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse1-6/+6
2025-03-12x86/resctrl: Make prefetch_disable_bits belong to the arch codeJames Morse1-5/+8
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse1-17/+19
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior1-4/+10
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-12-09x86/resctrl: Use kthread_run_on_cpu()Frederic Weisbecker1-20/+8
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck1-1/+0
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck1-3/+3
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck1-2/+2
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck1-7/+7
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck1-1/+5
2024-06-10x86/resctrl: Replace open coded cacheinfo searchesTony Luck1-11/+6
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck1-11/+11
2024-04-24x86/resctrl: Rename pseudo_lock_event.h to trace.hHaifeng Xu1-1/+1
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse1-0/+3
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse1-3/+3
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse1-1/+1
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse1-2/+2
2023-08-05x86/resctrl: make pseudo_lock_class a static const structureIvan Orlov1-20/+21
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-11-28x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov1-2/+2
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-2/+2
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse1-1/+1
2022-08-31x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu1-3/+9
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse1-2/+2
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse1-4/+4
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse1-2/+2
2021-06-24x86/resctrl: Fix kernel-doc in pseudo_lock.cFabio M. De Francesco1-2/+8
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre1-1/+1