summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-06-28x86/hpet: Shuffle code around for readability sakeThomas Gleixner1-40/+41
2019-06-28x86/hpet: Move static and global variables to one placeThomas Gleixner1-28/+22
2019-06-28x86/hpet: Sanitize stub functionsThomas Gleixner1-9/+3
2019-06-28x86/hpet: Mark init functions __initThomas Gleixner1-3/+3
2019-06-28x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner2-8/+0
2019-06-28x86/hpet: Remove unused parameter from hpet_next_event()Thomas Gleixner1-5/+5
2019-06-28x86/hpet: Remove pointless x86-64 specific #includeThomas Gleixner1-4/+0
2019-06-28x86/hpet: Restructure init codeThomas Gleixner1-38/+43
2019-06-28x86/hpet: Replace printk(KERN...) with pr_...()Thomas Gleixner1-26/+19
2019-06-28x86/hpet: Simplify CPU online codeThomas Gleixner1-29/+2
2019-06-28x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf1-4/+22
2019-06-28perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu1-5/+5
2019-06-28x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski1-2/+2
2019-06-28x86/vsyscall: Change the default vsyscall mode to xonlyAndy Lutomirski1-1/+1
2019-06-28x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski1-0/+7
2019-06-28x86/vsyscall: Show something useful on a read faultAndy Lutomirski3-9/+27
2019-06-28x86/vsyscall: Add a new vsyscall=xonly modeAndy Lutomirski2-11/+38
2019-06-27x86/tls: Fix possible spectre-v1 in do_get_thread_area()Dianzhang Chen1-2/+7
2019-06-27x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen1-1/+4
2019-06-27arm_pmu: acpi: spe: Add initial MADT/SPE probingJeremy Linton1-0/+3
2019-06-27ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial nodeJoshua Scott1-0/+8
2019-06-27x86/jailhouse: Mark jailhouse_x2apic_available() as __initZhenzhong Duan1-1/+1
2019-06-27x86/entry: Simplify _TIF_SYSCALL_EMU handlingSudeep Holla1-11/+6
2019-06-26riscv: mm: Fix code commentShihPo Hung1-3/+0
2019-06-26riscv: dts: Re-organize the DT nodesYash Shah2-0/+19
2019-06-26RISC-V: defconfig: enable MMC & SPI for RISC-VAtish Patra1-0/+5
2019-06-26arm64: rename dump_instr as dump_kernel_instrjinho lim1-16/+7
2019-06-26x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez1-1/+10
2019-06-26x86/kexec: Make variable static and config dependentTiezhu Yang1-1/+3
2019-06-26x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()Zhenzhong Duan1-2/+2
2019-06-26x86/platform/geode: Drop <linux/gpio.h> includesLinus Walleij3-3/+0
2019-06-26arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino1-0/+7
2019-06-26arm64: compat: Fix __arch_get_hw_counter() implementationVincenzo Frascino1-0/+18
2019-06-26arm64: Fix __arch_get_hw_counter() implementationVincenzo Frascino1-0/+19
2019-06-26lib/vdso: Make delta calculation work correctlyThomas Gleixner1-0/+27
2019-06-26arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor1-1/+5
2019-06-26arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel1-2/+6
2019-06-26arm64/mm: Drop [PTE|PMD]_TYPE_FAULTAnshuman Khandual1-2/+0
2019-06-26csky: Fixup libgcc unwind errorGuo Ren1-0/+5
2019-06-26arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 systemCatalin Marinas1-7/+0
2019-06-26arm64: vdso: Remove unnecessary asm-offsets.c definitionsCatalin Marinas1-39/+0
2019-06-26x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov1-11/+13
2019-06-26x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov1-1/+2
2019-06-26x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov1-8/+9
2019-06-25clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helperAndrew Murray2-0/+23
2019-06-25arm64: Implement panic_smp_self_stop()Aaro Koskinen1-6/+13
2019-06-25arm64: Improve parking of stopped CPUsJayachandran C1-3/+1
2019-06-25arm64: Expose FRINT capabilities to userspaceMark Brown5-0/+5
2019-06-25arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown4-0/+4
2019-06-25Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-4/+4