summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: sh7785lcr: Make init_sh7785lcr_IRQ() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: sh7757: Add missing #include <asm/mmzone.h>Geert Uytterhoeven2024-05-021-0/+3
* sh: sh7757lcr: Make init_sh7757lcr_IRQ() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: mach-sh03: Make sh03_rtc_settimeofday() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: mach-highlander: Add missing #include <mach/highlander.h>Geert Uytterhoeven2024-05-021-0/+1
* sh: traps: Make is_dsp_inst() staticGeert Uytterhoeven2024-05-021-2/+2
* sh: cache: Move forward declarations to <asm/cacheflush.h>Geert Uytterhoeven2024-05-026-16/+17
* sh: dma: Remove unused functionalityGeert Uytterhoeven2024-05-022-123/+0
* sh: dwarf: Make dwarf_lookup_fde() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: kprobes: Remove unneeded kprobe_opcode_t castsGeert Uytterhoeven2024-05-021-2/+2
* sh: kprobes: Make trampoline_probe_handler() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()Geert Uytterhoeven2024-05-021-6/+1
* sh: smp: Fix missing prototypesGeert Uytterhoeven2024-05-021-1/+3
* sh: sh7786: Remove unused sh7786_usb_use_exclock()Geert Uytterhoeven2024-05-021-14/+0
* sh: sh2a: Add missing #include <asm/processor.h>Geert Uytterhoeven2024-05-021-0/+2
* sh: dma: Remove unused dmac_search_free_channel()Geert Uytterhoeven2024-05-021-27/+0
* sh: math-emu: Add missing #include <asm/fpu.h>Geert Uytterhoeven2024-05-021-0/+2
* sh: nommu: Add missing #include <asm/cacheflush.h>Geert Uytterhoeven2024-05-021-0/+2
* sh: ftrace: Fix missing prototypesGeert Uytterhoeven2024-05-022-8/+12
* sh: hw_breakpoint: Add missing forward declaration for arch_bp_generic_fields()Geert Uytterhoeven2024-05-021-0/+2
* sh: traps: Add missing #include <asm/setup.h>Geert Uytterhoeven2024-05-021-0/+1
* sh: return_address: Add missing #include <asm/ftrace.h>Geert Uytterhoeven2024-05-021-0/+2
* sh: tlb: Add missing forward declaration for handle_tlbmiss()Geert Uytterhoeven2024-05-022-0/+5
* sh: syscall: Add missing forward declaration for sys_cacheflush()Geert Uytterhoeven2024-05-021-0/+1
* sh: fpu: Add missing forward declarationsGeert Uytterhoeven2024-05-021-0/+3
* sh: pgtable: Fix missing prototypesGeert Uytterhoeven2024-05-021-1/+3
* Linux 6.9-rc1v6.9-rc1Linus Torvalds2024-03-241-2/+2
* Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-244-2/+14
|\
| * efi: fix panic in kdump kernelOleksandr Tymoshenko2024-03-241-0/+2
| * x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel2024-03-241-1/+2
| * x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel2024-03-241-0/+9
| * efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)2024-03-221-1/+1
* | Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-2415-89/+80
|\ \
| * | x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky2024-03-241-9/+7
| * | x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky2024-03-241-1/+1
| * | x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck2024-03-241-0/+1
| * | x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2024-03-242-6/+13
| * | Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck2024-03-241-4/+4
| * | x86/mpparse: Register APIC address only onceThomas Gleixner2024-03-231-5/+5
| * | x86/topology: Handle the !APIC case gracefullyThomas Gleixner2024-03-231-0/+11
| * | x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner2024-03-231-5/+7
| * | x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner2024-03-233-37/+14
| * | kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)2024-03-221-1/+10
| * | x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov2024-03-221-5/+5
| * | x86/kexec: Do not update E820 kexec table for setup_dataDave Young2024-03-221-16/+1
| * | x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Masahiro Yamada2024-03-211-0/+1
* | | Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-241-0/+3
|\ \ \
| * | | sched/doc: Update documentation for base_slice_ns and CONFIG_HZ relationMukesh Kumar Chaurasiya2024-03-211-0/+3
| |/ /
* | | Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-03-242-12/+42
|\ \ \
| * | | swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon2024-03-131-7/+11