summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-133-16/+7
* 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-132-34/+19
* 9p: Change p9_fid_create calling conventionMatthew Wilcox2018-08-131-14/+9
* 9p: Fix comment on smp_wmbMatthew Wilcox2018-08-131-1/+1
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-08-131-1/+1
* fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-08-131-1/+1
* net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-08-131-1/+2
* 9p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun2018-08-131-1/+1
* net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun2018-08-131-1/+1
* fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder2018-08-131-1/+1
* Linux 4.18v4.18Linus Torvalds2018-08-121-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-08-127-49/+69
|\
| * scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill2018-08-031-3/+8
| * scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche2018-08-031-8/+21
| * scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy2018-08-031-8/+8
| * scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn2018-08-021-0/+1
| * scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn2018-08-021-2/+2
| * scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn2018-08-021-1/+1
| * scsi: qedi: Fix a potential buffer overflowBart Van Assche2018-07-301-1/+1
| * scsi: qla2xxx: Fix memory leak for allocating abort IOCBQuinn Tran2018-07-301-26/+27
* | init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-123-3/+3
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-08-122-9/+32
|\ \
| * | make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-091-5/+2
| * | fix __legitimize_mnt()/mntput() raceAl Viro2018-08-091-0/+14
| * | fix mntput/mntput raceAl Viro2018-08-091-2/+12
| * | root dentries need RCU-delayed freeingAl Viro2018-08-061-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1111-39/+46
|\ \ \
| * | | xen/netfront: don't cache skb_shinfo()Juergen Gross2018-08-111-4/+4
| * | | Merge branch 'cpsw-runtime-pm-fix'David S. Miller2018-08-112-15/+12
| |\ \ \
| | * | | net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk2018-08-111-4/+7
| | * | | net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-112-11/+5
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-098-20/+30
| |\ \ \
| | * \ \ Merge branch 'bpf-fix-cpu-and-devmap-teardown'Daniel Borkmann2018-08-094-14/+21
| | |\ \ \
| | | * | | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
| | | * | | samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2018-08-092-3/+3
| | | * | | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
| | |/ / /
| | * | | Merge branch 'sockmap-fixes'Alexei Starovoitov2018-08-082-4/+7
| | |\ \ \
| | | * | | bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann2018-08-081-1/+1
| | | * | | bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
| | | * | | bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
| | |/ / /
| | * | | bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-062-2/+2
* | | | | zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim2018-08-101-1/+14
* | | | | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-101-0/+3
* | | | | lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-104-17/+0
* | | | | MAINTAINERS: GDB: update e-mail addressKieran Bingham2018-08-101-1/+1
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-101-13/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | i2c: xlp9xx: Fix case where SSIF read transaction completes earlyGeorge Cherian2018-08-091-13/+28
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-098-191/+101
|\ \ \ \ \
| * | | | | crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek2018-08-076-45/+21
| * | | | | crypto: arm64 - revert NEON yield for fast AEAD implementationsArd Biesheuvel2018-08-072-146/+80