Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | dma-direct: add missing set_memory_decrypted() for coherent mapping | David Rientjes | 2020-06-23 | 1 | -0/+6 | |
| | * | | | | | | | | dma-direct: check return value when encrypting or decrypting memory | David Rientjes | 2020-06-17 | 1 | -5/+14 | |
| | * | | | | | | | | dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails | David Rientjes | 2020-06-17 | 1 | -1/+6 | |
| | * | | | | | | | | dma-direct: always align allocation size in dma_direct_alloc_pages() | David Rientjes | 2020-06-17 | 1 | -7/+10 | |
| | * | | | | | | | | dma-direct: mark __dma_direct_alloc_pages static | Christoph Hellwig | 2020-06-17 | 1 | -1/+1 | |
| | * | | | | | | | | dma-direct: re-enable mmap for !CONFIG_MMU | Christoph Hellwig | 2020-06-17 | 2 | -14/+1 | |
| * | | | | | | | | | Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 2020-06-27 | 2 | -29/+47 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kgdb: Avoid suspicious RCU usage warning | Douglas Anderson | 2020-06-26 | 1 | -0/+4 | |
| | * | | | | | | | | | kdb: Switch to use safer dbg_io_ops over console APIs | Sumit Garg | 2020-06-26 | 1 | -1/+3 | |
| | * | | | | | | | | | kdb: Make kdb_printf() console handling more robust | Sumit Garg | 2020-06-25 | 1 | -0/+11 | |
| | * | | | | | | | | | kdb: Check status of console prior to invoking handlers | Sumit Garg | 2020-06-25 | 1 | -0/+2 | |
| | * | | | | | | | | | kdb: Re-factor kdb_printf() message write code | Sumit Garg | 2020-06-25 | 1 | -29/+28 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-06-26 | 1 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cpuidle: Rearrange s2idle-specific idle state entry code | Rafael J. Wysocki | 2020-06-25 | 1 | -4/+11 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-26 | 2 | -29/+9 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | mm: remove vmalloc_exec | Christoph Hellwig | 2020-06-26 | 1 | -1/+3 | |
| | * | | | | | | | | kexec: do not verify the signature without the lockdown or mandatory signature | Lianbo Jiang | 2020-06-26 | 1 | -28/+6 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-04 | 15 | -88/+338 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | bpf: Fix build without CONFIG_STACKTRACE | Song Liu | 2020-07-02 | 1 | -0/+4 | |
| * | | | | | | | | | bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk() | Song Liu | 2020-07-01 | 1 | -2/+8 | |
| * | | | | | | | | | bpf: Introduce helper bpf_get_task_stack() | Song Liu | 2020-07-01 | 3 | -5/+78 | |
| * | | | | | | | | | perf: Expose get/put_callchain_entry() | Song Liu | 2020-07-01 | 1 | -7/+6 | |
| * | | | | | | | | | bpf: Remove redundant synchronize_rcu. | Alexei Starovoitov | 2020-07-01 | 7 | -38/+3 | |
| * | | | | | | | | | bpf: Add bpf_skc_to_udp6_sock() helper | Yonghong Song | 2020-06-24 | 1 | -0/+2 | |
| * | | | | | | | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers | Yonghong Song | 2020-06-24 | 1 | -0/+6 | |
| * | | | | | | | | | bpf: Add bpf_skc_to_tcp6_sock() helper | Yonghong Song | 2020-06-24 | 3 | -10/+36 | |
| * | | | | | | | | | bpf: Allow tracing programs to use bpf_jiffies64() helper | Yonghong Song | 2020-06-24 | 1 | -0/+2 | |
| * | | | | | | | | | bpf: Support 'X' in bpf_seq_printf() helper | Yonghong Song | 2020-06-24 | 1 | -1/+2 | |
| * | | | | | | | | | Merge up to bpf_probe_read_kernel_str() fix into bpf-next | Alexei Starovoitov | 2020-06-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bpf: Set map_btf_{name, id} for all map types | Andrey Ignatov | 2020-06-22 | 11 | -0/+60 | |
| * | | | | | | | | | | bpf: Support access to bpf map fields | Andrey Ignatov | 2020-06-22 | 4 | -8/+120 | |
| * | | | | | | | | | | bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind | Andrey Ignatov | 2020-06-22 | 1 | -17/+6 | |
| * | | | | | | | | | | bpf: Avoid verifier failure for 32bit pointer arithmetic | Yonghong Song | 2020-06-19 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-06-25 | 3 | -25/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-06-17 | 3 | -25/+40 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE | Stanislav Fomichev | 2020-06-17 | 1 | -20/+33 | |
| | * | | | | | | | | | devmap: Use bpf_map_area_alloc() for allocating hash buckets | Toke Høiland-Jørgensen | 2020-06-17 | 1 | -4/+6 | |
| | |/ / / / / / / / | ||||||
| | * | | | / / / / | bpf: bpf_probe_read_kernel_str() has to return amount of data read on success | Andrii Nakryiko | 2020-06-17 | 1 | -1/+1 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-06-25 | 3 | -6/+27 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | tracing/boottime: Fix kprobe multiple events | Sascha Ortmann | 2020-06-23 | 1 | -2/+6 | |
| * | | | | | | | | tracing: Fix event trigger to accept redundant spaces | Masami Hiramatsu | 2020-06-23 | 1 | -2/+19 | |
| * | | | | | | | | tracing/boot: Fix config dependency for synthedic event | Masami Hiramatsu | 2020-06-23 | 1 | -1/+1 | |
| * | | | | | | | | ring-buffer: Zero out time extend if it is nested and not absolute | Steven Rostedt (VMware) | 2020-06-23 | 1 | -1/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-06-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | nsproxy: restore EINVAL for non-namespace file descriptor | Christian Brauner | 2020-06-17 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Revert "kernel/printk: add kmsg SEEK_CUR handling" | Jason A. Donenfeld | 2020-06-21 | 1 | -10/+0 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-06-20 | 8 | -27/+88 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ftrace: Fix maybe-uninitialized compiler warning | Kaitao Cheng | 2020-06-17 | 1 | -2/+10 | |
| * | | | | | | tracing: Remove unused event variable in tracing_iter_reset | YangHui | 2020-06-16 | 1 | -2/+1 | |
| * | | | | | | tracing/probe: Fix memleak in fetch_op_data operations | Vamshi K Sthambamkadi | 2020-06-16 | 1 | -2/+2 |