summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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-062-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-011-0/+11
| * | | | | | | | | | | | tracing/histogram: Optimize division by constantsKalesh Singh2021-11-011-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
| * | | | | | | | | | | | tracing/osnoise: Remove TIMERLAT ifdefs from inside functionsDaniel Bristot de Oliveira2021-11-011-44/+106
| * | | | | | | | | | | | tracing/osnoise: Support a list of trace_array *trDaniel Bristot de Oliveira2021-11-011-69/+192
| * | | | | | | | | | | | tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Daniel Bristot de Oliveira2021-11-011-5/+2
| * | | | | | | | | | | | tracing/osnoise: Split workload start from the tracer startDaniel Bristot de Oliveira2021-11-011-23/+36
| * | | | | | | | | | | | tracing/osnoise: Improve comments about barrier need for NMI callbacksDaniel Bristot de Oliveira2021-11-011-1/+7
| * | | | | | | | | | | | tracing/osnoise: Do not follow tracing_cpumaskDaniel Bristot de Oliveira2021-11-011-18/+6
* | | | | | | | | | | | | Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-11-025-45/+106
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki2021-11-021-18/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | |