Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-01-16 | 7 | -206/+366 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | perf: Add build id data in mmap2 event | Jiri Olsa | 2021-01-15 | 1 | -4/+28 | |
| | * | | | | | | | | | | | bpf: Add size arg to build_id_parse function | Jiri Olsa | 2021-01-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | bpf: Move stack_map_get_build_id into lib | Jiri Olsa | 2021-01-15 | 1 | -139/+4 | |
| | * | | | | | | | | | | | bpf: Add bitwise atomic instructions | Brendan Jackman | 2021-01-15 | 3 | -4/+26 | |
| | * | | | | | | | | | | | bpf: Pull out a macro for interpreting atomic ALU operations | Brendan Jackman | 2021-01-15 | 1 | -41/+39 | |
| | * | | | | | | | | | | | bpf: Add instructions for atomic_[cmp]xchg | Brendan Jackman | 2021-01-15 | 3 | -2/+52 | |
| | * | | | | | | | | | | | bpf: Add BPF_FETCH field / create atomic_fetch_add instruction | Brendan Jackman | 2021-01-15 | 3 | -9/+44 | |
| | * | | | | | | | | | | | bpf: Move BPF_STX reserved field check into BPF_STX verifier code | Brendan Jackman | 2021-01-15 | 1 | -7/+6 | |
| | * | | | | | | | | | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2021-01-15 | 3 | -21/+40 | |
| | * | | | | | | | | | | | bpf: Support BPF ksym variables in kernel modules | Andrii Nakryiko | 2021-01-13 | 3 | -30/+178 | |
| | * | | | | | | | | | | | bpf: Fix a verifier message for alloc size helper arg | Brendan Jackman | 2021-01-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | bpf: Remove unnecessary <argp.h> include from preload/iterators | Leah Neukirchen | 2021-01-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-02-13 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | cgroup: fix psi monitor for root cgroup | Odin Ugedal | 2021-01-19 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | cgroup-v1: add disabled controller check in cgroup1_parse_param() | Chen Zhou | 2021-01-15 | 1 | -0/+3 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tracing: Check length before giving out the filter buffer | Steven Rostedt (VMware) | 2021-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2021-02-10 | 3 | -21/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | bpf: Fix 32 bit src register truncation on div/mod | Daniel Borkmann | 2021-02-10 | 1 | -15/+13 | |
| * | | | | | | | | | | | | | bpf: Fix verifier jmp32 pruning decision logic | Daniel Borkmann | 2021-02-10 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | bpf: Fix verifier jsgt branch analysis on max bound | Daniel Borkmann | 2021-02-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | bpf: Check for integer overflow when using roundup_pow_of_two() | Bui Quang Minh | 2021-02-03 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3 | Alexei Starovoitov | 2021-02-03 | 1 | -3/+0 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-02-08 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | / / / / / / | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | tracing: Do not count ftrace events in top level enable output | Steven Rostedt (VMware) | 2021-02-05 | 1 | -1/+2 | |
* | | | | | | | | | | | | Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2021-02-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | dma-mapping: benchmark: use u8 for reserved field in uAPI structure | Barry Song | 2021-02-05 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-02-07 | 1 | -24/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set | Marc Zyngier | 2021-01-30 | 1 | -24/+20 | |
* | | | | | | | | | | | | | | Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-02-07 | 2 | -12/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | entry: Use different define for selector variable in SUD | Gabriel Krisman Bertazi | 2021-02-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | entry: Ensure trap after single-step on system call return | Gabriel Krisman Bertazi | 2021-02-06 | 1 | -10/+2 | |
* | | | | | | | | | | | | | | | Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-02-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ntp: Use freezable workqueue for RTC synchronization | Geert Uytterhoeven | 2021-02-05 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov | Johannes Berg | 2021-02-05 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-02-03 | 4 | -14/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | / / / / / / / / / / | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | kretprobe: Avoid re-registration of the same kretprobe earlier | Wang ShaoBo | 2021-01-29 | 1 | -0/+4 | |
| * | | | | | | | | | | | | tracing/kprobe: Fix to support kretprobe events on unloaded modules | Masami Hiramatsu | 2021-01-29 | 2 | -13/+31 | |
| * | | | | | | | | | | | | tracing: Use pause-on-trace with the latency tracers | Viktor Rosendahl | 2021-01-29 | 1 | -0/+4 | |
| * | | | | | | | | | | | | fgraph: Initialize tracing_graph_pause at task creation | Steven Rostedt (VMware) | 2021-01-29 | 1 | -2/+0 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2021-02-02 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | dma-mapping: benchmark: fix kernel crash when dma_map_single fails | Barry Song | 2021-01-27 | 1 | -1/+5 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-02-02 | 4 | -3/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2021-01-29 | 4 | -3/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | bpf, preload: Fix build when $(O) points to a relative path | Quentin Monnet | 2021-01-26 | 1 | -1/+4 | |
| | * | | | | | | | | | | bpf: Drop disabled LSM hooks from the sleepable set | Mikko Ylinen | 2021-01-26 | 1 | -0/+12 | |
| | * | | | | | | | | | | bpf, inode_storage: Put file handler if no storage was found | Pan Bian | 2021-01-22 | 1 | -1/+5 | |
| | * | | | | | | | | | | bpf, cgroup: Fix problematic bounds check | Loris Reiff | 2021-01-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | bpf, cgroup: Fix optlen WARN_ON_ONCE toctou | Loris Reiff | 2021-01-22 | 1 | -0/+5 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | |