summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: prevent use of deleted inodeEdward Adam Davis2024-12-192-1/+12
* zram: fix uninitialized ZRAM not releasing backing deviceKairui Song2024-12-191-5/+4
* zram: refuse to use zero sized block device as backing deviceKairui Song2024-12-191-0/+6
* mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2024-12-195-16/+35
* mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan2024-12-193-0/+15
* mm: add RCU annotation to pte_offset_map(_lock)Petr Malat2024-12-192-3/+12
* mm: correctly reference merged VMALorenzo Stoakes2024-12-191-1/+4
* mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2024-12-192-5/+5
* mm: use aligned address in clear_gigantic_page()Kefeng Wang2024-12-192-2/+3
* mm: shmem: fix ShmemHugePages at swapoutHugh Dickins2024-12-191-10/+12
* ocfs2: fix the space leak in LA when releasing LAHeming Zhao2024-12-191-3/+5
* ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao2024-12-191-19/+0
* mailmap: add entry for Ying HuangHuang Ying2024-12-191-0/+1
* selftests/memfd: run sysctl tests when PID namespace support is enabledIsaac J. Manjarres2024-12-191-2/+12
* docs/mm: add VMA locks documentationLorenzo Stoakes2024-12-191-0/+850
* Linux 6.13-rc3v6.13-rc3Linus Torvalds2024-12-161-1/+1
* Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-12-1614-19/+19
|\
| * ARC: build: Try to guess GCC variant of cross compilerLeon Romanovsky2024-12-131-1/+1
| * ARC: bpf: Correct conditional check in 'check_jmp_32'Hardevsinh Palaniya2024-12-101-1/+1
| * ARC: dts: Replace deprecated snps,nr-gpios property for snps,dw-apb-gpio-port...Uwe Kleine-König2024-12-105-10/+10
| * ARC: build: Use __force to suppress per-CPU cmpxchg warningsPaul E. McKenney2024-12-101-1/+1
| * ARC: fix reference of dependency for PAE40 configLukas Bulwahn2024-12-101-1/+1
| * ARC: build: disallow invalid PAE40 + 4K page configVineet Gupta2024-12-101-2/+2
| * arc: rename aux.h to arc_aux.hBenjamin Szőke2024-12-105-4/+4
* | Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-166-23/+7
|\ \
| * | efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)2024-12-131-2/+0
| * | efivarfs: Fix error on non-existent fileJames Bottomley2024-12-093-5/+1
| * | efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel2024-12-062-16/+6
* | | Merge tag 'i2c-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-163-3/+4
|\ \ \
| * \ \ Merge tag 'i2c-host-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-12-143-3/+4
| |\ \ \ | | |_|/ | |/| |
| | * | i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven2024-12-121-1/+1
| | * | i2c: nomadik: Add missing sentinel to match tableGeert Uytterhoeven2024-12-101-0/+1
| | * | i2c: pnx: Fix timeout in wait functionsVladimir Riabchun2024-12-101-2/+2
| |/ /
* | | Merge tag 'edac_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-12-151-22/+10
|\ \ \
| * | | EDAC/amd64: Simplify ECC check on unified memory controllersBorislav Petkov (AMD)2024-12-111-22/+10
| |/ /
* | | Merge tag 'irq_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-12-152-2/+17
|\ \ \
| * | | irqchip/gic-v3: Work around insecure GIC integrationsMarc Zyngier2024-12-131-1/+16
| * | | irqchip/gic: Correct declaration of *percpu_base pointer in union gic_baseUros Bizjak2024-12-131-1/+1
| |/ /
* | | Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-12-157-22/+84
|\ \ \
| * | | sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)2024-12-131-6/+9
| * | | sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2024-12-133-2/+18
| * | | sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra2024-12-094-8/+54
| * | | sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot2024-12-091-1/+1
| * | | sched/fair: Fix NEXT_BUDDYK Prateek Nayak2024-12-091-5/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-12-1510-16/+58
|\ \ \ \
| * \ \ \ Merge tag 'kvm-riscv-fixes-6.13-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2024-12-131-1/+1
| |\ \ \ \
| | * | | | RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling2024-12-061-1/+1
| | | |_|/ | | |/| |
| * | | | KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson2024-12-133-5/+29
| * | | | Merge tag 'kvmarm-fixes-6.13-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-12-106-10/+28
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translationKeisuke Nishimura2024-12-041-1/+11