summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | xen/x86: restore (fix) xen_set_pte_init() behaviorJan Beulich2021-11-021-7/+17
| * | | | | | | xen/x86: streamline set_pte_mfn()Jan Beulich2021-11-021-2/+4
* | | | | | | | Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-11-092-69/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | sparc32: use DMA_DIRECT_REMAPChristoph Hellwig2021-10-212-55/+2
| * | | | | | | | sparc32: remove dma_make_coherentChristoph Hellwig2021-10-211-15/+10
| * | | | | | | | sparc32: remove the call to dma_make_coherent in arch_dma_freeChristoph Hellwig2021-10-211-1/+0
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-099-44/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | alpha: use is_kernel_text() helperKefeng Wang2021-11-091-3/+1
| * | | | | | | | | microblaze: use is_kernel_text() helperKefeng Wang2021-11-091-1/+2
| * | | | | | | | | powerpc/mm: use core_kernel_text() helperKefeng Wang2021-11-091-5/+2
| * | | | | | | | | x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang2021-11-091-9/+5
| * | | | | | | | | sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+1
| * | | | | | | | | include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-092-0/+8
| * | | | | | | | | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-092-5/+19
| * | | | | | | | | x86/xen: print a warning when HVMOP_get_mem_type failsDavid Hildenbrand2021-11-091-1/+3
| * | | | | | | | | x86/xen: simplify xen_oldmem_pfn_is_ram()David Hildenbrand2021-11-091-14/+1
| * | | | | | | | | x86/xen: update xen_oldmem_pfn_is_ram() documentationDavid Hildenbrand2021-11-091-6/+3
* | | | | | | | | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ocxl: Use pci core's DVSEC functionalityBen Widawsky2021-10-291-1/+2
* | | | | | | | | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-11-084-7/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | openrisc: fix SMP tlb flush NULL pointer dereferenceStafford Horne2021-11-032-4/+6
| * | | | | | | | | | | openrisc: signal: remove unused DEBUG_SIG macroDenis Kirjanov2021-10-201-2/+0
| * | | | | | | | | | | openrisc: time: don't mark comment as kernel-docRandy Dunlap2021-10-021-1/+1
* | | | | | | | | | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-0845-97/+81
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-2441-88/+69
| * | | | | | | | | | | sh: remove meaningless archclean lineMasahiro Yamada2021-10-241-1/+0
| * | | | | | | | | | | sparc: Add missing "FORCE" target when using if_changedKees Cook2021-10-111-4/+4
| * | | | | | | | | | | isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-223-0/+6
| * | | | | | | | | | | nios2: move the install rule to arch/nios2/MakefileMasahiro Yamada2021-09-222-4/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-11-0621-265/+541
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xtensa: move section symbols to asm/sections.hMax Filippov2021-10-192-71/+70
| * | | | | | | | | | | xtensa: remove unused variable wmaskMax Filippov2021-10-191-3/+1
| * | | | | | | | | | | xtensa: only build windowed register support code when neededMax Filippov2021-10-197-5/+45
| * | | | | | | | | | | xtensa: use register window specific opcodes only when presentMax Filippov2021-10-195-2/+10
| * | | | | | | | | | | xtensa: implement call0 ABI support in assemblyMax Filippov2021-10-195-121/+243
| * | | | | | | | | | | xtensa: definitions for call0 ABIMax Filippov2021-10-193-6/+102
| * | | | | | | | | | | xtensa: don't use a12 in __xtensa_copy_user in call0 ABIMax Filippov2021-10-191-6/+22
| * | | | | | | | | | | xtensa: don't use a12 in strncpy_userMax Filippov2021-10-191-9/+8
| * | | | | | | | | | | xtensa: use a14 instead of a15 in inline assemblyMax Filippov2021-10-192-21/+21
| * | | | | | | | | | | xtensa: move _SimulateUserKernelVectorException out of WindowVectorsMax Filippov2021-10-191-21/+19
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0663-493/+918
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | s390: make command line configurableSven Schnelle2021-10-263-11/+9
| * | | | | | | | | | | s390: support command lines longer than 896 bytesSven Schnelle2021-10-267-34/+39
| * | | | | | | | | | | s390/kexec_file: move kernel image size checkSven Schnelle2021-10-263-18/+2
| * | | | | | | | | | | s390/pci: add s390_iommu_aperture kernel parameterNiklas Schnelle2021-10-261-2/+23
| * | | | | | | | | | | s390/spinlock: remove incorrect kernel doc indicatorHeiko Carstens2021-10-261-1/+1
| * | | | | | | | | | | s390/string: use generic strlcpyHeiko Carstens2021-10-262-28/+0
| * | | | | | | | | | | s390/string: use generic strrchrHeiko Carstens2021-10-262-21/+0
| * | | | | | | | | | | s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter2021-10-261-78/+150
| * | | | | | | | | | | s390/bitops: return true/false (not 1/0) from bool functionsHuilong Deng2021-10-261-1/+1