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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-08
x86/xen: avoid freeing static 'name' when kasprintf() fails
Vitaly Kuznetsov
1
-11
/
+5
2015-01-08
x86/xen: add extra memory for remapped frames during setup
David Vrabel
1
-4
/
+9
2015-01-08
x86/xen: don't count how many PFNs are identity mapped
David Vrabel
1
-18
/
+9
2015-01-08
x86/xen: Free bootmem in free_p2m_page() during early boot
Boris Ostrovsky
1
-3
/
+6
2014-12-23
x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()
Boris Ostrovsky
1
-2
/
+0
2014-12-15
Merge branch 'devel/for-linus-3.19' into stable/for-linus-3.19
David Vrabel
7
-965
/
+779
2014-12-11
xen: switch to post-init routines in xen mmu.c earlier
Juergen Gross
1
-1
/
+1
2014-12-11
Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
David Vrabel
1
-1
/
+1
2014-12-10
Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
David Vrabel
1
-1
/
+1
2014-12-08
xen: annotate xen_set_identity_and_remap_chunk() with __init
Juergen Gross
1
-1
/
+1
2014-12-08
xen: introduce helper functions to do safe read and write accesses
Juergen Gross
2
-2
/
+16
2014-12-04
xen: Speed up set_phys_to_machine() by using read-only mappings
Juergen Gross
1
-6
/
+8
2014-12-04
xen: switch to linear virtual mapped sparse p2m list
Juergen Gross
4
-444
/
+347
2014-12-04
xen: Hide get_phys_to_machine() to be able to tune common path
Juergen Gross
3
-10
/
+24
2014-12-04
x86: Introduce function to get pmd entry pointer
Juergen Gross
2
-0
/
+21
2014-12-04
xen: Delay invalidating extra memory
Juergen Gross
4
-129
/
+103
2014-12-04
xen: Delay m2p_override initialization
Juergen Gross
1
-7
/
+12
2014-12-04
xen: Delay remapping memory of pv-domain
Juergen Gross
5
-297
/
+172
2014-12-04
xen: use common page allocation function in p2m.c
Juergen Gross
2
-22
/
+37
2014-12-04
xen: Make functions static
Juergen Gross
2
-100
/
+92
2014-12-04
xen: fix some style issues in p2m.c
Juergen Gross
1
-8
/
+7
2014-12-04
xen/pci: Use APIC directly when APIC virtualization hardware is available
Boris Ostrovsky
2
-0
/
+107
2014-12-04
xen/pci: Defer initialization of MSI ops on HVM guests
Boris Ostrovsky
1
-2
/
+13
2014-12-04
xen-pciback: drop SR-IOV VFs when PF driver unloads
Jan Beulich
1
-0
/
+54
2014-12-04
xen/pciback: Restore configuration space when detaching from a guest.
Konrad Rzeszutek Wilk
1
-2
/
+14
2014-12-04
PCI: Expose pci_load_saved_state for public consumption.
Konrad Rzeszutek Wilk
2
-2
/
+5
2014-12-04
xen/pciback: Remove tons of dereferences
Konrad Rzeszutek Wilk
1
-9
/
+11
2014-12-04
xen/pciback: Print out the domain owning the device.
Konrad Rzeszutek Wilk
1
-1
/
+1
2014-12-04
xen/pciback: Include the domain id if removing the device whilst still in use
Konrad Rzeszutek Wilk
1
-4
/
+6
2014-12-04
driver core: Provide an wrapper around the mutex to do lockdep warnings
Konrad Rzeszutek Wilk
2
-1
/
+6
2014-12-04
xen/pciback: Don't deadlock when unbinding.
Konrad Rzeszutek Wilk
5
-16
/
+33
2014-12-04
swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single
Stefano Stabellini
1
-1
/
+1
2014-12-04
swiotlb-xen: call xen_dma_sync_single_for_device when appropriate
Stefano Stabellini
1
-1
/
+1
2014-12-04
swiotlb-xen: remove BUG_ON in xen_bus_to_phys
Stefano Stabellini
1
-2
/
+0
2014-12-04
swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpu
Stefano Stabellini
1
-3
/
+3
2014-12-04
xen/arm: introduce GNTTABOP_cache_flush
Stefano Stabellini
2
-2
/
+51
2014-12-04
xen/arm/arm64: introduce xen_arch_need_swiotlb
Stefano Stabellini
4
-1
/
+22
2014-12-04
xen/arm/arm64: merge xen/mm32.c into xen/mm.c
Stefano Stabellini
4
-138
/
+86
2014-12-04
xen/arm: use hypercall to flush caches in map_page
Stefano Stabellini
2
-1
/
+24
2014-12-04
xen: add a dma_addr_t dev_addr argument to xen_dma_map_page
Stefano Stabellini
4
-8
/
+10
2014-12-04
xen/arm: use is_device_dma_coherent
Stefano Stabellini
1
-3
/
+3
2014-12-04
arm: introduce is_device_dma_coherent
Stefano Stabellini
2
-0
/
+8
2014-12-04
arm64: introduce is_device_dma_coherent
Stefano Stabellini
2
-0
/
+8
2014-12-04
xen/arm: if(pfn_valid(pfn)) call native dma_ops
Stefano Stabellini
2
-45
/
+54
2014-12-04
xen/arm: remove outer_*_range call
Stefano Stabellini
1
-9
/
+0
2014-12-04
xen/arm: remove handling of XENFEAT_grant_map_identity
Stefano Stabellini
3
-92
/
+1
2014-12-01
Linux 3.18-rc7
v3.18-rc7
Linus Torvalds
1
-1
/
+1
2014-12-01
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-1
/
+23
2014-11-30
btrfs: zero out left over bytes after processing compression streams
Chris Mason
4
-5
/
+67
2014-11-29
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-7
/
+7
[next]