| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: import arch generic part of xencomm | Isaku Yamahata | 2008-04-24 | 2 | -0/+118 |
* | xen: make grant table arch portable | Isaku Yamahata | 2008-04-24 | 1 | -0/+6 |
* | xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one | Isaku Yamahata | 2008-04-24 | 2 | -0/+8 |
* | xen: make include/xen/page.h portable moving those definitions under asm dir | Isaku Yamahata | 2008-04-24 | 2 | -168/+169 |
* | xen: add resend_irq_on_evtchn() definition into events.c | Isaku Yamahata | 2008-04-24 | 1 | -0/+1 |
* | Xen: make events.c portable for ia64/xen support | Isaku Yamahata | 2008-04-24 | 2 | -7/+23 |
* | xen: move events.c to drivers/xen for IA64/Xen support | Isaku Yamahata | 2008-04-24 | 1 | -0/+8 |
* | xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen n... | Isaku Yamahata | 2008-04-24 | 1 | -0/+5 |
* | xen: add missing definitions for xen grant table which ia64/xen needs | Isaku Yamahata | 2008-04-24 | 2 | -3/+32 |
* | xen: definitions which ia64/xen needs | Isaku Yamahata | 2008-04-24 | 1 | -1/+11 |
* | xen: definisions which ia64 needs | Isaku Yamahata | 2008-04-24 | 1 | -0/+10 |
* | xen: add support for callbackops hypercall | Jeremy Fitzhardinge | 2008-04-24 | 3 | -0/+112 |
* | x86: unify pgd ctor/dtor | Jeremy Fitzhardinge | 2008-04-24 | 3 | -16/+17 |
* | x86: unify KERNEL_PGD_PTRS | Jeremy Fitzhardinge | 2008-04-24 | 2 | -4/+3 |
* | xen: unify pte operations on machine frames | Jeremy Fitzhardinge | 2008-04-24 | 1 | -15/+15 |
* | xen: use phys_addr_t when referring to physical addresses | Jeremy Fitzhardinge | 2008-04-24 | 1 | -14/+2 |
* | x86: demacro pgalloc paravirt stubs | Jeremy Fitzhardinge | 2008-04-24 | 1 | -7/+8 |
* | x86/pgtable.h: demacro ptep_clear_flush_young | Jeremy Fitzhardinge | 2008-04-24 | 1 | -8/+2 |
* | x86/pgtable.h: demacro ptep_test_and_clear_young | Jeremy Fitzhardinge | 2008-04-24 | 1 | -9/+2 |
* | x86/pgtable.h: demacro ptep_set_access_flags | Jeremy Fitzhardinge | 2008-04-24 | 1 | -10/+3 |
* | x86: add pud_alloc for 4-level pagetables | Jeremy Fitzhardinge | 2008-04-24 | 2 | -0/+14 |
* | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 2008-04-24 | 2 | -24/+24 |
* | x86: move pgalloc pud and pgd operations into common place | Jeremy Fitzhardinge | 2008-04-24 | 3 | -44/+30 |
* | x86: move pmd functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 2008-04-24 | 3 | -56/+33 |
* | x86: move pte functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 2008-04-24 | 3 | -34/+16 |
* | x86: put paravirt stubs into common asm/pgalloc.h | Jeremy Fitzhardinge | 2008-04-24 | 2 | -10/+10 |
* | x86: xen unify x86 add common mm pgtable c fix | Ingo Molnar | 2008-04-24 | 1 | -16/+1 |
* | x86: add common mm/pgtable.c | Jeremy Fitzhardinge | 2008-04-24 | 3 | -78/+18 |
* | x86: convert pgalloc_64.h from macros to inlines | Jeremy Fitzhardinge | 2008-04-24 | 1 | -15/+18 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-04-23 | 5 | -35/+28 |
|\ |
|
| * | [PATCH] teach seq_file to discard entries | Al Viro | 2008-04-22 | 1 | -0/+2 |
| * | [PATCH] switch a bunch of LSM hooks from nameidata to path | Al Viro | 2008-04-22 | 1 | -26/+26 |
| * | [PATCH] move a bunch of declarations to fs/internal.h | Al Viro | 2008-04-22 | 3 | -9/+0 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-04-23 | 3 | -1752/+1 |
|\ \ |
|
| * | | [IA64] move XP and XPC to drivers/misc/sgi-xp | Dean Nelson | 2008-04-23 | 2 | -1752/+0 |
| * | | [IA64] simplify notify hooks in mca.c | Hidetoshi Seto | 2008-04-22 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2008-04-22 | 3 | -5/+66 |
|\ \ |
|
| * | | i2c: Renesas SH7760 I2C master driver | Manuel Lauss | 2008-04-22 | 1 | -0/+22 |
| * | | i2c: Add platform driver on top of the new pca-algorithm | Wolfram Sang | 2008-04-22 | 1 | -0/+12 |
| * | | i2c-algo-pca: Extend for future drivers | Wolfram Sang | 2008-04-22 | 1 | -5/+32 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2008-04-22 | 6 | -50/+65 |
|\ \ |
|
| * | | dlm: linux/{dlm,dlm_device}.h: cleanup for userspace | Mike Frysinger | 2008-04-21 | 2 | -1/+10 |
| * | | dlm: common max length definitions | David Teigland | 2008-04-21 | 3 | -7/+4 |
| * | | dlm: move plock code from gfs2 | David Teigland | 2008-04-21 | 3 | -42/+51 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2008-04-22 | 3 | -6/+14 |
|\ \ \ |
|
| * | | | HID: export headers properly | Mike Frysinger | 2008-04-22 | 2 | -0/+3 |
| * | | | HID: fix race between open() and disconnect() in usbhid | Oliver Neukum | 2008-04-22 | 1 | -0/+1 |
| * | | | HID: make hid_input_field and usbhid_modify_dquirk static | Adrian Bunk | 2008-04-22 | 1 | -2/+0 |
| * | | | HID: force feedback driver for Logitech Rumblepad 2 | Anssi Hannula | 2008-04-22 | 1 | -0/+1 |
| * | | | HID: move wait from hid to usbhid | Jiri Slaby | 2008-04-22 | 1 | -2/+0 |