summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-31libbpf: fix invalid munmap callBjörn Töpel1-37/+40
2019-05-31i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-6/+10
2019-05-31tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta1-0/+2
2019-05-31mmc: core: Verify SD bus widthRaul E Rangel1-0/+8
2019-05-31gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher3-3/+7
2019-05-31IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn1-1/+2
2019-05-31io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang1-1/+1
2019-05-31gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2-3/+6
2019-05-31NFS: make nfs_match_client killableRoberto Bergantinos Corpas1-1/+6
2019-05-31afs: Fix getting the afs.fid xattrDavid Howells1-3/+12
2019-05-31cxgb4: Fix error path in cxgb4_init_moduleYueHaibing1-3/+12
2019-05-31gfs2: Fix lru_count going negativeRoss Lagerwall1-9/+13
2019-05-31Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba1-19/+6
2019-05-31netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen1-1/+1
2019-05-31acct_on(): don't mess with freeze protectionAl Viro3-4/+4
2019-05-31at76c50x-usb: Don't register led_trigger if usb_register_driver failedYueHaibing1-2/+2
2019-05-31batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing3-8/+9
2019-05-31bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet1-0/+3
2019-05-31ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exitYueHaibing1-2/+7
2019-05-31media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko1-1/+1
2019-05-31media: vb2: add waiting_in_dqbuf flagHans Verkuil2-0/+23
2019-05-31media: serial_ir: Fix use-after-free in serial_ir_init_moduleYueHaibing1-8/+1
2019-05-31media: cpia2: Fix use-after-free in cpia2_exitYueHaibing1-2/+1
2019-05-31fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue1-0/+2
2019-05-31ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2-2/+3
2019-05-31arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon6-3/+111
2019-05-31fbdev: fix divide error in fb_var_to_videomodeShile Zhang1-0/+3
2019-05-31btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2019-05-31btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding1-2/+1
2019-05-31Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-05-31Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana1-0/+1
2019-05-31Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana1-3/+1
2019-05-31btrfs: Check the compression level before getting a workspaceJohnny Chang1-0/+1
2019-05-31btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik1-3/+1
2019-05-31gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher1-4/+5
2019-05-31arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig1-0/+10
2019-05-31arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for nowWill Deacon1-0/+1
2019-05-31arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel2-4/+4
2019-05-31libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams1-2/+8
2019-05-31KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li1-2/+2
2019-05-31kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee1-1/+5
2019-05-31kvm: Check irqchip mode before assign irqfdPeter Xu3-0/+17
2019-05-31dax: Arrange for dax_supported check to span multiple devicesDan Williams7-37/+117
2019-05-31tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi1-0/+6
2019-05-31mmc: sdhci-iproc: Set NO_HISPD bit to fix HS50 data hold time problemTrac Hoang1-1/+2
2019-05-31mmc: sdhci-iproc: cygnus: Set NO_HISPD bit to fix HS50 data hold time problemTrac Hoang1-1/+2
2019-05-31crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens1-1/+1
2019-05-31crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2-1/+9
2019-05-31Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen1-2/+1
2019-05-31sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+1