aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-12x86/resctrl: Make prefetch_disable_bits belong to the arch codeJames Morse1-5/+8
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse4-11/+53
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse2-17/+24
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse4-7/+6
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse2-5/+5
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse2-23/+54
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse3-11/+28
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse6-55/+56
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse2-29/+18
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse3-11/+54
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse4-9/+12
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse2-4/+14
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse5-44/+57
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse4-37/+41
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse5-14/+14
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse2-4/+35
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse2-9/+25
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse4-15/+28
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse3-2/+6
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse5-33/+10
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse4-7/+17
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse4-24/+43
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse3-8/+16
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse6-24/+39
2025-03-12x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse1-1/+2
2025-03-09Linux 6.14-rc6Linus Torvalds1-1/+1
2025-03-08x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
2025-03-08LoongArch: KVM: Fix GPA size issue about VMBibo Mao2-1/+11
2025-03-08LoongArch: KVM: Reload guest CSR registers after sleepBibo Mao1-0/+7
2025-03-08LoongArch: KVM: Add interrupt checking for AVECBibo Mao1-1/+1
2025-03-08LoongArch: Set hugetlb mmap base address aligned with pmd sizeBibo Mao1-1/+5
2025-03-08LoongArch: Set max_pfn with the PFN of the last pageBibo Mao1-0/+3
2025-03-08LoongArch: Use polling play_dead() when resuming from hibernationHuacai Chen1-1/+46
2025-03-08LoongArch: Eliminate superfluous get_numa_distances_cnt()Yuli Wang1-12/+0
2025-03-08LoongArch: Convert unreachable() to BUG()Tiezhu Yang1-2/+2
2025-03-08x86/mm: Define PTRS_PER_PMD for assembly code tooIngo Molnar1-4/+4
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy3-24/+39
2025-03-07virt: sev-guest: Allocate request data dynamicallyNikunj A Dadhania1-9/+15
2025-03-07x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds7-23/+49
2025-03-06block: Name the RQF flags enumBreno Leitao1-1/+1
2025-03-06bcachefs: copygc now skips non-rw devicesKent Overstreet1-13/+12
2025-03-06bcachefs: Fix bch2_dev_journal_alloc() spuriously failingKent Overstreet1-27/+32
2025-03-06x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel1-0/+2
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds1-7/+6
2025-03-06fs/pipe: do not open-code pipe head/tail logic in FIONREADLinus Torvalds1-4/+3
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds1-6/+6
2025-03-06usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski1-6/+7
2025-03-06usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li1-0/+4
2025-03-06gpio: rcar: Fix missing of_node_put() callFabrizio Castro1-1/+6