summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-23143-701/+624
|\
| * mm: define general function pXd_init()Bibo Mao2024-11-122-0/+5
| * mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes2024-11-114-0/+12
| * bootmem: stop using page->indexMatthew Wilcox (Oracle)2024-11-071-9/+19
| * x86/module: enable ROX caches for module text on 64 bitMike Rapoport (Microsoft)2024-11-072-1/+37
| * execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)2024-11-071-0/+8
| * x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)2024-11-076-117/+167
| * arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)2024-11-0710-0/+68
| * asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-0790-70/+90
| * x86/percpu: fix clang warning when dealing with unsigned typesAndy Shevchenko2024-11-071-3/+4
| * mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang2024-11-075-5/+5
| * kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard2024-11-075-9/+13
| * mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-075-57/+0
| * arch/s390: clean up hugetlb definitionsOscar Salvador2024-11-071-42/+16
| * mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador2024-11-075-325/+0
| * arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle huget...Oscar Salvador2024-11-071-10/+30
| * arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2024-11-072-12/+42
| * arch/x86: teach arch_get_unmapped_area_vmflags to handle hugetlb mappingsOscar Salvador2024-11-071-8/+16
| * arch/s390: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador2024-11-071-2/+7
| * mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual2024-11-072-0/+56
| * arm: adjust_pte() use pte_offset_map_rw_nolock()Qi Zheng2024-11-061-31/+22
| * powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()Qi Zheng2024-11-061-1/+1
* | Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-233-4/+13
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel2024-11-153-4/+13
| |\ \ \
| | | * | iommu/s390: Implement blocking domainMatthew Rosato2024-10-153-4/+13
| | |/ /
* | | | Merge tag 'pm-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-11-231-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'cpufreq-arm-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki2024-11-191-1/+1
| |\ \ \ \
| | * | | | arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to cpufreq-hwKonrad Dybcio2024-11-181-1/+1
* | | | | | Merge tag 'x86_tdx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-222-23/+128
|\ \ \ \ \ \
| * | | | | | x86/tdx: Enable CPU topology enumerationKirill A. Shutemov2024-11-072-0/+29
| * | | | | | x86/tdx: Dynamically disable SEPT violations from causing #VEsKirill A. Shutemov2024-11-072-17/+67
| * | | | | | x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()Kirill A. Shutemov2024-11-071-5/+8
| * | | | | | x86/tdx: Introduce wrappers to read and write TD metadataKirill A. Shutemov2024-11-072-5/+28
* | | | | | | Merge tag 'x86_misc_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-223-33/+31
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu: Make sure flag_is_changeable_p() is always being usedAndy Shevchenko2024-11-082-24/+23
| * | | | | | | x86/bugs: Correct RSB terminology in KconfigBreno Leitao2024-09-301-9/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/sgx: Use vmalloc_array() instead of vmalloc()Thorsten Blum2024-11-121-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-11-211-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-intel-next-2024-11-04' of https://gitlab.freedesktop.org/drm/i...Dave Airlie2024-11-061-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | drm/intel/pciids: rename i915_pciids.h to just pciids.hJani Nikula2024-10-291-1/+1
* | | | | | | | Merge tag 'dma-mapping-6.13-2024-11-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-11-211-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-mapping: drop unneeded includes from dma-mapping.hChristoph Hellwig2024-10-291-0/+1
* | | | | | | | | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-2118-21/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | reiserfs: The last commitJan Kara2024-10-2118-21/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-2111-31/+24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-1419-112/+213
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | xtensa: remove the get_order() implementationYunsheng Lin2024-11-111-18/+0
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-0761-126/+238
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-11-031-11/+2
| |\ \ \ \ \ \ \ \ \ \ \