summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-2015-123/+170
|\
| * Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-193-6/+29
| |\
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-193-6/+29
| | |\
| | | * fail_function: Remove a redundant mutex unlockLuo Meng2020-11-191-2/+3
| | | * lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-0/+10
| | | * bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-141-2/+13
| | | * bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idKaixu Xia2020-11-111-1/+2
| | | * bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing2020-11-091-1/+1
| * | | Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-11-171-5/+17
| |\ \ \
| | * | | rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney2020-11-111-5/+17
| * | | | Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-153-51/+42
| |\ \ \ \
| | * | | | perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra2020-11-091-1/+1
| | * | | | perf: Fix event multiplexing for exclusive groupsPeter Zijlstra2020-11-091-1/+1
| | * | | | perf: Simplify group_sched_in()Peter Zijlstra2020-11-091-7/+3
| | * | | | perf: Simplify group_sched_out()Peter Zijlstra2020-11-091-3/+0
| | * | | | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-5/+3
| | * | | | perf: Optimize get_recursion_context()Peter Zijlstra2020-11-091-10/+6
| | * | | | perf: Fix get_recursion_context()Peter Zijlstra2020-11-091-1/+1
| | * | | | perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-092-24/+28
| * | | | | Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-152-31/+51
| |\ \ \ \ \
| | * | | | | sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King2020-11-101-6/+6
| | * | | | | sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot2020-11-101-24/+43
| | * | | | | sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot2020-11-101-1/+2
| * | | | | | Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-152-12/+12
| |\ \ \ \ \ \
| | * | | | | | lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng2020-11-101-10/+9
| | * | | | | | futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2020-11-091-2/+3
| * | | | | | | panic: don't dump stack twice on warnChristophe Leroy2020-11-141-1/+2
| * | | | | | | kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj2020-11-141-2/+2
| * | | | | | | reboot: fix overflow parsing reboot cpu numberMatteo Croce2020-11-141-0/+7
| * | | | | | | Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce2020-11-141-14/+7
| * | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-131-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-101-1/+1
| | | |_|_|/ / | | |/| | | |
* | | | | | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1412-147/+1076
|\ \ \ \ \ \ \
| * | | | | | | bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh2020-11-131-1/+7
| * | | | | | | bpf: Augment the set of sleepable LSM hooksKP Singh2020-11-132-15/+82
| * | | | | | | bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-131-0/+5
| * | | | | | | bpf: Support for pointers beyond pkt_end.Alexei Starovoitov2020-11-131-22/+107
| * | | | | | | bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-121-1/+1
| * | | | | | | bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-111-0/+4
| * | | | | | | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-113-1/+227
| * | | | | | | bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-111-3/+40
| * | | | | | | bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-111-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-061-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