aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)1-0/+28
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi1-4/+1
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave1-6/+40
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu1-0/+1
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu1-0/+20
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+33
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-32/+61
2022-03-10tracehook: Remove tracehook.hEric W. Biederman4-4/+3
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman3-4/+4
2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman1-2/+5
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman3-22/+6
2022-03-10tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)1-0/+2
2022-03-10tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)1-2/+4
2022-03-10user_events: Fix potential uninitialized pointer while parsing fieldBeau Belgrave1-1/+3
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang1-2/+1
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman2-3/+3
2022-03-10task_work: Remove unnecessary include from posix_timers.hEric W. Biederman1-0/+1
2022-03-10ptrace: Remove tracehook_signal_handlerEric W. Biederman1-1/+2
2022-03-10ptrace: Remove arch_syscall_{enter,exit}_tracehookEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-0/+1
2022-03-10dma-mapping: benchmark: extract a common header file for map_benchmark defini...Tian Tao1-24/+1
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2-1/+2
2022-03-09xfs: don't generate selinux audit messages for capability testingDarrick J. Wong1-0/+1
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong1-2/+2
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne1-0/+20
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira1-0/+11
2022-03-08prlimit: do not grab the tasklist_lockBarret Rhoden2-14/+23
2022-03-08prlimit: make do_prlimit() staticBarret Rhoden1-57/+59
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak1-5/+3
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2-6/+4
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann2-20/+0
2022-03-08sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann1-12/+12
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann2-49/+44
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann3-9/+0
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu1-9/+3
2022-03-07bpf: Remove redundant slashYuntao Wang1-3/+2
2022-03-07bpf: Replace strncpy() with strscpy()Yuntao Wang1-7/+2
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker1-10/+40
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker2-8/+5
2022-03-07tick: Detect and fix jiffies update stallFrederic Weisbecker2-0/+21
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic1-8/+15
2022-03-07Merge branch 'clocksource.2022.02.01b' of git://git.kernel.org/pub/scm/linux/...Thomas Gleixner2-1/+16
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman1-1/+23
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+6
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo2-11/+21
2022-03-05bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo1-1/+2
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2-17/+41
2022-03-05bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi1-0/+6