summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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 a btf decl_tag bug when tagging a functionYonghong Song2022-04-081-8/+21
* 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/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef2022-04-082-84/+107
* 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
* configs/debug: restore DEBUG_INFO=y for overridingQian Cai2022-03-171-0/+1
* Merge branch 'davidh' (fixes from David Howells)Linus Torvalds2022-03-111-11/+11
|\
| * watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-111-1/+1
| * watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-111-1/+1
| * watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-111-0/+1
| * watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-111-1/+2
| * watch_queue: Use the bitmap API when applicableChristophe JAILLET2022-03-111-5/+2
| * watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-111-1/+1
| * watch_queue: Fix to release page in ->release()David Howells2022-03-111-0/+1
| * watch_queue: Fix filter limit checkDavid Howells2022-03-111-2/+2
* | Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-102-2/+33
|\ \
| * | ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong2022-03-091-2/+2
| * | tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne2022-03-091-0/+20
| * | tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira2022-03-091-0/+11
* | | Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-071-0/+7
|\ \ \
| * | | x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-0/+7
* | | | swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic2022-03-071-8/+15
| |_|/ |/| |
* | | Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-063-6/+6
|\ \ \ | | |/ | |/|
| * | tracing: Fix return value of __setup handlersRandy Dunlap2022-03-042-3/+3
| * | tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-011-3/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-053-10/+15
|\ \ \
| * | | configs/debug: set CONFIG_DEBUG_INFO=y properlyQian Cai2022-03-051-1/+1
| * | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-052-9/+14
* | | | Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-041-8/+18
|\ \ \ \ | |/ / / |/| | |
| * | | blktrace: fix use after free for struct blk_traceYu Kuai2022-02-281-8/+18