aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+17
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-7/+55
2023-09-30tracing/user_events: Align set_bit() address for all archsGravatar Beau Belgrave 1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Gravatar Clément Léger 1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingGravatar Steven Rostedt (Google) 1-0/+3
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-9/+22
2023-09-29Crash: add lock to serialize crash hotplug handlingGravatar Baoquan He 1-0/+17
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushGravatar Joel Fernandes (Google) 1-0/+1
2023-09-27swiotlb: fix the check whether a device has used software IO TLBGravatar Petr Tesarik 1-6/+20
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+3
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-13/+15
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-1/+2
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsGravatar Zheng Yejian 1-13/+15
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+2
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-20/+142
2023-09-19pidfd: prevent a kernel-doc warningGravatar Randy Dunlap 1-1/+1
2023-09-19task_work: add kerneldoc annotation for 'data' argumentGravatar Jens Axboe 1-0/+1
2023-09-19kernel/sched: Modify initial boot task idle setupGravatar Liam R. Howlett 2-1/+2
2023-09-18workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...Gravatar Zqiang 1-3/+3
2023-09-18workqueue: Removed double allocation of wq_update_pod_attrs_bufGravatar Steven Rostedt (Google) 1-3/+0
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+25
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 6-20/+142
2023-09-15Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 3-14/+16
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathGravatar Jiri Olsa 1-1/+3
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorGravatar Hou Tao 1-0/+7
2023-09-15panic: Reenable preemption in WARN slowpathGravatar Lukas Wunner 1-0/+1
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 6-30/+88
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingGravatar Tim Chen 1-1/+11
2023-09-13swiotlb: use the calculated number of areasGravatar Ross Lagerwall 1-3/+2
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsGravatar Randy Dunlap 1-6/+7
2023-09-12bpf: Fix a erroneous check after snprintf()Gravatar Christophe JAILLET 1-1/+1
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Gravatar Jinjie Ruan 1-4/+9
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeGravatar Chen Yu 1-6/+6
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveGravatar Chen Yu 2-8/+10
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initGravatar Eduard Zingerman 1-5/+7
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIGravatar Toke Høiland-Jørgensen 1-3/+18
2023-09-11tracing/synthetic: Print out u64 values properlyGravatar Tero Kristo 1-1/+1
2023-09-11bpf: Ensure unit_size is matched with slab cache object sizeGravatar Hou Tao 1-2/+31
2023-09-11bpf: Don't prefill for unused bpf_mem_cacheGravatar Hou Tao 1-2/+14
2023-09-11bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEGravatar Hou Tao 1-0/+38
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2023-09-09Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 4-13/+18
2023-09-08tracing: Remove unused trace_event_file dir fieldGravatar Steven Rostedt (Google) 1-13/+0
2023-09-08tracing: Use the new eventfs descriptor for print triggerGravatar Steven Rostedt (Google) 1-2/+2
2023-09-08ring-buffer: Do not attempt to read past "commit"Gravatar Steven Rostedt (Google) 1-0/+5
2023-09-08bpf: Add override check to kprobe multi link attachGravatar Jiri Olsa 1-0/+16
2023-09-08Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Gravatar Palmer Dabbelt 1-4/+4