summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-10-29Merge tag 'trace-v5.15-rc6-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-29tracing: Fix misspelling of "missing"Steven Rostedt (VMware)
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-28Merge tag 'trace-v5.15-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-24Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-22cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-10-20Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-13tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)
2021-10-13Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-11Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-11Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds