Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -1/+2 |
2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2025-05-23 | btf: Allow mmap of vmlinux btf | Lorenz Bauer | 1 | -1/+2 |
2025-04-22 | vmlinux.lds: Include .data.rel[.local] into .data section | Ard Biesheuvel | 1 | -2/+2 |
2025-04-16 | asm-generic: Make simd.h more resilient | Herbert Xu | 1 | -1/+7 |
2025-04-04 | Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+0 |
2025-04-01 | mm: pgtable: remove tlb_remove_page_ptdesc() | Qi Zheng | 1 | -6/+0 |
2025-04-01 | mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc* | Qi Zheng | 1 | -1/+1 |
2025-04-01 | mm: pgtable: make generic tlb_remove_table() use struct ptdesc | Qi Zheng | 1 | -3/+3 |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -38/+41 |
2025-03-30 | Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+257 |
2025-03-27 | Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -29/+17 |
2025-03-26 | Merge patch series "riscv: Relocatable NOMMU kernels" | Palmer Dabbelt | 1 | -8/+0 |
2025-03-26 | asm-generic: Always define Elf_Rel and Elf_Rela | Samuel Holland | 1 | -8/+0 |
2025-03-26 | rwonce: fix crash by removing READ_ONCE() for unaligned read | Jann Horn | 1 | -1/+6 |
2025-03-25 | Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -4/+68 |
2025-03-25 | Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -8/+19 |
2025-03-25 | rwonce: handle KCSAN like KASAN in read_word_at_a_time() | Jann Horn | 1 | -2/+5 |
2025-03-24 | Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -38/+12 |
2025-03-24 | Merge tag 'docs-6.15' of git://git.lwn.net/linux | Linus Torvalds | 1 | -3/+3 |
2025-03-20 | x86: hyperv: Add mshv_handler() irq handler and setup function | Nuno Das Neves | 1 | -0/+1 |
2025-03-20 | hyperv: Introduce hv_recommend_using_aeoi() | Nuno Das Neves | 1 | -0/+13 |
2025-03-20 | arm64/hyperv: Add some missing functions to arm64 | Nuno Das Neves | 1 | -2/+4 |
2025-03-20 | x86/mshyperv: Add support for extended Hyper-V features | Stanislav Kinsburskii | 1 | -0/+1 |
2025-03-20 | hyperv: Log hypercall status codes as strings | Nuno Das Neves | 1 | -0/+13 |
2025-03-20 | hyperv: Add CONFIG_MSHV_ROOT to gate root partition support | Nuno Das Neves | 1 | -4/+20 |
2025-03-19 | bpf: Introduce rqspinlock kfuncs | Kumar Kartikeya Dwivedi | 1 | -0/+7 |
2025-03-19 | rqspinlock: Add entry to Makefile, MAINTAINERS | Kumar Kartikeya Dwivedi | 1 | -0/+1 |
2025-03-19 | rqspinlock: Add macros for rqspinlock usage | Kumar Kartikeya Dwivedi | 1 | -0/+87 |
2025-03-19 | rqspinlock: Add basic support for CONFIG_PARAVIRT | Kumar Kartikeya Dwivedi | 1 | -0/+14 |
2025-03-19 | rqspinlock: Add a test-and-set fallback | Kumar Kartikeya Dwivedi | 1 | -0/+17 |
2025-03-19 | rqspinlock: Add deadlock detection and recovery | Kumar Kartikeya Dwivedi | 1 | -0/+100 |
2025-03-19 | rqspinlock: Protect pending bit owners from stalls | Kumar Kartikeya Dwivedi | 1 | -1/+1 |
2025-03-19 | rqspinlock: Add support for timeouts | Kumar Kartikeya Dwivedi | 1 | -0/+6 |
2025-03-19 | rqspinlock: Add rqspinlock.h header | Kumar Kartikeya Dwivedi | 1 | -0/+19 |
2025-03-18 | locking: Move MCS struct definition to public header | Kumar Kartikeya Dwivedi | 1 | -0/+6 |
2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -2/+3 |
2025-03-16 | mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long | Ryan Roberts | 1 | -2/+2 |
2025-03-16 | mm/mmu_gather: clean up the stale code comment | Baoquan He | 1 | -11/+10 |
2025-03-16 | mm/mmu_gather: remove unused __tlb_remove_page() | Baoquan He | 1 | -10/+0 |
2025-03-16 | percpu: repurpose __percpu tag as a named address space qualifier | Uros Bizjak | 1 | -0/+13 |
2025-03-16 | percpu: use TYPEOF_UNQUAL() in variable declarations | Uros Bizjak | 1 | -13/+13 |
2025-03-08 | vdso: Rework struct vdso_time_data and introduce struct vdso_clock | Anna-Maria Behnsen | 1 | -1/+1 |
2025-03-04 | x86/percpu: Fix __per_cpu_hot_end marker | Uros Bizjak | 1 | -2/+1 |
2025-03-04 | percpu: Introduce percpu hot section | Brian Gerst | 1 | -0/+11 |
2025-03-04 | include/asm-generic/io.h: fix kerneldoc markup | Mauro Carvalho Chehab | 1 | -3/+3 |
2025-03-04 | Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits | Ingo Molnar | 2 | -2/+2 |
2025-03-01 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2025-03-01 | asm-generic/io.h: rework split ioread64/iowrite64 helpers | Arnd Bergmann | 1 | -28/+8 |
2025-02-28 | Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2025-02-27 | mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() | Ryan Roberts | 1 | -1/+1 |
2025-02-26 | vmlinux.lds.h: Remove entry to place init_task onto init_stack | Benjamin Berg | 1 | -1/+0 |
2025-02-25 | vmlinux.lds: Ensure that const vars with relocations are mapped R/O | Ard Biesheuvel | 1 | -1/+1 |
2025-02-22 | hyperv: Change hv_root_partition into a function | Nuno Das Neves | 1 | -2/+13 |
2025-02-22 | hyperv: Convert hypercall statuses to linux error codes | Nuno Das Neves | 1 | -0/+1 |
2025-02-21 | vdso: Remove remnants of architecture-specific time storage | Thomas Weißschuh | 1 | -16/+4 |
2025-02-21 | vdso: Remove remnants of architecture-specific random state storage | Thomas Weißschuh | 1 | -5/+0 |
2025-02-21 | vdso: Add generic random data storage | Thomas Weißschuh | 1 | -0/+12 |
2025-02-21 | vdso: Add generic time data storage | Thomas Weißschuh | 1 | -0/+16 |
2025-02-18 | percpu: Remove __per_cpu_load | Brian Gerst | 2 | -2/+1 |
2025-02-18 | percpu: Remove PERCPU_VADDR() | Brian Gerst | 1 | -35/+1 |
2025-02-18 | percpu: Remove PER_CPU_FIRST_SECTION | Brian Gerst | 1 | -1/+0 |
2025-02-13 | hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv | Nuno Das Neves | 1 | -0/+4 |
2025-02-13 | hyperv: Move hv_current_partition_id to arch-generic code | Nuno Das Neves | 1 | -0/+2 |
2025-02-06 | kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS | Masahiro Yamada | 1 | -0/+1 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -12/+97 |
2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2025-01-25 | mm: introduce ctor/dtor at PGD level | Kevin Brodsky | 1 | -1/+2 |
2025-01-25 | asm-generic: pgalloc: provide generic __pgd_{alloc,free} | Kevin Brodsky | 1 | -1/+26 |
2025-01-25 | mm: pgtable: introduce generic pagetable_dtor_free() | Qi Zheng | 2 | -10/+5 |
2025-01-25 | mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table() | Qi Zheng | 1 | -2/+8 |
2025-01-25 | mm: pgtable: introduce generic __tlb_remove_table() | Qi Zheng | 1 | -2/+13 |
2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng | 1 | -4/+4 |
2025-01-25 | mm: pgtable: add statistics for P4D level page table | Qi Zheng | 1 | -0/+2 |
2025-01-25 | asm-generic: pgalloc: provide generic p4d_{alloc_one,free} | Kevin Brodsky | 1 | -0/+45 |
2025-01-25 | Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -878/+3 |
2025-01-13 | mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereference | Guo Weikang | 1 | -1/+1 |
2025-01-12 | include: update references to include/asm-<arch> | Geert Uytterhoeven | 1 | -1/+1 |
2025-01-10 | hyperv: Remove the now unused hyperv-tlfs.h files | Nuno Das Neves | 1 | -883/+0 |
2025-01-10 | hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h | Nuno Das Neves | 1 | -4/+3 |
2025-01-08 | hyperv: Move hv_connection_id to hyperv-tlfs.h | Nuno Das Neves | 1 | -0/+9 |
2024-12-26 | fprobe: Add fprobe_header encoding feature | Masami Hiramatsu (Google) | 1 | -0/+46 |
2024-12-01 | Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+2 |
2024-11-30 | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -13/+40 |
2024-11-29 | delay: Fix ndelay() spuriously treated as udelay() | Frederic Weisbecker | 1 | -2/+2 |
2024-11-27 | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -96/+110 |
2024-11-27 | Rename .data.once to .data..once to fix resetting WARN*_ONCE | Masahiro Yamada | 1 | -1/+1 |
2024-11-27 | Rename .data.unlikely to .data..unlikely | Masahiro Yamada | 1 | -1/+1 |
2024-11-27 | kbuild: Add Propeller configuration for kernel build | Rong Xu | 1 | -3/+3 |
2024-11-27 | AutoFDO: Enable machine function split optimization for AutoFDO | Rong Xu | 1 | -1/+6 |
2024-11-27 | AutoFDO: Enable -ffunction-sections for the AutoFDO build | Rong Xu | 1 | -2/+9 |
2024-11-27 | vmlinux.lds.h: Add markers for text_unlikely and text_hot sections | Rong Xu | 1 | -2/+12 |
2024-11-27 | vmlinux.lds.h: Adjust symbol ordering in text output section | Rong Xu | 1 | -7/+12 |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -7/+32 |
2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -121/+118 |
2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -27/+69 |
2024-11-19 | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+1 |
2024-11-18 | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+6 |
2024-11-11 | empty include/asm-generic/vga.h | Al Viro | 1 | -22/+1 |
2024-11-11 | riscv: Add qspinlock support | Alexandre Ghiti | 2 | -0/+4 |
2024-11-11 | asm-generic: ticket-lock: Add separate ticket-lock.h | Guo Ren | 2 | -86/+104 |
2024-11-11 | asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock | Guo Ren | 2 | -17/+9 |
2024-11-07 | alloc_tag: load module tags into separate contiguous memory | Suren Baghdasaryan | 1 | -0/+19 |
2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | 1 | -0/+5 |
2024-11-06 | mm: consolidate common checks in hugetlb_get_unmapped_area | Oscar Salvador | 1 | -7/+0 |
2024-11-06 | arch/s390: clean up hugetlb definitions | Oscar Salvador | 1 | -0/+8 |
2024-11-06 | fs/xattr: add *at family syscalls | Christian Göttsche | 1 | -0/+6 |
2024-10-28 | New implementation for IO memcpy and IO memset | Julian Vetter | 1 | -19/+3 |
2024-10-28 | __arch_xprod64(): make __always_inline when optimizing for performance | Nicolas Pitre | 1 | -1/+6 |
2024-10-28 | asm-generic/div64: optimize/simplify __div64_const32() | Nicolas Pitre | 1 | -79/+35 |
2024-10-28 | asm-generic: add an optional pfn_valid check to page_to_phys | Christoph Hellwig | 1 | -0/+10 |
2024-10-28 | asm-generic: provide generic page_to_phys and phys_to_page implementations | Christoph Hellwig | 1 | -0/+3 |
2024-10-28 | asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n | Niklas Schnelle | 1 | -0/+60 |
2024-10-16 | delay: Rework udelay and ndelay | Anna-Maria Behnsen | 1 | -28/+37 |
2024-10-16 | timers: Update function descriptions of sleep/delay related functions | Anna-Maria Behnsen | 1 | -4/+37 |
2024-10-15 | vdso: Remove timekeeper argument of __arch_update_vsyscall() | Thomas Weißschuh | 1 | -2/+1 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 3 | -148/+1 |
2024-09-26 | Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
2024-09-21 | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -11/+13 |
2024-09-13 | random: vDSO: minimize and simplify header includes | Christophe Leroy | 1 | -10/+1 |
2024-09-04 | Merge branch 'bpf/master' into for-6.12 | Tejun Heo | 1 | -6/+5 |
2024-09-03 | arch_numa: switch over to numa_memblks | Mike Rapoport (Microsoft) | 1 | -3/+5 |
2024-09-03 | arch, mm: move definition of node_data to generic code | Mike Rapoport (Microsoft) | 1 | -0/+5 |
2024-09-01 | mm: remove arch_unmap() | Michael Ellerman | 1 | -8/+3 |
2024-08-19 | runtime constants: move list of constants to vmlinux.lds.h | Jann Horn | 1 | -0/+4 |
2024-08-03 | runtime constants: deal with old decrepit linkers | Linus Torvalds | 1 | -6/+5 |
2024-07-30 | Merge tag 'v6.11-rc1' into for-6.12 | Tejun Heo | 6 | -42/+29 |
2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -19/+0 |
2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -16/+2 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2024-07-16 | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -5/+1 |
2024-07-16 | kbuild: remove PROVIDE() for kallsyms symbols | Masahiro Yamada | 1 | -19/+0 |
2024-07-15 | Merge branch 'runtime-constants' | Linus Torvalds | 3 | -0/+24 |
2024-07-12 | init/modpost: conditionally check section mismatch to __meminit* | Masahiro Yamada | 1 | -16/+2 |
2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 1 | -1/+1 |
2024-07-12 | vmlinux.lds.h: catch .bss..L* sections into BSS") | Christophe Leroy | 1 | -1/+1 |
2024-07-11 | fixmap: Remove unused set_fixmap_offset_io() | Steven Price | 1 | -3/+0 |
2024-07-10 | kbuild: verify asm-generic header list | Arnd Bergmann | 1 | -1/+0 |
2024-06-25 | syscalls: mmap(): use unsigned offset type consistently | Arnd Bergmann | 1 | -1/+1 |
2024-06-19 | runtime constants: add default dummy infrastructure | Linus Torvalds | 3 | -0/+24 |
2024-06-18 | sched_ext: Implement BPF extensible scheduler class | Tejun Heo | 1 | -0/+1 |
2024-05-20 | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -119/+17 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -15/+39 |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+19 |
2024-05-13 | Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-05-13 | Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
2024-05-13 | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+0 |
2024-05-13 | Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
2024-05-07 | bug: Improve comment | Thorsten Blum | 1 | -1/+1 |
2024-05-03 | asm-generic: remove unused asm-generic/page.h | Arnd Bergmann | 1 | -103/+0 |
2024-05-03 | arch: Rename fbdev header and source files | Thomas Zimmermann | 2 | -4/+4 |
2024-05-03 | arch: Remove struct fb_info from video helpers | Thomas Zimmermann | 1 | -5/+6 |
2024-05-03 | bitops: Change function return types from long to int | Thorsten Blum | 4 | -6/+6 |
2024-05-02 | kallsyms: Avoid weak references for kallsyms symbols | Ard Biesheuvel | 1 | -0/+19 |
2024-04-25 | mm: change inlined allocation helpers to account at the call site | Suren Baghdasaryan | 1 | -14/+21 |
2024-04-25 | lib: add allocation tagging support for memory allocation profiling | Suren Baghdasaryan | 2 | -0/+17 |
2024-04-25 | asm-generic/io.h: kill vmalloc.h dependency | Kent Overstreet | 1 | -1/+0 |
2024-04-25 | fix missing vmalloc.h includes | Kent Overstreet | 1 | -0/+1 |
2024-04-17 | sched/vtime: Do not include <asm/vtime.h> header | Alexander Gordeev | 1 | -1/+0 |
2024-04-16 | sched: Add missing memory barrier in switch_mm_cid | Mathieu Desnoyers | 1 | -0/+8 |
2024-04-14 | Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+4 |
2024-04-11 | Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -12/+21 |
2024-04-11 | Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ... | Ingo Molnar | 7 | -21/+83 |
2024-04-10 | bug: Fix no-return-statement warning with !CONFIG_BUG | Adrian Hunter | 1 | -1/+4 |
2024-04-09 | Merge tag 'v6.9-rc3' into locking/core, to pick up fixes | Ingo Molnar | 7 | -21/+83 |
2024-03-28 | export.h: remove include/asm-generic/export.h | Masahiro Yamada | 1 | -11/+0 |
2024-03-22 | mshyperv: Introduce hv_numa_node_to_pxm_info() | Nuno Das Neves | 2 | -12/+21 |
2024-03-22 | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -8/+24 |
2024-03-22 | jump_label,module: Don't alloc static_key_mod for __ro_after_init keys | Peter Zijlstra | 1 | -0/+5 |
2024-03-22 | x86: Rename __{start,end}_init_task to __{start,end}_init_stack | Xin Li (Intel) | 1 | -3/+3 |
2024-03-21 | Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -2/+59 |
2024-03-18 | x86/hyperv: Use Hyper-V entropy to seed guest random number generator | Michael Kelley | 1 | -0/+2 |
2024-03-18 | hyperv-tlfs: Rename some HV_REGISTER_* defines for consistency | Nuno Das Neves | 1 | -8/+8 |
2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+37 |
2024-03-13 | mm: recover pud_leaf() definitions in nopmd case | Peter Xu | 1 | -0/+1 |
2024-03-13 | vmlinux.lds.h: Fix a typo in comment | Wei Yang | 1 | -1/+1 |
2024-03-12 | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
2024-03-12 | mshyperv: Introduce hv_get_hypervisor_version function | Nuno Das Neves | 2 | -0/+25 |
2024-03-06 | mm/x86: drop two unnecessary pud_leaf() definitions | Peter Xu | 1 | -1/+0 |
2024-03-04 | hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_* | Nuno Das Neves | 2 | -2/+32 |
2024-02-22 | treewide: update LLVM Bugzilla links | Nathan Chancellor | 1 | -1/+1 |
2024-02-22 | mm/mmu_gather: add __tlb_remove_folio_pages() | David Hildenbrand | 1 | -0/+8 |
2024-02-22 | mm/mmu_gather: add tlb_remove_tlb_entries() | David Hildenbrand | 1 | -1/+23 |
2024-02-22 | mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page... | David Hildenbrand | 1 | -6/+6 |
2024-02-01 | kernel.h: removed REPEAT_BYTE from kernel.h | Tanzir Hasan | 1 | -1/+2 |
2024-01-25 | asm-generic: remove extra type checking in acquire/release for non-SMP case | Baokun Li | 1 | -2/+0 |
2024-01-24 | riscv: Avoid code duplication with generic bitops implementation | Xiao Wang | 4 | -8/+24 |
2024-01-20 | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2024-01-18 | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -0/+6 |
2024-01-17 | asm-generic: Improve csum_fold | Charlie Jenkins | 1 | -3/+3 |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -0/+6 |
2024-01-10 | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2024-01-09 | Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+9 |
2024-01-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+2 |
2024-01-08 | asm-generic: make sparse happy with odd-sized put_unaligned_*() | Dmitry Torokhov | 1 | -12/+12 |
2024-01-05 | asm-generic: Fix 32 bit __generic_cmpxchg_local | David McKay | 1 | -1/+1 |
2023-12-18 | kunit: add KUNIT_INIT_TABLE to init linker section | Rae Moar | 1 | -1/+8 |