summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-082-6/+4Star
|\
| * x86: copy_from_user() should not return -EFAULTHeiko Carstens2010-01-052-6/+4Star
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-311-41/+33Star
|\|
| * x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2009-12-291-38/+48
| * Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-2818-335/+213Star
| |\
* | \ Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-301-0/+4
|\ \ \
| * | | KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka2009-12-271-0/+4
* | | | x86_64 SGI UV: Fix writes to led registers on remote uv hubs.Mike Travis2009-12-301-1/+19
|/ / /
* | | Merge branch 'pdc' into releaseLen Brown2009-12-241-0/+26
|\ \ \
| * | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-221-0/+19
| * | | ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-221-0/+7
| | |/ | |/|
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-191-0/+24
|\ \ \
| * | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-171-0/+6
| * | | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-0/+18
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-195-4/+20
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha2009-12-181-1/+2
| * | x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha2009-12-171-1/+1
| * | x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov2009-12-171-0/+12
| * | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-172-0/+2
| * | x86: Add IA32_TSC_AUX MSR and use itSheng Yang2009-12-162-2/+3
* | | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-0/+1
|\ \ \ | |_|/ |/| |
| * | kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-1/+0Star
|\ \ \
| * | | sanitize do_pipe_flags() callers in archAl Viro2009-12-161-1/+0Star
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-162-24/+16Star
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-12-151-22/+10Star
| |\ \ \
| | * | | x86: Merge sys_cloneBrian Gerst2009-12-101-6/+2Star
| | * | | x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-101-2/+2
| | * | | x86: Merge sys_sigaltstackBrian Gerst2009-12-101-5/+3Star
| | * | | x86: Merge sys_execveBrian Gerst2009-12-101-4/+2Star
| | * | | x86: Merge sys_ioplBrian Gerst2009-12-101-5/+1Star
| * | | | x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-151-2/+6
* | | | | gru: function to generate chipset IPI valuesJack Steiner2009-12-161-4/+20
* | | | | x86: uv: update XPC to handle updated BIOS interfaceRobin Holt2009-12-161-10/+1Star
* | | | | x86: uv: introduce uv_gpa_is_mmrRobin Holt2009-12-161-0/+7
* | | | | x86: uv: introduce a means to translate from gpa -> socket_paddrRobin Holt2009-12-161-0/+13
* | | | | dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-161-1/+1
* | | | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0Star
* | | | | ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov2009-12-161-0/+2
| |_|/ / |/| | |
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-154-50/+50
|\ \ \ \
| * | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-10/+10
| * | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-10/+10
| * | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-142-20/+20
| * | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
| * | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-144-30/+30
* | | | | cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon2009-12-151-117/+0Star
* | | | | cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon2009-12-151-13/+0Star
* | | | | cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon2009-12-151-19/+0Star
* | | | | cs5535: move the DIVIL MSR definition into linux/cs5535.hAndres Salomon2009-12-151-2/+0Star
* | | | | cs5535: add a generic MFGPT driverAndres Salomon2009-12-151-40/+0Star