summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds1-1/+1
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds1-16/+37
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31
2022-07-21signal handling: don't use BUG_ON() for debuggingLinus Torvalds1-4/+4
2022-07-21mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song1-9/+11
2022-07-21ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-1/+10
2022-07-21sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima1-4/+4
2022-07-21sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima1-2/+5
2022-07-21sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-21sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-21sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-21sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima1-2/+2
2022-07-21sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima1-3/+3
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-14/+23
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian1-0/+2
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2-6/+15
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann1-49/+23
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann1-17/+24
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada1-1/+0
2022-06-22dma-direct: don't over-decrypt memoryRobin Murphy1-10/+6
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark1-1/+1
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang1-1/+2
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-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: Fix potential double free in create_var_ref()Keita Suzuki1-0/+3
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8
2022-06-09scftorture: Fix distribution of short handler delaysPaul E. McKenney1-2/+3
2022-06-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-06-09dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka1-1/+1
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: 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-30lockdown: also lock down previous kgdb useDaniel Thompson2-3/+83
2022-05-25module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu1-6/+11
2022-05-25module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOADJessica Yu1-5/+4
2022-05-25perf: Fix sys_perf_event_open() race against selfPeter Zijlstra1-0/+14
2022-05-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-3/+8
2022-05-25Revert "swiotlb: fix info leak with DMA_FROM_DEVICE"Sasha Levin1-2/+1
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-12/+16