summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-081-2/+2
| * | | bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-081-1/+4
| * | | bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2018-07-082-1/+18
| * | | bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend2018-07-081-2/+0Star
| * | | bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend2018-07-081-11/+6Star
| * | | bpf: hash map: decrement counter on errorMauricio Vasquez B2018-07-031-5/+11
| |/ /
* | / Mark HI and TASKLET softirq synchronousLinus Torvalds2018-07-171-4/+8
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-07-131-2/+1Star
|\ \
| * | Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-101-2/+1Star
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-16/+25
|\ \ \
| * | | rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-101-6/+9
| * | | rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-101-1/+1
| * | | rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers2018-07-101-7/+7
| * | | rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-101-4/+10
| |/ /
* | | Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-132-6/+7
|\ \ \
| * | | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-132-6/+7
* | | | Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-111-1/+5
|\| | | | |/ / |/| |
| * | tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-111-1/+5
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-086-73/+98
|\ \ \
| * | | kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-032-26/+35
| * | | sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4Star
| * | | sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-031-5/+10
| * | | sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-032-8/+12
| * | | sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-033-7/+16
| * | | sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-031-15/+21
* | | | Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-066-17/+17
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-041-1/+4
| * | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-041-12/+1Star