summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-10-08x86: Unwind-annotate thunk_32.SJan Beulich
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-10-08x86: Fix section conflict for numachipAndi Kleen
2014-10-08x86: Reject x32 executables if x32 ABI not supportedBen Hutchings
2014-10-08x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue
2014-10-08x86: Quark: Comment setup_arch() to document TLB/PGE bugBryan O'Donoghue
2014-10-08x86: Improve cmpxchg8b_emu.SJan Beulich
2014-10-08x86: Improve cmpxchg16b_emu.SJan Beulich
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds
2014-10-06Merge branch 'pm-genirq'Rafael J. Wysocki
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming
2014-10-03efi: Delete the in_nmi() conditional runtime lockingMatt Fleming
2014-10-03x86/efi: Adding efi_printks on memory allocationa and pci.readsAndre Müller
2014-10-03x86/efi: Mark initialization code as suchMathias Krause
2014-10-03x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause
2014-10-03x86/efi: Unexport add_efi_memmap variableMathias Krause
2014-10-03x86/efi: Remove unused efi_call* macrosMathias Krause
2014-10-03x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek
2014-10-03x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young
2014-10-03efi: Add kernel param efi=noruntimeDave Young
2014-10-03lib: Add a generic cmdline parse function parse_option_strDave Young
2014-10-03efi: Move noefi early param code out of x86 arch codeDave Young
2014-10-03efi-bgrt: Add error handling; inform the user when ignoring the BGRTJosh Triplett
2014-10-03efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming
2014-10-03efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel
2014-10-03xen: eliminate scalability issues from initrd handlingJuergen Gross
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar
2014-10-03perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang
2014-10-03perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen
2014-10-03sched/x86: Fix up typo in topology detectionDave Hansen
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-02kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini
2014-10-02Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-10-02crypto: aesni - remove unused defines in "by8" variantMathias Krause
2014-10-02crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause
2014-10-01x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook
2014-09-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov
2014-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-09-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar
2014-09-24x86/efi: Truncate 64-bit values when calling 32-bit OutputString()Matt Fleming
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-09-24x86/relocs: Make per_cpu_load_addr staticBen Hutchings
2014-09-24x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov
2014-09-24x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov