aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-24xen: Make xen-blkfront write its protocol ABI to xenstoreMarkus Armbruster2-0/+28
2008-04-24xen: import arch generic part of xencommIsaku Yamahata4-0/+351
2008-04-24xen: make grant table arch portableIsaku Yamahata4-33/+101
2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata4-4/+12
2008-04-24xen: make include/xen/page.h portable moving those definitions under asm dirIsaku Yamahata2-168/+169
2008-04-24xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata2-0/+17
2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata3-13/+30
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata5-5/+12
2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata3-2/+2
2008-04-24xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen needsIsaku Yamahata1-0/+5
2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata3-4/+33
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-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds18-120/+118
2008-04-22Fix cardbus resource allocationLinus Torvalds1-15/+15
2008-04-22bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki1-1/+2
2008-04-22Relax check on adding children of suspended devicesRafael J. Wysocki1-9/+6
2008-04-22[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro1-21/+6
2008-04-22[PATCH] proc_readfd_common() race fixAl Viro1-3/+1
2008-04-22[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro1-0/+3
2008-04-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds20-1420/+965