summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada
2024-11-02Input: fix regression when re-registering input handlersDmitry Torokhov
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-01Merge tag 'linux_kselftest-fixes-6.12-rc6' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-11-01Merge tag 'rust-fixes-6.12-3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-01Merge tag 'pci-v6.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'drm-fixes-2024-11-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-11-01Merge tag 'cxl-fixes-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-01Merge tag 'io_uring-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-01Merge tag 'acpi-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-11-01Merge tag 'gpio-fixes-for-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-02Merge tag 'drm-xe-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2024-11-01Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-01Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-10-31mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka
2024-10-31mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong
2024-10-31.mailmap: update e-mail address for Eugen HristevEugen Hristev
2024-10-31vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price
2024-10-31mailmap: update Jarkko's email addressesJarkko Sakkinen
2024-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-01Merge tag 'mediatek-drm-fixes-20241028' of https://git.kernel.org/pub/scm/lin...Dave Airlie
2024-11-01Merge tag 'amd-drm-fixes-6.12-2024-10-31' of https://gitlab.freedesktop.org/a...Dave Airlie
2024-11-01Merge tag 'drm-misc-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-10-31Merge tag 'sound-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold
2024-10-31btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana
2024-10-31btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen
2024-10-31Merge tag 'nvme-6.12-2024-10-31' of git://git.infradead.org/nvme into block-6.12Jens Axboe
2024-10-31io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe
2024-10-31drm/xe: Don't short circuit TDR on jobs not startedMatthew Brost
2024-10-31drm/xe: Add mmio read before GGTT invalidateMatthew Brost
2024-10-31gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni