aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingGravatar Qian Cai 1-0/+1
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-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Gravatar Halil Pasic 1-8/+15
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-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-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
2022-02-25tracing/osnoise: Make osnoise_main to sleep for microsecondsGravatar Daniel Bristot de Oliveira 1-21/+32
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubGravatar Nathan Chancellor 1-1/+0
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeGravatar Sven Schnelle 1-4/+6
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyGravatar Christophe Leroy 1-0/+14
2022-02-25eprobes: Remove redundant event type informationGravatar Steven Rostedt (Google) 4-16/+12
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceGravatar Steven Rostedt (Google) 1-6/+46
2022-02-25ucounts: Fix systemd LimitNPROC with private users regressionGravatar Eric W. Biederman 1-1/+13
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceGravatar Daniel Bristot de Oliveira 1-1/+6
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-2/+8
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-7/+25
2022-02-22cpuset: Fix kernel-docGravatar Jiapeng Chong 1-5/+5
2022-02-22cgroup-v1: Correct privileges check in release_agent writesGravatar Michal Koutný 1-2/+4
2022-02-22cgroup: clarify cgroup_css_set_fork()Gravatar Christian Brauner 1-0/+14
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Gravatar Josh Poimboeuf 1-0/+7
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+2
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-14/+33
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 4-19/+23
2022-02-19sched: Fix yet more sched_fork() racesGravatar Peter Zijlstra 2-14/+33
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 3-2/+8
2022-02-17bpf: Add schedule points in batch opsGravatar Eric Dumazet 1-0/+3
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitGravatar Eric W. Biederman 1-1/+2