summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-167-206/+366
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | perf: Add build id data in mmap2 eventJiri Olsa2021-01-151-4/+28
| | * | | | | | | | | | | bpf: Add size arg to build_id_parse functionJiri Olsa2021-01-151-1/+1
| | * | | | | | | | | | | bpf: Move stack_map_get_build_id into libJiri Olsa2021-01-151-139/+4
| | * | | | | | | | | | | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-153-4/+26
| | * | | | | | | | | | | bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman2021-01-151-41/+39
| | * | | | | | | | | | | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-153-2/+52
| | * | | | | | | | | | | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-153-9/+44
| | * | | | | | | | | | | bpf: Move BPF_STX reserved field check into BPF_STX verifier codeBrendan Jackman2021-01-151-7/+6
| | * | | | | | | | | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-153-21/+40
| | * | | | | | | | | | | bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-133-30/+178
| | * | | | | | | | | | | bpf: Fix a verifier message for alloc size helper argBrendan Jackman2021-01-121-1/+1
| | * | | | | | | | | | | bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen2021-01-081-1/+1
* | | | | | | | | | | | | Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-132-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cgroup: fix psi monitor for root cgroupOdin Ugedal2021-01-191-1/+3
| * | | | | | | | | | | | | cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou2021-01-151-0/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-111-1/+1
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-103-21/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-02-101-15/+13
| * | | | | | | | | | | | | bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann2021-02-101-1/+5
| * | | | | | | | | | | | | bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann2021-02-101-2/+2
| * | | | | | | | | | | | | bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-031-0/+2
| * | | | | | | | | | | | | bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov2021-02-031-3/+0
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-081-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | / / / / / / | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-051-1/+2
* | | | | | | | | | | | Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song2021-02-051-1/+1
* | | | | | | | | | | | | Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-071-24/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-01-301-24/+20
* | | | | | | | | | | | | | Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-072-12/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | entry: Use different define for selector variable in SUDGabriel Krisman Bertazi2021-02-061-2/+2
| * | | | | | | | | | | | | | entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-061-10/+2
* | | | | | | | | | | | | | | Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-02-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven2021-02-051-2/+2
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg2021-02-051-1/+1
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-034-14/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | / / / / / / / / / / | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-01-291-0/+4
| * | | | | | | | | | | | tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-01-292-13/+31
| * | | | | | | | | | | | tracing: Use pause-on-trace with the latency tracersViktor Rosendahl2021-01-291-0/+4
| * | | | | | | | | | | | fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-01-291-2/+0
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-021-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | dma-mapping: benchmark: fix kernel crash when dma_map_single failsBarry Song2021-01-271-1/+5
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-024-3/+27
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-294-3/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-01-261-1/+4
| | * | | | | | | | | | bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen2021-01-261-0/+12
| | * | | | | | | | | | bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-01-221-1/+5
| | * | | | | | | | | | bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-01-221-1/+1
| | * | | | | | | | | | bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-01-221-0/+5
| | | |_|_|_|/ / / / / | | |/| | | | | | | |