summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Linux 5.2.11v5.2.11Greg Kroah-Hartman1-1/+1
2019-08-29rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2-12/+13
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells4-39/+72
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-08-29io_uring: add need_resched() check in inner poll loopJens Axboe1-1/+7
2019-08-29io_uring: don't enter poll loop if we have CQEs pendingJens Axboe1-7/+15
2019-08-29io_uring: fix potential hang with polled IOJens Axboe1-11/+25
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter1-2/+2
2019-08-29IB/hfi1: Drop stale TID RDMA packetsKaike Wan1-3/+11
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-08-29mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-29mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-29mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-29mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-29mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-29mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-29mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-29mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev4-14/+110
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev1-6/+16
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev2-11/+21
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-08-29dm raid: add missing cleanup in raid_ctr()Wenwen Wang1-1/+1
2019-08-29dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka1-0/+15
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16
2019-08-29dm dust: use dust block size for badblocklist indexBryan Gurney1-3/+8
2019-08-29dm kcopyd: always complete failed jobsDmitry Fomichev1-1/+4
2019-08-29psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-29IB/hfi1: Drop stale TID RDMA packets that cause TIDErrKaike Wan1-44/+3
2019-08-29IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packetKaike Wan1-0/+7
2019-08-29IB/hfi1: Add additional checks when handling TID RDMA READ RESP packetKaike Wan1-1/+4
2019-08-29IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packetKaike Wan1-2/+2
2019-08-29x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard1-1/+1
2019-08-29x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-15/+48
2019-08-29x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky4-13/+147
2019-08-29x86/apic: Handle missing global clockevent gracefullyThomas Gleixner1-15/+53
2019-08-29x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson1-1/+1
2019-08-29userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-29Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui1-1/+1
2019-08-29gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski1-2/+4
2019-08-29scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter1-0/+3
2019-08-29drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-08-29drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possibleAlex Deucher2-5/+4
2019-08-29libceph: fix PG split vs OSD (re)connect raceIlya Dryomov1-5/+4
2019-08-29ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton1-2/+1
2019-08-29ceph: clear page dirty before invalidate pageErqi Chen1-2/+3