aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-03-14Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidlsk-v3.10-16.03-androidlinux-linaro-lsk-v3.10-androidAlex Shi
2016-03-14 Merge tag 'v3.10.100' into linux-linaro-lsk-v3.10lsk-v3.10-16.03linux-linaro-lsk-v3.10Alex Shi
2016-03-09PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt
2016-03-09x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski
2016-03-03sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin
2016-03-03uml: flush stdout before forkingVegard Nossum
2016-03-03s390: fix normalization bug in exception table sortingArd Biesheuvel
2016-03-03ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta
2016-03-03MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan
2016-03-03MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan
2016-03-03MIPS: KVM: Fix ASID restoration logicJames Hogan
2016-03-03efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar
2016-02-29Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidAlex Shi
2016-02-26 Merge tag 'v3.10.98' into linux-linaro-lsk-v3.10Alex Shi
2016-02-25x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski
2016-02-25m32r: fix m32104ut_defconfig build failSudip Mukherjee
2016-02-25ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()Linus Walleij
2016-02-25ARM: 8519/1: ICST: try other dividends than 1Linus Walleij
2016-02-19parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller
2016-02-19parisc: Fix syscall restartsHelge Deller
2016-02-19parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller
2016-02-19sh64: fix __NR_fgetxattrDmitry V. Levin
2016-02-10Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidlsk-v3.10-16.02-androidMark Brown
2016-02-05Merge tag 'v3.10.96' into linux-linaro-lsk-v3.10lsk-v3.10-16.02Mark Brown
2016-01-28mn10300: Select CONFIG_HAVE_UID16 to fix build failureGuenter Roeck
2016-01-28openrisc: fix CONFIG_UID16 settingAndrew Morton
2016-01-28arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon
2016-01-28arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood
2016-01-28powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng
2016-01-28powerpc: Make value-returning atomics fully orderedBoqun Feng
2016-01-28powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling
2016-01-28x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu
2016-01-28x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner
2016-01-28KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSRPaul Mackerras
2016-01-28x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)
2016-01-28x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin
2015-12-10Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidlsk-v3.10-16.01-androidlsk-v3.10-15.12-androidKevin Hilman
2015-12-10Merge tag 'v3.10.94' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...lsk-v3.10-16.01lsk-v3.10-15.12Kevin Hilman
2015-12-09arm64: Fix compat register mappingsRobin Murphy
2015-12-09x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper
2015-12-09x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov
2015-12-09x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur
2015-12-09x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini
2015-12-09ARM: orion: Fix DSA platform device after mvmdio conversionFlorian Fainelli
2015-12-09ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski
2015-12-09ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski
2015-11-30Merge branch 'linux-linaro-lsk-v3.10' into linux-linaro-lsk-v3.10-androidKevin Hilman
2015-11-10Merge tag 'v3.10.93' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-11-09xen: fix backport of previous kexec patchGreg Kroah-Hartman
2015-11-09Revert "ARM64: unwind: Fix PC calculation"Will Deacon