aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel1-0/+1
2008-07-26[PATCH] kill altrootAl Viro1-11/+0
2008-07-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+1
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin1-0/+1
2008-07-26x86: implement pte_specialNick Piggin1-3/+6
2008-07-26kexec jumpHuang Ying1-8/+10
2008-07-26x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer1-0/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori3-32/+72
2008-07-26x86: fix IBM Summit based systems' phys_cpu_present_map on 32-bit kernelsChris McDermott1-1/+1
2008-07-26x86, RDC321x: remove gpio.h complicationsIngo Molnar1-6/+0
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds1-1/+0
2008-07-25remove dummy asm/kvm.h filesAdrian Bunk1-1/+0
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