index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
cgroup: simplify code in cgroup_apply_control
William Dean
1
-5
/
+1
2022-09-23
cgroup: Make cgroup_get_from_id() prettier
Tejun Heo
1
-9
/
+10
2022-09-23
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
18
-85
/
+181
2022-09-23
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Ming Lei
1
-1
/
+4
2022-09-23
livepatch: add sysfs entry "patched" for each klp_object
Song Liu
1
-0
/
+18
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-31
/
+27
2022-09-21
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
1
-5
/
+13
2022-09-21
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
1
-52
/
+14
2022-09-21
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
3
-13
/
+19
2022-09-21
bpf: Add bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
1
-0
/
+45
2022-09-21
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
1
-0
/
+135
2022-09-21
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
1
-1
/
+1
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2
-5
/
+38
2022-09-21
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
1
-8
/
+27
2022-09-21
btf: Export bpf_dynptr definition
Roberto Sassu
1
-0
/
+2
2022-09-21
bpf: Allow kfuncs to be used in LSM programs
KP Singh
1
-0
/
+1
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
3
-9
/
+235
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2
-6
/
+59
2022-09-21
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
1
-14
/
+14
2022-09-21
bpf, cgroup: Reject prog_attach_flags array when effective query
Pu Lehui
1
-10
/
+18
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
1
-6
/
+1
2022-09-21
perf/core: Convert snprintf() to scnprintf()
Jules Irenge
1
-3
/
+3
2022-09-21
locking/lockdep: Print more debug information - report name and key when look_up_lock_class() got confused
Tetsuo Handa
1
-2
/
+4
2022-09-21
Merge tag 'v6.0-rc6' into locking/core, to refresh the branch
Ingo Molnar
133
-2273
/
+7109
2022-09-20
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
1
-1
/
+1
2022-09-20
Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-6
/
+2
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
1
-1
/
+2
2022-09-20
sched/psi: export psi_memstall_{enter,leave}
Christoph Hellwig
1
-0
/
+2
2022-09-20
swiotlb: don't panic!
Robin Murphy
1
-11
/
+19
2022-09-20
swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()
Fabio M. De Francesco
1
-6
/
+4
2022-09-19
smp: add set_nr_cpu_ids()
Yury Norov
1
-2
/
+2
2022-09-19
smp: don't declare nr_cpu_ids if NR_CPUS == 1
Yury Norov
1
-0
/
+2
2022-09-19
genirq: Provide generic_handle_domain_irq_safe().
Sebastian Andrzej Siewior
1
-0
/
+24
2022-09-16
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
1
-9
/
+8
2022-09-16
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
1
-0
/
+6
2022-09-16
bpf: use kvmemdup_bpfptr helper
Wang Yufen
1
-9
/
+4
2022-09-16
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
1
-0
/
+2
2022-09-15
locking: Add __sched to semaphore functions
Namhyung Kim
1
-6
/
+6
2022-09-15
locking/rwsem: Disable preemption while trying for rwsem lock
Gokul krishna Krishnakumar
1
-2
/
+12
2022-09-15
sched/fair: Move call to list_last_entry() in detach_tasks
Vincent Guittot
1
-2
/
+2
2022-09-15
sched/fair: Cleanup loop_max and loop_break
Vincent Guittot
3
-12
/
+11
2022-09-15
sched/fair: Make sure to try to detach at least one movable task
Vincent Guittot
1
-3
/
+9
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2
-10
/
+26
2022-09-13
Revert "fs/exec: allow to unshare a time namespace on vfork+exec"
Andrei Vagin
2
-6
/
+2
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
2
-4
/
+12
2022-09-13
perf: Use sample_flags for callchain
Namhyung Kim
1
-1
/
+1
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
28
-121
/
+144
2022-09-11
latencytop: use the last element of latency_record of system
wuchi
1
-2
/
+2
2022-09-11
kernel/utsname_sysctl.c: print kernel arch
Petr Vorel
1
-0
/
+7
2022-09-11
kernel/profile.c: simplify duplicated code in profile_setup()
wuchi
1
-18
/
+14
[prev]
[next]