summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-035-23/+27
|\
| * x86, smpboot: Fix cores per node printing on bootBorislav Petkov2010-06-021-1/+1
| * Merge branch 'amd-iommu/2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-06-012-10/+26
| |\
| | * x86/amd-iommu: Fall back to GART if initialization failsJoerg Roedel2010-06-012-4/+9
| | * x86/amd-iommu: Fix crash when request_mem_region failsJoerg Roedel2010-06-011-3/+8
| | * Merge commit 'v2.6.35-rc1' into amd-iommu/2.6.35Joerg Roedel2010-06-01186-8175/+11259
| | |\
| | * | arch/x86/kernel: Add missing spin_unlockJulia Lawall2010-05-271-3/+9
| * | | x86/mm: Remove unused DBG() macroAkinobu Mita2010-05-312-12/+0
| | |/ | |/|
* | | Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds2010-06-031-2/+2
|\ \ \
| * | | xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell2010-06-031-2/+2
| |/ /
* | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-06-031-0/+22
|\ \ \
| * | | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-311-0/+22
| |/ /
* | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-018-9/+12
|\ \ \ | |/ / |/| |
| * | add random binaries to .gitignoreJan III Sobieski2010-04-081-0/+3
| * | Rename .data.init to .data..init.Denys Vlasenko2010-03-031-1/+1
| * | Rename .text.page_aligned to .text..page_aligned.Denys Vlasenko2010-03-032-2/+2
| * | Rename .rodata.compressed to .rodata..compressed.Denys Vlasenko2010-03-032-3/+3
| * | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
| * | Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-031-1/+1
| * | Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-031-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-301-12/+0
|\ \ \
| * | | x86: remove rdc321x_defs.hFlorian Fainelli2010-05-281-12/+0
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-3010-26/+92
|\ \ \ \
| * | | | x86, cpufeature: Unbreak compile with gcc 3.xH. Peter Anvin2010-05-271-0/+7
| * | | | x86, pat: Fix memory leak in free_memtypeXiaotian Feng2010-05-263-9/+14
| * | | | x86, k8: Fix section mismatch for powernowk8_exit()Borislav Petkov2010-05-251-3/+3
| * | | | x86: remove last traces of quicklist usagePeter Zijlstra2010-05-241-1/+0
| * | | | x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas2010-05-241-0/+11
| * | | | x86: "nosmp" command line option should force the system into UP modeJan Beulich2010-05-241-3/+23
| * | | | arch/x86/pci: use kasprintfJulia Lawall2010-05-241-2/+1
| * | | | x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson2010-05-241-8/+33
* | | | | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-301-17/+0
* | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-05-281-2/+2
|\ \ \ \ \
| * | | | | sched: clarify commment for TS_POLLINGLen Brown2010-05-271-2/+2
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-2810-33/+246
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'ht-delete-2.6.35' into releaseLen Brown2010-05-283-19/+3
| |\ \ \ \ \
| | * | | | | ACPI: delete the "acpi=ht" boot optionLen Brown2010-03-143-19/+3
| * | | | | | Merge branch 'acpi_enable' into releaseLen Brown2010-05-281-2/+0
| |\ \ \ \ \ \
| | * | | | | | ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett2010-05-121-2/+0
| * | | | | | | Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown2010-05-281-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas2010-04-041-1/+4
| * | | | | | | | ACPI, APEI, Use ERST for persistent storage of MCEHuang Ying2010-05-193-11/+177
| * | | | | | | | ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying2010-05-193-0/+62
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-274-23/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | perf, trace: Fix !x86 build bugPeter Zijlstra2010-05-251-1/+5
| * | | | | | | | x86/mmiotrace: Remove redundant instruction prefix checksAkinobu Mita2010-05-231-1/+1
| * | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-20100-2531/+4006
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf, x86: P4 PMU -- add missing bit in CCCR maskCyrill Gorcunov2010-05-191-1/+2
| * | | | | | | | | perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_Cyrill Gorcunov2010-05-191-1/+1
| * | | | | | | | | perf, x86: P4 PMU -- do a real check for ESCR address being in hashCyrill Gorcunov2010-05-191-3/+4
OpenPOWER on IntegriCloud