summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0216-30/+151
|\
| * Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-311-4/+9
| |\
| | * audit: fix potential null dereference 'context->module.name'Yi Wang2018-07-311-4/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-312-2/+14
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-292-2/+14
| | |\ \
| | | * | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-1/+1
| | | * | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-304-3/+19
| |\ \ \ \
| | * | | | sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-07-251-0/+2
| | * | | | sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7
| | * | | | stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres2018-07-251-1/+9
| | * | | | sched/topology: Check variable group before dereferencing itYi Wang2018-07-251-1/+1
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-301-2/+8
| |\ \ \ \ \
| | * | | | | perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2018-07-251-0/+4
| | * | | | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-2/+4
| | |/ / / /
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-301-4/+25
| |\ \ \ \ \
| | * | | | | locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin2018-07-251-4/+25
| | |/ / / /
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-272-7/+21
| |\ \ \ \ \
| | * | | | | mm: introduce vma_init()Kirill A. Shutemov2018-07-271-4/+2Star
| | * | | | | mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams2018-07-271-2/+2
| | * | | | | mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-07-271-1/+17
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-275-8/+55
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-07-261-1/+7
| | * | | | tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-07-261-2/+4
| | * | | | tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-07-261-1/+5
| | * | | | tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-07-251-2/+11
| | * | | | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-252-0/+22
| | * | | | tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-07-251-4/+8
| | |/ / /
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-254-13/+55
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-251-6/+10
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-6/+10
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-222-2/+15
| |\ \ \
| | * | | sched/deadline: Fix switched_from_dl() warningJuri Lelli2018-07-151-1/+10
| | * | | stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres2018-07-151-1/+5
| * | | | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-221-2/+8
| * | | | mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2018-07-211-3/+7
| * | | | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-3/+18
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-215-58/+179
|\ \ \ \
| * | | | bpf: offload: allow program and map sharing per-ASICJakub Kicinski2018-07-181-7/+35
| * | | | bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-181-17/+64
| * | | | bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-181-46/+96
| * | | | bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-182-2/+2
| * | | | bpf: sockmap: remove redundant pointer sgColin Ian King2018-07-181-3/+0Star
| * | | | bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin2018-07-181-4/+3Star
| * | | | bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1
* | | | | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-211-1/+3
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-196-42/+69
|\ \ \ \
| * | | | bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-121-2/+9
| * | | | bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-111-17/+13Star
| * | | | xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-081-1/+6