aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu2012-11-17
| * | | | | | | | | | x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin2013-02-12
| * | | | | | | | | | x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin2013-02-12
| * | | | | | | | | | x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin2013-02-11
| * | | | | | | | | | x86-32: Add support for 64bit get_user()Ville Syrjälä2013-02-07
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | x86-32, mm: Remove reference to resume_map_numa_kva()H. Peter Anvin2013-01-31
| * | | | | | | | | x86, mm: Create slow_virt_to_phys()Dave Hansen2013-01-25
| * | | | | | | | | x86, mm: Pagetable level size/shift/mask helpersDave Hansen2013-01-25
| * | | | | | | | | Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-25
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | x86: Make it so that __pa_symbol can only process kernel symbols on x86_64Alexander Duyck2012-11-16
| * | | | | | | | | x86: Improve __phys_addr performance by making use of carry flags and inliningAlexander Duyck2012-11-16
| * | | | | | | | | x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck2012-11-16
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-18
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'misc' into releaseLen Brown2013-02-18
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-10
| | | * | | | | | | | x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown2013-02-10
| | | * | | | | | | | xen idle: make xen-specific macro xen-specificLen Brown2013-02-10
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | intel_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-02-08
| | * | | | | | | | intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown2013-02-08
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-02-11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | ACPICA: Update compilation environment settings.Lv Zheng2013-01-10
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-19
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3Mike Travis2013-02-11
| * | | | | | | | x86, uv, uv3: Update Hub Info for SGI UV3Mike Travis2013-02-11
| * | | | | | | | x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3)Mike Travis2013-02-11
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-19
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman2013-01-10
| * | | | | | | | x86, AMD, NB: Add multi-domain supportDaniel J Blueman2013-01-10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-19
|\ \ \ \ \ \ \ \
| * | | | | | | | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-19
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-29
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-19
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin2013-02-12
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | x86: Require MOVBE feature in cpuid when we use itDavid Woodhouse2013-01-28
| * | | | | | | x86/xor: Add alternative SSE implementation only prefetching once per 64-byte...Jan Beulich2013-01-25
| * | | | | | | x86/xor: Unify SSE-base xor-block routinesJan Beulich2013-01-25
| * | | | | | | x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov2013-01-24
| * | | | | | | ix86: Tighten asmlinkage_protect() constraintsJan Beulich2013-01-24
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-19
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2013-01-29
| |\ \ \ \ \ \ \
| | * | | | | | | x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel2013-01-28
| | * | | | | | | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-28
| | * | | | | | | x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-28
| | * | | | | | | x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-28
| | * | | | | | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-28
| | * | | | | | | x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel2013-01-28
| | * | | | | | | x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel2013-01-28
| | * | | | | | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-28