summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada1-1/+0
2022-06-29dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui1-3/+2
2022-06-29tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)1-1/+10
2022-06-25bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen1-2/+3
2022-06-22cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen1-6/+16
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2-3/+38
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark1-1/+1
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai1-0/+7
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao1-3/+3
2022-06-14tracing: Make tp_printk work on syscall tracepointsJeff Xie1-24/+11
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong1-9/+5
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu1-3/+2
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-34/+0
2022-06-09tracing: Initialize integer variable to prevent garbage return valueGautam Menghani1-1/+1
2022-06-09tracing: Fix potential double free in create_var_ref()Keita Suzuki1-0/+3
2022-06-09dma-direct: don't over-decrypt memoryRobin Murphy1-2/+2
2022-06-09dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig1-4/+10
2022-06-09dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig1-7/+6
2022-06-09dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig1-31/+25
2022-06-09dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig1-17/+10
2022-06-09dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig1-11/+20
2022-06-09printk: wake waiters for safe and NMI contextsJohn Ogness1-12/+16
2022-06-09printk: add missing memory barrier to wake_up_klogd()John Ogness1-3/+36
2022-06-09printk: use atomic updates for klogd workJohn Ogness1-2/+2
2022-06-09sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2-4/+18
2022-06-09scftorture: Fix distribution of short handler delaysPaul E. McKenney1-2/+3
2022-06-09dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka1-1/+1
2022-06-09sched/core: Avoid obvious double update_rq_clock warningHao Jia4-11/+33
2022-06-09rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney1-0/+1
2022-06-09rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah1-0/+3
2022-06-09ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman1-3/+2
2022-06-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi1-1/+11
2022-06-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi1-0/+5
2022-06-06bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang1-6/+12
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+15
2022-05-30random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld1-0/+11
2022-05-30random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-05-25lockdown: also lock down previous kgdb useDaniel Thompson2-3/+83
2022-05-25perf: Fix sys_perf_event_open() race against selfPeter Zijlstra1-0/+14
2022-05-18cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long1-2/+5
2022-05-12rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker1-13/+13
2022-05-12rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker1-11/+16
2022-05-12genirq: Synchronize interrupt thread startupThomas Pfaff3-10/+33
2022-05-12timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach1-2/+2
2022-05-01bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi1-2/+2
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo7-22/+36
2022-05-01bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2-6/+28