Age | Commit message (Expand) | Author | Files | Lines |
2013-01-19 | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 5 | -106/+167 |
2013-01-16 | xen/gntdev: remove erronous use of copy_to_user | Daniel De Graaf | 1 | -10/+3 |
2013-01-16 | xen/gntdev: correctly unmap unlinked maps in mmu notifier | Daniel De Graaf | 1 | -29/+63 |
2013-01-16 | xen/gntdev: fix unsafe vma access | Daniel De Graaf | 1 | -5/+24 |
2013-01-16 | xen/privcmd: Fix mmap batch ioctl. | Andres Lagar-Cavilla | 1 | -36/+47 |
2013-01-16 | Merge tag 'v3.7' into stable/for-linus-3.8 | Konrad Rzeszutek Wilk | 6 | -26/+113 |
2013-01-16 | Xen: properly bound buffer access when parsing cpu/*/availability | Jan Beulich | 1 | -2/+2 |
2013-01-16 | xen/grant-table: correctly initialize grant table version 1 | Matt Wilson | 1 | -19/+29 |
2013-01-16 | x86/xen : Fix the wrong check in pciback | Yang Zhang | 1 | -1/+1 |
2013-01-11 | xen/privcmd: Relax access control in privcmd_ioctl_mmap | Tamas Lengyel | 1 | -6/+0 |
2013-01-04 | Drivers: xen: remove __dev* attributes. | Greg Kroah-Hartman | 3 | -11/+10 |
2012-12-17 | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -13/+12 |
2012-12-14 | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 7 | -62/+326 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-12-12 | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2012-12-01 | Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux... | Konrad Rzeszutek Wilk | 4 | -6/+78 |
2012-11-29 | xen: arm: enable balloon driver | Ian Campbell | 1 | -2/+2 |
2012-11-29 | xen: balloon: allow PVMMU interfaces to be compiled out | Ian Campbell | 2 | -1/+7 |
2012-11-29 | xen: privcmd: support autotranslated physmap guests. | Mukesh Rathor | 1 | -2/+67 |
2012-11-29 | xen: add pages parameter to xen_remap_domain_mfn_range | Ian Campbell | 1 | -2/+3 |
2012-11-28 | xen/acpi: Move the xen_running_on_version_or_later function. | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2012-11-28 | xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h | Sachin Kamat | 1 | -1/+0 |
2012-11-27 | xen/acpi: ACPI PAD driver | Liu, Jinsong | 2 | -1/+183 |
2012-11-21 | Merge tag 'stable/for-linus-3.7-rc6-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -7/+11 |
2012-11-21 | xen/privcmd: Correctly return success from IOCTL_PRIVCMD_MMAPBATCH | Mats Petersson | 1 | -7/+11 |
2012-11-19 | treewide: fix printk typo in multiple drivers | Masanari Iida | 1 | -1/+1 |
2012-11-17 | Merge 3.7-rc6 into char-misc-next | Greg Kroah-Hartman | 5 | -19/+102 |
2012-11-16 | mm: export a function to get vm committed memory | K. Y. Srinivasan | 1 | -1/+1 |
2012-11-10 | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -1/+82 |
2012-11-07 | xen/generic: Disable fallback build on ARM. | Konrad Rzeszutek Wilk | 1 | -1/+2 |
2012-11-07 | xen/events: fix RCU warning, or Call idle notifier after irq_enter() | Mojiong Qiu | 1 | -1/+1 |
2012-11-04 | xen/hypercall: fix hypercall fallback code for very old hypervisors | Jan Beulich | 2 | -1/+81 |
2012-11-03 | Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -18/+20 |
2012-11-02 | xen-pciback: reject out of range inputs | Jan Beulich | 1 | -12/+27 |
2012-11-02 | xen-pciback: simplify and tighten parsing of device IDs | Jan Beulich | 1 | -44/+39 |
2012-10-30 | xen/xenbus: fix overflow check in xenbus_file_write() | Jan Beulich | 1 | -1/+1 |
2012-10-30 | swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single | Alexander Duyck | 1 | -2/+1 |
2012-10-30 | swiotlb: Use physical addresses for swiotlb_tbl_unmap_single | Alexander Duyck | 1 | -2/+2 |
2012-10-30 | swiotlb: Return physical addresses when calling swiotlb_tbl_map_single | Alexander Duyck | 1 | -11/+11 |
2012-10-30 | xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REF | David Vrabel | 1 | -17/+19 |
2012-10-26 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+2 |
2012-10-23 | Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Russell King | 2 | -0/+3 |
2012-10-19 | xen: dbgp: Fix warning when CONFIG_PCI is not enabled. | Ian Campbell | 1 | -0/+2 |
2012-10-19 | Merge commit 'v3.7-rc1' into stable/for-linus-3.7 | Konrad Rzeszutek Wilk | 9 | -10/+63 |
2012-10-19 | xen: balloon: use correct type for frame_list | Ian Campbell | 1 | -1/+1 |
2012-10-19 | xen: balloon: don't include e820.h | Ian Campbell | 1 | -1/+0 |
2012-10-19 | xen: grant: use xen_pfn_t type for frame_list. | Ian Campbell | 1 | -4/+4 |
2012-10-19 | xen: events: pirq_check_eoi_map is X86 specific | Ian Campbell | 1 | -0/+4 |
2012-10-19 | xen: sysfs: fix build warning. | Ian Campbell | 1 | -1/+2 |
2012-10-19 | xen: sysfs: include err.h for PTR_ERR etc | Ian Campbell | 1 | -0/+1 |