summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-05-12rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker
2022-05-12rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker
2022-05-12genirq: Synchronize interrupt thread startupThomas Pfaff
2022-05-12timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach
2022-05-01bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-05-01bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo
2022-05-01bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2022-04-27perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie
2022-04-27sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-27dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport
2022-04-20cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price
2022-04-20dma-direct: avoid redundant memory sync for swiotlbChao Gao
2022-04-20timers: Fix warning condition in __run_timers()Anna-Maria Behnsen
2022-04-20smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit
2022-04-20tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker
2022-04-20genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto
2022-04-13stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver
2022-04-13static_call: Don't make __static_call_return0 staticChristophe Leroy
2022-04-13sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior
2022-04-13perf/core: Inherit event_capsNamhyung Kim
2022-04-08swiotlb: Support aligned swiotlb buffersDavid Stevens
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim
2022-04-08tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)
2022-04-08Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-04-08watch_queue: Free the page array when watch_queue is dismantledEric Dumazet
2022-04-08tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)
2022-04-08locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long
2022-04-08rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney
2022-04-08kdb: Fix the putarea helper functionDaniel Thompson
2022-04-08dma-debug: fix return value of __setup handlersRandy Dunlap
2022-04-08kernel/resource: fix kfree() of bootmem memory againMiaohe Lin
2022-04-08livepatch: Fix build failure on 32 bits processorsChristophe Leroy
2022-04-08bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi
2022-04-08printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap
2022-04-08sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider
2022-04-08sched/cpuacct: Fix charge percpu cpuusageChengming Zhou
2022-04-08sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman
2022-04-08perf/core: Fix address filter parser for multiple filtersAdrian Hunter
2022-04-08rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers
2022-04-08sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef
2022-04-08sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-04-08watch_queue: Actually free the watchDavid Howells
2022-04-08watch_queue: Fix NULL dereference in error cleanupDavid Howells
2022-04-08PM: suspend: fix return value of __setup handlerRandy Dunlap