summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-24Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-24Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman
2022-09-23cgroup: use strscpy() is more robust and saferye xingchen
2022-09-23cgroup: simplify code in cgroup_apply_controlWilliam Dean
2022-09-23cgroup: Make cgroup_get_from_id() prettierTejun Heo
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei
2022-09-23livepatch: add sysfs entry "patched" for each klp_objectSong Liu
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu
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