summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-111-2/+3
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-112-4/+21
* x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-12-021-7/+25
* x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-12-021-33/+2
* x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-12-021-2/+2
* ARM: dts: dra76x: m_can: fix order of clocksMarc Kleine-Budde2020-12-021-2/+2
* xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart2020-12-021-1/+1
* perf/x86: fix sysfs type mismatchesSami Tolvanen2020-12-024-24/+12
* x86/xen: don't unbind uninitialized lock_kicker_irqBrian Masney2020-12-021-1/+11
* arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon2020-12-021-13/+14
* arm64: pgtable: Fix pte_accessible()Will Deacon2020-12-021-3/+4
* KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-12-023-9/+12
* KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2020-12-022-51/+34
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-53/+10
* s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter2020-11-241-1/+1
* xtensa: disable preemption around cache alias management callsMax Filippov2020-11-241-0/+14
* efi/x86: Free efi_pgd with free_pages()Arvind Sankar2020-11-241-11/+13
* MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpuZhang Qilong2020-11-241-1/+8
* ARM: dts: imx50-evk: Fix the chip select 1 IOMUXFabio Estevam2020-11-241-1/+1
* arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phySergey Matyukevich2020-11-241-1/+1
* arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet nodeNenad Peric2020-11-241-1/+1
* MIPS: export has_transparent_hugepage() for modulesRandy Dunlap2020-11-241-0/+1
* arm64: dts: allwinner: a64: bananapi-m64: Enable RGMII RX/TX delay on PHYChen-Yu Tsai2020-11-241-1/+1
* ARM: dts: sun8i: a83t: Enable both RGMII RX/TX delay on Ethernet PHYChen-Yu Tsai2020-11-242-2/+2
* ARM: dts: sun8i: h3: orangepi-plus2e: Enable RGMII RX/TX delay on Ethernet PHYChen-Yu Tsai2020-11-241-1/+1
* Revert "arm: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high"Chen-Yu Tsai2020-11-241-5/+0
* ARM: dts: sun8i: r40: bananapi-m2-ultra: Fix ethernet nodeJernej Skrabec2020-11-241-1/+1
* arm64: dts: allwinner: h5: OrangePi PC2: Fix ethernet nodeJernej Skrabec2020-11-241-1/+1
* arm64: dts: allwinner: a64: Pine64 Plus: Fix ethernet nodeJernej Skrabec2020-11-241-1/+1
* arm64: psci: Avoid printing in cpu_psci_cpu_die()Will Deacon2020-11-241-4/+1
* KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson2020-11-221-1/+7
* powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-221-6/+2
* powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-2211-59/+194
* powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin2020-11-221-14/+35
* powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2020-11-223-7/+12
* powerpc: Implement user_access_begin and friendsChristophe Leroy2020-11-221-19/+56
* powerpc: Add a framework for user access trackingChristophe Leroy2020-11-224-8/+74
* powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-2210-7/+202
* powerpc/64s: move some exception handlers out of lineDaniel Axtens2020-11-221-2/+8
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33
* ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery2020-11-182-20/+20
* s390/smp: move rcu_cpu_starting() earlierQian Cai2020-11-181-1/+2
* crypto: arm64/aes-modes - get rid of literal load of addend vectorArd Biesheuvel2020-11-181-7/+9
* arm64: dts: marvell: espressobin: Add ethernet switch aliasesPali Rohár2020-11-101-4/+8
* Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"Vineet Gupta2020-11-101-5/+11
* ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-101-1/+6
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1
* ARM: dts: sun4i-a10: fix cpu_alert temperatureClément Péron2020-11-101-1/+1
* KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-11-052-3/+4
* ARM: s3c24xx: fix missing system resetKrzysztof Kozlowski2020-11-051-0/+2