summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-21tracing/eprobe: no need to check for negative ret value for snprintfQuanfa Fu
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng
2023-02-21tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2023-02-21kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov
2023-02-20genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov
2023-02-18Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-19Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2023-02-18tracing: Remove unnecessary NULL assignmentWang ShaoBo
2023-02-18tracepoint: Allow livepatch module add trace eventJianlin Lv
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams
2023-02-17Merge tag 'sched-urgent-2023-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-17bpf: Fix global subprog context argument resolution logicAndrii Nakryiko
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-16tracing/histogram: Fix stacktrace keyTom Zanussi
2023-02-16tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi
2023-02-16swiotlb: remove swiotlb_max_segmentChristoph Hellwig
2023-02-15tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi
2023-02-15bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao
2023-02-15bpf: BPF_ST with variable offset should preserve STACK_ZERO marksEduard Zingerman
2023-02-15bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman
2023-02-15Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-15Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki
2023-02-15ring-buffer: Handle race between rb_move_tail and rb_check_pagesMukesh Ojha
2023-02-15Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2023-02-15sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang
2023-02-14alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner
2023-02-13bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky
2023-02-13bpf: Add callback validation to kfunc verifier logicDave Marchevsky
2023-02-13bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc argsDave Marchevsky
2023-02-13bpf: Add bpf_rbtree_{add,remove,first} kfuncsDave Marchevsky
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-02-13Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier
2023-02-13irqdomain: Switch to per-domain lockingJohan Hovold
2023-02-13irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold
2023-02-13irqdomain: Drop leftover bracketsJohan Hovold
2023-02-13irqdomain: Drop dead domain-name assignmentJohan Hovold