summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-023-3/+3
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-243-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-0210-281/+1068
|\ \
| * \ Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model...Jiri Kosina2017-05-0110-276/+1060
| |\ \
| | * | livepatch: Cancel transition a safe way for immediate patchesPetr Mladek2017-04-111-20/+0
| | * | livepatch: make klp_mutex proper part of APIJiri Kosina2017-03-083-2/+8
| | * | livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-082-33/+84
| | * | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-088-25/+706
| | * | livepatch: store function sizesJosh Poimboeuf2017-03-081-0/+16
| | * | livepatch: use kstrtobool() in enabled_store()Josh Poimboeuf2017-03-081-8/+5
| | * | livepatch: move patching functions into patch.cJosh Poimboeuf2017-03-084-202/+247
| | * | livepatch: remove unnecessary object loaded checkJosh Poimboeuf2017-03-081-3/+0
| | * | livepatch: separate enabled and patched statesJosh Poimboeuf2017-03-081-36/+36
| | * | livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf2017-03-081-0/+3
| | * | stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-081-2/+10
| * | | livepatch: add missing printk newlinesJosh Poimboeuf2017-04-161-4/+4
| * | | livepatch: Reduce the time of finding module symbolsZhou Chengming2017-03-301-1/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0214-282/+625
|\ \ \
| * | | bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-011-0/+11
| * | | bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa2017-04-281-8/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-1/+1
| |\ \ \
| * | | | bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-253-13/+18
| * | | | bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann2017-04-241-3/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-212-5/+19
| |\ \ \ \
| * | | | | net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.David S. Miller2017-04-211-1/+0
| * | | | | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-211-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-206-8/+40
| |\ \ \ \ \
| * | | | | | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1511-82/+89
| |\ \ \ \ \ \
| * | | | | | | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+1
| * | | | | | | bpf: pass sk to helper functionsWillem de Bruijn2017-04-111-1/+4
| * | | | | | | bpf: remove struct bpf_map_type_listJohannes Berg2017-04-115-157/+32
| * | | | | | | bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-112-43/+14
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-067-311/+478
| |\ \ \ \ \ \ \
| * | | | | | | | bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-2/+25
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-238-135/+226
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: Add hash of maps supportMartin KaFai Lau2017-03-223-2/+131
| * | | | | | | | | bpf: Add array of maps supportMartin KaFai Lau2017-03-226-12/+222
| * | | | | | | | | bpf: Fix and simplifications on inline map lookupMartin KaFai Lau2017-03-222-9/+15
| * | | | | | | | | bpf: inline htab_map_lookup_elem()Alexei Starovoitov2017-03-161-1/+30
| * | | | | | | | | bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2017-03-162-3/+62
| * | | | | | | | | bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov2017-03-161-5/+39
| * | | | | | | | | bpf: refactor fixup_bpf_calls()Alexei Starovoitov2017-03-161-41/+35
| * | | | | | | | | bpf: move fixup_bpf_calls() functionAlexei Starovoitov2017-03-162-56/+57
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-021-10/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | padata: get_next is never NULLJason A. Donenfeld2017-04-211-9/+4
| * | | | | | | | | | padata: free correct variableJason A. Donenfeld2017-04-101-1/+1
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-051-2/+3
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-022-3/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | splice_pipe_desc: kill ->flagsAl Viro2016-12-262-3/+0