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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
scsi: fc: implement kref backed reference counting
Johannes Thumshirn
1
-3
/
+1
2016-11-18
scsi: fc: provide fc_bsg_to_rport() helper
Johannes Thumshirn
1
-0
/
+5
2016-11-18
scsi: fc: provide fc_bsg_to_shost() helper
Johannes Thumshirn
1
-0
/
+5
2016-11-18
scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
Johannes Thumshirn
1
-1
/
+2
2016-11-18
scsi: Get rid of struct fc_bsg_buffer
Johannes Thumshirn
1
-9
/
+3
2016-11-18
ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() public
Lukas Wunner
1
-0
/
+2
2016-11-18
i2c: mux: mellanox: add driver
Vadim Pasternak
1
-0
/
+52
2016-11-18
PCI: Add Mellanox device IDs
Noa Osherovich
1
-5
/
+22
2016-11-18
cpufreq: intel_pstate: Request P-states control from SMM if needed
Rafael J. Wysocki
1
-0
/
+1
2016-11-18
Merge tag 'clk-renesas-for-v4.10-tag2' of git://git.kernel.org/pub/scm/linux/...
Stephen Boyd
4
-4
/
+93
2016-11-17
blk-mq: make the polling code adaptive
Jens Axboe
1
-1
/
+1
2016-11-17
blk-mq: implement hybrid poll mode for sync O_DIRECT
Jens Axboe
1
-0
/
+1
2016-11-17
mremap: fix race between mremap() and page cleanning
Aaron Lu
1
-1
/
+1
2016-11-17
mei: bus: split RX and async notification callbacks
Alexander Usyskin
1
-18
/
+14
2016-11-17
crypto: gf128mul - Zero memory when freeing multiplication table
Alex Cope
1
-1
/
+1
2016-11-17
vfio: Define device_api strings
Kirti Wankhede
1
-0
/
+10
2016-11-17
vfio: Introduce vfio_set_irqs_validate_and_prepare()
Kirti Wankhede
1
-0
/
+4
2016-11-17
vfio: Introduce common function to add capabilities
Kirti Wankhede
1
-0
/
+3
2016-11-17
vfio iommu: Add blocking notifier to notify DMA_UNMAP
Kirti Wankhede
1
-0
/
+12
2016-11-17
vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_ops
Kirti Wankhede
1
-1
/
+12
2016-11-17
vfio: Mediated device Core driver
Kirti Wankhede
1
-0
/
+168
2016-11-17
i2c: Provide a temporary .probe_new() call-back type
Lee Jones
1
-1
/
+7
2016-11-17
i2c: Export i2c_match_id() for direct use by device drivers
Lee Jones
1
-0
/
+2
2016-11-17
i2c: Match using traditional OF methods, then by vendor-less compatible strings
Lee Jones
1
-0
/
+12
2016-11-17
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
55
-1136
/
+1721
2016-11-17
xenfs: Use proc_create_mount_point() to create /proc/xen
Seth Forshee
1
-0
/
+2
2016-11-17
drm: Nuke modifier[1-3]
Ville Syrjälä
2
-7
/
+10
2016-11-17
ARM: s3c64xx: Drop unused DMA fields from struct s3c64xx_spi_csinfo
Sylwester Nawrocki
1
-3
/
+0
2016-11-17
dmaengine: pl08x: Add support for the DMA slave map
Sylwester Nawrocki
1
-0
/
+4
2016-11-17
locking/core: Provide common cpu_relax_yield() definition
Christian Borntraeger
1
-0
/
+4
2016-11-17
Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git...
Bjorn Andersson
1
-0
/
+58
2016-11-17
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
2
-3
/
+3
2016-11-17
IB/mlx4: Handle IPv4 header when demultiplexing MAD
Moni Shoua
1
-0
/
+19
2016-11-17
Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into d...
Dave Airlie
1
-0
/
+2
2016-11-17
netpoll: more efficient locking
Eric Dumazet
2
-7
/
+7
2016-11-17
ACPI / video: Move ACPI_VIDEO_NOTIFY_* defines to acpi/video.h
Hans de Goede
1
-0
/
+11
2016-11-17
Merge tag 'drm-misc-next-2016-11-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
15
-1007
/
+1210
2016-11-17
lwtunnel: subtract tunnel headroom from mtu on output redirect
David Lebrun
1
-1
/
+2
2016-11-17
ACPI / tebles: remove redundant declare of acpi_table_parse_entries()
Longpeng \(Mike\)
1
-4
/
+0
2016-11-17
tools/power/acpi: Remove direct kernel source include reference
Lv Zheng
1
-0
/
+3
2016-11-17
drm/vc4: Add fragment shader threading support
Jonas Pfeil
1
-0
/
+1
2016-11-16
Merge tag 'sunxi-clk-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel...
Stephen Boyd
2
-0
/
+232
2016-11-16
Merge tag 'imx-clk-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Stephen Boyd
1
-1
/
+14
2016-11-16
Merge tag 'v4.9-rc5' into patchwork
Mauro Carvalho Chehab
54
-162
/
+291
2016-11-16
net: busy-poll: return busypolling status to drivers
Eric Dumazet
1
-3
/
+4
2016-11-16
net: busy-poll: remove need_resched() from sk_can_busy_loop()
Eric Dumazet
1
-3
/
+2
2016-11-16
net: busy-poll: allow preemption in sk_busy_loop()
Eric Dumazet
1
-0
/
+10
2016-11-16
ipv4: Restore fib_trie_flush_external function and fix call ordering
Alexander Duyck
1
-0
/
+1
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-2
/
+3
2016-11-16
[media] v4l: ctrls: Add deinterlacing mode control
Laurent Pinchart
1
-0
/
+1
[prev]
[next]