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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-19
xen, arm64: drop dummy lookup_address()
Tycho Andersen
1
-10
/
+0
2017-09-18
xen: don't compile pv-specific parts if XEN_PV isn't configured
Juergen Gross
1
-63
/
+67
2017-09-15
xen: x86: mark xen_find_pt_base as __init
Arnd Bergmann
1
-1
/
+1
2017-08-31
xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fn
Wei Liu
1
-1
/
+1
2017-08-31
xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guests
Boris Ostrovsky
1
-3
/
+5
2017-08-31
xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()
Julien Grall
1
-4
/
+3
2017-08-31
xen/pvcalls: use WARN_ON(1) instead of __WARN()
Arnd Bergmann
1
-5
/
+5
2017-08-31
xen: remove not used trace functions
Juergen Gross
1
-20
/
+0
2017-08-31
xen: remove unused function xen_set_domain_pte()
Juergen Gross
3
-40
/
+0
2017-08-31
xen: remove tests for pvh mode in pure pv paths
Juergen Gross
3
-31
/
+2
2017-08-31
xen-platform: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-31
xen: cleanup xen.h
Juergen Gross
1
-11
/
+9
2017-08-31
xen: introduce a Kconfig option to enable the pvcalls backend
Stefano Stabellini
2
-0
/
+13
2017-08-31
xen/pvcalls: implement write
Stefano Stabellini
1
-0
/
+71
2017-08-31
xen/pvcalls: implement read
Stefano Stabellini
1
-0
/
+85
2017-08-31
xen/pvcalls: implement the ioworker functions
Stefano Stabellini
1
-0
/
+26
2017-08-31
xen/pvcalls: disconnect and module_exit
Stefano Stabellini
1
-0
/
+53
2017-08-31
xen/pvcalls: implement release command
Stefano Stabellini
1
-0
/
+68
2017-08-31
xen/pvcalls: implement poll command
Stefano Stabellini
1
-1
/
+74
2017-08-31
xen/pvcalls: implement accept command
Stefano Stabellini
1
-0
/
+113
2017-08-31
xen/pvcalls: implement listen command
Stefano Stabellini
1
-0
/
+21
2017-08-31
xen/pvcalls: implement bind command
Stefano Stabellini
1
-0
/
+79
2017-08-31
xen/pvcalls: implement connect command
Stefano Stabellini
1
-0
/
+179
2017-08-31
xen/pvcalls: implement socket command
Stefano Stabellini
1
-0
/
+27
2017-08-31
xen/pvcalls: handle commands from the frontend
Stefano Stabellini
1
-0
/
+125
2017-08-31
xen/pvcalls: connect to a frontend
Stefano Stabellini
1
-0
/
+82
2017-08-31
xen/pvcalls: xenbus state handling
Stefano Stabellini
1
-0
/
+155
2017-08-31
xen/pvcalls: initialize the module and register the xenbus backend
Stefano Stabellini
1
-0
/
+22
2017-08-31
xen/pvcalls: introduce the pvcalls xenbus backend
Stefano Stabellini
1
-0
/
+61
2017-08-31
xen: introduce the pvcalls interface header
Stefano Stabellini
2
-0
/
+123
2017-08-14
Linux 4.13-rc5
v4.13-rc5
Linus Torvalds
1
-1
/
+1
2017-08-14
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
14
-42
/
+137
2017-08-13
Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-15
/
+34
2017-08-13
Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+21
2017-08-13
Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-26
/
+71
2017-08-13
Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-15
/
+146
2017-08-13
Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
16
-38
/
+111
2017-08-13
Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-0
/
+1
2017-08-13
mtd: blkdevs: Fix mtd block write failure
Abhishek Sahu
1
-0
/
+1
2017-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
9
-53
/
+40
2017-08-12
Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-24
/
+53
2017-08-11
Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-2
/
+3
2017-08-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-55
/
+267
2017-08-11
Merge tag 'mmc-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
3
-2
/
+4
2017-08-11
Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linux
Linus Torvalds
4
-9
/
+16
2017-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2
-4
/
+6
2017-08-11
Merge tag 'iommu-fixes-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+7
2017-08-11
pnfs/blocklayout: require 64-bit sector_t
Christoph Hellwig
1
-0
/
+1
2017-08-11
Merge tag 'powerpc-4.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
9
-68
/
+111
2017-08-11
iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device
Artem Savkov
1
-0
/
+7
[next]