summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2018-02-26arm: mvebu: 370-rd: Enable PHY interrupt handlingAndrew Lunn
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-02-23bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann
2018-02-23bpf, x64: save few bytes when mul is in alu32Daniel Borkmann
2018-02-23bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann
2018-02-23bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann
2018-02-23bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2018-02-23Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-02-22MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann
2018-02-22Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/p...Linus Torvalds
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-02-20Rename sbi_save to parse_dtb to improve code readabilityMichael Clark
2018-02-20RISC-V: Enable IRQ during exception handlingzongbox@gmail.com
2018-02-20riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE selectUlf Magnusson
2018-02-20riscv: kconfig: Remove RISCV_IRQ_INTC selectUlf Magnusson
2018-02-20riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB selectUlf Magnusson
2018-02-20MIPS: Drop spurious __unused in struct compat_flockJames Hogan
2018-02-20arm64: perf: correct PMUVer probingMark Rutland
2018-02-20ARM: ux500: remove PMU IRQ bouncerMark Rutland
2018-02-19arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon
2018-02-19arm64: Remove unimplemented syscall log messageMichael Weiser
2018-02-19arm64: Disable unhandled signal log messages by defaultMichael Weiser
2018-02-19arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy
2018-02-19arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S filesBhupesh Sharma
2018-02-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-17Merge tag 'powerpc-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-02-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava
2018-02-17arm64: cputype: Silence Sparse warningsRobin Murphy
2018-02-16Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2018-02-16Merge tag 'mips_fixes_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-16powerpc/pseries: Check for zero filled ibm,dynamic-memory propertyNathan Fontenot
2018-02-16x86/Kconfig: Explicitly enumerate i686-class CPUs in KconfigMatthew Whitehead
2018-02-16x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...Matthew Whitehead
2018-02-16x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig groupMatthew Whitehead
2018-02-15sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}James Hogan
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/entry/64: Fix CR3 restore in paranoid_exit()Ingo Molnar
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva