summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei-1/+4
2022-09-23livepatch: add sysfs entry "patched" for each klp_objectSong Liu-0/+18
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+27
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi-5/+13
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao-52/+14
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa-13/+19
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu-0/+45
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu-0/+135
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu-1/+1
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu-5/+38
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu-8/+27
2022-09-21btf: Export bpf_dynptr definitionRoberto Sassu-0/+2
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh-0/+1
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet-9/+235
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet-6/+59
2022-09-21bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi-14/+14
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui-10/+18
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean-6/+1
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge-3/+3
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa-2/+4
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar-2274/+7110
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov-1/+1
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+2
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao-1/+2
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig-0/+2
2022-09-20swiotlb: don't panic!Robin Murphy-11/+19
2022-09-20swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()Fabio M. De Francesco-6/+4
2022-09-19smp: add set_nr_cpu_ids()Yury Norov-2/+2
2022-09-19smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov-0/+2
2022-09-19genirq: Provide generic_handle_domain_irq_safe().Sebastian Andrzej Siewior-0/+24
2022-09-16bpf/btf: Use btf_type_str() whenever possiblePeilin Ye-9/+8
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)-0/+6
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen-9/+4
2022-09-16bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones-0/+2
2022-09-15locking: Add __sched to semaphore functionsNamhyung Kim-6/+6
2022-09-15locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar-2/+12
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot-2/+2
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot-12/+11
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot-3/+9
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky-10/+26
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin-6/+2
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim-4/+12
2022-09-13perf: Use sample_flags for callchainNamhyung Kim-1/+1
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman-121/+144
2022-09-11latencytop: use the last element of latency_record of systemwuchi-2/+2
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel-0/+7
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi-18/+14
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang-1/+1
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang-6/+5
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang-9/+4