aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-24xen: definitions which ia64/xen needsIsaku Yamahata1-1/+11
2008-04-24xen: definisions which ia64 needsIsaku Yamahata1-0/+10
2008-04-24xen: jump to iret fixupJeremy Fitzhardinge2-15/+10
2008-04-24xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge1-0/+2
2008-04-24xen: short-cut for recursive event handlingJeremy Fitzhardinge1-16/+30
2008-04-24xen: make sure retriggered events are set pendingJeremy Fitzhardinge1-1/+7
2008-04-24xen: implement a debug-interrupt handlerJeremy Fitzhardinge3-5/+64
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge6-3/+99
2008-04-24xen: add support for callbackops hypercallJeremy Fitzhardinge3-0/+112
2008-04-24x86: unify pgd ctor/dtorJeremy Fitzhardinge4-62/+30
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge8-18/+17
2008-04-24xen: make sure iret faults are trappedJeremy Fitzhardinge2-2/+6
2008-04-24xen: unify pte operations on machine framesJeremy Fitzhardinge1-15/+15
2008-04-24xen: use phys_addr_t when referring to physical addressesJeremy Fitzhardinge1-14/+2
2008-04-24xen: unify pte operationsJeremy Fitzhardinge1-81/+44
2008-04-24xen: make use of pte_t unionJeremy Fitzhardinge1-13/+11
2008-04-24xen: use appropriate pte typesJeremy Fitzhardinge1-16/+16
2008-04-24x86: demacro pgalloc paravirt stubsJeremy Fitzhardinge1-7/+8
2008-04-24x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2-8/+14
2008-04-24x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2-9/+17
2008-04-24x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2-10/+19
2008-04-24x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge4-0/+17
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge9-69/+69
2008-04-24x86: move all the pgd_list handling to one placeJeremy Fitzhardinge1-21/+7
2008-04-24x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge5-49/+37
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge6-71/+41
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge6-47/+23
2008-04-24x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge3-12/+10
2008-04-24x86: xen unify x86 add common mm pgtable c fixIngo Molnar2-16/+19
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge6-266/+258
2008-04-24x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge2-15/+34
2008-04-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixesLinus Torvalds18-72/+37
2008-04-24generic: add ioremap_wc() interface wrappervenkatesh.pallipadi@intel.com1-0/+4
2008-04-24/dev/mem: make promisc the defaultIngo Molnar1-1/+0
2008-04-24pat: cleanupsIngo Molnar1-11/+11
2008-04-24x86: PAT use reserve free memtype in mmap of /dev/memvenkatesh.pallipadi@intel.com2-11/+152
2008-04-24x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com3-30/+59
2008-04-24x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com5-17/+64
2008-04-24devmem: add range_is_allowed() check to mmap of /dev/memVenki Pallipadi1-11/+16
2008-04-24x86: introduce /dev/mem restrictions with a config optionArjan van de Ven5-0/+80
2008-04-24[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=nMike Travis1-5/+0
2008-04-24[IA64] fix bootmem regression on AltixRuss Anderson1-1/+1
2008-04-24"make namespacecheck" fixesIngo Molnar13-20/+18
2008-04-24x86: fix compilation error in VisWSAlexey Starikovskiy1-14/+1
2008-04-24x86: voyager fixIngo Molnar2-18/+1
2008-04-24x86: Drop duplicate from setup.cAlexey Starikovskiy1-2/+0
2008-04-24intel-iommu.c: dma ops fixIngo Molnar1-18/+17
2008-04-24[ARM] 5017/1: pxa3xx: Report unsupported wakeup sources in pxa3xx_set_wake()Mark Brown1-0/+2
2008-04-24[ARM] 5020/1: magician: remove __devinit marker from pasic3_leds_infoPhilipp Zabel1-1/+1
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-43/+176