summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-47/+64
2014-09-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-47/+61
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2-0/+2
2014-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2014-09-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar4-44/+43
2014-09-25x86/efi: Truncate 64-bit values when calling 32-bit OutputString()Matt Fleming1-2/+4
2014-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-83/+31
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause1-2/+2
2014-09-24sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-09-24x86/efi: Delete misleading efi_printk() error messageMatt Fleming1-15/+16
2014-09-24Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming4-27/+23
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-78/+116
2014-09-23Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2-81/+29
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+1
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2014-09-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-37/+98
2014-09-19x86/kaslr: Avoid the setup_data area when picking locationKees Cook1-0/+15
2014-09-19Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-3/+3
2014-09-16vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont1-23/+1
2014-09-14x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8Dave Young1-3/+3
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2-2/+1
2014-09-12Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-15/+13
2014-09-10x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader2-15/+13
2014-09-10net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-10net: bpf: consolidate JIT binary allocatorDaniel Borkmann1-39/+11
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+17
2014-09-09Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar3-36/+92
2014-09-09x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller1-1/+1
2014-09-08x86/efi: Fixup GOT in all boot code pathsMatt Fleming2-29/+81
2014-09-08x86/efi: Only load initrd above 4g on second tryYinghai Lu1-7/+11
2014-09-08x86-64, ptdump: Mark espfix area only if existentMathias Krause1-0/+4
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-29/+82
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-12/+6
2014-09-01x86, irq: Fix build error caused by 9eabc99a635a77cbf09Jiang Liu1-0/+1
2014-08-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-4/+33
2014-08-30kexec: purgatory: add clean-up for purgatory directoryMichael Welling1-0/+1
2014-08-30x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatoryVivek Goyal1-0/+1
2014-08-30kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal7-20/+31
2014-08-30x86,mm: fix pte_special versus pte_numaHugh Dickins1-2/+7
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu4-2/+16
2014-08-27kprobes/x86: Free 'optinsn' cache when range check failsWang Nan1-1/+3
2014-08-27x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu1-1/+14
2014-08-26bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov1-0/+42
2014-08-26x86: Fix non-PC platform kernel crash on boot due to NULL dereferenceAndy Shevchenko2-1/+3
2014-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+9
2014-08-22Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar94-1400/+3547
2014-08-19Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini1-1/+1
2014-08-19KVM: x86: do not check CS.DPL against RPL during task switchPaolo Bonzini1-3/+0
2014-08-19KVM: x86: Avoid emulating instructions on #UD mistakenlyNadav Amit1-4/+4