summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-149-739/+858
|\
| * x86: Fix code patching for paravirt-alternatives on 486Ben Hutchings2009-09-111-3/+13
| * x86: Fix CPU llc_shared_map information for AMD Magny-CoursAndreas Herrmann2009-09-041-0/+1
| * x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying2009-09-021-0/+8
| * Merge branch 'x86/paravirt' into x86/cpuIngo Molnar2009-09-012-711/+722
| |\
| | * x86/paravirt: split paravirt definitions into paravirt_types.hJeremy Fitzhardinge2009-06-172-710/+721
| * | x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin2009-09-011-2/+8
| * | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin2009-09-011-4/+14
| * | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-09-011-2/+2
| * | x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin2009-09-011-1/+9
| * | x86, asm: Add 32-bit versions of the combined CFI macrosH. Peter Anvin2009-09-011-1/+17
| * | x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-09-012-23/+41
| * | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-09-012-0/+29
| * | x86: add specific support for Intel Atom architectureTobias Doerffel2009-08-231-0/+2
* | | Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2009-09-1414-687/+15
|\ \ \
| * | | x86: remove all now-duplicate header filesArnd Bergmann2009-06-1819-840/+14
| * | | x86: convert termios.h to the asm-generic versionArnd Bergmann2009-06-181-23/+63
| * | | x86: convert almost generic headers to asm-generic versionArnd Bergmann2009-06-1810-179/+73
| * | | x86: convert trivial headers to asm-generic versionArnd Bergmann2009-06-188-53/+92
| * | | x86: add copies of some headers to convert to asm-genericArnd Bergmann2009-06-185-0/+181
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-149-52/+43
|\ \ \ \
| * | | | x86/i386: Put aligned stack-canary in percpu shared_aligned sectionJeremy Fitzhardinge2009-09-041-1/+1
| * | | | x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge2009-09-033-4/+14
| * | | | x86: allow "=rm" in native_save_fl()H. Peter Anvin2009-08-261-5/+4
| * | | | Merge commit 'origin/x86/urgent' into x86/asmH. Peter Anvin2009-08-2610-28/+68
| |\ \ \ \
| * | | | | x86: properly annotate alternatives.cJan Beulich2009-08-221-7/+0
| * | | | | x86: Introduce GDT_ENTRY_INIT()Akinobu Mita2009-08-083-3/+10
| * | | | | x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita2009-07-193-30/+14
| * | | | | x86: Remove unused patch_espfix_desc()Akinobu Mita2009-07-191-3/+1
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-143-3/+20
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Ingo Molnar2009-08-2911-30/+81
| |\ \ \ \ \ \
| | * | | | | | ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=nFeng Tang2009-08-291-2/+11
| | | |/ / / / | | |/| | | |
| * | | | | | x86, ioapic: Define IO_APIC_DEFAULT_PHYS_BASE constantCyrill Gorcunov2009-08-261-1/+2
| * | | | | | x86/apic: Enable x2APIC without interrupt remapping under KVMGleb Natapov2009-08-051-0/+7
* | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-114-13/+15
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-062-3/+11
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | tracing: Remove FTRACE_SYSCALL_MAX definitionsJason Baron2009-08-261-7/+0
| * | | | | | | tracing: Define NR_syscalls for x86_64Jason Baron2009-08-261-0/+6
| * | | | | | | tracing: Define NR_syscalls for x86 (32)Jason Baron2009-08-261-0/+2
| * | | | | | | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-261-6/+7
| * | | | | | | tracing: Update FTRACE_SYSCALL_MAXJason Baron2009-08-111-2/+2
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-19/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: enable SD_WAKE_IDLEPeter Zijlstra2009-09-071-1/+1
| * | | | | | | | sched: Turn on SD_BALANCE_NEWIDLEIngo Molnar2009-09-041-1/+1
| * | | | | | | | sched: Clean up topology.hIngo Molnar2009-09-041-19/+28
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-111-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-022-3/+11
| |\| | | | | | |
| * | | | | | | | x86, perf_counter, bts: Add BTS support to perfcountersMarkus Metzger2009-08-091-0/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-113-19/+50
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-049-37/+71
| |\ \ \ \ \ \ \ \