Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2017-05-02 | 3 | -3/+3 |
|\ | |||||
| * | treewide: Fix typo in xml/driver-api/basics.xml | Masanari Iida | 2017-03-24 | 3 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2017-05-02 | 10 | -281/+1068 |
|\ \ | |||||
| * \ | Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model... | Jiri Kosina | 2017-05-01 | 10 | -276/+1060 |
| |\ \ | |||||
| | * | | livepatch: Cancel transition a safe way for immediate patches | Petr Mladek | 2017-04-11 | 1 | -20/+0 |
| | * | | livepatch: make klp_mutex proper part of API | Jiri Kosina | 2017-03-08 | 3 | -2/+8 |
| | * | | livepatch: allow removal of a disabled patch | Josh Poimboeuf | 2017-03-08 | 2 | -33/+84 |
| | * | | livepatch: change to a per-task consistency model | Josh Poimboeuf | 2017-03-08 | 8 | -25/+706 |
| | * | | livepatch: store function sizes | Josh Poimboeuf | 2017-03-08 | 1 | -0/+16 |
| | * | | livepatch: use kstrtobool() in enabled_store() | Josh Poimboeuf | 2017-03-08 | 1 | -8/+5 |
| | * | | livepatch: move patching functions into patch.c | Josh Poimboeuf | 2017-03-08 | 4 | -202/+247 |
| | * | | livepatch: remove unnecessary object loaded check | Josh Poimboeuf | 2017-03-08 | 1 | -3/+0 |
| | * | | livepatch: separate enabled and patched states | Josh Poimboeuf | 2017-03-08 | 1 | -36/+36 |
| | * | | livepatch: create temporary klp_update_patch_state() stub | Josh Poimboeuf | 2017-03-08 | 1 | -0/+3 |
| | * | | stacktrace/x86: add function for detecting reliable stack traces | Josh Poimboeuf | 2017-03-08 | 1 | -2/+10 |
| * | | | livepatch: add missing printk newlines | Josh Poimboeuf | 2017-04-16 | 1 | -4/+4 |
| * | | | livepatch: Reduce the time of finding module symbols | Zhou Chengming | 2017-03-30 | 1 | -1/+4 |
| |/ / | |||||
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-02 | 14 | -282/+625 |
|\ \ \ | |||||
| * | | | bpf: enhance verifier to understand stack pointer arithmetic | Yonghong Song | 2017-05-01 | 1 | -0/+11 |
| * | | | bpf: bpf_lock on kallsysms doesn't need to be irqsave | Hannes Frederic Sowa | 2017-04-28 | 1 | -8/+4 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-26 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | bpf: map_get_next_key to return first key on NULL | Teng Qin | 2017-04-25 | 3 | -13/+18 |
| * | | | | bpf: make bpf_xdp_adjust_head support mandatory | Daniel Borkmann | 2017-04-24 | 1 | -3/+0 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-21 | 2 | -5/+19 |
| |\ \ \ \ | |||||
| * | | | | | net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface. | David S. Miller | 2017-04-21 | 1 | -1/+0 |
| * | | | | | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning | Matthew Whitehead | 2017-04-21 | 1 | -0/+1 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-20 | 6 | -8/+40 |
| |\ \ \ \ \ | |||||
| * | | | | | | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4 | Martin KaFai Lau | 2017-04-17 | 1 | -1/+1 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-15 | 11 | -82/+89 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | netlink: extended ACK reporting | Johannes Berg | 2017-04-13 | 1 | -1/+1 |
| * | | | | | | | bpf: pass sk to helper functions | Willem de Bruijn | 2017-04-11 | 1 | -1/+4 |
| * | | | | | | | bpf: remove struct bpf_map_type_list | Johannes Berg | 2017-04-11 | 5 | -157/+32 |
| * | | | | | | | bpf: remove struct bpf_prog_type_list | Johannes Berg | 2017-04-11 | 2 | -43/+14 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-06 | 7 | -311/+478 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | bpf: introduce BPF_PROG_TEST_RUN command | Alexei Starovoitov | 2017-04-01 | 1 | -2/+25 |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-23 | 8 | -135/+226 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bpf: Add hash of maps support | Martin KaFai Lau | 2017-03-22 | 3 | -2/+131 |
| * | | | | | | | | | bpf: Add array of maps support | Martin KaFai Lau | 2017-03-22 | 6 | -12/+222 |
| * | | | | | | | | | bpf: Fix and simplifications on inline map lookup | Martin KaFai Lau | 2017-03-22 | 2 | -9/+15 |
| * | | | | | | | | | bpf: inline htab_map_lookup_elem() | Alexei Starovoitov | 2017-03-16 | 1 | -1/+30 |
| * | | | | | | | | | bpf: add helper inlining infra and optimize map_array lookup | Alexei Starovoitov | 2017-03-16 | 2 | -3/+62 |
| * | | | | | | | | | bpf: adjust insn_aux_data when patching insns | Alexei Starovoitov | 2017-03-16 | 1 | -5/+39 |
| * | | | | | | | | | bpf: refactor fixup_bpf_calls() | Alexei Starovoitov | 2017-03-16 | 1 | -41/+35 |
| * | | | | | | | | | bpf: move fixup_bpf_calls() function | Alexei Starovoitov | 2017-03-16 | 2 | -56/+57 |
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-05-02 | 1 | -10/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | padata: get_next is never NULL | Jason A. Donenfeld | 2017-04-21 | 1 | -9/+4 |
| * | | | | | | | | | | padata: free correct variable | Jason A. Donenfeld | 2017-04-10 | 1 | -1/+1 |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-04-05 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-05-02 | 2 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | splice_pipe_desc: kill ->flags | Al Viro | 2016-12-26 | 2 | -3/+0 |