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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-20
kernel/sys_ni: add compat entry for fadvise64_64
Randy Dunlap
1
-0
/
+1
2022-08-19
locking: Add __lockfunc to slow path functions
Namhyung Kim
3
-5
/
+5
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-30
/
+5
2022-08-18
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2022-08-18
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
1
-0
/
+5
2022-08-18
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
1
-1
/
+3
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
15
-114
/
+157
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
1
-1
/
+1
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
1
-1
/
+1
2022-08-17
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
2
-25
/
+55
2022-08-16
bpf-lsm: Make bpf_lsm_userns_create() sleepable
Frederick Lawler
1
-0
/
+1
2022-08-16
security, lsm: Introduce security_create_user_ns()
Frederick Lawler
1
-0
/
+5
2022-08-16
workqueue: don't skip lockdep work dependency in cancel_work_sync()
Tetsuo Handa
1
-4
/
+2
2022-08-15
audit: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
2
-3
/
+3
2022-08-15
sched/psi: Zero the memory of struct psi_group
Hao Jia
1
-5
/
+1
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
1
-4
/
+3
2022-08-15
module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
David Gow
1
-1
/
+1
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-1
/
+0
2022-08-13
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+4
2022-08-13
Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-25
/
+0
2022-08-12
xen: remove XEN_SCRUB_PAGES in xen.config
Lukas Bulwahn
1
-1
/
+0
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
7
-25
/
+26
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-23
/
+51
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
1
-0
/
+8
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-17
/
+40
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
1
-6
/
+3
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
8
-23
/
+22
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
6
-7
/
+7
2022-08-10
bpf: Use bpf_map_area_free instread of kvfree
Yafang Shao
1
-2
/
+2
2022-08-10
bpf: Remove unneeded memset in queue_stack_map creation
Yafang Shao
1
-2
/
+0
2022-08-10
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-35
/
+150
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
1
-1
/
+10
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
1
-0
/
+2
2022-08-10
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
1
-0
/
+6
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
1
-6
/
+14
2022-08-10
bpf: export crash_kexec() as destructive kfunc
Artem Savkov
1
-0
/
+18
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
1
-0
/
+5
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
1
-5
/
+1
2022-08-09
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
1
-18
/
+20
2022-08-09
time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64
Youngmin Nam
1
-2
/
+2
2022-08-09
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
1
-5
/
+4
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2
-0
/
+15
2022-08-09
bpf: Cleanup check_refcount_ok
Dave Marchevsky
1
-45
/
+29
2022-08-09
bpf, iter: Fix the condition on p when calling stop.
Hao Luo
1
-0
/
+5
2022-08-09
cgroup: enable cgroup_get_from_file() on cgroup1
Yosry Ahmed
1
-5
/
+0
2022-08-09
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
1
-0
/
+9
2022-08-08
Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Linus Torvalds
1
-2
/
+8
2022-08-08
Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-11
/
+9
2022-08-08
Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
6
-33
/
+356
[prev]
[next]