summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky2017-02-084-52/+157
| * | | | | | | | | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-084-36/+36
| * | | | | | | | | printk: use vprintk_func in vprintk()Sergey Senozhatsky2017-02-081-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-221-13/+17
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | module: fix memory leak on early load_module() failuresLuis R. Rodriguez2017-02-211-0/+1
| * | | | | | | | module: Optimize search_module_extables()Peter Zijlstra2017-02-101-13/+14
| * | | | | | | | livepatch/module: print notice of TAINT_LIVEPATCHJoe Lawrence2017-01-301-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-2/+16
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman2017-01-191-0/+14
| * | | | | | | kmod: make usermodehelper path a const stringGreg Kroah-Hartman2017-01-191-2/+2
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon2017-01-121-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kexec: Switch to __pa_symbolLaura Abbott2017-01-111-1/+1
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kprobes: Introduce weak variant of kprobe_exceptions_notify()Naveen N. Rao2017-02-101-0/+6
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-2215-151/+1158
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-196-26/+13
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-174-13/+282
| * | | | | | | | | | | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-1/+11
| * | | | | | | | | | | bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-175-14/+14
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-166-40/+90
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu2017-02-141-0/+5
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-081-9/+27
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-074-66/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-1/+1
| * | | | | | | | | | | | | | trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann2017-02-031-2/+13
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-11/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2819-92/+194
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-253-3/+42
| * | | | | | | | | | | | | | | | trace: add variant without spacing in trace_print_hex_seqDaniel Borkmann2017-01-251-3/+4
| * | | | | | | | | | | | | | | | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-19/+45
| * | | | | | | | | | | | | | | | bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann2017-01-231-1/+1
| * | | | | | | | | | | | | | | | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-232-1/+504
| * | | | | | | | | | | | | | | | bpf: add bpf_probe_read_str helperGianluca Borello2017-01-201-0/+32
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-179-59/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | bpf, trace: make ctx access checks more robustDaniel Borkmann2017-01-161-0/+9
| * | | | | | | | | | | | | | | | | bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-2/+6
| * | | | | | | | | | | | | | | | | bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-122-9/+9
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-114-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | bpf: Make unnecessarily global functions staticTobias Klauser2017-01-101-7/+10
| * | | | | | | | | | | | | | | | | | bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser2017-01-101-2/+1
| * | | | | | | | | | | | | | | | | | bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-093-26/+26
| * | | | | | | | | | | | | | | | | | bpf: allow helpers access to variable memoryGianluca Borello2017-01-091-10/+64
| * | | | | | | | | | | | | | | | | | bpf: allow adjusted map element values to spillGianluca Borello2017-01-091-5/+16
| * | | | | | | | | | | | | | | | | | bpf: allow helpers access to map element valuesGianluca Borello2017-01-091-2/+7
| * | | | | | | | | | | | | | | | | | bpf: split check_mem_access logic for map valuesGianluca Borello2017-01-091-39/+49
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-215-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-075-9/+9
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-212-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \