summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-111-1/+1
| * | | | | | | | | bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-101-0/+4
| * | | | | | | | | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-103-1/+227
| * | | | | | | | | bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-3/+40
| * | | | | | | | | bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-101-52/+119
| * | | | | | | | | bpf, btf: Remove the duplicate btf_ids.h includeWang Qing2020-11-101-1/+0
| * | | | | | | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-062-2/+21
| * | | | | | | | | bpf: Implement task local storageKP Singh2020-11-065-1/+332
| * | | | | | | | | bpf: Allow LSM programs to use bpf spin locksKP Singh2020-11-062-5/+19
| * | | | | | | | | bpf: Lift hashtab key_size limitFlorian Lehner2020-11-051-11/+5
| * | | | | | | | | bpf: Fix error path in htab_map_alloc()Eric Dumazet2020-11-021-2/+4
| * | | | | | | | | bpf: Avoid hashtab deadlock with map_lockedSong Liu2020-10-301-32/+82
| * | | | | | | | | bpf: Use separate lockdep class for each hashtabSong Liu2020-10-301-2/+10
| * | | | | | | | | bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-282-0/+16
* | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1213-36/+85
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-125-7/+42
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-065-7/+42
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | bpf: Update verification logic for LSM programsKP Singh2020-11-061-3/+7
| | | * | | | | | | | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-051-2/+28
| | | * | | | | | | | bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap2020-11-051-0/+1
| | | * | | | | | | | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-292-2/+6
| | | |/ / / / / / /
| * | | | | | | | | Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-11-121-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-1/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-11-111-11/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-10/+6
| | * | | | | | | | | swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-021-1/+5
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-11-101-1/+4
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | don't dump the threads that had been already exiting when zapped.Al Viro2020-10-281-1/+4
| | |/ / / / / / /
| * | | | | | | | fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-081-5/+5
| * | | | | | | | Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-081-7/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-071-7/+5
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-081-2/+14
| |\ \ \ \ \ \ \
| | * | | | | | | futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2020-11-071-2/+14
| * | | | | | | | Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-081-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-10-151-0/+1
| * | | | | | | | | Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-081-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner2020-11-041-2/+2
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-0622-91/+147
|\| | | | | | | |
| * | | | | | | | Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-11-056-34/+107
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)2020-11-041-4/+21
| | * | | | | | | tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)2020-11-021-10/+7
| | * | | | | | | ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-021-12/+46
| | * | | | | | | tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-021-2/+2
| | * | | | | | | ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-022-4/+28
| | * | | | | | | ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-021-1/+2
| | * | | | | | | tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-021-1/+1
| | |/ / / / / /
| * | | | | | | Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-11-051-12/+10
| |\ \ \ \ \ \ \
| | * | | | | | | cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar2020-11-021-12/+10
| | |/ / / / / /
| * | | | | | | kernel/hung_task.c: make type annotations consistentLukas Bulwahn2020-11-021-2/+1
| * | | | | | | kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-021-1/+2