summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus"Ananth N Mavinakayanahalli2010-01-122-19/+22
* core, x86: make LIST_POISON less deadlyAvi Kivity2010-01-111-0/+5
* x86: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-113-1/+9
* mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-2/+1Star
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-085-8/+17
|\
| * x86, irq: Check move_in_progress before freeing the vector mappingSuresh Siddha2010-01-061-0/+7
| * x86: copy_from_user() should not return -EFAULTHeiko Carstens2010-01-052-6/+4Star
| * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Rusty Russell2010-01-051-1/+1
| * x86/pci: Intel ioh bus num reg accessing fixYinghai Lu2010-01-041-0/+4
| * x86: Fix size for ex trampoline with 32bitYinghai Lu2010-01-041-2/+2
* | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Rusty Russell2010-01-061-1/+1
* | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-311-1/+1
|\ \
| * | perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker2009-12-311-1/+1
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-318-75/+87
|\ \ \ | | |/ | |/|
| * | x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2009-12-292-44/+54
| * | x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg2009-12-281-10/+9Star
| * | x86: Use KERN_DEFAULT log-level in __show_regs()Pekka Enberg2009-12-283-21/+21
| * | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-2884-1781/+1152Star
| |\ \
| | * | x86/amd-iommu: Fix initialization failure panicJoerg Roedel2009-12-211-0/+10
| * | | x86, compress: Force i386 instructions for the decompressorH. Peter Anvin2009-12-261-0/+1
| * | | x86: Fix objdump version check in chkobjdump.awk for different formats.Masami Hiramatsu2009-12-181-3/+13
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-311-0/+2
|\ \ \ \
| * | | | ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui2009-12-311-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-12-301-1/+1
|\ \ \ \ \
| * | | | | PCI: fix section mismatch on update_res()Jiri Slaby2009-12-161-1/+1
* | | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-304-22/+13Star
|\ \ \ \ \ \
| * | | | | | KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka2009-12-272-4/+12
| * | | | | | KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti2009-12-271-0/+1
| * | | | | | KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti2009-12-271-18/+0Star
| | |/ / / / | |/| | | |
* / | | | | x86_64 SGI UV: Fix writes to led registers on remote uv hubs.Mike Travis2009-12-302-7/+25
|/ / / / /
* | | | | Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-241-1/+3
|\ \ \ \ \
| * | | | | arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by usi...Andrew Morton2009-12-221-1/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'pdc' into releaseLen Brown2009-12-243-102/+27Star
|\ \ \ \ \
| * | | | | ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2009-12-222-26/+1Star
| * | | | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-222-34/+19Star
| * | | | | ACPI: processor: factor out common _PDC settingsAlex Chiang2009-12-221-9/+1Star
| * | | | | ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang2009-12-221-33/+1Star
| * | | | | ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-222-3/+8
| |/ / / /
* | | | | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/o...Linus Torvalds2009-12-241-1/+1
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-199-25/+74
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | hw-breakpoints: Fix hardware breakpoints -> perf events dependencyFrederic Weisbecker2009-12-181-0/+2
| * | | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-173-3/+33
| * | | | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-178-25/+42
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1925-311/+278Star
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha2009-12-188-41/+22Star
| * | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org2009-12-181-1/+1
| * | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-172-1/+1
| * | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier2009-12-171-6/+4Star
| * | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu2009-12-171-1/+1
| * | | x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-172-1/+5