summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-06-07ARM: OMAP3: Fix booting with thumb2 kernelTony Lindgren1-20/+2
2016-06-07powerpc: scan_features() updates incorrect bits for REAL_LEAnton Blanchard2-1/+2
2016-06-07ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernelSascha Hauer1-0/+1
2016-06-07ARM: OMAP3: Add cpuidle parameters table for omap3430Pali Rohár1-1/+68
2016-06-07parisc: Fix kernel crash with reversed copy_from_user()Helge Deller1-0/+3
2016-06-07parisc: Avoid function pointers for kernel exception routinesHelge Deller1-5/+5
2016-06-07perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen3-1/+14
2016-06-07xtensa: clear all DBREAKC registers on startMax Filippov1-1/+1
2016-06-07xtensa: ISS: don't hang if stdin EOF is reachedMax Filippov1-4/+6
2016-06-07x86/iopl: Fix iopl capability check on Xen PVAndy Lutomirski1-3/+9
2016-06-07x86, processor-flags: Fix the datatypes and add bit number definesH. Peter Anvin1-50/+104
2016-06-07x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin3-3/+3
2016-06-07KVM: i8254: change PIT discard tick policyRadim Krčmář1-5/+7
2016-06-07x86/iopl/64: Properly context-switch IOPL on Xen PVKamal Mostafa3-1/+15
2016-03-16KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2016-03-16powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab1-1/+1
2016-03-16KVM: VMX: disable PEBS before a guest entryRadim Krčmář1-0/+7
2016-03-10PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt1-0/+7
2016-03-10x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski1-0/+1
2016-03-04sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2016-03-04uml: flush stdout before forkingVegard Nossum1-0/+2
2016-03-04s390: fix normalization bug in exception table sortingArd Biesheuvel1-2/+6
2016-03-04ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta1-33/+4
2016-03-04MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan1-1/+4
2016-03-04MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan1-1/+1
2016-03-04MIPS: KVM: Fix ASID restoration logicJames Hogan1-6/+10
2016-03-04efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar3-11/+10
2016-02-25x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski4-26/+42
2016-02-25m32r: fix m32104ut_defconfig build failSudip Mukherjee1-0/+3
2016-02-25ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()Linus Walleij1-2/+6
2016-02-25ARM: 8519/1: ICST: try other dividends than 1Linus Walleij1-0/+1
2016-02-20parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-02-20parisc: Fix syscall restartsHelge Deller1-12/+52
2016-02-20parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0
2016-02-20sh64: fix __NR_fgetxattrDmitry V. Levin1-1/+1
2016-01-29mn10300: Select CONFIG_HAVE_UID16 to fix build failureGuenter Roeck1-3/+1
2016-01-29openrisc: fix CONFIG_UID16 settingAndrew Morton1-3/+1
2016-01-29arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon1-0/+3
2016-01-29arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood1-0/+6
2016-01-29powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng1-8/+8
2016-01-29powerpc: Make value-returning atomics fully orderedBoqun Feng1-1/+1
2016-01-29powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling3-5/+14
2016-01-29x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu1-1/+1
2016-01-29x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-29KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSRPaul Mackerras1-0/+6
2016-01-29x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)1-1/+2
2016-01-29x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin1-7/+10
2015-12-09arm64: Fix compat register mappingsRobin Murphy1-8/+8
2015-12-09x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2015-12-09x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2-5/+15