summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-115-111/+183
|\
| * kcsan: selftest: Cleanup and add missing __initMarco Elver2021-09-131-42/+30
| * kcsan: Move ctx to start of argument listMarco Elver2021-09-131-4/+4
| * kcsan: Support reporting scoped read-write access typeMarco Elver2021-09-132-3/+9
| * kcsan: Start stack trace with explicit location if providedMarco Elver2021-09-132-13/+61
| * kcsan: Save instruction pointer for scoped accessesMarco Elver2021-09-131-3/+9
| * kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver2021-09-133-38/+45
| * kcsan: test: Fix flaky test caseMarco Elver2021-09-131-4/+18
| * kcsan: test: Use kunit_skip() to skip testsMarco Elver2021-09-131-4/+7
| * kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver2021-09-131-1/+1
* | Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-112-1/+7
|\ \
| * | ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
| * | ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)2021-11-101-0/+5
* | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-35/+27
|\ \ \
| * | | bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2021-11-062-23/+21
| * | | bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2021-11-031-12/+6
* | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-104-16/+33
|\ \ \ \
| * | | | signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman2021-11-031-1/+7
| * | | | exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman2021-10-291-4/+8
| * | | | signal: Implement force_fatal_sigEric W. Biederman2021-10-291-9/+17
| * | | | exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
| * | | | reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman2021-10-201-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-0/+4
|\ \ \ \
| * | | | uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov2021-09-291-0/+4
* | | | | Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2021-11-101-0/+36
|\ \ \ \ \
| * | | | | pid: add pidfd_get_task() helperChristian Brauner2021-10-141-0/+36
* | | | | | 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-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
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | |