summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-03-14MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2019-03-14arm64: dts: add msm8996 compatible to gicv3Srinivas Kandagatla1-1/+1
2019-03-14ARM: pxa: ssp: unneeded to free devm_ allocated dataPeng Hao1-3/+0
2019-03-14x86_64: increase stack size for KASAN_EXTRAQian Cai1-0/+4
2019-03-14x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song1-0/+3
2019-03-14arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-03-14xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov1-0/+5
2019-03-14xtensa: SMP: mark each possible CPU as presentMax Filippov1-1/+1
2019-03-14xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov1-0/+1
2019-03-14xtensa: SMP: fix secondary CPU initializationMax Filippov2-14/+25
2019-03-14xtensa: SMP: fix ccount_timer_shutdownMax Filippov1-1/+1
2019-03-14MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang1-2/+2
2019-03-14x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang1-5/+3
2019-03-05x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski1-3/+4
2019-03-05powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee1-6/+6
2019-03-05KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov1-0/+8
2019-03-05svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit1-15/+4
2019-03-05ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev1-3/+3
2019-02-27irqchip/gic-v3: Convert arm64 GIC accessors to {read,write}_sysreg_sWill Deacon1-29/+18
2019-02-27x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke1-0/+1
2019-02-27ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin1-0/+11
2019-02-27ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+64
2019-02-27ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev1-0/+10
2019-02-27parisc: Fix ptrace syscall number modificationDmitry V. Levin1-8/+21
2019-02-27MIPS: jazz: fix 64bit buildThomas Bogendoerfer1-2/+3
2019-02-27MIPS: ath79: Enable OF serial ports in the default configAlban Bedel1-0/+1
2019-02-20x86/a.out: Clear the dump structure initiallyBorislav Petkov1-2/+4
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2-3/+28
2019-02-20alpha: Fix Eiger NR_IRQS to 128Meelis Roos1-3/+3
2019-02-20alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich1-1/+1
2019-02-20kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li1-1/+2
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa3-2/+37
2019-02-20gpio: pl061: handle failed allocationsNicholas Mc Guire1-1/+5
2019-02-20ARM: dts: kirkwood: Fix polarity of GPIO fan linesLinus Walleij1-2/+2
2019-02-20ARM: dts: da850-lcdk: Correct the sound card namePeter Ujfalusi1-1/+1
2019-02-20ARM: dts: da850-evm: Correct the sound card namePeter Ujfalusi1-1/+1
2019-02-20ARM: fix the cockup in the previous patchRussell King1-2/+2
2019-02-20ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2019-02-20ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King4-15/+62
2019-02-20ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2-16/+27
2019-02-20ARM: clean up per-processor check_bugs method callRussell King2-2/+3
2019-02-20ARM: split out processor lookupRussell King2-12/+20
2019-02-20ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2019-02-20ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry1-1/+1
2019-02-20ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry2-2/+7
2019-02-20ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry3-5/+38
2019-02-20ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry1-6/+9
2019-02-20ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry1-0/+8
2019-02-20ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2019-02-20ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6