aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-12-06printk/console: Split out code that enables default consoleGravatar Petr Mladek 1-15/+23
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 1-0/+5
2021-11-14Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+7
2021-11-14tracing: Add length protection to histogram string copiesGravatar Steven Rostedt (VMware) 1-2/+7
2021-11-14Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+18
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-40/+76
2021-11-14Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+5
2021-11-13Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-6/+9
2021-11-12tracing/histogram: Fix check for missing operands in an expressionGravatar Kalesh Singh 1-1/+2
2021-11-12tracing/histogram: Do not copy the fixed-size char array field over the field...Gravatar Masami Hiramatsu 1-4/+5
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+1
2021-11-12tracing/osnoise: Make osnoise_instances staticGravatar Daniel Bristot de Oliveira 1-1/+2
2021-11-11Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-111/+183
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-1/+7
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-35/+27
2021-11-11perf/core: Avoid put_page() when GUP failsGravatar Greg Thelen 1-5/+5
2021-11-11preempt: Restore preemption model selection configsGravatar Valentin Schneider 2-24/+24
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sGravatar Mathias Krause 5-16/+49
2021-11-11sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Gravatar Vincent Donnefort 1-0/+3
2021-11-11PCI/MSI: Move non-mask check back into low level accessorsGravatar Thomas Gleixner 1-2/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-16/+33
2021-11-10Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2021-11-10Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-0/+36
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiGravatar Jiri Olsa 1-1/+2
2021-11-10ring-buffer: Protect ring_buffer_reset() from reentrancyGravatar Steven Rostedt (VMware) 1-0/+5
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesGravatar Nicholas Piggin 1-0/+5
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-71/+66
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsGravatar David Hildenbrand 1-10/+19
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()Gravatar David Hildenbrand 1-5/+20
2021-11-09kcov: replace local_irq_save() with a local_lock_tGravatar Sebastian Andrzej Siewior 1-13/+17
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Gravatar Sebastian Andrzej Siewior 1-3/+3
2021-11-09kcov: allocate per-CPU memory on the relevant nodeGravatar Sebastian Andrzej Siewior 1-2/+2
2021-11-09kernel/fork.c: unshare(): use swap() to make code cleanerGravatar Ran Xiaokai 1-6/+3
2021-11-09extable: use is_kernel_text() helperGravatar Kefeng Wang 1-2/+1
2021-11-09sections: move is_kernel_inittext() into sections.hGravatar Kefeng Wang 1-10/+2
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Gravatar Kefeng Wang 2-19/+1
2021-11-09kallsyms: remove arch specific text and data checkGravatar Kefeng Wang 1-3/+0
2021-11-08Merge tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 4-122/+53
2021-11-08Merge tag 'modules-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-21/+58
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-4/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-7/+79
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cGravatar Marco Elver 1-0/+30
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDGravatar David Hildenbrand 1-0/+5
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 2-3/+3
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Gravatar Mike Rapoport 1-1/+1