summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-02-04ARM: nomadik: fix up SD/MMC DT settingsLinus Walleij
2016-02-04MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle
2016-02-03arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown
2016-02-03MIPS: R6000: Don't allow 64k pages for R6000.Ralf Baechle
2016-02-02arm64: futex.h: Add missing PAN togglingJames Morse
2016-02-02arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel
2016-02-02MIPS: traps.c: Correct microMIPS RDHWR emulationMaciej W. Rozycki
2016-02-02MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handlerMaciej W. Rozycki
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-02-01MIPS: Fix FPU disable with preemptionJames Hogan
2016-02-01MIPS: Properly disable FPU in start_thread()James Hogan
2016-02-01MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan
2016-02-01Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson
2016-02-01Merge tag 'mvebu-fixes-4.5-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson
2016-02-01Merge tag 'omap-for-v4.5/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2016-02-01Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson
2016-02-01ARM64: tegra: Add chosen node for tegra132 norrinJon Hunter
2016-02-01ARM: realview: use "depends on" instead of "if" after promptMasahiro Yamada
2016-02-01ARM: tango: use "depends on" instead of "if" after promptMasahiro Yamada
2016-02-01ARM: tango: use const and __initconst for smp_operationsMasahiro Yamada
2016-02-01ARM: realview: use const and __initconst for smp_operationsMasahiro Yamada
2016-02-01arm64: dts: Add missing DMA Abort interrupt to JunoRobin Murphy
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov
2016-02-01x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski
2016-01-31Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-30Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar
2016-01-29Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-01-29Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming
2016-01-29ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta
2016-01-29ARC: shrink cpuinfo by not saving full timer BCRVineet Gupta
2016-01-29ARCv2: clocksource: Rename GRTC -> GFRC ...Vineet Gupta
2016-01-29ARM: omap2plus_defconfig: update display configsTomi Valkeinen
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski