summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo
2023-09-11refscale: Print out additional module parametersPaul E. McKenney
2023-09-11refscale: Fix misplaced data re-readPaul E. McKenney
2023-09-11rcu-tasks: Make rcu_tasks_lazy_ms staticJiapeng Chong
2023-09-11rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loopPaul E. McKenney
2023-09-11rcu-tasks: Add printk()s to localize boot-time self-test hangPaul E. McKenney
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)
2023-09-11rcutorture: Add test of RCU CPU stall notifiersPaul E. McKenney
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeHou Tao
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheHou Tao
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-09Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)
2023-09-08tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)
2023-09-08ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)
2023-09-08bpf: Add override check to kprobe multi link attachJiri Olsa
2023-09-08Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt
2023-09-08bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: kill next_taskOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao
2023-09-08bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song
2023-09-08bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song
2023-09-08bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song
2023-09-08bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song
2023-09-08Revert "dma-contiguous: check for memory region overlap"Zhenhua Huang
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-07ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-09-07tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-07Revert "printk: export symbols for debug modules"Christoph Hellwig
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan
2023-09-06bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau