aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells
2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells
2022-03-11watch_queue: Fix to release page in ->release()David Howells
2022-03-11watch_queue: Fix filter limit checkDavid Howells
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-05configs/debug: set CONFIG_DEBUG_INFO=y properlyQian Cai
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-04Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-04tracing: Fix return value of __setup handlersRandy Dunlap
2022-03-02Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-03-01tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-02-28blktrace: fix use after free for struct blk_traceYu Kuai
2022-02-27Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-25tracing: Fix selftest config check for function graph start up testChristophe Leroy
2022-02-25tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)
2022-02-25ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-22cpuset: Fix kernel-docJiapeng Chong
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný
2022-02-22cgroup: clarify cgroup_css_set_fork()Christian Brauner
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-17bpf: Add schedule points in batch opsEric Dumazet
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman