summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-05ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2024-12-05brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-12-05x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel1-1/+8
2024-12-05s390/pageattr: Implement missing kernel_page_present()Heiko Carstens2-0/+16
2024-12-05s390/cio: Do not unregister the subchannel based on DNVVineeth Vijayan2-2/+22
2024-12-05fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry3-14/+19
2024-12-05block/fs: Pass an iocb to generic_atomic_write_valid()John Garry3-7/+7
2024-12-05kselftest/arm64: mte: fix printf type warnings about longsAndre Przywara1-2/+2
2024-12-05kselftest/arm64: mte: fix printf type warnings about __u64Andre Przywara1-2/+2
2024-12-05kselftest/arm64: hwcap: fix f8dp2 cpuinfo nameAndre Przywara1-1/+1
2024-12-05arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko2-2/+6
2024-12-05efs: fix the efs new mount api implementationBill O'Donnell1-40/+3
2024-12-05s390/virtio_ccw: Fix dma_parm pointer not set upHalil Pasic1-0/+4
2024-12-05s390/facilities: Fix warning about shadow of global variableGerd Bayer1-9/+9
2024-12-05drm/amd/display: Fix incorrect DSC recompute triggerFangzhi Zuo1-1/+1
2024-12-05drm/amd/display: Skip Invalid Streams from DSC PolicyFangzhi Zuo1-1/+12
2024-12-05MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTSDarrick J. Wong1-2/+1
2024-11-22Linux 6.12.1v6.12.1Greg Kroah-Hartman1-1/+1
2024-11-22mm/mmap: fix __mmap_region() error handling in rare merge failure caseLiam R. Howlett1-1/+12
2024-11-22media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens1-1/+1
2024-11-22hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-11-18Linux 6.12v6.12Linus Torvalds1-1/+1
2024-11-17Merge tag 'x86_urgent_for_v6.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-4/+42
2024-11-17Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds19-10/+62
2024-11-17mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds7-17/+50
2024-11-17Merge tag 'drm-fixes-2024-11-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-84/+36
2024-11-17Merge tag 'amd-drm-fixes-6.12-2024-11-16' of https://gitlab.freedesktop.org/a...Dave Airlie12-84/+36
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-8/+29
2024-11-16Revert "drm/amd/pm: correct the workload setting"Alex Deucher12-84/+36
2024-11-15Merge tag 'riscv-for-linus-6.12-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2024-11-15Merge tag 'drm-fixes-2024-11-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds34-196/+304
2024-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-21/+8
2024-11-15Merge tag 'drm-xe-fixes-2024-11-14' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-30/+39
2024-11-15Merge tag 'pmdomain-v6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-30/+78
2024-11-15Merge tag 'mmc-v6.12-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+5
2024-11-15Merge tag 'sound-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds5-5/+44
2024-11-15Merge tag 'v6.12-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+3
2024-11-15Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-11-15ocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
2024-11-15mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-11-15mm, doc: update read_ahead_kb for MADV_HUGEPAGEYafang Shao1-0/+3
2024-11-15fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter1-1/+3
2024-11-15sched/task_stack: fix object_is_on_stack() for KASAN tagged pointersQun-Wei Lin1-0/+2
2024-11-15crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky10-1/+29
2024-11-15mm/mremap: fix address wraparound in move_page_tables()Jann Horn1-1/+1
2024-11-15tools/mm: fix compile errorMotiejus JakÅ`tys1-1/+1
2024-11-15mm, swap: fix allocation and scanning race with swapoffKairui Song1-3/+19
2024-11-14Merge tag 'amd-drm-fixes-6.12-2024-11-14' of https://gitlab.freedesktop.org/a...Dave Airlie17-96/+117