Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 2018-06-09 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ide: don't enable/disable interrupts in force threaded-IRQ mode | Sebastian Andrzej Siewior | 2018-06-05 | 1 | -0/+1 | |
* | | | | | | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-09 | 4 | -181/+200 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'for-4.18/dax' into libnvdimm-for-next | Dan Williams | 2018-06-09 | 3 | -181/+199 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS | Dan Williams | 2018-05-22 | 1 | -4/+28 | |
| | * | | | | | | | | memremap: split devm_memremap_pages() and memremap() infrastructure | Dan Williams | 2018-05-16 | 3 | -177/+171 | |
| * | | | | | | | | | libnvdimm, e820: Register all pmem resources | Dan Williams | 2018-06-03 | 1 | -0/+1 | |
* | | | | | | | | | | kernel/hung_task.c: show all hung tasks before panic | Tetsuo Handa | 2018-06-08 | 1 | -4/+7 | |
* | | | | | | | | | | mm: split page_type out from _mapcount | Matthew Wilcox | 2018-06-08 | 1 | -0/+1 | |
* | | | | | | | | | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct | Yang Shi | 2018-06-08 | 2 | -2/+9 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-06-07 | 2 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE | Al Viro | 2018-05-10 | 1 | -1/+1 | |
| * | | | | | | | | | tracing: Remove PPC32 wart from config TRACING_SUPPORT | Michael Ellerman | 2018-05-03 | 1 | -5/+1 | |
* | | | | | | | | | | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-07 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | fuse: Restrict allow_other to the superblock's namespace or a descendant | Seth Forshee | 2018-03-20 | 1 | -0/+1 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-07 | 22 | -463/+4605 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-06-05 | 10 | -53/+169 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS | Yonghong Song | 2018-06-04 | 1 | -0/+2 | |
| | * | | | | | | | | | | bpf: implement bpf_get_current_cgroup_id() helper | Yonghong Song | 2018-06-04 | 3 | -0/+18 | |
| | * | | | | | | | | | | bpf/xdp: devmap can avoid calling ndo_xdp_flush | Jesper Dangaard Brouer | 2018-06-03 | 1 | -13/+6 | |
| | * | | | | | | | | | | xdp: add flags argument to ndo_xdp_xmit API | Jesper Dangaard Brouer | 2018-06-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf: fix context access in tracing progs on 32 bit archs | Daniel Borkmann | 2018-06-03 | 2 | -3/+10 | |
| | * | | | | | | | | | | bpf: avoid retpoline for lookup/update/delete calls on maps | Daniel Borkmann | 2018-06-03 | 2 | -22/+58 | |
| | * | | | | | | | | | | bpf: show prog and map id in fdinfo | Daniel Borkmann | 2018-06-03 | 1 | -4/+8 | |
| | * | | | | | | | | | | bpf: fixup error message from gpl helpers on license mismatch | Daniel Borkmann | 2018-06-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD | Martin KaFai Lau | 2018-06-02 | 1 | -1/+20 | |
| | * | | | | | | | | | | bpf: btf: Check array t->size | Martin KaFai Lau | 2018-06-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | bpf: devmap: remove redundant assignment of dev = dev | Colin Ian King | 2018-05-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | media: rc: introduce BPF_PROG_LIRC_MODE2 | Sean Young | 2018-05-30 | 1 | -0/+7 | |
| | * | | | | | | | | | | bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found | Sean Young | 2018-05-30 | 2 | -2/+11 | |
| | * | | | | | | | | | | bpf: Hooks for sys_sendmsg | Andrey Ignatov | 2018-05-28 | 2 | -1/+18 | |
| | * | | | | | | | | | | bpf: avoid -Wmaybe-uninitialized warning | Arnd Bergmann | 2018-05-28 | 1 | -4/+3 | |
| | * | | | | | | | | | | bpf: btf: avoid -Wreturn-type warning | Arnd Bergmann | 2018-05-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-06-03 | 5 | -15/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-27 | 3 | -31/+163 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-25 | 12 | -136/+721 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | xdp/trace: extend tracepoint in devmap with an err | Jesper Dangaard Brouer | 2018-05-25 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | xdp: change ndo_xdp_xmit API to support bulking | Jesper Dangaard Brouer | 2018-05-25 | 1 | -11/+18 | |
| | * | | | | | | | | | | | | xdp: introduce xdp_return_frame_rx_napi | Jesper Dangaard Brouer | 2018-05-25 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | xdp: add tracepoint for devmap like cpumap have | Jesper Dangaard Brouer | 2018-05-25 | 1 | -4/+23 | |
| | * | | | | | | | | | | | | bpf: devmap prepare xdp frames for bulking | Jesper Dangaard Brouer | 2018-05-25 | 1 | -4/+70 | |
| | * | | | | | | | | | | | | bpf: devmap introduce dev_map_enqueue | Jesper Dangaard Brouer | 2018-05-25 | 1 | -6/+28 | |
| | * | | | | | | | | | | | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERY | Yonghong Song | 2018-05-25 | 4 | -0/+230 | |
| | * | | | | | | | | | | | | perf/core: add perf_get_event() to return perf_event given a struct file | Yonghong Song | 2018-05-25 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | ipv6: sr: Add seg6local action End.BPF | Mathieu Xhonneux | 2018-05-24 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | bpf: get JITed image lengths of functions via syscall | Sandipan Das | 2018-05-24 | 1 | -0/+20 | |
| | * | | | | | | | | | | | | bpf: fix multi-function JITed dump obtained via syscall | Sandipan Das | 2018-05-24 | 1 | -3/+34 | |
| | * | | | | | | | | | | | | bpf: get kernel symbol addresses via syscall | Sandipan Das | 2018-05-24 | 2 | -6/+26 | |
| | * | | | | | | | | | | | | bpf: support 64-bit offsets for bpf function calls | Sandipan Das | 2018-05-24 | 1 | -1/+14 | |
| | * | | | | | | | | | | | | bpf: btf: Avoid variable length array | Martin KaFai Lau | 2018-05-24 | 1 | -6/+5 |