summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: offload: add a license headerJakub Kicinski2017-11-271-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-234-51/+59
|\
| * bpf: fix branch pruning logicAlexei Starovoitov2017-11-231-0/+27
| * bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
| * bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
| * bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1Star
| * bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-1/+3
| * bpf: revert report offload info to user spaceJakub Kicinski2017-11-212-17/+0Star
| * bpf: offload: ignore namespace movesJakub Kicinski2017-11-211-0/+4
| * bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-10/+0Star
| * bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-11/+12
| * bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-212-3/+3
| * bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-211-2/+3
| * bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-211-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-212-2/+2
|\ \ | |/ |/|
| * added new line symbol after warning about dropped messagesMaxim Akristiniy2017-10-301-1/+1
| * printk: fix typo in printk_safe.cBaoquan He2017-10-301-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1810-292/+396
|\ \
| * | kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-181-0/+27
| * | kcov: support comparison operands collectionVictor Chibotaru2017-11-181-35/+179
| * | kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-181-1/+1
| * | kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-181-0/+2
| * | pid: remove pidhashGargi Sharma2017-11-183-42/+14Star
| * | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-182-195/+59Star
| * | kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-181-5/+3Star
| * | kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young2017-11-181-1/+2
| * | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-181-2/+2
| * | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-181-1/+1
| * | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-181-5/+7
| * | sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2017-11-181-6/+8
| * | pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-181-0/+49
| * | pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-181-1/+1
| * | kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-181-2/+2
| * | bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-181-1/+15
| * | bug: define the "cut here" string in a single placeKees Cook2017-11-181-1/+1
| * | kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-181-1/+2
| * | kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-181-0/+28
* | | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-1722-385/+754
|\ \ \
| * | | ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra2017-10-171-49/+6Star
| * | | perf/ftrace: Small cleanupPeter Zijlstra2017-10-171-1/+1
| * | | perf/ftrace: Fix function trace eventsPeter Zijlstra2017-10-171-31/+49
| * | | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-175-17/+10Star
| * | | tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann2017-10-131-1/+1
| * | | printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)2017-10-131-7/+8
| * | | ftrace: Clear hashes of stale ips of init memoryJoel Fernandes2017-10-111-0/+69
| * | | tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-113-1/+46
| * | | tracing: Prepare to add preempt and irq trace eventsJoel Fernandes2017-10-061-26/+74
| * | | ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2017-10-062-6/+72
| * | | ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)2017-10-051-2/+30
| * | | ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-053-3/+150