| Commit message (Expand) | Author | Files | Lines |
2019-02-22 | net: ip_gre: do not report erspan_ver for gre or gretap | Lorenzo Bianconi | 1 | -16/+17 |
2019-02-21 | ARCv2: don't assume core 0x54 has dual issue | Vineet Gupta | 2 | -5/+29 |
2019-02-21 | net: avoid false positives in untrusted gso validation | Willem de Bruijn | 1 | -2/+12 |
2019-02-21 | tipc: improve function tipc_wait_for_rcvmsg() | Tung Nguyen | 1 | -4/+5 |
2019-02-21 | tipc: improve function tipc_wait_for_cond() | Tung Nguyen | 1 | -1/+1 |
2019-02-21 | bonding: fix PACKET_ORIGDEV regression | Michal Soltys | 1 | -21/+14 |
2019-02-21 | net: vrf: remove MTU limits for vrf device | Hangbin Liu | 1 | -0/+3 |
2019-02-21 | MAINTAINERS: mark CAIF as orphan | Jann Horn | 1 | -2/+1 |
2019-02-21 | CREDITS/MAINTAINERS: Retire parisc-linux.org email domain | Helge Deller | 2 | -14/+11 |
2019-02-21 | ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OK | Jan Sokolowski | 1 | -1/+2 |
2019-02-21 | parisc: Fix ptrace syscall number modification | Dmitry V. Levin | 1 | -8/+21 |
2019-02-21 | i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race | Björn Töpel | 2 | -3/+15 |
2019-02-21 | ARC: define ARCH_SLAB_MINALIGN = 8 | Alexey Brodkin | 1 | -0/+11 |
2019-02-21 | ARC: enable uboot support unconditionally | Eugeniy Paltsev | 6 | -20/+0 |
2019-02-21 | ARC: U-boot: check arguments paranoidly | Eugeniy Paltsev | 2 | -27/+64 |
2019-02-21 | ARCv2: support manual regfile save on interrupts | Vineet Gupta | 5 | -1/+68 |
2019-02-21 | ARC: uacces: remove lp_start, lp_end from clobber list | Vineet Gupta | 1 | -4/+4 |
2019-02-21 | ARC: fix actionpoints configuration detection | Eugeniy Paltsev | 1 | -1/+1 |
2019-02-21 | ARCv2: lib: memcpy: fix doing prefetchw outside of buffer | Eugeniy Paltsev | 1 | -14/+0 |
2019-02-21 | ARCv2: Enable unaligned access in early ASM code | Eugeniy Paltsev | 1 | -0/+10 |
2019-02-21 | ixgbe: fix potential RX buffer starvation for AF_XDP | Magnus Karlsson | 2 | -3/+21 |
2019-02-21 | i40e: fix potential RX buffer starvation for AF_XDP | Magnus Karlsson | 2 | -1/+17 |
2019-02-21 | ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWEN | Jeff Kirsher | 1 | -2/+5 |
2019-02-21 | net/smc: fix smc_poll in SMC_INIT state | Ursula Braun | 1 | -3/+3 |
2019-02-21 | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink() | Paolo Abeni | 1 | -1/+5 |
2019-02-21 | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt() | Paolo Abeni | 1 | -5/+6 |
2019-02-21 | mm, memory_hotplug: fix off-by-one in is_pageblock_removable | Michal Hocko | 1 | -12/+15 |
2019-02-21 | mm: don't let userspace spam allocations warnings | Daniel Vetter | 1 | -1/+1 |
2019-02-21 | slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS | Qian Cai | 1 | -1/+1 |
2019-02-21 | kasan, slab: remove redundant kasan_slab_alloc hooks | Andrey Konovalov | 1 | -2/+0 |
2019-02-21 | kasan, slab: make freelist stored without tags | Andrey Konovalov | 1 | -2/+9 |
2019-02-21 | kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY | Andrey Konovalov | 1 | -0/+2 |
2019-02-21 | kasan: prevent tracing of tags.c | Andrey Konovalov | 1 | -0/+2 |
2019-02-21 | kasan: fix random seed generation for tag-based mode | Andrey Konovalov | 3 | -3/+4 |
2019-02-21 | tmpfs: fix link accounting when a tmpfile is linked in | Darrick J. Wong | 1 | -3/+7 |
2019-02-21 | psi: avoid divide-by-zero crash inside virtual machines | Johannes Weiner | 1 | -1/+1 |
2019-02-21 | mm: handle lru_add_drain_all for UP properly | Michal Hocko | 1 | -7/+10 |
2019-02-21 | mm, page_alloc: fix a division by zero error when boosting watermarks v2 | Mel Gorman | 1 | -0/+12 |
2019-02-21 | mm/debug.c: fix __dump_page() for poisoned pages | Robin Murphy | 1 | -1/+3 |
2019-02-21 | proc, oom: do not report alien mms when setting oom_score_adj | Michal Hocko | 1 | -4/+0 |
2019-02-21 | slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS | Qian Cai | 1 | -0/+1 |
2019-02-21 | kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED | Andrey Konovalov | 1 | -1/+12 |
2019-02-21 | kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED | Andrey Konovalov | 1 | -13/+7 |
2019-02-21 | kasan, slub: move kasan_poison_slab hook before page_address | Andrey Konovalov | 1 | -4/+15 |
2019-02-21 | kmemleak: account for tagged pointers when calculating pointer range | Andrey Konovalov | 4 | -3/+10 |
2019-02-21 | kasan, kmemleak: pass tagged pointers to kmemleak | Andrey Konovalov | 3 | -6/+5 |
2019-02-21 | kasan: fix assigning tags twice | Andrey Konovalov | 1 | -12/+17 |
2019-02-21 | numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES | Ralph Campbell | 1 | -3/+3 |
2019-02-21 | revert "initramfs: cleanup incomplete rootfs" | Andrew Morton | 1 | -3/+3 |
2019-02-21 | Revert "xsk: simplify AF_XDP socket teardown" | Björn Töpel | 1 | -1/+15 |