aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* sched/topology: Check variable group before dereferencing itYi Wang2018-07-25
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-21
|\
| * sched/deadline: Fix switched_from_dl() warningJuri Lelli2018-07-15
| * stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres2018-07-15
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-21
* | mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2018-07-21
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-18
|\ \
| * | bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-12
| * | bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-11
| * | xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-07
| * | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-07
| * | bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-07
| * | bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2018-07-07
| * | bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend2018-07-07
| * | bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend2018-07-07
| * | bpf: hash map: decrement counter on errorMauricio Vasquez B2018-07-03
* | | Mark HI and TASKLET softirq synchronousLinus Torvalds2018-07-17
| |/ |/|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-07-13
|\ \
| * | Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla2018-07-10
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-13
|\ \ \
| * | | rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-10
| * | | rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-10
| * | | rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers2018-07-10
| * | | rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-10
| |/ /
* | | Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-13
|\ \ \
| * | | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-12
* | | | Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-11
|\| | | | |/ / |/| |
| * | tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-11
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-08
|\ \ \
| * | | kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-03
| * | | sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-03
| * | | sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-03
| * | | sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-03
| * | | sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-03
| * | | sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-03
* | | | Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-05
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-03
| * | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-03
| * | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-03
| * | tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-03
| * | tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)2018-07-03
| * | tracing: Avoid string overflowArnd Bergmann2018-07-03
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-02
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-30
| |\
| | * bpf: sockhash, add release routineJohn Fastabend2018-06-30
| | * bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend2018-06-30
| | * bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend2018-06-30
| | * bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-06-30
| | * bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-29