index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-18
xen/pciback: Do not install an IRQ handler for MSI interrupts.
Konrad Rzeszutek Wilk
1
-0
/
+7
2015-12-18
xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...
Konrad Rzeszutek Wilk
1
-0
/
+7
2015-12-18
xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...
Konrad Rzeszutek Wilk
1
-1
/
+6
2015-12-18
xen/pciback: Save xen_pci_op commands before processing it
Konrad Rzeszutek Wilk
2
-1
/
+15
2015-12-18
xen-scsiback: safely copy requests
David Vrabel
1
-1
/
+1
2015-12-18
xen-blkback: read from indirect descriptors only once
Roger Pau Monné
1
-5
/
+10
2015-12-18
xen-blkback: only read request operation from shared ring once
Roger Pau Monné
1
-4
/
+4
2015-12-18
xen-netback: use RING_COPY_REQUEST() throughout
David Vrabel
1
-16
/
+14
2015-12-18
xen-netback: don't use last request to determine minimum Tx credit
David Vrabel
1
-3
/
+1
2015-12-02
xen/events/fifo: Consume unprocessed events when a CPU dies
Ross Lagerwall
1
-5
/
+18
2015-11-26
xen/evtchn: dynamically grow pending event channel ring
David Vrabel
1
-16
/
+107
2015-11-26
xen/events: Always allocate legacy interrupts on PV guests
Boris Ostrovsky
1
-2
/
+3
2015-11-26
xen/gntdev: Grant maps should not be subject to NUMA balancing
Boris Ostrovsky
1
-1
/
+1
2015-10-23
xen, cpu_hotplug: call device_offline instead of cpu_down
Stefano Stabellini
1
-1
/
+5
2015-10-23
xen/arm: Enable cpu_hotplug.c
Stefano Stabellini
2
-4
/
+6
2015-10-23
xenbus: Support multiple grants ring with 64KB
Julien Grall
1
-25
/
+72
2015-10-23
xen/grant-table: Add an helper to iterate over a specific number of grants
Julien Grall
1
-0
/
+22
2015-10-23
xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*
Julien Grall
4
-27
/
+27
2015-10-23
xen/balloon: Use the correct sizeof when declaring frame_list
Julien Grall
1
-1
/
+1
2015-10-23
xen/swiotlb: Add support for 64KB page granularity
Julien Grall
1
-20
/
+19
2015-10-23
xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb
Julien Grall
1
-2
/
+2
2015-10-23
xen/privcmd: Add support for Linux 64KB page granularity
Julien Grall
2
-43
/
+89
2015-10-23
net/xen-netback: Make it running on 64KB page granularity
Julien Grall
2
-62
/
+111
2015-10-23
net/xen-netfront: Make it running on 64KB page granularity
Julien Grall
1
-36
/
+86
2015-10-23
block/xen-blkback: Make it running on 64KB page granularity
Julien Grall
3
-9
/
+22
2015-10-23
block/xen-blkfront: Make it running on 64KB page granularity
Julien Grall
1
-111
/
+213
2015-10-23
xen/grant-table: Make it running on 64KB granularity
Julien Grall
1
-3
/
+3
2015-10-23
xen/events: fifo: Make it running on 64KB granularity
Julien Grall
2
-2
/
+2
2015-10-23
xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
Julien Grall
1
-15
/
+55
2015-10-23
tty/hvc: xen: Use xen page definition
Julien Grall
1
-2
/
+2
2015-10-23
xen/xenbus: Use Xen page definition
Julien Grall
2
-4
/
+5
2015-10-23
xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB p...
Julien Grall
1
-0
/
+8
2015-10-23
block/xen-blkfront: split get_grant in 2
Julien Grall
1
-29
/
+59
2015-10-23
block/xen-blkfront: Store a page rather a pfn in the grant structure
Julien Grall
1
-20
/
+19
2015-10-23
block/xen-blkfront: Split blkif_queue_request in 2
Julien Grall
1
-124
/
+153
2015-10-23
xen/grant: Introduce helpers to split a page into grant
Julien Grall
1
-0
/
+26
2015-10-23
net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop
Julien Grall
1
-7
/
+7
2015-10-23
xen/balloon: pre-allocate p2m entries for ballooned pages
David Vrabel
1
-0
/
+5
2015-10-23
xen/balloon: use hotplugged pages for foreign mappings etc.
David Vrabel
1
-10
/
+80
2015-10-23
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
David Vrabel
4
-17
/
+11
2015-10-23
xen/balloon: only hotplug additional memory if required
David Vrabel
1
-4
/
+19
2015-10-23
xen/balloon: rationalize memory hotplug stats
David Vrabel
1
-63
/
+12
2015-10-23
xen/balloon: find non-conflicting regions to place hotplugged memory
David Vrabel
1
-20
/
+53
2015-10-18
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-18
/
+42
2015-10-18
i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348
Mika Westerberg
1
-0
/
+20
2015-10-17
Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...
Linus Torvalds
1
-0
/
+4
2015-10-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-9
/
+9
2015-10-17
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2015-10-16
Merge tag 'dm-4.3-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-4
/
+13
2015-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-2
/
+8
[next]