summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | bpf: fix kallsyms handling for subprogsDaniel Borkmann2017-12-202-0/+9
| * | | | | | bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2017-12-191-2/+13
| * | | | | | bpf: make function skip_callee static and return NULL rather than 0Colin Ian King2017-12-191-1/+2
| * | | | | | bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King2017-12-191-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-222-129/+183
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-211-117/+166
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-68/+34
| | * | | | bpf: fix integer overflowsAlexei Starovoitov2017-12-211-0/+48
| | * | | | bpf: don't prune branches when a scalar is replaced with a pointerJann Horn2017-12-211-8/+7
| | * | | | bpf: force strict alignment checks for stack pointersJann Horn2017-12-211-0/+5
| | * | | | bpf: fix missing error return in check_stack_boundary()Jann Horn2017-12-211-0/+1
| | * | | | bpf: fix 32-bit ALU op verificationJann Horn2017-12-211-11/+17
| | * | | | bpf: fix incorrect tracking of register size truncationJann Horn2017-12-211-17/+27
| | * | | | bpf: fix incorrect sign extension in check_alu_op()Jann Horn2017-12-211-1/+7
| | * | | | bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree2017-12-211-14/+16
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-0/+6
| | |\ \ \ \
| | | * | | | bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_dataDaniel Borkmann2017-12-151-0/+6
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-171-12/+17
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-1811-205/+1380
|\ \ \ \ \ \ \
| * | | | | | | trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| * | | | | | | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-173-3/+139
| * | | | | | | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-172-2/+3
| * | | | | | | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-172-17/+109
| * | | | | | | bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov2017-12-171-28/+101
| * | | | | | | bpf: introduce function calls (verification)Alexei Starovoitov2017-12-171-151/+551
| * | | | | | | bpf: introduce function calls (function boundaries)Alexei Starovoitov2017-12-172-4/+145
| * | | | | | | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-132-2/+2
| * | | | | | | bpf: add a bpf_override_function helperJosef Bacik2017-12-127-7/+118
| * | | | | | | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-122-1/+168
| * | | | | | | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-123-0/+47
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1618-709/+126
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-152-7/+14
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | bpf: add schedule points to map alloc/freeEric Dumazet2017-12-121-0/+2
| | * | | | | | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-152-627/+38
| |\ \ \ \ \ \ \
| | * | | | | | | locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-121-617/+35
| | * | | | | | | locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon2017-12-121-8/+1
| | * | | | | | | locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAKWill Deacon2017-12-121-4/+4
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-152-12/+18
| |\ \ \ \ \ \ \
| | * | | | | | | sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-151-1/+7
| | * | | | | | | sched/core: Fix kernel-doc warnings after code movementRandy Dunlap2017-12-111-11/+11
| | |/ / / / / /
| * | | | | | | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-144-32/+20
| |\ \ \ \ \ \ \
| | * | | | | | | tracing: Have stack trace not record if RCU is not watchingSteven Rostedt (VMware)2017-12-141-0/+4
| | * | | | | | | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
| | * | | | | | | ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke2017-12-041-6/+0
| | * | | | | | | tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann2017-12-041-0/+1
| | * | | | | | | tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-041-20/+9
| | * | | | | | | tracing: Fix code comments in trace.cChunyu Hu2017-12-041-5/+5
| * | | | | | | | arch: define weak abort()Sudip Mukherjee2017-12-141-0/+8