index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-4
/
+5
2022-02-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-4
/
+5
2022-02-03
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-02-03
printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()
Mickaël Salaün
1
-1
/
+1
2022-02-03
Revert "module, async: async_synchronize_full() on module init iff async is used"
Igor Pylypiv
2
-23
/
+5
2022-02-03
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-14
/
+65
2022-02-03
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Waiman Long
1
-0
/
+10
2022-02-02
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
1
-1
/
+1
2022-02-02
genirq, softirq: Use in_hardirq() instead of in_irq()
Changbin Du
2
-7
/
+7
2022-02-02
block: check that there is a plug in blk_flush_plug
Christoph Hellwig
1
-5
/
+2
2022-02-02
block: remove blk_needs_flush_plug
Christoph Hellwig
2
-2
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
2
-2
/
+0
2022-02-02
perf/core: Allow kernel address filter when not filtering the kernel
Adrian Hunter
1
-2
/
+0
2022-02-02
perf/core: Fix address filter parser for multiple filters
Adrian Hunter
1
-0
/
+3
2022-02-02
perf: Copy perf_event_attr::sig_data on modification
Marco Elver
1
-0
/
+16
2022-02-02
sched: move autogroup sysctls into its own file
Zhen Ni
3
-11
/
+24
2022-02-02
rseq: Remove broken uapi field layout on 32-bit little endian
Mathieu Desnoyers
1
-4
/
+4
2022-02-01
clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW
Waiman Long
2
-1
/
+16
2022-02-01
rcutorture: Enable limited callback-flooding tests of SRCU
Paul E. McKenney
1
-0
/
+2
2022-02-01
torture: Wake up kthreads after storing task_struct pointer
Paul E. McKenney
1
-1
/
+3
2022-02-01
rcutorture: Fix rcu_fwd_mutex deadlock
Paul E. McKenney
1
-2
/
+2
2022-02-01
rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loop
Paul E. McKenney
1
-1
/
+1
2022-02-01
rcutorture: Make rcu_fwd_cb_nodelay be a counter
Paul E. McKenney
1
-7
/
+7
2022-02-01
rcutorture: Increase visibility of forward-progress hangs
Paul E. McKenney
1
-0
/
+4
2022-02-01
torture: Distinguish kthread stopping and being asked to stop
Paul E. McKenney
1
-1
/
+1
2022-02-01
rcutorture: Print message before invoking ->cb_barrier()
Paul E. McKenney
1
-2
/
+6
2022-02-01
rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings
Zqiang
4
-0
/
+42
2022-02-01
rcu: Don't deboost before reporting expedited quiescent state
Paul E. McKenney
1
-4
/
+4
2022-02-01
rcu: Elevate priority of offloaded callback threads
Alison Chaiken
2
-1
/
+4
2022-02-01
rcu: Make priority of grace-period thread consistent
Alison Chaiken
1
-0
/
+4
2022-02-01
rcu: Move kthread_prio bounds-check to a separate function
Alison Chaiken
1
-16
/
+23
2022-02-01
rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0
Zqiang
1
-1
/
+1
2022-02-01
rcu: Remove unused rcu_state.boost
Neeraj Upadhyay
2
-5
/
+2
2022-02-01
rcu/nocb: Handle concurrent nocb kthreads creation
Neeraj Upadhyay
2
-1
/
+8
2022-02-01
rcu: Mark accesses to boost_starttime
Paul E. McKenney
1
-3
/
+4
2022-02-01
rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()
Paul E. McKenney
1
-1
/
+2
2022-02-01
rcu/exp: Fix check for idle context in rcu_exp_handler
Neeraj Upadhyay
1
-1
/
+1
2022-02-01
bpf: Drop libbpf, libelf, libz dependency from bpf preload.
Alexei Starovoitov
1
-26
/
+2
2022-02-01
bpf: Open code obj_get_info_by_fd in bpf preload.
Alexei Starovoitov
1
-1
/
+17
2022-02-01
bpf: Convert bpf preload to light skeleton.
Alexei Starovoitov
4
-420
/
+436
2022-02-01
bpf: Remove unnecessary setrlimit from bpf preload.
Alexei Starovoitov
1
-2
/
+0
2022-02-01
Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-19
/
+43
2022-02-01
cgroup-v1: Require capabilities to set release_agent
Eric W. Biederman
1
-0
/
+14
2022-01-31
bpf: make bpf_copy_from_user_task() gpl only
Kenta Tada
1
-1
/
+1
2022-01-31
padata: replace cpumask_weight with cpumask_empty in padata.c
Yury Norov
1
-1
/
+1
2022-01-30
Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+19
2022-01-30
Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+5
2022-01-30
psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
1
-38
/
+41
2022-01-28
Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-21
/
+11
[prev]
[next]