index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
-14
/
+141
2023-03-01
bpf: Add __uninit kfunc annotation
Joanne Koong
-2
/
+16
2023-03-01
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
-30
/
+50
2023-03-01
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
-45
/
+22
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
-31
/
+31
2023-03-01
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
-0
/
+4
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
-2
/
+1
2023-02-27
Merge tag 'dma-mapping-6.3-2022-02-27' of git://git.infradead.org/users/hch/d...
Linus Torvalds
-9
/
+2
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
-1
/
+1
2023-02-25
Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
-185
/
+96
2023-02-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
-1
/
+1
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
-14
/
+0
2023-02-24
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-39
/
+27
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+10
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+1
2023-02-24
genirq/msi: Drop dead domain name assignment
Johan Hovold
-4
/
+1
2023-02-23
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-7
/
+111
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-32
/
+126
2023-02-24
kernel/trace: extract common part in process_fetch_insn
Song Chen
-37
/
+34
2023-02-24
kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
Song Chen
-116
/
+29
2023-02-24
kernel/trace: Introduce trace_probe_print_args and use it in *probes
Song Chen
-32
/
+33
2023-02-23
Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-19
/
+24
2023-02-23
Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+4
2023-02-23
Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-13
/
+49
2023-02-23
Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-130
/
+225
2023-02-23
Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-25
/
+21
2023-02-23
cpufreq: schedutil: make kobj_type structure constant
Thomas Weißschuh
-1
/
+1
2023-02-23
Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
-72
/
+483
2023-02-23
Merge tag 'trace-v6.2-rc7-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-32
/
+10
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
-0
/
+18
2023-02-23
irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()
Juergen Gross
-1
/
+2
2023-02-23
Merge branch 'irq/core' into irq/urgent
Thomas Gleixner
-560
/
+470
2023-02-22
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
-2
/
+2
2023-02-22
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
-3
/
+3
2023-02-22
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
-14
/
+14
2023-02-22
bpf: Fix check_reg_type for PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
-3
/
+20
2023-02-22
bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
Kumar Kartikeya Dwivedi
-2
/
+0
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
-3
/
+13
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
-1
/
+10
2023-02-22
bpf: add missing header file include
Linus Torvalds
-0
/
+1
2023-02-22
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
-1
/
+2
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-674
/
+3007
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-6
/
+119
2023-02-21
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
-2
/
+0
2023-02-21
sysctl: fix proc_dobool() usability
Ondrej Mosnacek
-19
/
+24
2023-02-21
Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-13
/
+9
2023-02-21
Merge tag 'seccomp-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2023-02-21
Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-404
/
+1012
2023-02-21
Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-7
/
+8
2023-02-21
Merge tag 'wq-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
-71
/
+209
[prev]
[next]