summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu
2022-09-21btf: Export bpf_dynptr definitionRoberto Sassu
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig
2022-09-20swiotlb: don't panic!Robin Murphy
2022-09-20swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()Fabio M. De Francesco
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-09-19smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov
2022-09-19genirq: Provide generic_handle_domain_irq_safe().Sebastian Andrzej Siewior
2022-09-16bpf/btf: Use btf_type_str() whenever possiblePeilin Ye
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen
2022-09-16bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones
2022-09-15locking: Add __sched to semaphore functionsNamhyung Kim
2022-09-15locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim
2022-09-13perf: Use sample_flags for callchainNamhyung Kim
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman
2022-09-11latencytop: use the last element of latency_record of systemwuchi
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying