summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* 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/+0Star
| |\
| | * kernel/memremap: Remove stale devres_free() callOliver O'Halloran2018-03-061-1/+0Star
| * | 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/+1Star
| |\ \ \ \
| | * | | | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-8/+0Star
| | * | | | 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/+0Star
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn2018-03-021-19/+0Star
* | | | | | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-193-20/+711
* | | | | | | sockmap: convert refcnt to an atomic refcntJohn Fastabend2018-03-191-13/+10Star
* | | | | | | bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-151-22/+235
* | | | | | | bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet2018-03-091-0/+3
* | | | | | | bpf: add support to read sample address in bpf programTeng Qin2018-03-081-4/+16
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-067-37/+81
|\| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-051-16/+26
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-021-16/+26
| | |\ \ \ \ \
| | | * | | | | bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-16/+26
| * | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-041-0/+6
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
| * | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-031-5/+10
| |\ \ \ \ \ \ \
| | * | | | | | | memremap: fix softlockup reports at teardownDan Williams2018-03-031-5/+10
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-03-011-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | printk: Wake klogd when passing console_lock ownerPetr Mladek2018-02-271-1/+2
| * | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-262-6/+23
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-212-4/+2Star
| | * | | | | | jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf2018-02-211-5/+8
| | * | | | | | jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-211-0/+16
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-261-9/+14
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
| | | |_|/ / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-4/+0Star
|\ \ \ \ \ \
| * | | | | | bpf: Remove unused callee_saved arrayJoe Stringer2018-02-151-4/+0Star
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2411-38/+60
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-246-22/+34
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |