summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: proc.c declare cpuinfo_op before they get usedJaswinder Singh2008-07-221-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: ptrace.c declare functions before they get usedJaswinder Singh2008-07-221-0/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: i387.c declare dump_fpu() before they get usedJaswinder Singh2008-07-221-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: pci-nommu.c declare nommu_dma_ops before they get usedJaswinder Singh2008-07-221-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: pci-dma.c declare iommu_bio_merge before they get usedJaswinder Singh2008-07-222-1/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: e820.c declare pci_mem_start before they get usedJaswinder Singh2008-07-221-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: setup.c declare saved_video_mode before they get usedJaswinder Singh2008-07-221-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: time_XX.c declare functions before they get usedJaswinder Singh2008-07-222-1/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: signal_XX.c declare do_notify_resume before they get usedJaswinder Singh2008-07-221-0/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: process_32.c declare cpu_number before they get usedJaswinder Singh2008-07-221-1/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+90
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/pebs' into x86-v28-for-linus-phase1Ingo Molnar2008-10-064-57/+265
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.27-rc7' into x86/pebsIngo Molnar2008-09-2436-135/+301
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/pebsIngo Molnar2008-07-25168-3671/+5553
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/pebsIngo Molnar2008-06-2515-45/+101
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/pebsThomas Gleixner2008-05-171-3/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86, ptrace: PEBS supportMarkus Metzger2008-05-124-57/+265
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar2008-10-06282-845/+845
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | / / / / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/header-guardsIngo Molnar2008-07-2621-152/+124
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: consolidate header guardsVegard Nossum2008-07-222-6/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: consolidate header guardsVegard Nossum2008-07-22282-846/+846
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: fix spurious '#' in kvm headerVegard Nossum2008-07-221-1/+1
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin2008-10-021-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel2008-09-261-11/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | kgdb, x86_64: gdb serial has BX and DX reversedJason Wessel2008-09-261-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: prevent C-states hang on AMD C1E enabled machinesThomas Gleixner2008-09-232-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: prevent stale state of c1e_mask across CPU offline/onlineThomas Gleixner2008-09-231-0/+2
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: track memtype for RAM in page structSuresh Siddha2008-10-102-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | x86, cpa: remove cpa pool codeSuresh Siddha2008-10-101-2/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | x86, cpa: remove USER permission from the very early identity mapping attributeSuresh Siddha2008-10-101-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | x86, cpa: rename PTE attribute macros for kernel direct mapping in early bootSuresh Siddha2008-10-101-0/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar2008-09-148-21/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-09-052-6/+13
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-281-13/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safeH. Peter Anvin2008-08-251-8/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-251-5/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-252-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | x86: add X86_FEATURE_XMM4_2 definitionsAustin Zhang2008-08-251-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2008-08-251-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | / / / / / / / / | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2008-08-231-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_rebootEduardo Habkost2008-08-251-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
| |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2008-08-222-0/+2
* | | | | | | | | | | | | | | | | | | | | | | x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obviousJeremy Fitzhardinge2008-09-051-0/+2
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-2217-35/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | x86, SGI UV: hardcode the TLB flush interrupt system vectorCliff Wickman2008-08-202-5/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-183-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | x86, percpu: silence section mismatch warnings related to EARLY_PER_CPU varia...Marcin Slusarz2008-08-181-1/+1
| | * | | | | | | | | | | | | | | | | | | | | x86: mmconf: fix section mismatch warningMarcin Slusarz2008-08-181-1/+1
| | * | | | | | | | | | | | | | | | | | | | | x86: correct register constraints for 64-bit atomic operationsMathieu Desnoyers2008-08-181-4/+4
OpenPOWER on IntegriCloud