summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi
2023-09-16bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-09-15bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao
2023-09-15sched/core: Use do-while instead of for loop in set_nr_if_polling()Uros Bizjak
2023-09-15sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() commentYury Norov
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov
2023-09-15sched/fair: Fix open-coded numa_nearest_node()Yury Norov
2023-09-15crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-09-15panic: Reenable preemption in WARN slowpathLukas Wunner
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu
2023-09-14futex: Use a folio instead of a pageMatthew Wilcox (Oracle)
2023-09-13rcu: Eliminate rcu_gp_slow_unregister() false positivePaul E. McKenney
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei
2023-09-13rcu: Add sysfs to provide throttled access to rcu_barrier()Paul E. McKenney
2023-09-13rcu/tree: Remove superfluous return from void call_rcu* functionsJoel Fernandes (Google)
2023-09-13srcu: Fix error handling in init_srcu_struct_fields()Joel Fernandes (Google)
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingTim Chen
2023-09-13sched: Misc cleanupsPeter Zijlstra
2023-09-13sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra
2023-09-13sched: Simplify sched_move_task()Peter Zijlstra
2023-09-13sched: Simplify sched_rr_get_interval()Peter Zijlstra
2023-09-13sched: Simplify yield_to()Peter Zijlstra
2023-09-13sched: Simplify sched_{set,get}affinity()Peter Zijlstra
2023-09-13sched: Simplify syscallsPeter Zijlstra
2023-09-13sched: Simplify set_user_nice()Peter Zijlstra
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras
2023-09-13swiotlb: use the calculated number of areasRoss Lagerwall
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET