aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25include/asm/ptrace.h userspace headers cleanupAdrian Bunk1-1/+0
2008-07-25gpiolib: allow user-selectionMichael Buesch1-0/+56
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori1-0/+2
2008-07-24x86-64: Clean up 'save/restore_i387()' usageLinus Torvalds1-54/+0
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-65/+0
2008-07-24ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz1-18/+0
2008-07-24ide-generic: remove ide_default_{io_base,irq}() inlines (take 3)Bartlomiej Zolnierkiewicz1-28/+0
2008-07-24ide: define MAX_HWIFS in <linux/ide.h>Bartlomiej Zolnierkiewicz1-9/+0
2008-07-24ide-generic: remove "no_pci_devices()" quirk from ide_default_io_base()Bartlomiej Zolnierkiewicz1-14/+4
2008-07-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-07-24Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+0
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper2-3/+3
2008-07-24flag parameters: inotify_initUlrich Drepper2-0/+3
2008-07-24flag parameters: pipeUlrich Drepper2-0/+3
2008-07-24flag parameters: dup2Ulrich Drepper2-0/+3
2008-07-24flag parameters: epoll_createUlrich Drepper2-0/+3
2008-07-24flag parameters: eventfdUlrich Drepper2-0/+3
2008-07-24flag parameters: signalfdUlrich Drepper2-0/+3
2008-07-24flag parameters: pacceptUlrich Drepper1-0/+2
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-3/+0
2008-07-24x86: add hugepagesz option on 64-bitAndi Kleen1-0/+2
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-3/+5
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-1/+1
2008-07-24access_process_vm device memory infrastructureRik van Riel2-0/+4
2008-07-24Remove asm/semaphore.hMatthew Wilcox1-1/+0
2008-07-24x86: fix header export, asm-x86/processor-flags.h, CONFIG_* leaksVegard Nossum1-0/+2
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge3-3/+6
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge7-18/+18
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell2-1/+9
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner2-5/+3
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar3-24/+57
2008-07-21Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar4-16/+148
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar41-273/+907
2008-07-21Merge branch 'linus' into xen-64bitIngo Molnar3-24/+57
2008-07-21Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar3-24/+57
2008-07-21KVM: fix exception entry / build bug, on 64-bitIngo Molnar1-3/+5
2008-07-21Merge branch 'linus' into x86/urgentIngo Molnar3-24/+57
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity1-14/+12
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity1-7/+3
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity1-0/+1
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier1-0/+1
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin1-0/+4
2008-07-20KVM: MTRR supportAvi Kivity1-0/+3
2008-07-20KVM: Order segment register constants in the same way as cpu operand encodingAvi Kivity1-2/+2
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang1-0/+1
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-0/+4
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-1/+0
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity1-0/+24