summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-028-38/+81
|\
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-251-3/+8
| |\
| | * posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-251-12/+17
| |\ \
| | * | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-201-11/+16
| | * | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-201-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-251-5/+16
| |\ \ \
| | * | | perf/cgroup: Fix child event counting bugSong Liu2018-03-201-5/+16
| | |/ /
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-252-10/+34
| |\ \ \
| | * | | jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-201-3/+4
| | * | | locking/mutex: Improve documentationMatthew Wilcox2018-03-201-7/+30
| | | |/ | | |/|
| * | | Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-03-233-8/+6
| |\ \ \
| | * | | tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-233-8/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-017-89/+764
|\ \ \ \ \
| * | | | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-0/+43
| * | | | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+8
| * | | | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-313-8/+65
| * | | | | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-314-14/+53
| * | | | | bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-301-5/+8
| * | | | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-18/+76
| * | | | | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-3/+195
| * | | | | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-282-0/+261
| * | | | | bpf: follow idr code conventionShaohua Li2018-03-271-0/+4
| * | | | | bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau2018-03-261-8/+11
| * | | | | bpf: Rename bpf_verifer_logMartin KaFai Lau2018-03-261-2/+2
| * | | | | bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-233-47/+54
* | | | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2313-69/+82
|\| | | |
| * | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-231-1/+0
| |\ \ \ \
| | * | | | kernel/memremap: Remove stale devres_free() callOliver O'Halloran2018-03-061-1/+0
| | |/ / /
| * | | | Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-03-231-1/+1
| |\ \ \ \
| | * | | | module: propagate error in modules_open()Leon Yu2018-03-081-1/+1
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-223-29/+51
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: skip unnecessary capability checkChenbo Feng2018-03-201-1/+1
| | * | | trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-201-28/+40
| | * | | error-injection: Fix to prohibit jump optimizationMasami Hiramatsu2018-03-121-0/+10
| * | | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-192-5/+20
| |\ \ \ \
| | * | | | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
| | * | | | sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-121-5/+10
| * | | | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-191-9/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-8/+0
| | * | | | workqueue: use put_device() instead of kfree()Arvind Yadav2018-03-131-1/+1
| * | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-181-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | jump_label: Fix sparc64 warningJosh Poimboeuf2018-03-141-1/+2
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-111-1/+3
| |\ \ \ \ \
| | * | | | | perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-091-1/+3
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-111-2/+3
| |\ \ \ \ \ \
| | * | | | | | rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng2018-03-091-2/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | bug: use %pB in BUG and stack protector failureKees Cook2018-03-101-1/+1
| * | | | | | Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-081-19/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |