summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: uv: Clean up the direct access to irq_descThomas Gleixner2010-10-121-1/+0
* x86: Make io_apic.c local functions staticThomas Gleixner2010-10-121-6/+0
* x86: Speed up the irq_remapped check in hot pathesThomas Gleixner2010-10-121-0/+8
* x86: Embedd irq_2_iommu into irq_cfgThomas Gleixner2010-10-121-0/+10
* x86: Prepare the affinity common functions for taking struct irq_data *Thomas Gleixner2010-10-121-3/+3
* x86: ioapic/hpet: Convert to new chip functionsThomas Gleixner2010-10-121-4/+6
* x86: i8259: Convert to new irq_chip functionsThomas Gleixner2010-10-121-0/+2
* Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-125-2/+21
|\
| * Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-09-281-1/+1
| |\
| | * x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatileAlexander Chumachenko2010-09-271-1/+1
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-272-0/+18
| |\|
| | * Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-09-242-0/+18
| | |\
| | | * x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2010-09-232-0/+15
| | | * x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2010-09-231-0/+3
| * | | x86/hwmon: fix initialization of coretempJan Beulich2010-09-241-0/+1
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-211-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | x86: Fix instruction breakpoint encodingFrederic Weisbecker2010-09-171-1/+1
| | |/
* | | Merge branch 'x86/cleanups' into irq/sparseirqThomas Gleixner2010-10-122-2/+0
|\ \ \
| * | | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-122-2/+0
* | | | Merge branch 'x86/x2apic' into irq/sparseirqThomas Gleixner2010-10-121-0/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | x86, intr-remap: Remove IRTE setup duplicate codeSuresh Siddha2010-09-161-0/+27
| | |/ | |/|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-172-3/+2
|\ \ \
| * | | x86: hpet: Work around hardware stupidityThomas Gleixner2010-09-151-1/+0
| * | | x86, cpufeature: Suppress compiler warning with gcc 3.xTetsuo Handa2010-09-131-2/+2
* | | | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-151-1/+1
| |/ / |/| |
* | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-09-101-1/+6
|\ \ \ | |/ / |/| |
| * | KVM: x86 emulator: fix regression with cmpxchg8b on i386 hostsAvi Kivity2010-09-081-1/+6
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-081-2/+2
|\ \ \ | |/ / |/| |
| * | x86: Fix the address space annotations of iomap_atomic_prot_pfn()Francisco Jerez2010-09-051-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-09-081-2/+4
|\ \ \
| * | | x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are setJesse Barnes2010-08-171-2/+4
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-08-251-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha2010-08-201-0/+2
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-202-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | x86-32: Fix dummy trampoline-related inline stubsH. Peter Anvin2010-08-181-2/+2
| * | | x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2010-08-182-0/+4
* | | | Make do_execve() take a const filename pointerDavid Howells2010-08-181-2/+3
|/ / /
* | | archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-15/+14
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-141-0/+6
|\ \ \
| * | | x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakageCliff Wickman2010-08-121-0/+5
| * | | x86, UV: Make kdump avoid stack dumpsCliff Wickman2010-07-211-0/+1
* | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-142-7/+7
| |/ / |/| |
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-131-49/+102
|\| |
| * | x86, UV: Modularize BAU send and waitCliff Wickman2010-06-081-1/+0
| * | x86, UV: BAU broadcast to the local hubCliff Wickman2010-06-081-0/+5
| * | x86, UV: Remove BAU check for stay-busyCliff Wickman2010-06-081-1/+0
| * | x86, UV: BAU structure rearrangingCliff Wickman2010-06-081-39/+51
| * | x86, UV: Shorten access to BAU statistics structureCliff Wickman2010-06-081-0/+1
| * | x86, UV: Disable BAU on network congestionCliff Wickman2010-06-081-0/+4
| * | x86, UV: BAU tunables into a debugfs fileCliff Wickman2010-06-081-16/+37