index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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-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
2015-10-16
Merge tag 'pm+acpi-4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-49
/
+21
2015-10-16
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
10
-15
/
+98
2015-10-16
Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
7
-7
/
+45
2015-10-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-10-16
mm, fs: obey gfp_mapping for add_to_page_cache()
Michal Hocko
1
-1
/
+1
2015-10-16
rbd: use writefull op for object size writes
Ilya Dryomov
1
-2
/
+7
2015-10-16
rbd: set max_sectors explicitly
Ilya Dryomov
1
-0
/
+1
2015-10-16
Merge branches 'acpica', 'pm-domains' and 'pm-cpufreq'
Rafael J. Wysocki
7
-49
/
+21
2015-10-16
genirq/msi: Do not use pci_msi_[un]mask_irq as default methods
Marc Zyngier
1
-0
/
+4
2015-10-16
drm/virtio: use %llu format string form atomic64_t
Arnd Bergmann
2
-3
/
+3
2015-10-16
Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
5
-10
/
+90
2015-10-16
Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/...
Dave Airlie
1
-1
/
+2
2015-10-15
Merge tag 'pinctrl-v4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
3
-115
/
+117
[next]