summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman
2022-09-01bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao
2022-09-01audit_init_parent(): constify pathAl Viro
2022-09-01bpf: Remove useless else ifJiapeng Chong
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao
2022-09-01bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney
2022-09-01rcutorture: Use the barrier operation specified by cur_opsZqiang
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo
2022-09-01kernel/panic: Drop unblank_screen callDaniel Vetter
2022-08-31bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao
2022-08-31bpf: Disable preemption when increasing per-cpu map_lockedHou Tao
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang
2022-08-31rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney
2022-08-31rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang
2022-08-31srcu: Make Tiny SRCU use full-sized grace-period countersPaul E. McKenney
2022-08-31srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precisePaul E. McKenney
2022-08-31rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney
2022-08-31rcutorture: Limit read-side polling-API testingPaul E. McKenney
2022-08-31rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney
2022-08-31rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney
2022-08-31rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney
2022-08-31rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequencePaul E. McKenney
2022-08-31rcu: Remove expedited grace-period fast-path forward-progress helperPaul E. McKenney
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney