| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-18 | module: remove use of uninitialized variable len |  Tom Rix | 1 | -1/+1 |
| 2023-04-18 | module: fix building stats for 32-bit targets |  Arnd Bergmann | 1 | -23/+23 |
| 2023-04-18 | module: stats: include uapi/linux/module.h |  Arnd Bergmann | 1 | -0/+1 |
| 2023-04-18 | module: avoid allocation if module is already present and ready |  Luis Chamberlain | 2 | -7/+10 |
| 2023-04-18 | module: add debug stats to help identify memory pressure |  Luis Chamberlain | 7 | -11/+615 |
| 2023-04-18 | module: extract patient module check into helper |  Luis Chamberlain | 1 | -52/+60 |
| 2023-04-18 | modules/kmod: replace implementation with a semaphore |  Luis Chamberlain | 1 | -19/+7 |
| 2023-04-18 | Change DEFINE_SEMAPHORE() to take a number argument |  Peter Zijlstra | 1 | -1/+1 |
| 2023-04-18 | timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick() |  Frederic Weisbecker | 1 | -12/+8 |
| 2023-04-18 | timers/nohz: Add a comment about broken iowait counter update race |  Frederic Weisbecker | 1 | -2/+8 |
| 2023-04-18 | timers/nohz: Protect idle/iowait sleep time under seqcount |  Frederic Weisbecker | 2 | -6/+17 |
| 2023-04-18 | timers/nohz: Only ever update sleeptime from idle exit |  Frederic Weisbecker | 1 | -58/+37 |
| 2023-04-18 | timers/nohz: Restructure and reshuffle struct tick_sched |  Frederic Weisbecker | 1 | -25/+41 |
| 2023-04-18 | tick/common: Align tick period with the HZ tick. |  Sebastian Andrzej Siewior | 1 | -1/+11 |
| 2023-04-17 | bpf: Improve verifier u32 scalar equality checking |  Yonghong Song | 1 | -2/+7 |
| 2023-04-17 | bpf: lirc program type should not require SYS_CAP_ADMIN |  Sean Young | 1 | -1/+0 |
| 2023-04-17 | swiotlb: Remove bounce buffer remapping for Hyper-V |  Michael Kelley | 1 | -44/+1 |
| 2023-04-16 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes |  Andrew Morton | 1 | -0/+3 |
| 2023-04-16 | Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+10 |
| 2023-04-16 | bpf: Remove KF_KPTR_GET kfunc flag |  David Vernet | 1 | -65/+0 |
| 2023-04-16 | ptrace: Provide set/get interface for syscall user dispatch |  Gregory Price | 2 | -0/+49 |
| 2023-04-16 | syscall_user_dispatch: Untag selector address before access_ok() |  Gregory Price | 1 | -1/+10 |
| 2023-04-16 | syscall_user_dispatch: Split up set_syscall_user_dispatch() |  Gregory Price | 1 | -8/+15 |
| 2023-04-16 | posix-timers: Prefer delivery of signals to the current thread |  Dmitry Vyukov | 1 | -3/+18 |
| 2023-04-16 | swiotlb: track and report io_tlb_used high water marks in debugfs |  Michael Kelley | 1 | -0/+66 |
| 2023-04-16 | swiotlb: fix debugfs reporting of reserved memory pools |  Michael Kelley | 1 | -2/+4 |
| 2023-04-16 | swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup |  Doug Berger | 1 | -5/+5 |
| 2023-04-15 | bpf: Centralize btf_field-specific initialization logic |  Dave Marchevsky | 1 | -8/+6 |
| 2023-04-15 | bpf: Migrate bpf_rbtree_remove to possibly fail |  Dave Marchevsky | 3 | -23/+9 |
| 2023-04-15 | bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail |  Dave Marchevsky | 2 | -40/+103 |
| 2023-04-15 | bpf: Add bpf_refcount_acquire kfunc |  Dave Marchevsky | 2 | -11/+78 |
| 2023-04-15 | bpf: Support refcounted local kptrs in existing semantics |  Dave Marchevsky | 1 | -8/+13 |
| 2023-04-15 | bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing |  Dave Marchevsky | 2 | -2/+16 |
| 2023-04-15 | bpf: Remove btf_field_offs, use btf_record's fields instead |  Dave Marchevsky | 4 | -103/+24 |
| 2023-04-15 | genirq: Update affinity of secondary threads |  John Keeping | 1 | -1/+4 |
| 2023-04-15 | softirq: Add trace points for tasklet entry/exit |  Lingutla Chandrasekhar | 1 | -2/+7 |
| 2023-04-14 | module: fix kmemleak annotations for non init ELF sections |  Luis Chamberlain | 1 | -5/+10 |
| 2023-04-14 | cpu: Mark nmi_panic_self_stop() __noreturn |  Josh Poimboeuf | 1 | -1/+1 |
| 2023-04-14 | cpu: Mark panic_smp_self_stop() __noreturn |  Josh Poimboeuf | 1 | -1/+1 |
| 2023-04-14 | perf/core: Fix hardlockup failure caused by perf throttle |  Yang Jihong | 1 | -2/+2 |
| 2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/omap', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'ppc/pamu', 'unisoc', 'x86/vt-d', 'x86/amd', 'core' and 'platform-remove_new' into next |  Joerg Roedel | 1 | -0/+1 |
| 2023-04-13 | bpf: Support 64-bit pointers to kfuncs |  Ilya Leoshkevich | 2 | -40/+94 |
| 2023-04-13 | bpf: Add preempt_count_{sub,add} into btf id deny list |  Yafang | 1 | -0/+4 |
| 2023-04-13 | module: Ignore L0 and rename is_arm_mapping_symbol() |  Tiezhu Yang | 1 | -1/+1 |
| 2023-04-13 | module: Move is_arm_mapping_symbol() to module_symbol.h |  Tiezhu Yang | 1 | -13/+1 |
| 2023-04-13 | module: Sync code of is_arm_mapping_symbol() |  Tiezhu Yang | 1 | -2/+3 |
| 2023-04-13 | Daniel Borkmann says: |  Jakub Kicinski | 29 | -792/+2271 |
| 2023-04-13 | Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 3 | -39/+150 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 6 | -24/+43 |
| 2023-04-13 | watch_queue: remove MODULE_LICENSE in non-modules |  Nick Alcock | 1 | -1/+0 |