summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-11-091-3/+2
|\
| * dma-mapping: use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-271-3/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-096-71/+66
|\ \
| * | kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-091-10/+19
| * | kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand2021-11-091-5/+20
| * | kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior2021-11-091-13/+17
| * | kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior2021-11-091-3/+3
| * | kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior2021-11-091-2/+2
| * | kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai2021-11-091-6/+3
| * | extable: use is_kernel_text() helperKefeng Wang2021-11-091-2/+1
| * | sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-10/+2
| * | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-092-19/+1
| * | kallsyms: remove arch specific text and data checkKefeng Wang2021-11-091-3/+0
* | | Merge tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-11-084-122/+53
|\ \ \
| * | | kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-034-122/+53
* | | | Merge tag 'modules-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-081-21/+58
|\ \ \ \
| * | | | module: change to print useful messages from elf_validity_check()Shuah Khan2021-11-051-21/+54
| * | | | module: fix validate_section_offset() overflow bug on 64-bitShuah Khan2021-11-051-0/+4
* | | | | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-072-4/+2
|\ \ \ \ \
| * | | | | fsnotify: clarify contract for create event hooksAmir Goldstein2021-10-272-4/+2
* | | | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-3/+4
|\ \ \ \ \ \
| * | | | | | PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier2021-11-041-0/+1
| * | | | | | irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier2021-11-041-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0610-7/+79
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2021-11-061-0/+30
| * | | | memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand2021-11-061-0/+5
| * | | | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-062-3/+3
| * | | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| * | | | memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-1/+1
| * | | | mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy2021-11-061-0/+15
| * | | | mm: create a new system state and fix core_kernel_text()Christophe Leroy2021-11-061-1/+1
| * | | | mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2021-11-061-0/+23
| * | | | mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven2021-11-061-1/+0
| * | | | mm/mmap.c: fix a data race of mm->total_vmPeng Liu2021-11-061-1/+1
| * | | | workqueue, kasan: avoid alloc_pages() when recording stackMarco Elver2021-11-061-1/+1
* | | | | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-5/+8
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-5/+8
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | | | * | | | swiotlb: Support aligned swiotlb buffersDavid Stevens2021-09-291-5/+8
| | | | |/ / / / | | | |/| | | |
* | | | | | | | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-033-80/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-082-10/+4
| * | | | | | | | coredump: Don't perform any cleanups before dumping coreEric W. Biederman2021-10-063-35/+14
| * | | | | | | | exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman2021-10-061-35/+41
| * | | | | | | | ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman2021-10-061-2/+2
| * | | | | | | | signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman2021-10-061-14/+4
* | | | | | | | | Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-033-182/+549
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing/histogram: Document hist trigger variablesKalesh Singh2021-11-021-0/+11
| * | | | | | | | | tracing/histogram: Optimize division by constantsKalesh Singh2021-11-021-1/+104
| * | | | | | | | | tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functionsDaniel Bristot de Oliveira2021-11-011-9/+4
| * | | | | | | | | tracing/osnoise: Remove STACKTRACE ifdefs from inside functionsDaniel Bristot de Oliveira2021-11-011-15/+29
| * | | | | | | | | tracing/osnoise: Allow multiple instances of the same tracerDaniel Bristot de Oliveira2021-11-011-23/+78