Age | Commit message (Expand) | Author | Files | Lines |
2019-07-23 | bpf: fix narrower loads on s390 | Ilya Leoshkevich | 1 | -0/+13 |
2019-07-22 | bpf: sockmap/tls, close can race with map free | John Fastabend | 2 | -1/+10 |
2019-07-22 | net/tls: fix transition through disconnect with close | John Fastabend | 1 | -1/+4 |
2019-07-22 | net/tls: remove sock unlock/lock around strp_done() | John Fastabend | 1 | -3/+4 |
2019-07-22 | net/tls: remove close callback sock unlock/lock around TX work flush | John Fastabend | 1 | -0/+2 |
2019-07-22 | net/tls: don't arm strparser immediately in tls_set_sw_offload() | Jakub Kicinski | 1 | -0/+1 |
2019-07-19 | tcp: fix tcp_set_congestion_control() use from bpf hook | Eric Dumazet | 1 | -1/+2 |
2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -3/+3 |
2019-07-17 | fix: taprio: Change type of txtime-delay parameter to u32 | Vedang Patel | 1 | -1/+1 |
2019-07-16 | bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6 | Stanislav Fomichev | 1 | -2/+2 |
2019-07-16 | bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok | Stanislav Fomichev | 1 | -1/+1 |
2019-07-14 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -8/+11 |
2019-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -3/+17 |
2019-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 1 | -136/+136 |
2019-07-14 | Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds | 8 | -7/+196 |
2019-07-14 | Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 7 | -35/+23 |
2019-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+76 |
2019-07-13 | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -2/+13 |
2019-07-13 | Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 1 | -5/+6 |
2019-07-13 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -0/+12 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -3/+1273 |
2019-07-13 | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -73/+0 |
2019-07-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -8/+16 |
2019-07-13 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+180 |
2019-07-13 | net: phy: make exported variables non-static | Denis Efremov | 1 | -0/+3 |
2019-07-13 | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() | Vlad Buslov | 1 | -0/+10 |
2019-07-13 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 4 | -1/+52 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -20/+15 |
2019-07-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 20 | -112/+610 |
2019-07-12 | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 1 | -1/+0 |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 2 | -8/+1 |
2019-07-12 | mm: vmalloc: show number of vmalloc pages in /proc/meminfo | Roman Gushchin | 1 | -0/+2 |
2019-07-12 | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko | 1 | -0/+24 |
2019-07-12 | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual | 1 | -2/+1 |
2019-07-12 | asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel] | Mike Rapoport | 1 | -4/+103 |
2019-07-12 | mm: move the powerpc hugepd code to mm/gup.c | Christoph Hellwig | 1 | -18/+0 |
2019-07-12 | mm, memcg: add a memcg_slabinfo debugfs file | Waiman Long | 1 | -0/+4 |
2019-07-12 | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin | 1 | -1/+1 |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin | 1 | -1/+2 |
2019-07-12 | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin | 1 | -0/+10 |
2019-07-12 | mm: memcg/slab: rename slab delayed deactivation functions and fields | Roman Gushchin | 1 | -3/+3 |
2019-07-12 | mm, memcg: introduce memory.events.local | Shakeel Butt | 1 | -1/+6 |
2019-07-12 | mm, swap: use rbtree for swap_extent | Aaron Lu | 1 | -3/+2 |
2019-07-12 | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 1 | -3/+10 |
2019-07-12 | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page | Christoph Hellwig | 1 | -2/+1 |
2019-07-12 | mm, debug_pagealloc: use a page type instead of page_ext flag | Vlastimil Babka | 3 | -10/+7 |
2019-07-12 | mm, debug_pagelloc: use static keys to enable debugging | Vlastimil Babka | 1 | -4/+11 |
2019-07-12 | include/linux/pagemap.h: document trylock_page() return value | Andrew Morton | 1 | -0/+3 |
2019-07-12 | include/linux/vmpressure.h: use spinlock_t instead of struct spinlock | Sebastian Andrzej Siewior | 1 | -1/+1 |
2019-07-12 | mm/page_isolation.c: change the prototype of undo_isolate_page_range() | Pingfan Liu | 1 | -1/+1 |