summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-2/+28
2022-10-24Merge tag 'rcu-urgent.2022.10.20a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-2/+28
2022-10-24kill signal_pt_regs()Al Viro1-1/+1
2022-10-23kernel/utsname_sysctl.c: Fix hostname pollingLinus Torvalds1-0/+1
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-39/+116
2022-10-23Merge tag 'sched_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-29/+35
2022-10-22bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao1-2/+5
2022-10-22bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao1-0/+11
2022-10-22Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds1-43/+39
2022-10-21Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+16
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker1-15/+10
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker1-0/+5
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker1-0/+2
2022-10-21rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang1-1/+1
2022-10-21rcu-tasks: Make grace-period-age message human-readablePaul E. McKenney1-1/+1
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou1-6/+0
2022-10-21gcov: support GCC 12.1 and newer compilersMartin Liska1-2/+16
2022-10-21bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa1-0/+6
2022-10-21rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney1-4/+6
2022-10-21srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney1-0/+5
2022-10-21srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney1-6/+32
2022-10-21srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney3-6/+51
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin1-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin1-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin1-38/+36
2022-10-19kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver1-0/+50
2022-10-19rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATEPaul E. McKenney1-2/+20
2022-10-19rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATEPaul E. McKenney1-2/+21
2022-10-19rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker3-0/+17
2022-10-19rcu: Fix late wakeup when flush of bypass cblist happensJoel Fernandes (Google)1-2/+8
2022-10-19rcu: Simplify rcu_init_nohz() cpumask handlingZhen Lei1-23/+11
2022-10-19rcu: Use READ_ONCE() for lockless read of rnp->qsmaskJoel Fernandes (Google)1-1/+1
2022-10-19rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity()Pingfan Liu1-1/+4
2022-10-19rcu: Remove duplicate RCU exp QS report from rcu_report_dead()Zqiang1-2/+0
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney1-12/+12
2022-10-18livepatch: Move the result-invariant calculation out of the loopZhen Lei1-27/+27
2022-10-18Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-21/+80
2022-10-17audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora1-37/+39
2022-10-17audit: cache ctx->major in audit_filter_syscall()Ankur Arora1-1/+2
2022-10-17bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev1-0/+5
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook4-20/+26
2022-10-17sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang1-9/+9
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar1-0/+2
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra2-39/+114
2022-10-17timers: Replace in_irq() with in_hardirq()ye xingchen1-1/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-11/+11
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-83/+308
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds6-123/+146
2022-10-13bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1David Vernet1-0/+1