summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-21bonding: fix PACKET_ORIGDEV regressionMichal Soltys
2019-02-21net: vrf: remove MTU limits for vrf deviceHangbin Liu
2019-02-21MAINTAINERS: mark CAIF as orphanJann Horn
2019-02-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-02-21CREDITS/MAINTAINERS: Retire parisc-linux.org email domainHelge Deller
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski
2019-02-21parisc: Fix ptrace syscall number modificationDmitry V. Levin
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev
2019-02-21ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev
2019-02-21ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson
2019-02-21ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher
2019-02-21net/smc: fix smc_poll in SMC_INIT stateUrsula Braun
2019-02-21Merge branch 'ipv6-route-rcu'David S. Miller
2019-02-21ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni
2019-02-21ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-02-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman
2019-02-21mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov
2019-02-21numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2019-02-21revert "initramfs: cleanup incomplete rootfs"Andrew Morton
2019-02-21Revert "xsk: simplify AF_XDP socket teardown"Björn Töpel