summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-093-10/+9
| | * | | | | x86: Merge sys_sigaltstackBrian Gerst2009-12-093-17/+5
| | * | | | | x86: Merge sys_execveBrian Gerst2009-12-095-49/+29
| | * | | | | x86: Merge sys_ioplBrian Gerst2009-12-093-29/+7
| | * | | | | x86-32: Add new pt_regs stubsBrian Gerst2009-12-091-11/+38
| * | | | | | x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-153-11/+17
| * | | | | | x86: Regex support and known-movable symbols for relocs, fix _endH. Peter Anvin2009-12-142-31/+60
| * | | | | | x86, msr: Remove incorrect, duplicated code in the MSR driverH. Peter Anvin2009-12-141-3/+2
* | | | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-161-1/+3
|\ \ \ \ \ \ \
| * | | | | | | x86: don't export inline functionRusty Russell2009-12-151-1/+3
* | | | | | | | 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
OpenPOWER on IntegriCloud