summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2018-06-091-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-051-0/+1
* | | | | | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-084-181/+200
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-083-181/+199
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-4/+28
| | * | | | | | | | memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams2018-05-153-177/+171
| * | | | | | | | | libnvdimm, e820: Register all pmem resourcesDan Williams2018-06-021-0/+1
* | | | | | | | | | kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-06-071-4/+7
* | | | | | | | | | mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-0/+1
* | | | | | | | | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-072-2/+9
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-072-6/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-101-1/+1
| * | | | | | | | | tracing: Remove PPC32 wart from config TRACING_SUPPORTMichael Ellerman2018-05-031-5/+1
* | | | | | | | | | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-071-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee2018-03-201-0/+1
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0622-463/+4605
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0510-53/+169
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSYonghong Song2018-06-041-0/+2
| | * | | | | | | | | | bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-033-0/+18
| | * | | | | | | | | | bpf/xdp: devmap can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-13/+6
| | * | | | | | | | | | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
| | * | | | | | | | | | bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-032-3/+10
| | * | | | | | | | | | bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-032-22/+58
| | * | | | | | | | | | bpf: show prog and map id in fdinfoDaniel Borkmann2018-06-031-4/+8
| | * | | | | | | | | | bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-031-1/+1
| | * | | | | | | | | | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-1/+20
| | * | | | | | | | | | bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+5
| | * | | | | | | | | | bpf: devmap: remove redundant assignment of dev = devColin Ian King2018-05-301-1/+1
| | * | | | | | | | | | media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-301-0/+7
| | * | | | | | | | | | bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-302-2/+11
| | * | | | | | | | | | bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-282-1/+18
| | * | | | | | | | | | bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann2018-05-281-4/+3
| | * | | | | | | | | | bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-281-1/+1
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-035-15/+31
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-263-31/+163
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-2412-136/+721
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer2018-05-241-2/+3
| | * | | | | | | | | | | | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-241-11/+18
| | * | | | | | | | | | | | xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-242-2/+2
| | * | | | | | | | | | | | xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-241-4/+23
| | * | | | | | | | | | | | bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer2018-05-241-4/+70
| | * | | | | | | | | | | | bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-241-6/+28
| | * | | | | | | | | | | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-244-0/+230
| | * | | | | | | | | | | | perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2018-05-241-0/+8
| | * | | | | | | | | | | | ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+1
| | * | | | | | | | | | | | bpf: get JITed image lengths of functions via syscallSandipan Das2018-05-241-0/+20
| | * | | | | | | | | | | | bpf: fix multi-function JITed dump obtained via syscallSandipan Das2018-05-241-3/+34
| | * | | | | | | | | | | | bpf: get kernel symbol addresses via syscallSandipan Das2018-05-242-6/+26
| | * | | | | | | | | | | | bpf: support 64-bit offsets for bpf function callsSandipan Das2018-05-241-1/+14
| | * | | | | | | | | | | | bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-241-6/+5
OpenPOWER on IntegriCloud