index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
14
-31
/
+27
|
\
|
*
Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-09-20
2
-6
/
+2
|
|
\
|
|
*
Revert "fs/exec: allow to unshare a time namespace on vfork+exec"
Andrei Vagin
2022-09-13
2
-6
/
+2
|
*
|
Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2022-09-10
3
-13
/
+9
|
|
\
\
|
|
*
|
dma-mapping: mark dma_supported static
Christoph Hellwig
2022-09-07
1
-2
/
+1
|
|
*
|
swiotlb: fix a typo
Chao Gao
2022-09-07
1
-1
/
+1
|
|
*
|
swiotlb: avoid potential left shift overflow
Chao Gao
2022-09-07
1
-1
/
+4
|
|
*
|
dma-debug: improve search for partial syncs
Robin Murphy
2022-09-07
1
-4
/
+2
|
|
*
|
Revert "swiotlb: panic if nslabs is too small"
Yu Zhao
2022-09-07
1
-5
/
+1
|
*
|
|
Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-09-09
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
sched/debug: fix dentry leak in update_sched_domain_debugfs
Greg Kroah-Hartman
2022-09-05
1
-1
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-09-09
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
IB/core: Fix a nested dead lock as part of ODP flow
Yishai Hadas
2022-09-05
1
-0
/
+1
|
*
|
|
|
kprobes: Prohibit probes in gate area
Christian A. Ehrhardt
2022-09-08
1
-0
/
+1
|
*
|
|
|
rv/reactor: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-09-06
2
-4
/
+4
|
*
|
|
|
tracing: Fix to check event_mutex is held while accessing trigger list
Masami Hiramatsu (Google)
2022-09-06
1
-1
/
+2
|
*
|
|
|
tracing: hold caller_addr to hardirq_{enable,disable}_ip
Yipeng Zou
2022-09-06
1
-2
/
+2
|
*
|
|
|
tracepoint: Allow trace events in modules with TAINT_TEST
Alison Schofield
2022-09-06
1
-2
/
+3
|
*
|
|
|
rv/monitors: Make monitor's automata definition static
Daniel Bristot de Oliveira
2022-09-06
2
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
14
-193
/
+1306
|
\
\
\
\
|
*
|
|
|
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-19
/
+67
|
*
|
|
|
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
1
-36
/
+14
|
*
|
|
|
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-23
/
+0
|
*
|
|
|
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-1
/
+14
|
*
|
|
|
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
1
-42
/
+0
|
*
|
|
|
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
|
*
|
|
|
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-6
/
+40
|
*
|
|
|
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
2
-4
/
+66
|
*
|
|
|
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
1
-14
/
+36
|
*
|
|
|
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
2
-3
/
+7
|
*
|
|
|
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
|
*
|
|
|
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
1
-9
/
+22
|
*
|
|
|
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
|
*
|
|
|
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
2
-1
/
+481
|
*
|
|
|
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-09-01
1
-0
/
+6
|
*
|
|
|
bpf: Remove useless else if
Jiapeng Chong
2022-09-01
1
-3
/
+1
|
*
|
|
|
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
1
-4
/
+4
|
*
|
|
|
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-09-01
2
-6
/
+6
|
*
|
|
|
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
1
-2
/
+5
|
*
|
|
|
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-31
1
-5
/
+18
|
*
|
|
|
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
2022-08-25
1
-4
/
+6
|
*
|
|
|
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
2022-08-25
1
-16
/
+16
|
*
|
|
|
cgroup: bpf: enable bpf programs to integrate with rstat
Yosry Ahmed
2022-08-25
1
-0
/
+48
|
*
|
|
|
bpf: Introduce cgroup iter
Hao Luo
2022-08-25
2
-0
/
+287
|
*
|
|
|
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-08-24
1
-9
/
+33
|
*
|
|
|
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-23
1
-4
/
+4
|
*
|
|
|
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2022-08-23
2
-5
/
+5
|
*
|
|
|
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-23
2
-11
/
+46
|
*
|
|
|
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2022-08-23
2
-53
/
+98
|
*
|
|
|
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
2022-08-18
1
-0
/
+5
[next]