aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-23cgroup: simplify code in cgroup_apply_controlWilliam Dean1-5/+1
2022-09-23cgroup: Make cgroup_get_from_id() prettierTejun Heo1-9/+10
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo18-85/+181
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei1-1/+4
2022-09-23livepatch: add sysfs entry "patched" for each klp_objectSong Liu1-0/+18
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-31/+27
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi1-5/+13
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao1-52/+14
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa3-13/+19
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+45
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu1-0/+135
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu1-1/+1
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu2-5/+38
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu1-8/+27
2022-09-21btf: Export bpf_dynptr definitionRoberto Sassu1-0/+2
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh1-0/+1
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet3-9/+235
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2-6/+59
2022-09-21bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi1-14/+14
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui1-10/+18
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean1-6/+1
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge1-3/+3
2022-09-21locking/lockdep: Print more debug information - report name and key when look_up_lock_class() got confusedTetsuo Handa1-2/+4
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar133-2273/+7109
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov1-1/+1
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-6/+2
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao1-1/+2
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig1-0/+2
2022-09-20swiotlb: don't panic!Robin Murphy1-11/+19
2022-09-20swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()Fabio M. De Francesco1-6/+4
2022-09-19smp: add set_nr_cpu_ids()Yury Norov1-2/+2
2022-09-19smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov1-0/+2
2022-09-19genirq: Provide generic_handle_domain_irq_safe().Sebastian Andrzej Siewior1-0/+24
2022-09-16bpf/btf: Use btf_type_str() whenever possiblePeilin Ye1-9/+8
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)1-0/+6
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen1-9/+4
2022-09-16bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-09-15locking: Add __sched to semaphore functionsNamhyung Kim1-6/+6
2022-09-15locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar1-2/+12
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot1-2/+2
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot3-12/+11
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot1-3/+9
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky2-10/+26
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2-6/+2
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim2-4/+12
2022-09-13perf: Use sample_flags for callchainNamhyung Kim1-1/+1
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman28-121/+144
2022-09-11latencytop: use the last element of latency_record of systemwuchi1-2/+2
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel1-0/+7
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi1-18/+14