summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2016-02-161-2/+1
* x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox2016-02-091-2/+2
* x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko2016-02-091-18/+18
* x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-011-28/+19
* x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1
* x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski2016-02-011-1/+3
* x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski2016-02-011-6/+13
* x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
* x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-302-13/+12
* x86/alternatives: Add an auxilary sectionBorislav Petkov2016-01-301-0/+11
* x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov2016-01-301-44/+5
* x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-306-123/+19
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3048-326/+334
* Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar2016-01-301-0/+1
|\
| * x86/cpufeature: Add AMD AVIC bitBorislav Petkov2016-01-191-0/+1
* | x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2016-01-292-78/+65
* | x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski2016-01-291-16/+19
* | x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-292-87/+10
* | x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-293-24/+55
* | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-298-16/+29
* | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-298-23/+31
* | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-295-20/+16
* | x86/syscalls: Refactor syscalltbl.shAndy Lutomirski2016-01-291-5/+13
* | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-291817-26869/+56419
|\ \
| * \ Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-24115-757/+4144
| |\ \
| | * \ Merge branch '4.4-fixes' into mips-for-linux-nextRalf Baechle2016-01-246-3/+11
| | |\ \
| | | * | MIPS: Fix macro typoJaedon Shin2016-01-241-1/+1
| | | * | MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn2016-01-242-0/+7
| | | * | MIPS: io.h: Define `ioremap_cache'Maciej W. Rozycki2016-01-241-0/+1
| | | * | Revert "MIPS: Fix PAGE_MASK definition"Dan Williams2016-01-231-1/+1
| | * | | MIPS: zboot: Add support for serial debug using the PROMAlban Bedel2016-01-243-0/+12
| | * | | MIPS: zboot: Avoid useless rebuildsAlban Bedel2016-01-241-6/+8
| | * | | MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIBFlorian Fainelli2016-01-241-0/+1
| | * | | MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionSimon Arlott2016-01-242-13/+0
| | * | | MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott2016-01-241-96/+0
| | * | | MIPS: bcm63xx: nvram: Use nvram structure definition from header fileSimon Arlott2016-01-241-32/+3
| | * | | MIPS: KVM: Add missing newline to kvm_err()James Hogan2016-01-241-1/+1
| | * | | MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-244-28/+5
| | * | | MIPS: KVM: Use cacheops.h definitionsJames Hogan2016-01-241-22/+8
| | * | | MIPS: Break down cacheops.h definitionsJames Hogan2016-01-241-42/+64
| | * | | MIPS: Use EXCCODE_ constants with set_except_vector()James Hogan2016-01-242-30/+30
| | * | | MIPS: Update trap codesJames Hogan2016-01-241-2/+10
| | * | | MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2016-01-245-83/+80
| | * | | MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan2016-01-241-2/+2
| | * | | MIPS: KVM: Refactor added offsetof()sJames Hogan2016-01-241-7/+3
| | * | | MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan2016-01-242-19/+19
| | * | | MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan2016-01-242-38/+0
| | * | | MIPS: Move definition of DC bit to mipsregs.hJames Hogan2016-01-242-3/+2
| | * | | MIPS: KVM: Drop some unused definitions from kvm_host.hJames Hogan2016-01-241-5/+0
| | * | | MIPS: KVM: Trivial whitespace and style fixesJames Hogan2016-01-245-15/+14