summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping
2023-04-15softirq: Add trace points for tasklet entry/exitLingutla Chandrasekhar
2023-04-14module: fix kmemleak annotations for non init ELF sectionsLuis Chamberlain
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf
2023-04-14perf/core: Fix hardlockup failure caused by perf throttleYang Jihong
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich
2023-04-13bpf: Add preempt_count_{sub,add} into btf id deny listYafang
2023-04-13module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang
2023-04-13module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang
2023-04-13module: Sync code of is_arm_mapping_symbol()Tiezhu Yang
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13watch_queue: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-13rv/reactor: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-13perf/hw_breakpoint: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-13dma-mapping: benchmark: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-13mm: compaction: move compaction sysctl to its own fileMinghao Chi
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang
2023-04-13utsname: simplify one-level sysctl registration for uts_kern_tableLuis Chamberlain
2023-04-13seccomp: simplify sysctls with register_sysctl_init()Luis Chamberlain
2023-04-12bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet
2023-04-12bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet
2023-04-12cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long
2023-04-12cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long
2023-04-12cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long
2023-04-12cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-04-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa
2023-04-12bpf: Handle NULL in bpf_local_storage_free.Alexei Starovoitov
2023-04-12sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot
2023-04-11bpf/btf: Fix is_int_ptr()Feng Zhou
2023-04-11bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko
2023-04-11bpf: Simplify internal verifier log interfaceAndrii Nakryiko
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko
2023-04-11bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko
2023-04-11bpf: Simplify logging-related error conditions handlingAndrii Nakryiko
2023-04-11bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL modeAndrii Nakryiko
2023-04-11bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko
2023-04-11bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko
2023-04-11bpf: Remove minimum size restrictions on verifier log bufferAndrii Nakryiko
2023-04-11bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko