summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-22bpf: add missing header file includeLinus Torvalds1-0/+1
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds25-674/+3007
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-6/+119
2023-02-22uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-2/+0
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-13/+9
2023-02-21Merge tag 'seccomp-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-404/+1012
2023-02-21Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+8
2023-02-21Merge tag 'wq-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-71/+209
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-560/+470
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-34/+81
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-366/+689
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-99/+114
2023-02-21Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-37/+54
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-178/+795
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-3/+3
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+15
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-12/+12
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov1-3/+8
2023-02-19Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+29
2023-02-19Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner10-198/+539
2023-02-18Merge tag 'sched-urgent-2023-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-11/+21
2023-02-17bpf: Fix global subprog context argument resolution logicAndrii Nakryiko1-2/+11
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-12/+36
2023-02-16bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao2-3/+3
2023-02-15bpf: BPF_ST with variable offset should preserve STACK_ZERO marksEduard Zingerman1-1/+3
2023-02-15bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman1-2/+16
2023-02-15Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-15Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki1-4/+1
2023-02-15Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2-9/+8
2023-02-15sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata1-3/+4
2023-02-14alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner1-4/+29
2023-02-14bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky2-12/+55
2023-02-14bpf: Add callback validation to kfunc verifier logicDave Marchevsky1-5/+129
2023-02-14bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc argsDave Marchevsky1-35/+203
2023-02-14bpf: Add bpf_rbtree_{add,remove,first} kfuncsDave Marchevsky2-1/+67
2023-02-14bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky4-66/+169
2023-02-14bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky1-49/+119
2023-02-13Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier1-163/+245
2023-02-13irqdomain: Switch to per-domain lockingJohan Hovold1-20/+39
2023-02-13irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold1-33/+32
2023-02-13irqdomain: Drop leftover bracketsJohan Hovold1-4/+2
2023-02-13irqdomain: Drop dead domain-name assignmentJohan Hovold1-8/+0
2023-02-13irqdomain: Drop revmap mutexJohan Hovold1-7/+6
2023-02-13irqdomain: Fix domain registration raceMarc Zyngier1-19/+43
2023-02-13irqdomain: Fix mapping-creation raceJohan Hovold1-18/+46
2023-02-13irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold1-40/+48
2023-02-13irqdomain: Look for existing mapping only onceJohan Hovold1-27/+33
2023-02-13irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold1-6/+1
2023-02-13irqdomain: Fix disassociation raceJohan Hovold1-0/+5