summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-244-4/+12
* xen: make include/xen/page.h portable moving those definitions under asm dirIsaku Yamahata2008-04-242-168/+169
* xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata2008-04-242-0/+17
* Xen: make events.c portable for ia64/xen supportIsaku Yamahata2008-04-243-13/+30
* xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2008-04-245-5/+12
* xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2008-04-243-2/+2
* xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen n...Isaku Yamahata2008-04-241-0/+5
* xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata2008-04-243-4/+33
* xen: definitions which ia64/xen needsIsaku Yamahata2008-04-241-1/+11
* xen: definisions which ia64 needsIsaku Yamahata2008-04-241-0/+10
* xen: jump to iret fixupJeremy Fitzhardinge2008-04-242-15/+10
* xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge2008-04-241-0/+2
* xen: short-cut for recursive event handlingJeremy Fitzhardinge2008-04-241-16/+30
* xen: make sure retriggered events are set pendingJeremy Fitzhardinge2008-04-241-1/+7
* xen: implement a debug-interrupt handlerJeremy Fitzhardinge2008-04-243-5/+64
* xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge2008-04-246-3/+99
* xen: add support for callbackops hypercallJeremy Fitzhardinge2008-04-243-0/+112
* x86: unify pgd ctor/dtorJeremy Fitzhardinge2008-04-244-62/+30
* x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-248-18/+17
* xen: make sure iret faults are trappedJeremy Fitzhardinge2008-04-242-2/+6
* xen: unify pte operations on machine framesJeremy Fitzhardinge2008-04-241-15/+15
* xen: use phys_addr_t when referring to physical addressesJeremy Fitzhardinge2008-04-241-14/+2
* xen: unify pte operationsJeremy Fitzhardinge2008-04-241-81/+44
* xen: make use of pte_t unionJeremy Fitzhardinge2008-04-241-13/+11
* xen: use appropriate pte typesJeremy Fitzhardinge2008-04-241-16/+16
* x86: demacro pgalloc paravirt stubsJeremy Fitzhardinge2008-04-241-7/+8
* x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2008-04-242-8/+14
* x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2008-04-242-9/+17
* x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2008-04-242-10/+19
* x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-244-0/+17
* x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-249-69/+69
* x86: move all the pgd_list handling to one placeJeremy Fitzhardinge2008-04-241-21/+7
* x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2008-04-245-49/+37
* x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-246-71/+41
* x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-246-47/+23
* x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-12/+10
* x86: xen unify x86 add common mm pgtable c fixIngo Molnar2008-04-242-16/+19
* x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-246-266/+258
* x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge2008-04-242-15/+34
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-2218-120/+118
|\
| * [PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()Al Viro2008-04-221-21/+6
| * [PATCH] proc_readfd_common() race fixAl Viro2008-04-221-3/+1
| * [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro2008-04-221-0/+3
| * [PATCH] teach seq_file to discard entriesAl Viro2008-04-213-4/+15
| * [PATCH] umount_tree() will unhash everything itselfAl Viro2008-04-211-2/+1
| * [PATCH] get rid of more nameidata passing in namespace.cAl Viro2008-04-211-28/+25
| * [PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro2008-04-216-52/+53
| * [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts()Al Viro2008-04-211-4/+4
| * [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-216-9/+13
* | Fix cardbus resource allocationLinus Torvalds2008-04-221-15/+15
OpenPOWER on IntegriCloud