summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-02-10user_events: Add basic perf and eBPF supportBeau Belgrave
2022-02-10user_events: Handle matching arguments from dyn_eventsBeau Belgrave
2022-02-10user_events: Add print_fmt generation support for basic typesBeau Belgrave
2022-02-10user_events: Add minimal support for trace_event into ftraceBeau Belgrave
2022-02-10tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)
2022-02-10tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi
2022-02-10tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi
2022-02-10seccomp: Invalidate seccomp mode to catch death failuresKees Cook
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov
2022-02-10bpf: Update iterators.lskel.h.Alexei Starovoitov
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov
2022-02-10Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-10genirq: Kill irq_chip::parent_deviceMarc Zyngier
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore
2022-02-09genirq: Allow the PM device to originate from irq domainMarc Zyngier
2022-02-08bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-08rcu-tasks: Set ->percpu_enqueue_shift to zero upon contentionPaul E. McKenney
2022-02-08rcu-tasks: Use order_base_2() instead of ilog2()Paul E. McKenney
2022-02-08rcu: Create and use an rcu_rdp_cpu_online()Paul E. McKenney
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney
2022-02-08rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney
2022-02-08rcu: Refactor rcu_barrier() empty-list handlingPaul E. McKenney
2022-02-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-07bpf: Introduce bpf_prog_pack allocatorSong Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu
2022-02-07bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()Song Liu
2022-02-07bpf: Use size instead of pages in bpf_binary_headerSong Liu
2022-02-07bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2022-02-07livepatch: Fix build failure on 32 bits processorsChristophe Leroy
2022-02-06perf: Fix list corruption in perf_cgroup_switch()Song Liu
2022-02-06sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce
2022-02-04cpufreq: schedutil: Use to_gov_attr_set() to get the gov_attr_setKevin Hao
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-03bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv
2022-02-03Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds