summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy
2022-08-17profiling: fix shift too large makes kernel panicChen Zhongjin
2022-08-17wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-08-17bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-08-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker
2022-08-17rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney
2022-08-17rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-08-17irqdomain: Report irq number for NOMAP domainsXu Qiang
2022-08-17blktrace: Trace remapped requests correctlyBart Van Assche
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-08-17PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-08-17genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-08-17genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-08-17bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-08-03locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-29tracing: Fix return value of trace_pid_write()Wonhyuk Yang
2022-07-29tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2022-07-29tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-29sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2022-07-29mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra
2022-07-21signal handling: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-21mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song
2022-07-21ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu
2022-07-21sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima
2022-07-21tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2022-07-21sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-12module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan
2022-07-12module: change to print useful messages from elf_validity_check()Shuah Khan
2022-07-12bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann