summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-09-13sched: Simplify sched_{set,get}affinity()Peter Zijlstra-39/+14
2023-09-13sched: Simplify syscallsPeter Zijlstra-86/+68
2023-09-13sched: Simplify set_user_nice()Peter Zijlstra-7/+11
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras-14/+14
2023-09-13swiotlb: use the calculated number of areasRoss Lagerwall-3/+2
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap-6/+7
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET-1/+1
2023-09-12audit: Annotate struct audit_chunk with __counted_byKees Cook-1/+1
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang-2/+5
2023-09-12perf/core: Bail out early if the request AUX area is out of boundShuai Xue-0/+6
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan-4/+9
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu-6/+6
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu-8/+10
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman-5/+7
2023-09-11stacktrace: Export stack_trace_save_tskChristopher James Halse Rogers-0/+2
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen-3/+18
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo-1/+1
2023-09-11refscale: Print out additional module parametersPaul E. McKenney-2/+2
2023-09-11refscale: Fix misplaced data re-readPaul E. McKenney-1/+1
2023-09-11rcu-tasks: Make rcu_tasks_lazy_ms staticJiapeng Chong-1/+1
2023-09-11rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loopPaul E. McKenney-1/+3
2023-09-11rcu-tasks: Add printk()s to localize boot-time self-test hangPaul E. McKenney-1/+3
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)-2/+34
2023-09-11rcutorture: Add test of RCU CPU stall notifiersPaul E. McKenney-0/+21
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney-2/+69
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei-27/+15
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