summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2022-04-131-0/+30
* static_call: Don't make __static_call_return0 staticChristophe Leroy2022-04-133-542/+546
* sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-131-1/+1
* perf/core: Inherit event_capsNamhyung Kim2022-04-131-0/+3
* swiotlb: Support aligned swiotlb buffersDavid Stevens2022-04-081-5/+8
* bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-04-081-32/+24
* tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)2022-04-081-1/+61
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-4/+8
* watch_queue: Free the page array when watch_queue is dismantledEric Dumazet2022-04-081-0/+1
* tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)2022-04-081-0/+28
* locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long2022-04-083-15/+56
* rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney2022-04-081-2/+2
* kdb: Fix the putarea helper functionDaniel Thompson2022-04-081-1/+1
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* kernel/resource: fix kfree() of bootmem memory againMiaohe Lin2022-04-081-33/+8
* livepatch: Fix build failure on 32 bits processorsChristophe Leroy2022-04-081-2/+2
* bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi2022-04-081-2/+24
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-081-2/+4
* sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-04-082-16/+28
* sched/cpuacct: Fix charge percpu cpuusageChengming Zhou2022-04-081-1/+2
* sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman2022-04-081-8/+10
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-081-0/+3
* rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers2022-04-081-4/+4
* sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef2022-04-081-0/+1
* sched/core: Export pelt_thermal_tpQais Yousef2022-04-081-0/+1
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-081-10/+0
* watch_queue: Actually free the watchDavid Howells2022-04-081-0/+1
* watch_queue: Fix NULL dereference in error cleanupDavid Howells2022-04-081-1/+1
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-081-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-081-1/+1
* audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs2022-04-082-20/+71
* tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)2022-04-081-2/+7
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-04-081-15/+32
* locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long2022-04-081-9/+15
* Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-15/+8
* rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney2022-03-281-4/+4
* watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-161-1/+1
* watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-161-1/+1
* watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-161-0/+1
* watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-161-1/+2
* watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-161-1/+1
* watch_queue: Fix to release page in ->release()David Howells2022-03-161-0/+1
* watch_queue: Fix filter limit checkDavid Howells2022-03-161-2/+2
* swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic2022-03-161-8/+15
* tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne2022-03-161-0/+20
* tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-03-161-21/+32
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-03-161-1/+2
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+7
* tracing: Fix return value of __setup handlersRandy Dunlap2022-03-082-3/+3