summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2528-493/+990
|\
| * xen: add balloon driverJeremy Fitzhardinge2008-04-242-8/+65
| * xen pvfb: Para-virtual framebuffer, keyboard and pointer driverMarkus Armbruster2008-04-242-0/+238
| * xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach2008-04-241-0/+1
| * xen: Make xen-blkfront write its protocol ABI to xenstoreMarkus Armbruster2008-04-241-0/+21
| * xen: import arch generic part of xencommIsaku Yamahata2008-04-242-0/+118
| * xen: make grant table arch portableIsaku Yamahata2008-04-241-0/+6
| * xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-242-0/+8
| * 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-241-0/+1
| * Xen: make events.c portable for ia64/xen supportIsaku Yamahata2008-04-242-7/+23
| * xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata2008-04-241-0/+8
| * 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-242-3/+32
| * xen: definitions which ia64/xen needsIsaku Yamahata2008-04-241-1/+11
| * xen: definisions which ia64 needsIsaku Yamahata2008-04-241-0/+10
| * xen: add support for callbackops hypercallJeremy Fitzhardinge2008-04-243-0/+112
| * x86: unify pgd ctor/dtorJeremy Fitzhardinge2008-04-243-16/+17
| * x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-242-4/+3
| * 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
| * x86: demacro pgalloc paravirt stubsJeremy Fitzhardinge2008-04-241-7/+8
| * x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2008-04-241-8/+2
| * x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2008-04-241-9/+2
| * x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2008-04-241-10/+3
| * x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-242-0/+14
| * x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-242-24/+24
| * x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2008-04-243-44/+30
| * x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-56/+33
| * x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-34/+16
| * x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2008-04-242-10/+10
| * x86: xen unify x86 add common mm pgtable c fixIngo Molnar2008-04-241-16/+1
| * x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-243-78/+18
| * x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge2008-04-241-15/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-252-6/+26
|\ \
| * \ Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-04-251-2/+22
| |\ \
| | * | phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-251-2/+22
| * | | xfrm: alg_key_len & alg_icv_len should be unsignedEric Dumazet2008-04-251-4/+4
| |/ /
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-04-258-375/+39
|\ \ \
| * \ \ Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-04-232-373/+0
| |\ \ \
| | * | | UBI: make ubi-header.h localArtem Bityutskiy2008-04-172-373/+0
| * | | | [MTD] [NAND] S3C2410 Allow ECC disable to be specified by the boardBen Dooks2008-04-221-0/+2
| * | | | [MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform dataBen Dooks2008-04-221-0/+1
| * | | | [MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correctionBen Dooks2008-04-221-0/+2
| * | | | [MTD] [MAPS] Extend plat-ram to support a supplied probe typeFlorian Fainelli2008-04-221-2/+3
| * | | | [MTD] [NAND] support for pxa3xxeric miao2008-04-221-0/+18
| * | | | [MTD] [OneNAND] proper onenand_bbt_read_oob() prototypeAdrian Bunk2008-04-221-0/+3
| * | | | [MTD] proper prototypes for nftl_{read,write}_oob()Adrian Bunk2008-04-221-0/+5
| * | | | [MTD] proper prototypes for inftl_{read,write}_oob()Adrian Bunk2008-04-221-0/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-253-7/+12
|\ \ \ \ \
OpenPOWER on IntegriCloud