aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-11-27ARM: dts: imx7s: Fix lcdif compatibleAlexander Stein1-1/+1
2023-11-27ARM: dts: imx7d: Fix coresight funnel portsAlexander Stein2-4/+5
2023-11-27arm64: dts: freescale: add initial device tree for MBa93xxCA starter kitAlexander Stein2-0/+710
2023-11-27arm64: dts: freescale: tqma9352-mba93xxla: add 'chassis-type' propertyAlexander Stein1-0/+1
2023-11-27arm64: dts: imx93: Configure clock rate for audio PLLChancel Liu1-0/+2
2023-11-27arm64: dts: imx93: Add audio device nodesChancel Liu1-0/+87
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-26/+43
2023-11-26Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-48/+37
2023-11-26Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-11-26riscv: dts: microchip: move timebase-frequency to mpfs.dtsiConor Dooley6-35/+1
2023-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-7/+19
2023-11-25Merge tag 'for-linus-6.7a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2-19/+22
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller1-2/+0
2023-11-25parisc: Use natural CPU alignment for bug_tableHelge Deller1-12/+18
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller1-0/+1
2023-11-25parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller1-1/+1
2023-11-25parisc: Mark jump_table naturally alignedHelge Deller1-2/+6
2023-11-25parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller1-3/+6
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller1-0/+1
2023-11-25parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller1-0/+1
2023-11-25dentry: switch the lists of children to hlistAl Viro1-2/+3
2023-11-25tty: srmcons: use 'buf' directly in srmcons_do_write()Jiri Slaby (SUSE)1-5/+4
2023-11-24Merge tag 's390-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-8/+6
2023-11-24perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang1-0/+2
2023-11-24perf/x86/intel/uncore: Support IIO free-running counters on GNRKan Liang1-1/+11
2023-11-24perf/x86/intel/uncore: Support Granite RapidsKan Liang3-0/+101
2023-11-24perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang5-10/+11
2023-11-24perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRKan Liang1-11/+23
2023-11-24ARM: dts: ti: keystone: minor whitespace cleanup around '='Krzysztof Kozlowski6-14/+14
2023-11-24x86/cpu/intel_epb: Don't rely on link orderJames Morse1-1/+1
2023-11-24arm64: dts: exynosautov9: use Exynos7 fallbacks for pin wake-up controllerKrzysztof Kozlowski1-1/+3
2023-11-24arm64: dts: exynos850: use Exynos7 fallbacks for pin wake-up controllersKrzysztof Kozlowski1-2/+4
2023-11-23arm64: add dependency between vmlinuz.efi and ImageMasahiro Yamada1-1/+1
2023-11-23csky: fix arch_jump_label_transform_static overrideArnd Bergmann1-0/+5
2023-11-23arch: add do_page_fault prototypesArnd Bergmann5-0/+12
2023-11-23arch: add missing prepare_ftrace_return() prototypesArnd Bergmann3-0/+9
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann9-38/+7
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann10-8/+7
2023-11-23arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann3-17/+17
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann7-10/+2
2023-11-23x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth1-1/+5
2023-11-23x86/ioapic: Remove unfinished sentence from commentAdrian Huang1-1/+1
2023-11-23x86/io: Remove the unused 'bw' parameter from the BUILDIO() macroYuntao Wang1-4/+4
2023-11-23Merge branch 'asm-generic-io.h-cleanup' into asm-genericArnd Bergmann15-124/+76
2023-11-23hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth2-8/+6
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang9-58/+0
2023-11-23mips: io: remove duplicated codesBaoquan He1-23/+5
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He8-12/+0
2023-11-23mips: add <asm-generic/io.h> includingJiaxun Yang6-35/+75