summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds95-825/+6166
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-7/+17
2023-07-02Merge tag 'parisc-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-142/+289
2023-07-02Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxLinus Torvalds1-0/+3
2023-07-01Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds8-18/+9
2023-07-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2023-07-01Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-37/+73
2023-07-01Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-35/+13
2023-07-01Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini12-118/+260
2023-07-01Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-6/+48
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-85/+77
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini53-612/+2577
2023-07-01Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini19-61/+3098
2023-07-01Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini7-41/+174
2023-07-01Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+9
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-22/+17
2023-07-01Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds16-39/+156
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-166/+2317
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds85-4358/+606
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds59-365/+2374
2023-06-30parisc: Refresh defconfigsHelge Deller2-18/+83
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller2-4/+4
2023-06-30parisc: Move init function declarations into header fileHelge Deller2-20/+35
2023-06-30parisc: unaligned: Include header file to avoid missing prototype warningsHelge Deller1-0/+1
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller1-5/+5
2023-06-30parisc: unwind: Mark start and stop variables __maybe_unusedHelge Deller1-2/+3
2023-06-30parisc: init: Drop unused variable end_paddrHelge Deller1-2/+0
2023-06-30parisc: traps: Mark functions staticHelge Deller1-5/+2
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller1-1/+1
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller1-1/+2
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller1-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Helge Deller1-1/+1
2023-06-30parisc: module: Mark symindex __maybe_unusedHelge Deller1-1/+1
2023-06-30parisc: pdc_chassis: Fix kdoc warningsHelge Deller1-6/+11
2023-06-30parisc: firmware: Fix kdoc warningsHelge Deller1-18/+21
2023-06-30parisc: drivers: Fix kdoc warningsHelge Deller1-16/+17
2023-06-30parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2-21/+4
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller2-9/+17
2023-06-30parisc: Default to 8 CPUs for 64-bit kernelHelge Deller1-1/+1
2023-06-30parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: Add cacheflush() syscallHelge Deller3-0/+62
2023-06-30parisc: Check if IRQs are disabled when calling arch_local_irq_restore()Helge Deller1-0/+5
2023-06-30parisc: Move TLB_PTLOCK option to Kconfig.debugHelge Deller2-10/+11
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner1-3/+3
2023-06-30csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-30parisc: fix expand_stack() conversionLinus Torvalds1-1/+1
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-06-30sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1