aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-11/+5
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+11
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 4-11/+13
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-187/+312
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-24/+59
2022-03-21Merge tag 'timers-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-19/+82
2022-03-21Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-98/+232
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+7
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Gravatar Rafael J. Wysocki 3-10/+12
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-1/+1
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingGravatar Qian Cai 1-0/+1
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsGravatar Ingo Molnar 25-107/+269
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 3-17/+29
2022-03-11Merge branch 'davidh' (fixes from David Howells)Gravatar Linus Torvalds 1-11/+11
2022-03-11watch_queue: Make comment about setting ->defunct more accurateGravatar David Howells 1-1/+1
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readGravatar David Howells 1-1/+1
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downGravatar David Howells 1-0/+1
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedGravatar David Howells 1-1/+2
2022-03-11watch_queue: Use the bitmap API when applicableGravatar Christophe JAILLET 1-5/+2
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeGravatar David Howells 1-1/+1
2022-03-11watch_queue: Fix to release page in ->release()Gravatar David Howells 1-0/+1
2022-03-11watch_queue: Fix filter limit checkGravatar David Howells 1-2/+2
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+33
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsGravatar Jiapeng Chong 1-2/+2
2022-03-09tracing/osnoise: Force quiescent states while tracingGravatar Nicolas Saenz Julienne 1-0/+20
2022-03-09tracing/osnoise: Do not unregister events twiceGravatar Daniel Bristot de Oliveira 1-0/+11
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleGravatar Frederic Weisbecker 1-10/+40
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersGravatar Frederic Weisbecker 2-8/+5
2022-03-07tick: Detect and fix jiffies update stallGravatar Frederic Weisbecker 2-0/+21
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Gravatar Halil Pasic 1-8/+15
2022-03-07Merge branch 'clocksource.2022.02.01b' of git://git.kernel.org/pub/scm/linux/...Gravatar Thomas Gleixner 2-1/+16
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-6/+6
2022-03-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-10/+15
2022-03-05configs/debug: set CONFIG_DEBUG_INFO=y properlyGravatar Qian Cai 1-1/+1
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeGravatar Suren Baghdasaryan 2-9/+14
2022-03-04Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+18
2022-03-04tracing: Fix return value of __setup handlersGravatar Randy Dunlap 2-3/+3
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsGravatar Oleg Nesterov 3-1/+65
2022-03-02Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+13
2022-03-01tracing/histogram: Fix sorting on old "cpu" valueGravatar Steven Rostedt (Google) 1-3/+3
2022-03-01PM: suspend: fix return value of __setup handlerGravatar Randy Dunlap 1-4/+4
2022-03-01PM: hibernate: fix __setup handler error handlingGravatar Randy Dunlap 1-1/+1
2022-03-01PM: hibernate: Clean up non-kernel-doc commentsGravatar Jiapeng Chong 1-4/+4
2022-02-28Merge back cpufreq changes for v5.18.Gravatar Rafael J. Wysocki 1-1/+1
2022-02-28blktrace: fix use after free for struct blk_traceGravatar Yu Kuai 1-8/+18
2022-02-27Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+2
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-53/+118
2022-02-25tracing: Fix selftest config check for function graph start up testGravatar Christophe Leroy 1-4/+2