aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26x86: use generic show_mem()Johannes Weiner2-84/+0
2008-07-26tracehook: execRoland McGrath1-6/+0
2008-07-26x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin1-3/+40
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin3-0/+260
2008-07-26kexec jump: save/restore device stateHuang Ying2-2/+15
2008-07-26kexec jumpHuang Ying4-31/+179
2008-07-26x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer1-45/+26
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori5-28/+20
2008-07-25x86_64: fix ia32 AMD syscall audit fast-pathRoland McGrath1-3/+3
2008-07-25calgary iommu: use the first kernels TCE tables in kdumpChandru1-6/+79
2008-07-25gpiolib: allow user-selectionMichael Buesch1-0/+1
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-39/+0
2008-07-25introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbolJohannes Berg1-0/+1
2008-07-24x86/oprofile/nmi_int: add Nehalem to list of ppro coresLinus Torvalds1-11/+25
2008-07-24x86-64: Clean up 'save/restore_i387()' usageLinus Torvalds1-0/+53
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2008-07-24x86-64: make BUILD_IRQ() also reset section backLinus Torvalds1-1/+2
2008-07-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-6/+3
2008-07-24rtc-cmos: avoid spurious irqsDavid Brownell1-3/+7
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper2-2/+2
2008-07-24flag parameters: inotify_initUlrich Drepper2-0/+2
2008-07-24flag parameters: pipeUlrich Drepper3-1/+3
2008-07-24flag parameters: dup2Ulrich Drepper2-0/+2
2008-07-24flag parameters: epoll_createUlrich Drepper2-0/+2
2008-07-24flag parameters: eventfdUlrich Drepper2-0/+2
2008-07-24flag parameters: signalfdUlrich Drepper2-0/+2
2008-07-24pm: acpi hibernation: utilize hardware signatureShaohua Li1-0/+4
2008-07-24remove include/linux/pm_legacy.hAdrian Bunk1-1/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-24x86: add hugepagesz option on 64-bitAndi Kleen1-0/+17
2008-07-24x86: support GB hugepages on 64-bitAndi Kleen1-11/+22
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-1/+24
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-2/+3
2008-07-24use generic_access_phys for /dev/mem mappingsRik van Riel1-0/+1
2008-07-24access_process_vm device memory infrastructureRik van Riel2-0/+9
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner2-5/+2
2008-07-24x86: BUILD_IRQ say .text to avoid .data.percpuHugh Dickins1-1/+1
2008-07-24xen: don't use sysret for sysexit32Jeremy Fitzhardinge1-1/+1
2008-07-24x86: call early_cpu_init at the same pointJeremy Fitzhardinge1-4/+1
2008-07-23Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds3-11/+190
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-6/+0
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-116/+172
2008-07-23i386 syscall audit fast-pathRoland McGrath1-2/+53
2008-07-23x86_64 ia32 syscall audit fast-pathRoland McGrath2-4/+88
2008-07-23x86_64 syscall audit fast-pathRoland McGrath1-0/+48
2008-07-23x86_64: remove bogus optimization in sysret_signalRoland McGrath1-5/+1
2008-07-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-17/+17
2008-07-22x86: fix crash due to missing debugctlmsr on AMD K6-3Jan Kratochvil1-1/+1
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge2-5/+5