summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-04-18module: fix building stats for 32-bit targetsArnd Bergmann-23/+23
2023-04-18module: stats: include uapi/linux/module.hArnd Bergmann-0/+1
2023-04-18module: avoid allocation if module is already present and readyLuis Chamberlain-7/+10
2023-04-18module: add debug stats to help identify memory pressureLuis Chamberlain-11/+615
2023-04-18module: extract patient module check into helperLuis Chamberlain-52/+60
2023-04-18modules/kmod: replace implementation with a semaphoreLuis Chamberlain-19/+7
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-1/+1
2023-04-18timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()Frederic Weisbecker-12/+8
2023-04-18timers/nohz: Add a comment about broken iowait counter update raceFrederic Weisbecker-2/+8
2023-04-18timers/nohz: Protect idle/iowait sleep time under seqcountFrederic Weisbecker-6/+17
2023-04-18timers/nohz: Only ever update sleeptime from idle exitFrederic Weisbecker-58/+37
2023-04-18timers/nohz: Restructure and reshuffle struct tick_schedFrederic Weisbecker-25/+41
2023-04-18tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior-1/+11
2023-04-17bpf: Improve verifier u32 scalar equality checkingYonghong Song-2/+7
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young-1/+0
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley-44/+1
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-0/+3
2023-04-16Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+10
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet-65/+0
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price-0/+49
2023-04-16syscall_user_dispatch: Untag selector address before access_ok()Gregory Price-1/+10
2023-04-16syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price-8/+15
2023-04-16posix-timers: Prefer delivery of signals to the current threadDmitry Vyukov-3/+18
2023-04-16swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley-0/+66
2023-04-16swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley-2/+4
2023-04-16swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger-5/+5
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky-8/+6
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky-23/+9
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky-40/+103
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky-11/+78
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky-8/+13
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky-2/+16
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky-103/+24
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping-1/+4
2023-04-15softirq: Add trace points for tasklet entry/exitLingutla Chandrasekhar-2/+7
2023-04-14module: fix kmemleak annotations for non init ELF sectionsLuis Chamberlain-5/+10
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf-1/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf-1/+1
2023-04-14perf/core: Fix hardlockup failure caused by perf throttleYang Jihong-2/+2
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel-0/+1
2023-04-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich-40/+94
2023-04-13bpf: Add preempt_count_{sub,add} into btf id deny listYafang-0/+4
2023-04-13module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang-1/+1
2023-04-13module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang-13/+1
2023-04-13module: Sync code of is_arm_mapping_symbol()Tiezhu Yang-2/+3
2023-04-13Daniel Borkmann says:Jakub Kicinski-792/+2271
2023-04-13Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-39/+150
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+43
2023-04-13watch_queue: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-13rv/reactor: remove MODULE_LICENSE in non-modulesNick Alcock-2/+0