summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-11-11preempt: Restore preemption model selection configsValentin Schneider
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-11-11sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-10Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-10Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand
2021-11-09kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior
2021-11-09kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior
2021-11-09kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai
2021-11-09extable: use is_kernel_text() helperKefeng Wang
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang
2021-11-08Merge tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2021-11-08Merge tag 'modules-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver
2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven
2021-11-06mm/mmap.c: fix a data race of mm->total_vmPeng Liu
2021-11-06workqueue, kasan: avoid alloc_pages() when recording stackMarco Elver
2021-11-05module: change to print useful messages from elf_validity_check()Shuah Khan
2021-11-05module: fix validate_section_offset() overflow bug on 64-bitShuah Khan
2021-11-04PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-11-02Merge branch 'ucount-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-11-02Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2021-11-02Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki
2021-11-02Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds