summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|\ \
| * | x86: remove rdc321x_defs.hFlorian Fainelli2010-05-281-12/+0Star
* | | 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-261-3/+3
| * | | x86: remove last traces of quicklist usagePeter Zijlstra2010-05-241-1/+0Star
| * | | 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/+1Star
| * | | 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/+0Star
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-05-291-2/+2
|\ \ \ \
| * | | | sched: clarify commment for TS_POLLINGLen Brown2010-05-281-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/+3Star
| |\ \ \ \
| | * | | | ACPI: delete the "acpi=ht" boot optionLen Brown2010-03-153-19/+3Star
| * | | | | Merge branch 'acpi_enable' into releaseLen Brown2010-05-281-2/+0Star
| |\ \ \ \ \
| | * | | | | ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett2010-05-121-2/+0Star
| * | | | | | 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-203-11/+177
| * | | | | | | ACPI, APEI, Generic Hardware Error Source memory error supportHuang Ying2010-05-203-0/+62
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-284-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
| * | | | | | | | perf, x86: P4 PMU -- fix typo in unflagged NMI handlingCyrill Gorcunov2010-05-181-1/+1
| * | | | | | | | perf, x86: P4 PMU -- handle unflagged eventsCyrill Gorcunov2010-05-181-16/+16
* | | | | | | | | numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-275-24/+21Star
* | | | | | | | | numa: add generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-271-0/+4
* | | | | | | | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-271-2/+3
* | | | | | | | | x86_32: use asm-generic/scatterlist.hAndrew Morton2010-05-271-1/+1
* | | | | | | | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori2010-05-271-0/+3
* | | | | | | | | x86: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-271-2/+0Star
* | | | | | | | | x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-273-3/+3
* | | | | | | | | cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-271-0/+17
* | | | | | | | | Revert "endian: #define __BYTE_ORDER"Linus Torvalds2010-05-261-2/+2
* | | | | | | | | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-261-0/+1