aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysGravatar Christophe Leroy 1-0/+15
2021-11-06mm: create a new system state and fix core_kernel_text()Gravatar Christophe Leroy 1-1/+1
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyGravatar Feng Tang 1-0/+23
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGravatar Geert Uytterhoeven 1-1/+0
2021-11-06mm/mmap.c: fix a data race of mm->total_vmGravatar Peng Liu 1-1/+1
2021-11-06workqueue, kasan: avoid alloc_pages() when recording stackGravatar Marco Elver 1-1/+1
2021-11-05module: change to print useful messages from elf_validity_check()Gravatar Shuah Khan 1-21/+54
2021-11-05module: fix validate_section_offset() overflow bug on 64-bitGravatar Shuah Khan 1-0/+4
2021-11-04PCI: apple: Add INTx and per-port interrupt supportGravatar Marc Zyngier 1-0/+1
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableGravatar Marc Zyngier 1-3/+3
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+8
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Gravatar Linus Torvalds 3-80/+49
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedGravatar Eric W. Biederman 1-1/+7
2021-11-03kdb: Adopt scheduler's task classificationGravatar Daniel Thompson 4-122/+53
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 3-182/+549
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 5-45/+106
2021-11-02Merge branch 'ucount-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-10/+15
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 5-95/+129
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-81/+108
2021-11-02Merge branches 'pm-em' and 'powercap'Gravatar Rafael J. Wysocki 1-18/+68
2021-11-02Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 4-27/+38
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-160/+948
2021-11-02Merge branch 'for-5.16-vsprintf-pgp' into for-linusGravatar Petr Mladek 68-1431/+2977
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-32/+41