index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
1
-8
/
+13
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2
-2
/
+16
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
4
-103
/
+24
2023-04-15
genirq: Update affinity of secondary threads
John Keeping
1
-1
/
+4
2023-04-15
softirq: Add trace points for tasklet entry/exit
Lingutla Chandrasekhar
1
-2
/
+7
2023-04-14
module: fix kmemleak annotations for non init ELF sections
Luis Chamberlain
1
-5
/
+10
2023-04-14
cpu: Mark nmi_panic_self_stop() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-04-14
cpu: Mark panic_smp_self_stop() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-04-14
perf/core: Fix hardlockup failure caused by perf throttle
Yang Jihong
1
-2
/
+2
2023-04-14
Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...
Joerg Roedel
1
-0
/
+1
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2
-40
/
+94
2023-04-13
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-13
module: Ignore L0 and rename is_arm_mapping_symbol()
Tiezhu Yang
1
-1
/
+1
2023-04-13
module: Move is_arm_mapping_symbol() to module_symbol.h
Tiezhu Yang
1
-13
/
+1
2023-04-13
module: Sync code of is_arm_mapping_symbol()
Tiezhu Yang
1
-2
/
+3
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
29
-792
/
+2271
2023-04-13
Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-39
/
+150
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-24
/
+43
2023-04-13
watch_queue: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-13
rv/reactor: remove MODULE_LICENSE in non-modules
Nick Alcock
2
-2
/
+0
2023-04-13
perf/hw_breakpoint: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-13
dma-mapping: benchmark: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-13
mm: compaction: move compaction sysctl to its own file
Minghao Chi
1
-59
/
+0
2023-04-13
mm: memory-failure: Move memory failure sysctls to its own file
Kefeng Wang
1
-20
/
+0
2023-04-13
utsname: simplify one-level sysctl registration for uts_kern_table
Luis Chamberlain
1
-10
/
+1
2023-04-13
seccomp: simplify sysctls with register_sysctl_init()
Luis Chamberlain
1
-14
/
+1
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
1
-32
/
+0
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
1
-3
/
+2
2023-04-12
cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
Waiman Long
1
-1
/
+2
2023-04-12
cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
Waiman Long
1
-11
/
+86
2023-04-12
cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
Waiman Long
1
-20
/
+42
2023-04-12
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
1
-1
/
+5
2023-04-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex
Tetsuo Handa
1
-2
/
+5
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
1
-0
/
+3
2023-04-12
sched/core: Make sched_dynamic_mutex static
Josh Poimboeuf
1
-1
/
+1
2023-04-12
sched/fair: Fix imbalance overflow
Vincent Guittot
1
-0
/
+10
2023-04-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
1
-6
/
+2
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
1
-17
/
+25
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
3
-65
/
+87
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
3
-23
/
+33
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
1
-21
/
+46
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
3
-6
/
+6
2023-04-11
bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Fix missing -EFAULT return on user log buf error in btf_parse()
Andrii Nakryiko
1
-0
/
+4
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
3
-19
/
+201
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
1
-1
/
+1
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
3
-70
/
+87
2023-04-10
Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+19
2023-04-09
Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+8
[prev]
[next]