Age | Commit message (Expand) | Author |
2021-11-09 | extable: use is_kernel_text() helper | Kefeng Wang |
2021-11-09 | sections: move is_kernel_inittext() into sections.h | Kefeng Wang |
2021-11-09 | sections: move and rename core_kernel_data() to is_kernel_core_data() | Kefeng Wang |
2021-11-09 | kallsyms: remove arch specific text and data check | Kefeng Wang |
2021-11-06 | stacktrace: move filter_irq_stacks() to kernel/stacktrace.c | Marco Elver |
2021-11-06 | memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED | David Hildenbrand |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport |
2021-11-06 | memblock: drop memblock_free_early_nid() and memblock_free_early() | Mike Rapoport |
2021-11-06 | mm: make generic arch_is_kernel_initmem_freed() do what it says | Christophe Leroy |
2021-11-06 | mm: create a new system state and fix core_kernel_text() | Christophe Leroy |
2021-11-06 | mm/page_alloc: detect allocation forbidden by cpuset and bail out early | Feng Tang |
2021-11-06 | mm: move node_reclaim_distance to fix NUMA without SMP | Geert Uytterhoeven |
2021-11-06 | mm/mmap.c: fix a data race of mm->total_vm | Peng Liu |
2021-11-06 | workqueue, kasan: avoid alloc_pages() when recording stack | Marco Elver |
2021-10-29 | Merge tag 'trace-v5.15-rc6-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-29 | tracing: Fix misspelling of "missing" | Steven Rostedt (VMware) |
2021-10-29 | ftrace: Fix kernel-doc formatting issues | Steven Rostedt (VMware) |
2021-10-28 | Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-10-28 | Merge tag 'trace-v5.15-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-27 | tracing: Do not warn when connecting eprobe to non existing event | Steven Rostedt (VMware) |
2021-10-26 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2021-10-26 | bpf: Fix potential race in tail call compatibility check | Toke Høiland-Jørgensen |
2021-10-24 | Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2021-10-22 | cgroup: Fix memory leak caused by missing cgroup_bpf_offline | Quanyang Wang |
2021-10-22 | bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch() | Xu Kuohai |
2021-10-22 | bpf: Prevent increasing bpf_jit_limit above max | Lorenz Bauer |
2021-10-21 | Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-10-20 | Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2021-10-20 | Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-20 | Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-10-20 | ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring | Eric W. Biederman |
2021-10-19 | ucounts: Proper error handling in set_cred_ucounts | Eric W. Biederman |
2021-10-19 | ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_creds | Eric W. Biederman |
2021-10-19 | sched/scs: Reset the shadow stack when idle_task_exit | Woody Lin |
2021-10-18 | audit: fix possible null-pointer dereference in audit_filter_rules | Gaosheng Cui |
2021-10-18 | tracing: Have all levels of checks prevent recursion | Steven Rostedt (VMware) |
2021-10-18 | ucounts: Fix signal ucount refcounting | Eric W. Biederman |
2021-10-18 | dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC | Hamza Mahfooz |
2021-10-16 | Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-10-13 | tracing: Fix event probe removal from dynamic events | Steven Rostedt (VMware) |
2021-10-13 | Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-10-11 | Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-11 | Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-11 | workqueue: fix state-dump console deadlock | Johan Hovold |
2021-10-11 | dma-debug: fix sg checks in debug_dma_map_sg() | Gerald Schaefer |
2021-10-11 | dma-mapping: fix the kerneldoc for dma_map_sgtable() | Logan Gunthorpe |
2021-10-10 | tracing: Fix missing * in comment block | Colin Ian King |
2021-10-10 | tracing: Fix memory leak in eprobe_register() | Vamshi K Sthambamkadi |
2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |