summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-6/+2
* xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-2/+6
* xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall2014-01-301-1/+1
* xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor2014-01-061-0/+13
* xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-061-1/+8
* xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor2014-01-061-0/+14
* xen/events: allow event channel priority to be setDavid Vrabel2014-01-061-0/+5
* xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel2014-01-062-6/+68
* xen/evtchn: support more than 4096 portsDavid Vrabel2014-01-061-0/+2
* xen/events: move 2-level specific code into its own fileDavid Vrabel2014-01-061-0/+2
* xen/pvhvm: Remove the xen_platform_pci int.Konrad Rzeszutek Wilk2014-01-031-2/+0
* xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+23
* Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-241-0/+1
|\
| * percpu: fix spurious sparse warnings from DEFINE_PER_CPU()Tejun Heo2013-12-051-0/+1
* | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-241-0/+1
|\ \
| * | libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDsMarc Carino2013-12-171-0/+1
| |/
* | auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASEArd Biesheuvel2013-12-241-1/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-12-231-1/+1
|\ \
| * | IB/core: const'ify inbuf in struct ib_udataYann Droneaud2013-12-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-12-221-4/+1
|\ \ \
| * | | target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2013-12-191-0/+1
| * | | target: Remove write-only stats fields and lock from struct se_node_aclRoland Dreier2013-12-111-4/+0
| |/ /
* | | aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-211-1/+2
* | | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-0/+3
* | | mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-203-5/+6
* | | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2013-12-201-3/+2
* | | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-201-5/+5
|\ \ \
| * | | xen/block: Correctly define structures in public headers on ARM32 and ARM64Julien Grall2013-12-131-5/+5
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-191-0/+1
|\ \ \ \
| * | | | perf: Document the new transaction sample typeVince Weaver2013-12-171-0/+1
* | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-12-184-1/+60
|\ \ \ \ \
| * | | | | mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman2013-12-181-1/+6
| * | | | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-182-1/+45
| * | | | | mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman2013-12-181-0/+9
| * | | | | kexec: migrate to reboot cpuVivek Goyal2013-12-181-0/+1
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-12-171-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-12-131-0/+1
| |\ \ \ \ \
| | * | | | | drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-081-0/+1
| | |/ / / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-173-27/+43
|\ \ \ \ \ \
| * | | | | | sched/fair: Rework sched_fair time accountingPeter Zijlstra2013-12-111-1/+2
| * | | | | | math64: Add mul_u64_u32_shr()Peter Zijlstra2013-12-111-0/+30
| * | | | | | sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra2013-12-112-26/+11
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-159-34/+28
|\ \ \ \ \ \
| * | | | | | net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior2013-12-121-1/+1
| * | | | | | micrel: add support for KSZ8041RNLISergei Shtylyov2013-12-111-0/+2
| * | | | | | sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-101-6/+0
| * | | | | | net: unix: allow set_peek_off to failSasha Levin2013-12-101-1/+1
| * | | | | | tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-051-4/+2
| * | | | | | xen-netback: fix fragment detection in checksum setupPaul Durrant2013-12-052-1/+3
| * | | | | | Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller2013-12-021-21/+18