summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-17/+2
|\
| * locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-032-2/+2
| * locking,x86: Kill atomic_or_long()Peter Zijlstra2014-08-141-15/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-16/+5
|\ \
| * | handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-16/+5
* | | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-1114-165/+424
|\ \ \
| * | | x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor2014-10-064-11/+67
| * | | xen: eliminate scalability issues from initrd handlingJuergen Gross2014-10-032-2/+10
| * | | x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-235-12/+7
| * | | x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappingsDavid Vrabel2014-09-231-44/+4
| * | | x86: skip check for spurious faults for non-present faultsDavid Vrabel2014-09-231-2/+20
| * | | xen/efi: Directly include needed headersDaniel Kiper2014-09-231-0/+2
| * | | xen/setup: Remap Xen Identity Mapped RAMMatt Rushton2014-09-233-94/+314
* | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2427-86/+125
| |\ \ \ \
| * | | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-094-7/+16
|\ \ \ \ \ \
| * | | | | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-092-6/+2
| * | | | | | mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-092-1/+14
* | | | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-0/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-genirq'Rafael J. Wysocki2014-10-071-0/+5
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objectsRafael J. Wysocki2014-09-011-0/+5
* | | | | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-093-32/+36
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | x86/PCI: Mark PCI BIOS initialization code as suchMathias Krause2014-09-241-4/+4
| * | | | | | | x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause2014-09-241-1/+1
| * | | | | | | x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause2014-09-241-10/+14
| * | | | | | | x86/PCI: Move __init annotation to the correct placeMathias Krause2014-09-241-7/+7
| * | | | | | | x86/PCI: Mark DMI tables as initialization dataMathias Krause2014-09-221-10/+10
* | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-092-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Tell irq work about self IPI supportFrederic Weisbecker2014-09-133-2/+12
| * | | | | | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-083-52/+79
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-027-47/+64
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2014-09-262-0/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-243-83/+31
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2312-78/+116
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
| * | | | | | | | | net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-091-39/+11
| * | | | | | | | | net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+17
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-0716-29/+82
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-12/+6
| * | | | | | | | | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-251-0/+42
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-0812-7/+2588
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause2014-10-021-2/+2
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-10-021-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crypto: aesni - remove unused defines in "by8" variantMathias Krause2014-10-021-3/+0
| * | | | | | | | | | | crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause2014-10-021-2/+15
| * | | | | | | | | | | crypto: sha-mb - sha1_mb_alg_state can be staticFengguang Wu2014-08-261-11/+11
| * | | | | | | | | | | crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen2014-08-253-0/+947
| * | | | | | | | | | | crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)Tim Chen2014-08-251-0/+472