summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-015-80/+206
|\
| * Merge branch 'for-4.16-console-waiter-logic' into for-4.16Petr Mladek2018-01-221-15/+166
| |\
| | * printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky2018-01-161-14/+8Star
| | * printk: Hide console waiter logic into helpersPetr Mladek2018-01-161-97/+148
| | * printk: Add console owner and waiter logic to load balance console writesSteven Rostedt (VMware)2018-01-161-1/+107
| * | Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-222-19/+6Star
| |\ \
| | * | kallsyms: remove print_symbol() functionSergey Senozhatsky2018-01-161-11/+0Star
| | * | irq debug: do not use print_symbol()Sergey Senozhatsky2018-01-051-8/+6Star
| | |/
| * | Merge branch 'for-4.16-deprecate-printk-pf' into for-4.16Petr Mladek2018-01-223-38/+8Star
| |\ \
| | * | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-091-35/+0Star
| | * | sections: split dereference_function_descriptor()Sergey Senozhatsky2018-01-091-0/+6
| | * | sched/autogroup: move sched.h includeSergey Senozhatsky2017-12-081-2/+2
| | * | sched/autogroup: remove unneeded kallsyms includeSergey Senozhatsky2017-12-081-1/+0Star
| | |/
| * | printk: drop redundant devkmsg_log_str memsetsSergey Senozhatsky2018-01-221-7/+4Star
| * | printk: add console_msg_format command line optionSergey Senozhatsky2018-01-041-1/+22
| |/
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-015-14/+11Star
|\ \
| * | ftrace: Mark function tracer test functions noinline/nocloneAndi Kleen2018-01-231-2/+3
| * | trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria2018-01-231-1/+1
| * | tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-233-6/+2Star
| * | tracing: Clear parser->idx if only spaces are readChangbin Du2018-01-231-2/+2
| * | tracing: Detect the string nul character when parsing user input stringChangbin Du2018-01-231-3/+3
* | | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-0/+1
|\ \ \
| * | | staging: lustre: lnet: convert selftest to use workqueuesNeilBrown2018-01-151-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-012-219/+236
|\ \ \ \
| * | | | mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko2018-02-011-7/+0Star
| * | | | include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-02-011-212/+236
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3123-603/+2856
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-294-146/+207
| |\ \ \ \ \
| | * | | | | bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song2018-01-271-15/+11Star
| | * | | | | bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-272-16/+30
| | * | | | | bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-272-105/+152
| | * | | | | bpf: improve dead code sanitizingDaniel Borkmann2018-01-271-5/+12
| | * | | | | bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün2018-01-261-4/+1Star
| | * | | | | bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song2018-01-231-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-254-41/+84
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-6/+14
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-217-69/+298
| |\ \ \ \ \ \
| | * | | | | | bpf: add upper complexity limit to verifier logDaniel Borkmann2018-01-201-1/+2
| | * | | | | | bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-201-7/+12
| | * | | | | | bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann2018-01-201-24/+55
| | * | | | | | bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song2018-01-191-2/+93
| | * | | | | | bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-182-0/+61
| | * | | | | | bpf: offload: allow array map offloadJakub Kicinski2018-01-181-1/+2
| | * | | | | | bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski2018-01-181-6/+1Star
| | * | | | | | bpf: arraymap: move checks out of alloc functionJakub Kicinski2018-01-181-14/+28
| | * | | | | | bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-181-0/+2
| | * | | | | | bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
| | * | | | | | bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang2018-01-182-13/+41
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-2012-59/+205
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-177-28/+70
| |\ \ \ \ \ \ \