summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-05mm/util.c: fix strndup_user() commentAndrew Morton
2019-04-05sh: fix multiple function definition build errorsRandy Dunlap
2019-04-05MAINTAINERS: add maintainer and replacing reviewer ARM/NUVOTON NPCMTomer Maimon
2019-04-05MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCMTomer Maimon
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen
2019-04-05psi: clarify the units used in pressure filesWaiman Long
2019-04-05mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V
2019-04-05hugetlbfs: fix memory leak for resv_mapMike Kravetz
2019-04-05mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn
2019-04-05lib/lzo: fix bugs for very short or empty inputDave Rodgman
2019-04-05include/linux/bitrev.h: fix constant bitrevArnd Bergmann
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers
2019-04-05Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-05tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman
2019-04-04Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04ibmvnic: Fix completion structure initializationThomas Falcon
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-04Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-04net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov
2019-04-04Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-04-04Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-04-05Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-04-04Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2019-04-05Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2019-04-04libcxgb: fix incorrect ppmax calculationVarun Prakash
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-04Merge branch 'acpica' into acpiRafael J. Wysocki
2019-04-04Merge branch 'pm-tools'Rafael J. Wysocki
2019-04-04Merge branch 'sch_cake-fixes'David S. Miller
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi
2019-04-04Merge branch 'net-hns-bugfixes-for-HNS-Driver'David S. Miller
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu
2019-04-04flow_dissector: rst'ify documentationStanislav Fomichev
2019-04-04mm/compaction.c: abort search if isolation failsQian Cai
2019-04-04mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Mel Gorman
2019-04-03Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu