summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa2013-12-131-0/+5
| * | KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-1/+1
| * | KVM: nVMX: Add support for activity state HLTJan Kiszka2013-12-122-1/+7
| * | KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs fieldGleb Natapov2013-12-121-27/+85
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-231-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2013-12-19243-3799/+6946
| |\ \ \
| * | | | treewide: Fix typo in KconfigMasanari Iida2013-12-021-1/+1
* | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-235-9/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-1/+0
| |\ \ \ \ \
| | * | | | | PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-081-1/+0
| * | | | | | Merge branch 'pci/yijing-dev_is_pci' into nextBjorn Helgaas2013-12-131-3/+1
| |\ \ \ \ \ \
| | * | | | | | x86/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-101-3/+1
| | |/ / / / /
| * / / / / / PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-134-5/+5
| |/ / / / /
* | | | | | x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko2014-01-223-3/+3
* | | | | | x86: memblock: set current limit to max low memory addressSantosh Shilimkar2014-01-222-3/+3
* | | | | | acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggableTang Chen2014-01-221-0/+44
* | | | | | acpi, numa, mem_hotplug: mark hotpluggable memory in memblockTang Chen2014-01-222-0/+7
* | | | | | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-223-4/+6
* | | | | | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-212-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-2414-77/+83
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'driver-core-linus' into driver-core-nextTejun Heo2013-12-109-15/+43
| |\ \ \ \ \ \ \
| * | | | | | | | microcode: Use request_firmware_direct()Takashi Iwai2013-12-092-2/+2
* | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-211-20/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, x32: Use __kernel_long_t/__kernel_ulong_t in x86-64 stat.hH.J. Lu2013-12-211-20/+22
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-01-207-26/+133
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/intel/mpx: Remove unused LWP structureIngo Molnar2014-01-201-8/+2
| * | | | | | | | | x86, mpx: Add MPX related opcodes to the x86 opcode mapQiaowei Ren2014-01-171-2/+2
| * | | | | | | | | x86: replace futex_atomic_cmpxchg_inatomic() with user_atomic_cmpxchg_inatomicQiaowei Ren2013-12-161-20/+1
| * | | | | | | | | x86: add user_atomic_cmpxchg_inatomic at uaccess.hQiaowei Ren2013-12-161-0/+92
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren2013-12-073-4/+43
| * | | | | | | | x86, cpufeature: Define the Intel MPX feature flagQiaowei Ren2013-12-061-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-2021-158/+650
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSETKees Cook2014-01-141-11/+18
| * | | | | | | | x86, kaslr: Remove unused including <linux/version.h>Wei Yongjun2014-01-141-1/+0
| * | | | | | | | x86, kaslr: Use char array to gain sizeof sanityKees Cook2013-11-121-1/+1
| * | | | | | | | x86, kaslr: Add a circular multiply for better bit diffusionH. Peter Anvin2013-11-121-0/+11
| * | | | | | | | x86, kaslr: Mix entropy sources together as neededKees Cook2013-11-122-22/+65
| * | | | | | | | x86/relocs: Add percpu fixup for GNU ld 2.23Kees Cook2013-10-181-0/+2
| * | | | | | | | x86, boot: Rename get_flags() and check_flags() to *_cpuflags()H. Peter Anvin2013-10-134-10/+10
| * | | | | | | | x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64Kees Cook2013-10-134-7/+29
| * | | | | | | | x86, kaslr: Report kernel offset on panicKees Cook2013-10-131-0/+26
| * | | | | | | | x86, kaslr: Select random position from e820 mapsKees Cook2013-10-133-9/+202
| * | | | | | | | x86, kaslr: Provide randomness functionsKees Cook2013-10-134-14/+76
| * | | | | | | | x86, kaslr: Return location from decompress_kernelKees Cook2013-10-138-24/+102
| * | | | | | | | x86, boot: Move CPU flags out of cpucheckKees Cook2013-10-137-97/+138
| * | | | | | | | x86, relocs: Add more per-cpu gold special casesMichael Davidson2013-10-131-5/+13
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-205-0/+88
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-01-163-0/+77
| * | | | | | | | | x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2014-01-152-0/+11
* | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-202-9/+17
|\ \ \ \ \ \ \ \ \ \