summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-05-25MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang3-16/+34
2022-05-25crypto: x86/chacha20 - Avoid spurious jumps to other functionsPeter Zijlstra1-2/+2
2022-05-25um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow1-3/+2
2022-05-25x86/xen: Make the secondary CPU idle tasks reliableMiroslav Benes2-1/+12
2022-05-25x86/xen: Make the boot CPU idle task reliableMiroslav Benes1-2/+6
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport4-0/+24
2022-05-18MIPS: fix build with gcc-12Sudip Mukherjee1-1/+1
2022-05-18s390: disable -Warray-boundsSven Schnelle1-0/+10
2022-05-15KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey1-3/+25
2022-05-15x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu1-0/+4
2022-05-15x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2-0/+40
2022-05-15x86: xen: kvm: Gather the definition of emulate prefixesMasami Hiramatsu3-8/+21
2022-05-15x86/asm: Allow to pass macros to __ASM_FORM()Masami Hiramatsu1-3/+5
2022-05-15KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()Like Xu4-17/+11
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport8-13/+3
2022-05-15MIPS: Use address-of operator on section symbolsNathan Chancellor4-4/+4
2022-05-12KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertisedWanpeng Li1-1/+2
2022-05-12x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li1-0/+13
2022-05-12kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das1-0/+5
2022-05-12parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller1-2/+1
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki2-12/+7
2022-05-09x86/cpu: Load microcode during restore_processor_state()Borislav Petkov3-3/+13
2022-05-09x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka1-1/+1
2022-05-09arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clockFabio Estevam1-0/+4
2022-05-09ARM: dts: imx6ull-colibri: fix vqmmc regulatorMax Krummenacher1-1/+1
2022-05-09ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35Adam Ford3-15/+30
2022-05-09ARM: dts: am3517-evm: Fix misc pinmuxingAdam Ford2-5/+49
2022-05-09ARM: dts: Fix mmc order for omap3-gta04H. Nikolaus Schaller1-0/+2
2022-05-09ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ekMark Brown1-0/+6
2022-05-09ARM: OMAP2+: Fix refcount leak in omap_gic_of_initMiaoqian Lin1-0/+2
2022-05-09ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issueFabio Estevam1-2/+8
2022-05-09arm64: dts: meson: remove CPU opps below 1GHz for SM1 boardsChristian Hewitt1-20/+0
2022-05-09arm64: dts: meson: remove CPU opps below 1GHz for G12B boardsChristian Hewitt2-80/+0
2022-04-27ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich1-0/+1
2022-04-27xtensa: fix a7 clobbering in coprocessor context load/storeMax Filippov1-2/+2
2022-04-27xtensa: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-27powerpc/perf: Fix power9 event alternativesAthira Rajeev1-4/+4
2022-04-27KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2-44/+45
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2022-04-27ARM: vexpress/spc: Avoid negative array index when !SMPKees Cook1-1/+1
2022-04-20ARM: davinci: da850-evm: Avoid NULL pointer dereferenceNathan Chancellor1-1/+3
2022-04-20powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-20arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly1-3/+3
2022-04-15cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello1-3/+3
2022-04-15arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-3/+3
2022-04-15arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-15x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta1-0/+14
2022-04-15x86/pm: Save the MSR validity status at context setupPawan Gupta1-2/+5
2022-04-15KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULLJames Morse1-1/+2
2022-04-15parisc: Fix patch code locking and flushingJohn David Anglin1-14/+11