summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-02sched/deadline: Correctly handle active 0-lag timersluca abeni1-2/+1
2019-05-02binder: fix handling of misaligned binder objectTodd Kjos1-10/+8
2019-05-02ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-05-02fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-05-02intel_th: gth: Fix an off-by-one in output unassigningAlexander Shishkin1-1/+1
2019-05-02slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-05-02tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-05-02ext4: fix some error pointer dereferencesDan Carpenter1-0/+3
2019-05-02USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng3-13/+13
2019-05-02USB: Add new USB LPM helpersKai-Heng Feng5-11/+30
2019-05-02drm/vc4: Fix compilation error reported by kbuild test botMaarten Lankhorst1-1/+1
2019-05-02Revert "drm/i915/fbdev: Actually configure untiled displays"Dave Airlie1-7/+5
2019-05-02drm/vc4: Fix memory leak during gpu reset.Maarten Lankhorst1-1/+1
2019-05-02ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2019-05-02dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme1-1/+3
2019-05-02vfio/type1: Limit DMA mappings per containerAlex Williamson1-0/+14
2019-05-02Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-05-02nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2-1/+8
2019-05-02ceph: fix ci->i_head_snapc leakYan, Zheng2-1/+15
2019-05-02ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-05-02ceph: only use d_name directly when parent is lockedJeff Layton1-11/+50
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-05-02IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-05-02trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-05-02MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-05-02lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-05-02zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn3-16/+17
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-05-02cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-05-02kbuild: simplify ld-option implementationMasahiro Yamada1-3/+1
2019-04-27Linux 4.14.114v4.14.114Greg Kroah-Hartman1-1/+1
2019-04-27kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-27Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Greg Kroah-Hartman1-3/+0
2019-04-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds1-1/+2
2019-04-27xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong3-9/+23
2019-04-27xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2-4/+40
2019-04-27iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong3-3/+34
2019-04-27tools include: Adopt linux/bits.hArnaldo Carvalho de Melo3-5/+29
2019-04-27percpu: stop printing kernel addressesMatteo Croce1-4/+4
2019-04-27ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai1-2/+10
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-04-27device_cgroup: fix RCU imbalance in error caseJann Horn1-1/+1
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-27Revert "kbuild: use -Oz instead of -Os when using clang"Matthias Kaehlcke1-2/+1
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-190/+72
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2-183/+77
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal7-122/+126