index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
hv_kvp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-11
powerpc: tsi108: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+2
2019-05-11
dt-bindings: doc: net: remove Linux API references
Petr Štetiar
2
-5
/
+5
2019-05-11
of_net: remove nvmem-mac-address property
Petr Štetiar
1
-23
/
+6
2019-05-11
net/ibmvnic: Update carrier state after link state change
Thomas Falcon
1
-5
/
+4
2019-05-11
net/ibmvnic: Update MAC address settings after adapter reset
Thomas Falcon
2
-27
/
+28
2019-05-11
dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND
YueHaibing
1
-1
/
+1
2019-05-11
bridge: Fix error path for kobject_init_and_add()
Tobin C. Harding
1
-7
/
+6
2019-05-10
Revert "selinux: do not report error on connect(AF_UNSPEC)"
Paolo Abeni
1
-4
/
+4
2019-05-10
nfp: add missing kdoc
Jakub Kicinski
1
-0
/
+2
2019-05-10
net/tls: handle errors from padding_length()
Jakub Kicinski
1
-8
/
+22
2019-05-10
net/tls: remove set but not used variables
Jakub Kicinski
1
-4
/
+1
2019-05-10
docs/btf: fix the missing section marks
Gary Lin
1
-0
/
+2
2019-05-10
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
1
-1
/
+12
2019-05-10
selftests: bpf: initialize bpf_object pointers where needed
Lorenz Bauer
3
-2
/
+5
2019-05-09
sparc64: simplify reduce_memory() function
Mike Rapoport
1
-40
/
+2
2019-05-09
sparc: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-05-09
packet: Fix error path in packet_init
YueHaibing
1
-5
/
+20
2019-05-09
SUNRPC: Rebalance a kref in auth_gss.c
Chuck Lever
1
-0
/
+1
2019-05-09
NFS: Fix a double unlock from nfs_match,get_client
Benjamin Coddington
1
-1
/
+1
2019-05-09
nfs: pass the correct prototype to read_cache_page
Christoph Hellwig
2
-6
/
+8
2019-05-09
NFSv4: don't mark all open state for recovery when handling recallable state ...
Scott Mayhew
3
-2
/
+14
2019-05-09
SUNRPC: Fix an error code in gss_alloc_msg()
Dan Carpenter
1
-1
/
+3
2019-05-09
SUNRPC: task should be exit if encode return EKEYEXPIRED more times
ZhangXiaoxu
1
-1
/
+8
2019-05-09
NFS4: Fix v4.0 client state corruption when mount
ZhangXiaoxu
1
-0
/
+4
2019-05-09
PNFS fallback to MDS if no deviceid found
Olga Kornievskaia
1
-1
/
+1
2019-05-09
net/tcp: use deferred jump label for TCP acked data hook
Jakub Kicinski
3
-6
/
+13
2019-05-09
net: aquantia: fix undefined devm_hwmon_device_register_with_info reference
Kefeng Wang
1
-0
/
+5
2019-05-09
aqc111: fix double endianness swap on BE
Oliver Neukum
1
-2
/
+4
2019-05-09
aqc111: fix writing to the phy on BE
Oliver Neukum
1
-6
/
+17
2019-05-09
aqc111: fix endianness issue in aqc111_change_mtu
Oliver Neukum
1
-0
/
+2
2019-05-09
vlan: disable SIOCSHWTSTAMP in container
Hangbin Liu
1
-1
/
+3
2019-05-09
macvlan: disable SIOCSHWTSTAMP in container
Hangbin Liu
1
-0
/
+2
2019-05-09
tipc: fix hanging clients using poll with EPOLLOUT flag
Parthasarathy Bhuvaragan
1
-2
/
+2
2019-05-09
tuntap: synchronize through tfiles array instead of tun->numqueues
Jason Wang
1
-1
/
+6
2019-05-09
tuntap: fix dividing by zero in ebpf queue selection
Jason Wang
1
-1
/
+6
2019-05-09
dwmac4_prog_mtl_tx_algorithms() missing write operation
Cheng Han
1
-0
/
+2
2019-05-09
ptp_qoriq: fix NULL access if ptp dt node missing
Claudiu Manoil
1
-0
/
+3
2019-05-09
cgroup: never call do_group_exit() with task->frozen bit set
Roman Gushchin
1
-5
/
+3
2019-05-09
csky: Add support for perf unwind-libdw
Mao Han
8
-1
/
+288
2019-05-09
do_move_mount(): fix an unsafe use of is_anon_ns()
Al Viro
1
-1
/
+1
2019-05-09
powerpc/64s: Use early_mmu_has_feature() in set_kuap()
Michael Ellerman
1
-1
/
+1
2019-05-09
ASoC: SOF: Fix unused variable warnings
Takashi Iwai
1
-0
/
+2
2019-05-09
docs: sparc: convert to ReST
Mauro Carvalho Chehab
5
-114
/
+151
2019-05-09
sparc/iommu: merge iommu_get_one and __sbus_iommu_map_page
Christoph Hellwig
1
-32
/
+24
2019-05-09
sparc/iommu: use __sbus_iommu_map_page to implement the map_sg path
Christoph Hellwig
1
-21
/
+10
2019-05-09
sparc/iommu: fix __sbus_iommu_map_page for highmem pages
Christoph Hellwig
1
-8
/
+7
2019-05-09
sparc/iommu: move per-page flushing into __sbus_iommu_map_page
Christoph Hellwig
1
-12
/
+14
2019-05-09
sparc/iommu: pass a physical address to iommu_get_one
Christoph Hellwig
1
-6
/
+7
2019-05-09
sparc/iommu: create a common helper for map_sg
Christoph Hellwig
1
-20
/
+17
2019-05-09
sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_page
Christoph Hellwig
1
-14
/
+7
[next]