summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* iommu-helper: use bitmap libraryAkinobu Mita2009-12-163-8/+8
* gru: function to generate chipset IPI valuesJack Steiner2009-12-161-4/+20
* x86: uv: update XPC to handle updated BIOS interfaceRobin Holt2009-12-162-16/+3
* 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/+0
* ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingOleg Nesterov2009-12-161-14/+7
* ptrace: x86: implement user_single_step_siginfo()Oleg Nesterov2009-12-162-9/+23
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-1510-78/+78
|\
| * genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-142-9/+9
| * 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-145-28/+28
| * locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-143-3/+3
| * locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-148-41/+41
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-7/+4
* | cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon2009-12-155-712/+0
* | cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon2009-12-151-13/+0
* | cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon2009-12-153-43/+2
* | cs5535: move the DIVIL MSR definition into linux/cs5535.hAndres Salomon2009-12-152-3/+1
* | cs5535: add a generic MFGPT driverAndres Salomon2009-12-151-40/+0
* | ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimizationAndres Salomon2009-12-152-1/+2
* | cs5535-gpio: add AMD CS5535/CS5536 GPIO driver supportAndres Salomon2009-12-151-27/+1
* | hugetlb: add generic definition of NUMA_NO_NODELee Schermerhorn2009-12-151-2/+7
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1422-78/+133
|\
| * x86, mce: Clean up thermal init by introducing intel_thermal_supported()Hidetoshi Seto2009-12-141-5/+12
| * x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov2009-12-141-2/+3
| * x86: Gart: fix breakage due to IOMMU initialization cleanupYinghai Lu2009-12-142-6/+8
| * x86: Move swiotlb initialization before dma32_free_bootmemFUJITA Tomonori2009-12-141-1/+4
| * x86: Fix build warning in arch/x86/mm/mmio-mod.cJoe Perches2009-12-141-1/+1
| * x86: Fix duplicated UV BAU interrupt vectorCliff Wickman2009-12-131-1/+1
| * x86: Limit the number of processor bootup messagesMike Travis2009-12-116-29/+47
| * x86: Remove enabling x2apic message for every CPUMike Travis2009-12-111-1/+1
| * x86, msr: Add support for non-contiguous cpumasksBorislav Petkov2009-12-112-4/+25
| * Merge commit 'linus/master' into x86/urgentH. Peter Anvin2009-12-1118-37/+57
| |\
| * | x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-117-25/+27
| * | x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasksPrarit Bhargava2009-12-101-6/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-1410-144/+221
|\ \ \
| * | | percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-295-80/+79
| * | | percpu: make percpu symbols in xen uniqueTejun Heo2009-10-292-32/+33
| * | | percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-291-14/+14
| * | | percpu: remove some sparse warningsTejun Heo2009-10-291-13/+13
| * | | this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter2009-10-121-4/+4
| * | | this_cpu: Implement X86 optimized this_cpu operationsChristoph Lameter2009-10-031-0/+78
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1118-168/+221
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-12-103-5/+54
| |\ \ \
| | * | | x86/amd-iommu: Fix PCI hotplug with passthrough modeJoerg Roedel2009-12-103-2/+8
| | * | | x86/amd-iommu: Fix passthrough modeJoerg Roedel2009-12-103-3/+46
| * | | | x86: mmio-mod.c: Use pr_fmtJoe Perches2009-12-101-36/+35
OpenPOWER on IntegriCloud