summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse
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 a btf decl_tag bug when tagging a functionYonghong Song
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/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais 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
2022-04-08PM: hibernate: fix __setup handler error handlingRandy Dunlap
2022-04-08audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs
2022-04-08tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)
2022-04-08ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn
2022-04-08locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long
2022-04-08Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-28rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells
2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells
2022-03-11watch_queue: Fix to release page in ->release()David Howells
2022-03-11watch_queue: Fix filter limit checkDavid Howells
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic