summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-01tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook
2023-10-23tracing/histograms: Simplify last_cmd_set()Christophe JAILLET
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter
2023-10-05tracing: Make system_callback() function staticSteven Rostedt (Google)
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-19pidfd: prevent a kernel-doc warningRandy Dunlap
2023-09-19task_work: add kerneldoc annotation for 'data' argumentJens Axboe
2023-09-19kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-09-18workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...Zqiang
2023-09-18workqueue: Removed double allocation of wq_update_pod_attrs_bufSteven Rostedt (Google)
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao
2023-09-15panic: Reenable preemption in WARN slowpathLukas Wunner
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingTim Chen
2023-09-13swiotlb: use the calculated number of areasRoss Lagerwall
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu
2023-09-11bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman
2023-09-11bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen