summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: rockchip: Fix UART pull-ups on rk3328Chen-Yu Tsai2020-12-301-8/+8
* ARM: dts: at91: sama5d2: map securam as deviceClaudiu Beznea2020-12-301-0/+1
* ARM: dts: at91: at91sam9rl: fix ADC triggersAlexandre Belloni2020-12-301-8/+11
* arm64: dts: meson: fix spi-max-frequency on Khadas VIM2Artem Lapkin2020-12-301-1/+1
* arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-ccChen-Yu Tsai2020-12-301-0/+1
* ARM: dts: Remove non-existent i2c1 from 98dx3236Chris Packham2020-12-301-5/+0
* ARM: dts: at91: sama5d3_xplained: add pincontrol for USB HostCristian Birsan2020-12-301-0/+7
* ARM: dts: at91: sama5d4_xplained: add pincontrol for USB HostCristian Birsan2020-12-301-0/+7
* powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy2020-12-301-5/+0
* MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMANecip Fazil Yildiran2020-12-301-0/+1
* arm64: dts: exynos: Correct psci compatible used on Exynos7Paweł Chmiel2020-12-301-1/+3
* arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7Paweł Chmiel2020-12-301-7/+1
* powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe2020-12-302-6/+6
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-12-303-6/+18
* ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel2020-12-301-5/+1
* x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar2020-12-301-2/+10
* ARM: dts: aspeed: s2600wf: Fix VGA memory region locationJoel Stanley2020-12-301-2/+2
* soc: renesas: rmobile-sysc: Fix some leaks in rmobile_init_pm_domains()Dan Carpenter2020-12-301-0/+1
* ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XUKrzysztof Kozlowski2020-12-301-0/+2
* ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410Krzysztof Kozlowski2020-12-302-0/+32
* ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XUKrzysztof Kozlowski2020-12-301-2/+2
* arm64: syscall: exit userspace before unmasking exceptionsMark Rutland2020-12-301-1/+1
* ARM: dts: sun8i: v3s: fix GIC node memory rangeIcenowy Zheng2020-12-301-1/+1
* x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-301-4/+2
* x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-12-302-4/+1
* arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song2020-12-303-6/+3
* arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino2020-12-301-1/+1
* arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen2020-12-302-22/+60
* x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner2020-12-301-10/+14
* x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-302-6/+13
* x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-302-2/+3
* ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta2020-12-301-8/+15
* powerpc: Drop -me200 addition to build flagsMichael Ellerman2020-12-301-1/+0
* arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.Markus Reichl2020-12-301-0/+3
* x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song2020-12-303-8/+8
* 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