summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-02-13x86/kprobes: Prohibit probing on IRQ handlers directlyMasami Hiramatsu
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu
2019-02-13x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu
2019-02-13x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu
2019-02-11perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang
2019-02-11perf/x86/intel: Clean up counter freezing quirkKan Liang
2019-02-11perf/x86/intel: Clean up SNB PEBS quirkKan Liang
2019-02-11perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen
2019-02-11Merge branch 'x86/cpu' into perf/core, to pick up dependent commitIngo Molnar
2019-02-11x86/cpufeature: Add facility to check for min microcode revisionsKan Liang
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-04perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra
2019-02-04perf/x86/intel/uncore: Add Node ID maskKan Liang
2019-02-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-02Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-02x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner
2019-02-01Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-02-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-02-01x86_64: increase stack size for KASAN_EXTRAQian Cai
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada
2019-02-01x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song
2019-02-01x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds
2019-02-01arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse
2019-02-01arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel
2019-02-01arm64: Do not issue IPIs for user executable ptesCatalin Marinas
2019-01-31Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-01-31ARM: cns3xxx: Use actual size reads for PCIeKoen Vandeputte
2019-01-31ARM: cns3xxx: Fix writing to wrong PCI config registers after alignmentKoen Vandeputte
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang
2019-01-29x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang
2019-01-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-27Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov
2019-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-01-27Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-01-26xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe
2019-01-26xtensa: Fix typo use space=>user spaceCorentin Labbe
2019-01-26xtensa: SMP: mark each possible CPU as presentMax Filippov
2019-01-26xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov
2019-01-26xtensa: SMP: fix secondary CPU initializationMax Filippov
2019-01-25riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva