summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei-1/+3
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei-7/+5
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeHou Tao-2/+31
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheHou Tao-2/+14
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao-0/+38
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein-2/+2
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel-20/+5
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-39/+4
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2023-09-09Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...Linus Torvalds-13/+18
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)-13/+0
2023-09-08tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)-2/+2
2023-09-08ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)-0/+5
2023-09-08bpf: Add override check to kprobe multi link attachJiri Olsa-0/+16
2023-09-08Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt-4/+4
2023-09-08bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov-7/+4
2023-09-08bpf: task_group_seq_get_next: kill next_taskOleg Nesterov-8/+6
2023-09-08bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov-1/+1
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov-10/+2
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov-7/+0
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao-2/+7
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao-1/+6
2023-09-08bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song-0/+20
2023-09-08bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song-8/+51
2023-09-08bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song-22/+106
2023-09-08bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song-0/+9
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song-11/+11
2023-09-08Revert "dma-contiguous: check for memory region overlap"Zhenhua Huang-5/+0
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-38/+20
2023-09-07ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian-0/+2
2023-09-07tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)-1/+2
2023-09-07tracing: Have option files inc the trace array ref countSteven Rostedt (Google)-1/+22
2023-09-07tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)-1/+2
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)-5/+10
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)-2/+33
2023-09-07Revert "printk: export symbols for debug modules"Christoph Hellwig-2/+0
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan-4/+4
2023-09-06bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau-1/+1
2023-09-06bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau-33/+14
2023-09-06bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior-4/+2
2023-09-06bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+9
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-74/+156
2023-09-04Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek-73/+153
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook-0/+9
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-169/+585
2023-09-02Merge tag 'trace-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-21/+37
2023-09-02Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2023-09-02Merge tag 'smp-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+23