summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski
2017-11-02x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross
2017-11-02x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski
2017-11-02x86/entry/64: Use POP instead of MOV to restore regs on NMI returnAndy Lutomirski
2017-11-02x86/entry/64: Merge the fast and slow SYSRET pathsAndy Lutomirski
2017-11-02x86/entry/64: Use pop instead of movq in syscall_return_via_sysretAndy Lutomirski
2017-11-02x86/entry/64: Shrink paranoid_exit_restore and make labels localAndy Lutomirski
2017-11-02x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski
2017-11-02x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski
2017-11-02x86/entry/64: Remove the restore_c_regs_and_iret labelAndy Lutomirski
2017-11-02Merge branch 'x86/fpu' into x86/asmIngo Molnar
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
2017-11-02x86/insn-eval: Extend get_seg_base_addr() to also obtain segment limitRicardo Neri
2017-11-02ARM: dts: sun8i: a711: Enable USB OTGMaxime Ripard
2017-11-02ARM: dts: sun8i: a711: Add regulator supportMaxime Ripard
2017-11-02ARM: dts: sun8i: a83t: bananapi-m3: Enable AP6212 WiFi on mmc1Chen-Yu Tsai
2017-11-02ARM: dts: sun8i: a83t: cubietruck-plus: Enable AP6330 WiFi on mmc1Chen-Yu Tsai
2017-11-02ARM: dts: sun8i: a83t: Move mmc1 pinctrl setting to dtsi fileChen-Yu Tsai
2017-11-02ARM: dts: sun8i: a83t: allwinner-h8homlet-v2: Add AXP818 regulator nodesChen-Yu Tsai
2017-11-02ARM: dts: sun8i: a83t: bananapi-m3: Add AXP813 regulator nodesChen-Yu Tsai
2017-11-02ARM: dts: sun8i: a83t: cubietruck-plus: Add AXP818 regulator nodesChen-Yu Tsai
2017-11-02ARM: dts: sunxi: Add dtsi for AXP81x PMICChen-Yu Tsai
2017-11-02arm64: dts: allwinner: H5: Restore EMAC changesCorentin Labbe
2017-11-02ARM: dts: sunxi: Restore EMAC changes (boards)Corentin Labbe
2017-11-02ARM: dts: sunxi: h3/h5: represent the mdio switch used by sun8i-h3-emacCorentin Labbe
2017-11-02arm: dts: sunxi: h3/h5: Restore EMAC changesCorentin Labbe
2017-11-02s390: pass endianness info to sparseLuc Van Oostenryck
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie
2017-11-02ARM: add debug ".edata_real" symbolRussell King
2017-11-01MIPS: smp-cmp: Fix vpe_id build errorJames Hogan
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang
2017-11-01MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld
2017-11-01MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn
2017-11-01x86/insn-eval: Incorporate segment base in linear address computationRicardo Neri
2017-11-01x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm ...Ricardo Neri
2017-11-01x86/insn-eval: Add function to get default params of code segmentRicardo Neri
2017-11-01x86/insn-eval: Add utility functions to get segment descriptor base address a...Ricardo Neri
2017-11-01x86/insn-eval: Add utility function to get segment descriptorRicardo Neri
2017-11-01x86/insn-eval: Add utility functions to get segment selectorRicardo Neri
2017-11-01x86/insn-eval: Add utility function to identify string instructionsRicardo Neri
2017-11-01x86/insn-eval: Add a utility function to get register offsetsRicardo Neri
2017-11-01x86/insn-eval: Do not BUG on invalid register typeRicardo Neri
2017-11-01x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri
2017-11-01x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0Ricardo Neri
2017-11-01x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11bRicardo Neri
2017-11-01x86/mpx: Use signed variables to compute effective addressesRicardo Neri