summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | module: fix coding styleSeunghun Lee2014-01-161-31/+31
| * | | export: declare ksymtab symbolsJohannes Berg2014-01-161-0/+1
| * | | module.h: Remove unnecessary semicolonJoe Perches2013-12-041-1/+1
| * | | params: improve standard definitionsFelipe Contreras2013-12-041-16/+9
| * | | Add Documentation/module-signing.txt fileJames Solner2013-12-041-0/+240
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-223-4/+15
|\ \ \ \
| * | | | drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...Rashika Kheria2014-01-161-1/+1
| * | | | virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freezeAsias He2014-01-161-1/+14
| * | | | virtio: pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-041-2/+0
| |/ / /
* | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-2245-690/+1952
|\ \ \ \
| * | | | xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne2014-01-213-5/+32
| * | | | MAINTAINERS: add git repository for XenDavid Vrabel2014-01-201-0/+1
| * | | | xen/pvh: Use 'depend' instead of 'select'.Konrad Rzeszutek Wilk2014-01-101-2/+1
| * | | | xen: delete new instances of __cpuinit usagePaul Gortmaker2014-01-101-3/+3
| * | | | xen/fb: allow xenfb initialization for hvm guestsStefano Stabellini2014-01-071-1/+1
| * | | | xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun2014-01-071-2/+4
| * | | | xen-platform: fix error return code in platform_pci_init()Wei Yongjun2014-01-071-1/+2
| * | | | xen/pvh: remove duplicated include from enlighten.cWei Yongjun2014-01-071-1/+0
| * | | | xen/pvh: Fix compile issues with xen_pvh_domain()Konrad Rzeszutek Wilk2014-01-071-0/+1
| * | | | xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang2014-01-071-1/+1
| * | | | xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk2014-01-061-4/+2
| * | | | xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor2014-01-063-2/+38
| * | | | xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor2014-01-061-1/+2
| * | | | xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk2014-01-063-5/+68
| * | | | xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-066-13/+75
| * | | | xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk2014-01-061-8/+2
| * | | | xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk2014-01-061-3/+6
| * | | | xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2014-01-063-8/+16
| * | | | xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor2014-01-061-2/+20
| * | | | xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor2014-01-063-19/+42
| * | | | xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor2014-01-061-2/+37
| * | | | xen/pvh: Setup up shared_info.Mukesh Rathor2014-01-061-0/+3
| * | | | xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor2014-01-061-0/+9
| * | | | xen/pvh: MMU changes for PVH (v2)Mukesh Rathor2014-01-061-35/+46
| * | | | xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk2014-01-061-20/+20
| * | | | xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk2014-01-061-33/+37
| * | | | xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2014-01-062-4/+11
| * | | | xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2014-01-062-20/+46
| * | | | xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor2014-01-062-0/+19
| * | | | xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor2014-01-061-1/+6
| * | | | xen/events: use the FIFO-based ABI if availableDavid Vrabel2014-01-064-1/+448
| * | | | xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel2014-01-061-0/+1
| * | | | xen/events: allow event channel priority to be setDavid Vrabel2014-01-062-0/+22
| * | | | xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel2014-01-063-10/+72
| * | | | xen/evtchn: support more than 4096 portsDavid Vrabel2014-01-064-6/+16
| * | | | xen/events: add xen_evtchn_mask_all()David Vrabel2014-01-061-7/+11
| * | | | xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel2014-01-063-55/+149
| * | | | xen/events: add a evtchn_op for port setupDavid Vrabel2014-01-062-1/+13
| * | | | xen/events: allow setup of irq_info to failDavid Vrabel2014-01-061-65/+91
| * | | | xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel2014-01-063-16/+84
OpenPOWER on IntegriCloud