summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-08swiotlb: Support aligned swiotlb buffersDavid Stevens1-5/+8
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-32/+24
2022-04-08tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)1-1/+61
2022-04-08Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-4/+8
2022-04-08watch_queue: Free the page array when watch_queue is dismantledEric Dumazet1-0/+1
2022-04-08tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)1-0/+28
2022-04-08locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long3-15/+56
2022-04-08rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney1-2/+2
2022-04-08kdb: Fix the putarea helper functionDaniel Thompson1-1/+1
2022-04-08dma-debug: fix return value of __setup handlersRandy Dunlap1-2/+2
2022-04-08kernel/resource: fix kfree() of bootmem memory againMiaohe Lin1-33/+8
2022-04-08livepatch: Fix build failure on 32 bits processorsChristophe Leroy1-2/+2
2022-04-08bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi1-2/+24
2022-04-08printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap1-2/+4
2022-04-08sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2-16/+28
2022-04-08sched/cpuacct: Fix charge percpu cpuusageChengming Zhou1-1/+2
2022-04-08sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman1-8/+10
2022-04-08perf/core: Fix address filter parser for multiple filtersAdrian Hunter1-0/+3
2022-04-08rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers1-4/+4
2022-04-08sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef1-0/+1
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
2022-04-08sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2022-04-08watch_queue: Actually free the watchDavid Howells1-0/+1
2022-04-08watch_queue: Fix NULL dereference in error cleanupDavid Howells1-1/+1
2022-04-08PM: suspend: fix return value of __setup handlerRandy Dunlap1-4/+4
2022-04-08PM: hibernate: fix __setup handler error handlingRandy Dunlap1-1/+1
2022-04-08audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs2-20/+71
2022-04-08tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)1-2/+7
2022-04-08ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn1-15/+32
2022-04-08locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long1-9/+15
2022-04-08Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-15/+8
2022-03-28rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney1-4/+4
2022-03-16watch_queue: Make comment about setting ->defunct more accurateDavid Howells1-1/+1
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+1
2022-03-16watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells1-0/+1
2022-03-16watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells1-1/+2
2022-03-16watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells1-1/+1
2022-03-16watch_queue: Fix to release page in ->release()David Howells1-0/+1
2022-03-16watch_queue: Fix filter limit checkDavid Howells1-2/+2
2022-03-16swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic1-8/+15
2022-03-16tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne1-0/+20
2022-03-16tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira1-21/+32
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-03-16swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic1-1/+2
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+7
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap2-3/+3
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra2-14/+33
2022-03-08blktrace: fix use after free for struct blk_traceYu Kuai1-8/+18
2022-03-08ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman1-1/+13