aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02xen: mark xen_init_IRQ __initStefano Stabellini1-2/+1
2012-10-02xen/Makefile: fix dom-y buildStefano Stabellini1-1/+1
2012-09-25xen/pciback: Restore the PCI config space after an FLR.Konrad Rzeszutek Wilk1-0/+1
2012-09-25xen-pciback: properly clean up after calling pcistub_device_find()Jan Beulich1-23/+23
2012-09-24arm: introduce a DTS for Xen unprivileged virtual machinesStefano Stabellini3-1/+71
2012-09-24xen/vga: add the xen EFI video mode supportJan Beulich2-0/+8
2012-09-24xen/x86: retrieve keyboard shift status flags from hypervisor.Konrad Rzeszutek Wilk2-0/+11
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla4-12/+70
2012-09-18xen-pciback: support wild cards in slot specificationsJan Beulich1-7/+82
2012-09-17xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer.Konrad Rzeszutek Wilk1-2/+2
2012-09-17xen/swiotlb: Remove functions not needed anymore.Konrad Rzeszutek Wilk2-25/+0
2012-09-17xen/pcifront: Use Xen-SWIOTLB when initting if required.Konrad Rzeszutek Wilk1-4/+9
2012-09-17xen/swiotlb: For early initialization, return zero on success.Konrad Rzeszutek Wilk1-2/+3
2012-09-17xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when PV PCI is used.Konrad Rzeszutek Wilk4-13/+63
2012-09-17xen/swiotlb: Move the error strings to its own function.Konrad Rzeszutek Wilk1-8/+27
2012-09-17xen/swiotlb: Move the nr_tbl determination in its own function.Konrad Rzeszutek Wilk1-10/+11
2012-09-17xen/arm: compile and run xenbusStefano Stabellini3-16/+41
2012-09-14MAINTAINERS: add myself as Xen ARM maintainerStefano Stabellini1-0/+7
2012-09-14xen: resynchronise grant table status codes with upstreamIan Campbell1-2/+6
2012-09-12x86: Document x86_init.paging.pagetable_init()Attilio Rao1-1/+4
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao6-20/+4
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao5-3/+3
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao6-11/+11
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao6-9/+10
2012-09-10xen/privcmd: return -EFAULT on errorDan Carpenter1-1/+4
2012-09-08Linux 3.6-rc5Linus Torvalds1-1/+1
2012-09-07HID: tpkbd: work even if the new Lenovo Keyboard driver is not configuredAndres Freund1-1/+3
2012-09-06xen/privcmd: Fix mmap batch ioctl error status copy back.Andres Lagar-Cavilla1-1/+1
2012-09-06Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-09-06xen/pciback: Fix proper FLR steps.Konrad Rzeszutek Wilk1-4/+4
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-09-05dj: memory scribble in logi_djAlan Cox1-2/+2
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-05xen/privcmd: add PRIVCMD_MMAPBATCH_V2 ioctlAndres Lagar-Cavilla2-31/+123
2012-09-05xen/mm: return more precise error from xen_remap_domain_range()David Vrabel1-2/+2
2012-09-05xen: Use correct masking in xen_swiotlb_alloc_coherent.Ronny Hegewald1-1/+1
2012-09-05xen: fix logical error in tlb flushingAlex Shi1-1/+1
2012-09-05xen/p2m: Fix one-off error in checking the P2M tree directory.Konrad Rzeszutek Wilk1-1/+1
2012-09-05powerpc: Don't use __put_user() in patch_instructionBenjamin Herrenschmidt1-1/+1
2012-09-05powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras3-3/+16
2012-09-05powerpc: Restore correct DSCR in context switchAnton Blanchard2-6/+18
2012-09-05powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard1-10/+2
2012-09-05powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard2-2/+5
2012-09-05powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard1-0/+8
2012-09-05powerpc/powernv: Always go into nap mode when CPU is offlinePaul Mackerras3-9/+4
2012-09-05powerpc: Give hypervisor decrementer interrupts their own handlerPaul Mackerras2-1/+11
2012-09-05powerpc/vphn: Fix arch_update_cpu_topology() return valueJesse Larrew1-3/+4
2012-09-04ARM: gemini: fix the gemini buildLinus Walleij1-0/+1
2012-09-04mmc: omap: fix broken PIO modePaul Walmsley1-3/+11
2012-09-04mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen2-1/+26