aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse4-3/+51
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse1-20/+5
2024-02-16x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse2-3/+25
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse2-7/+37
2024-02-16x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse2-24/+56
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse3-5/+61
2024-02-16x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse1-6/+12
2024-02-16x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse1-10/+65
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse4-12/+37
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse5-45/+100
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse5-35/+63
2024-02-16x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()James Morse1-9/+26
2024-02-16x86/resctrl: Create helper for RMID allocation and mondata dir creationJames Morse1-15/+27
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse3-0/+22
2024-02-16arm64: dts: qcom: sm8150: correct PCIe wake-gpiosKrzysztof Kozlowski1-1/+1
2024-02-16arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpiosKrzysztof Kozlowski1-1/+1
2024-02-16arm64: dts: qcom: sm7225-fairphone-fp4: Enable display and GPULuca Weiss2-1/+54
2024-02-16arm64: dts: qcom: sm6350: Remove "disabled" state of GMULuca Weiss1-2/+0
2024-02-16arm64: dts: qcom: msm8916-samsung-fortuna/rossa: Add fuel gaugeJoe Mason1-0/+21
2024-02-16arm64: dts: qcom: sm6350: Add interconnect for MDSSLuca Weiss1-0/+7
2024-02-16Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-2/+0
2024-02-16Merge tag 'kvmarm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-11/+17
2024-02-16sparc: select FRAME_POINTER instead of redefining itMasahiro Yamada1-5/+2
2024-02-16sparc: vDSO: fix return value of __setup handlerRandy Dunlap1-4/+3
2024-02-16sparc64: NMI watchdog: fix return value of __setup handlerRandy Dunlap1-1/+1
2024-02-16sparc: vio: make vio_bus_type constRicardo B. Marliere1-1/+1
2024-02-16sparc: Fix typosBjorn Helgaas20-27/+27
2024-02-16sparc: Use shared font dataDr. David Alan Gilbert2-356/+11
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner11-26/+20
2024-02-16s390/crc32le: convert to CHeiko Carstens3-146/+109
2024-02-16s390/crc32be: convert to CHeiko Carstens3-110/+80
2024-02-16s390/fpu: add vector instruction inline assemblies for crc32Heiko Carstens1-0/+56
2024-02-16s390/sysinfo: convert bogomips calculation to CHeiko Carstens2-15/+43
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens1-0/+48
2024-02-16s390/checksum: provide csum_partial_copy_nocheck()Heiko Carstens4-13/+112
2024-02-16s390/checksum: provide vector register variant of csum_partial()Heiko Carstens6-16/+187
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens3-16/+20
2024-02-16s390/checksum: call instrument_read() instead of kasan_check_read()Heiko Carstens1-2/+2
2024-02-16s390/fpu: remove TIF_FPUHeiko Carstens1-2/+0
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens4-69/+128
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens7-40/+94
2024-02-16s390/fpu: let fpu_vlm() and fpu_vstm() return number of registersHeiko Carstens1-8/+16
2024-02-16s390/fpu: remove anonymous union from struct fpuHeiko Carstens5-109/+78
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens4-10/+4
2024-02-16s390/kvm: convert to regular kernel fpu userHeiko Carstens5-26/+22
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens4-13/+36
2024-02-16s390/fpu: change type of fpu mask from u32 to intHeiko Carstens3-9/+9
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens13-102/+102
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens9-16/+11
2024-02-16s390/fpu: convert __kernel_fpu_begin()/__kernel_fpu_end() to CHeiko Carstens3-96/+75