summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | KVM: x86: report valid microcode update IDMarcelo Tosatti2011-09-251-1/+3
| * | | | | KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa2011-09-252-7/+7
| * | | | | KVM: x86 emulator: Let compiler know insn_fetch() rarely failsTakuya Yoshikawa2011-09-251-3/+3
| * | | | | KVM: x86 emulator: Drop _size argument from insn_fetch()Takuya Yoshikawa2011-09-251-22/+22
| * | | | | KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte()Takuya Yoshikawa2011-09-251-36/+43
| * | | | | KVM: Intelligent device lookup on I/O busSasha Levin2011-09-254-23/+101
| * | | | | KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-254-107/+100
| * | | | | KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi2011-09-252-6/+12
| * | | | | KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison2011-09-251-1/+2
| * | | | | KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison2011-09-251-0/+2
| * | | | | KVM: x86: Raise the hard VCPU count limitSasha Levin2011-09-252-1/+5
| * | | | | KVM: x86: cleanup the code of read/write emulationXiao Guangrong2011-09-251-101/+45
| * | | | | KVM: x86: abstract the operation for read/write emulationXiao Guangrong2011-09-251-0/+72
| * | | | | KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong2011-09-251-8/+31
* | | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-10-291-0/+10
|\ \ \ \ \ \
| * | | | | | lguest: don't allow KVM-detection cpuid.Rusty Russell2011-10-271-0/+10
* | | | | | | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-289-15/+15
|\ \ \ \ \ \ \
| * | | | | | | x86: constify PCI raw ops structuresJan Beulich2011-10-149-15/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+2
|\ \ \ \ \ \ \
| * | | | | | | compat: sync compat_stats with statfs.Eric W. Biederman2011-10-281-1/+2
* | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-281-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin2011-08-161-0/+1
* | | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-284-16/+46
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner2011-09-214-16/+46
* | | | | | | | | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-289-357/+257
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'upstream/ticketlock-cleanup' of git://github.com/jsgf/linux-xen...Ingo Molnar2011-09-289-357/+257
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | * | | | | | | | | x86, ticketlock: remove obsolete commentJeremy Fitzhardinge2011-09-271-4/+0
| | * | | | | | | | | x86, cmpxchg: Use __compiletime_error() to make usage messages a bit nicerJeremy Fitzhardinge2011-08-291-4/+11
| | * | | | | | | | | x86, ticketlock: Make __ticket_spin_trylock commonJeremy Fitzhardinge2011-08-292-41/+16
| | * | | | | | | | | x86, ticketlock: Convert __ticket_spin_lock to use xadd()Jeremy Fitzhardinge2011-08-291-30/+5
| | * | | | | | | | | x86, ticketlock: Convert spin loop to CJeremy Fitzhardinge2011-08-291-30/+30
| | * | | | | | | | | x86, ticketlock: Clean up types and accessorsJeremy Fitzhardinge2011-08-292-16/+28
| | * | | | | | | | | x86: Use xadd helper more widelyJeremy Fitzhardinge2011-08-294-23/+5
| | * | | | | | | | | x86: Add xadd helper macroJeremy Fitzhardinge2011-08-291-0/+43
| | * | | | | | | | | x86, cmpxchg: Unify cmpxchg into cmpxchg.hJeremy Fitzhardinge2011-08-293-244/+155
| | * | | | | | | | | x86, cmpxchg: Move 64-bit set64_bit() to match 32-bitJeremy Fitzhardinge2011-08-291-5/+5
| | * | | | | | | | | x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit.Jeremy Fitzhardinge2011-08-291-2/+1
| | * | | | | | | | | x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIXJeremy Fitzhardinge2011-08-291-1/+1
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-285-0/+160
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-314-0/+78
| * | | | | | | | | | x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin2011-07-312-0/+82
* | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-288-26/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, microcode, AMD: Add microcode revision to /proc/cpuinfoBorislav Petkov2011-10-192-2/+7
| * | | | | | | | | | | x86, microcode: Correct microcode revision formatBorislav Petkov2011-10-192-2/+2
| * | | | | | | | | | | x86, intel: Use c->microcode for Atom errata checkAndi Kleen2011-10-141-11/+4
| * | | | | | | | | | | x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen2011-10-145-12/+26
| * | | | | | | | | | | x86, microcode: Don't request microcode from userspace unnecessarilySrivatsa S. Bhat2011-10-131-1/+7
* | | | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-281-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan2011-09-081-0/+23
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-284-0/+158
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud