aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 15-123/+170
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-6/+29
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 3-6/+29
2020-11-19fail_function: Remove a redundant mutex unlockGravatar Luo Meng 1-2/+3
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Gravatar Daniel Xu 1-0/+10
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+17
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Gravatar Francis Laniel 1-1/+1
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-51/+42
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-31/+51
2020-11-15Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-12/+12
2020-11-14panic: don't dump stack twice on warnGravatar Christophe Leroy 1-1/+2
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningGravatar Santosh Sivaraj 1-2/+2
2020-11-14reboot: fix overflow parsing reboot cpu numberGravatar Matteo Croce 1-0/+7
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Gravatar Matteo Croce 1-14/+7
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 12-147/+1076
2020-11-14bpf: Relax return code check for subprogramsGravatar Dmitrii Banshchikov 1-2/+13
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksGravatar KP Singh 1-1/+7
2020-11-13bpf: Augment the set of sleepable LSM hooksGravatar KP Singh 2-15/+82
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPGravatar Martin KaFai Lau 1-0/+5
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 13-36/+85
2020-11-13bpf: Support for pointers beyond pkt_end.Gravatar Alexei Starovoitov 1-22/+107
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-7/+42
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2020-11-11bpf: Fix NULL dereference in bpf_task_storageGravatar Martin KaFai Lau 1-1/+1
2020-11-11Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-11/+11
2020-11-11bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_idGravatar Kaixu Xia 1-1/+2
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledGravatar Andrii Nakryiko 1-0/+4
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledGravatar Paul E. McKenney 1-5/+17
2020-11-10bpf: Load and verify kernel module BTFsGravatar Andrii Nakryiko 3-1/+227
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOGravatar Andrii Nakryiko 1-3/+40
2020-11-10bpf: Add in-kernel split BTF supportGravatar Andrii Nakryiko 1-52/+119
2020-11-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+4
2020-11-10sched/debug: Fix memory corruption caused by multiple small reads of flagsGravatar Colin Ian King 1-6/+6
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathGravatar Vincent Guittot 1-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBGravatar Vincent Guittot 1-1/+2
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Gravatar Boqun Feng 1-10/+9
2020-11-10cpufreq: Introduce governor flagsGravatar Rafael J. Wysocki 1-1/+1
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineGravatar Will Deacon 1-1/+1
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeGravatar Wang Qing 1-1/+0
2020-11-09bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareGravatar Wang Qing 1-1/+1
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsGravatar Peter Zijlstra 1-1/+1
2020-11-09perf: Fix event multiplexing for exclusive groupsGravatar Peter Zijlstra 1-1/+1
2020-11-09perf: Simplify group_sched_in()Gravatar Peter Zijlstra 1-7/+3
2020-11-09perf: Simplify group_sched_out()Gravatar Peter Zijlstra 1-3/+0
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyGravatar Peter Zijlstra 1-5/+3
2020-11-09perf: Optimize get_recursion_context()Gravatar Peter Zijlstra 1-10/+6
2020-11-09perf: Fix get_recursion_context()Gravatar Peter Zijlstra 1-1/+1
2020-11-09perf: Reduce stack usage of perf_output_begin()Gravatar Peter Zijlstra 2-24/+28
2020-11-09futex: Don't enable IRQs unconditionally in put_pi_state()Gravatar Dan Carpenter 1-2/+3