summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-05[IA64] ia64_set_psr should use srlz.iXiantao Zhang2-2/+1
2008-02-05[IA64] Export three symbols for module useZhang, Xiantao3-11/+20
2008-02-05[IA64] mca style cleanupHidetoshi Seto7-57/+70
2008-02-05[IA64] sn_hwperf semaphore to mutexDaniel Walker1-4/+5
2008-02-05[IA64] generalize attribute of fsyscall_gtod_dataHidetoshi Seto1-2/+2
2008-02-05[IA64] efi.c Add /* never reached */ annotationAron Griffis1-2/+2
2008-02-05[IA64] efi.c Spelling/punctuation fixesAron Griffis1-8/+8
2008-02-05[IA64] Make efi.c mostly fit in 80 columnsAron Griffis1-223/+266
2008-02-05[IA64] aliasing-test: fix gcc warnings on non-ia64Randy Dunlap1-6/+9
2008-02-05[IA64] Slim-down __clear_bit_unlockZoltan Menyhart1-22/+28
2008-02-05[IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64Masami Hiramatsu1-3/+4
2008-02-05[IA64] constify function pointer tablesJan Engelhardt5-5/+5
2008-02-05[IA64] fix userspace compile error in gcc_intrin.hDoug Chapman1-0/+2
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds68-814/+821
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds26-421/+1422
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds255-442/+382
2008-02-04Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-61/+65
2008-02-04kbuild: Fix instrumentation removal breakage on avr32Haavard Skinnemoen1-2/+0
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds34-194/+122
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin8-16/+13
2008-02-04ADB: Add missing #include <linux/platform_device.h>Geert Uytterhoeven1-0/+1
2008-02-04x86: fix RTC lockdep warning: potential hardirq recursionAndrew Morton1-4/+7
2008-02-04x86: cpa, micro-optimizationThomas Gleixner1-4/+2
2008-02-04x86: cpa, clean up code flowIngo Molnar1-11/+9
2008-02-04x86: cpa, eliminate CPA_ enumIngo Molnar1-19/+15
2008-02-04x86: cpa, cleanupsIngo Molnar1-6/+15
2008-02-04x86: implement gbpages support in change_page_attr()Andi Kleen1-2/+15
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen1-1/+2
2008-02-04x86: add gbpages support to lookup_addressAndi Kleen1-0/+5
2008-02-04x86: add pgtable accessor functions for gbpagesAndi Kleen2-0/+8
2008-02-04x86: add PUD_PAGE_SIZEAndi Kleen1-0/+3
2008-02-04x86: add feature macros for the gbpages cpuid bitAndi Kleen1-0/+2
2008-02-04x86: switch direct mapping setup over to set_pteAndi Kleen1-4/+2
2008-02-04x86: fix page-present check in cpa_flush_rangeThomas Gleixner1-1/+1
2008-02-04x86: remove cpa warningIngo Molnar1-3/+1
2008-02-04x86: remove now unused clear_kernel_mappingAndi Kleen2-44/+0
2008-02-04x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma...Andi Kleen1-1/+2
2008-02-04x86: cpa selftest, skip non present entriesThomas Gleixner1-1/+2
2008-02-04x86: CPA fix pagetable splitThomas Gleixner1-3/+7
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen6-15/+15
2008-02-04x86: cpa, fix lookup_addressThomas Gleixner1-1/+9
2008-02-04x86: AMD Athlon X2 hard hang fixIngo Molnar1-0/+11
2008-02-04x86: cpa, preserve large pages if possibleThomas Gleixner1-12/+130
2008-02-04x86: cpa, check if we changed anything and tlb flushing is necessaryThomas Gleixner1-1/+17
2008-02-04x86: introduce struct cpa_dataThomas Gleixner1-37/+38
2008-02-04x86: cpa, only flush the cache if the caching attributes have changedAndi Kleen1-7/+24
2008-02-04x86: cpa, add the PAT bit definesAndi Kleen1-0/+4
2008-02-04x86: CPA return early when requested feature is not availableThomas Gleixner1-2/+12
2008-02-04x86: fix EFI mappingHuang, Ying3-40/+43
2008-02-04x86: no CPA on iounmapThomas Gleixner1-3/+0