index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_flat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
ipv6: Unlink sibling route in case of failure
Ido Schimmel
1
-1
/
+17
2019-07-18
liquidio: Replace vmalloc + memset with vzalloc
Chuhong Yuan
1
-4
/
+2
2019-07-18
udp: Fix typo in net/ipv4/udp.c
Su Yanjun
1
-1
/
+1
2019-07-18
net: bcmgenet: use promisc for unsupported filters
Justin Chen
1
-31
/
+26
2019-07-18
SUNRPC: Optimise transport balancing code
Trond Myklebust
1
-29
/
+38
2019-07-18
SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request
Trond Myklebust
3
-2
/
+4
2019-07-18
pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error
Trond Myklebust
1
-1
/
+1
2019-07-18
NFSv4: Don't use the zero stateid with layoutget
Trond Myklebust
2
-5
/
+12
2019-07-18
MAINTAINERS: mark floppy.c orphaned
Jiri Kosina
1
-3
/
+2
2019-07-18
riscv: fix build break after macro-to-function conversion in generic cacheflu...
Paul Walmsley
1
-4
/
+59
2019-07-18
SUNRPC: Fix up backchannel slot table accounting
Trond Myklebust
11
-21
/
+55
2019-07-18
SUNRPC: Fix initialisation of struct rpc_xprt_switch
Trond Myklebust
1
-1
/
+3
2019-07-18
ipv6: rt6_check should return NULL if 'from' is NULL
David Ahern
1
-1
/
+1
2019-07-18
tipc: initialize 'validated' field of received packets
Jon Maloy
1
-0
/
+1
2019-07-18
selftests: add a test case for rp_filter
Cong Wang
1
-1
/
+34
2019-07-18
fib: relax source validation check for loopback packets
Cong Wang
1
-0
/
+5
2019-07-18
mlxsw: spectrum: Do not process learned records with a dummy FID
Ido Schimmel
3
-0
/
+17
2019-07-18
mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed
Petr Machata
1
-8
/
+8
2019-07-18
net: ag71xx: Add missing header
Rosen Penev
1
-0
/
+1
2019-07-17
floppy: fix out-of-bounds read in copy_buffer
Denis Efremov
1
-2
/
+4
2019-07-17
floppy: fix invalid pointer dereference in drive_name
Denis Efremov
1
-3
/
+8
2019-07-17
floppy: fix out-of-bounds read in next_valid_format
Denis Efremov
1
-0
/
+18
2019-07-17
floppy: fix div-by-zero in setup_format_params
Denis Efremov
1
-0
/
+5
2019-07-17
parisc: Wire up clone3 syscall
Helge Deller
3
-1
/
+3
2019-07-17
parisc: Avoid kernel panic triggered by invalid kprobe
Helge Deller
1
-0
/
+3
2019-07-17
parisc: Ensure userspace privilege for ptraced processes in regset functions
Helge Deller
1
-1
/
+2
2019-07-17
parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1
Helge Deller
1
-10
/
+18
2019-07-17
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
Cong Wang
3
-4
/
+1
2019-07-17
net/rds: Initialize ic->i_fastreg_wrs upon allocation
Gerd Rausch
1
-1
/
+1
2019-07-17
net/rds: Keep track of and wait for FRWR segments in use upon shutdown
Gerd Rausch
3
-6
/
+45
2019-07-17
net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...
Gerd Rausch
1
-1
/
+2
2019-07-17
net/rds: Fix NULL/ERR_PTR inconsistency
Gerd Rausch
1
-2
/
+2
2019-07-17
net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...
Gerd Rausch
2
-27
/
+40
2019-07-17
net/rds: Get rid of "wait_clean_list_grace" and add locking
Gerd Rausch
2
-38
/
+19
2019-07-17
net/rds: Give fr_state a chance to transition to FRMR_IS_FREE
Gerd Rausch
2
-1
/
+27
2019-07-17
net/sched: Make NET_ACT_CT depends on NF_NAT
YueHaibing
1
-1
/
+1
2019-07-17
net: sctp: fix warning "NULL check before some freeing functions is not needed"
Hariprasad Kelam
1
-8
/
+4
2019-07-17
caif-hsi: fix possible deadlock in cfhsi_exit_module()
Taehee Yoo
1
-1
/
+1
2019-07-17
dm: use printk ratelimiting functions
Mike Snitzer
1
-13
/
+4
2019-07-17
platform/x86: asus: Rename "fan mode" to "fan boost mode"
Daniel Drake
3
-60
/
+66
2019-07-17
dm kcopyd: Increase default sub-job size to 512KB
Nikos Tsironis
1
-6
/
+28
2019-07-17
dm snapshot: fix oversights in optional discard support
Mike Snitzer
1
-0
/
+10
2019-07-17
dm zoned: fix zone state management race
Damien Le Moal
2
-28
/
+24
2019-07-17
virtio_pmem: fix sparse warning
Pankaj Gupta
2
-4
/
+4
2019-07-17
dax: Fix missed wakeup with PMD faults
Matthew Wilcox (Oracle)
1
-20
/
+33
2019-07-17
fs/select.c: use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+3
2019-07-17
mm: add account_locked_vm utility function
Daniel Jordan
7
-190
/
+98
2019-07-17
arm64: mm: implement pte_devmap support
Robin Murphy
3
-0
/
+23
2019-07-17
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
9
-14
/
+11
2019-07-17
mm: clean up is_device_*_page() definitions
Robin Murphy
1
-22
/
+9
[prev]
[next]