summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann1-6/+4
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui1-0/+1
2022-08-25bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk1-10/+60
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-5/+16
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-08-21timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld1-1/+6
2022-08-21sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2-4/+6
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-08-21kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin1-1/+2
2022-08-21profiling: fix shift too large makes kernel panicChen Zhongjin1-0/+7
2022-08-21wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-0/+1
2022-08-21bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-08-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-08-21blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-27/+17
2022-08-21locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-3/+4
2022-08-21PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-08-21genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland1-0/+1
2022-08-21genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo1-1/+2
2022-08-21lockdep: Allow tuning tracing capacity constants.Tetsuo Handa2-5/+5
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds1-22/+36
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells1-1/+1
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