summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86: use __ASSEMBLY__ rather than __ASSEMBLER__Andres Salomon2010-06-081-1/+1
* | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-121-1/+1
|\ \ \
| * | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-101-1/+1
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-06-113-0/+8
|\ \ \ \
| * | | | PM / x86: Save/restore MISC_ENABLE registerOndrej Zary2010-06-083-0/+8
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-111-0/+2
|\ \ \ \
| * | | | PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+2
* | | | | KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity2010-06-091-0/+3
* | | | | KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti2010-06-091-0/+2
* | | | | KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2010-06-092-0/+82
* | | | | KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel2010-06-091-1/+14
| |/ / / |/| | |
* | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-053-17/+37
|\ \ \ \
| * | | | i7core_edac: do not export static functionsStephen Rothwell2010-05-101-1/+0Star
| * | | | i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-101-0/+1
| * | | | pci: Add a probing code that seeks for an specific busAristeu Rozanski2010-05-102-17/+27
| * | | | edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-101-0/+10
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-045-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/+0Star
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds2010-06-041-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-041-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/+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