summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2023-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-05-267-5/+84
|\
| * fbdev: Rename fb_mem*() helpersThomas Zimmermann2023-05-183-18/+18
| * fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann2023-05-184-0/+83
| * fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-183-5/+1
* | Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-05-1919-167/+126
|\|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-091917-29900/+62575
| |\
| * | arch/x86: Include <asm/fb.h> in fbdev source fileThomas Zimmermann2023-04-262-13/+18
| * | arch/x86: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-3/+8
| * | arch/sparc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-8/+8
| * | arch/sparc: Implement fb_is_primary_device() in source fileThomas Zimmermann2023-04-204-18/+33
| * | arch/sh: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
| * | arch/powerpc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-5/+3
| * | arch/parisc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+4
| * | arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann2023-04-204-1/+33
| * | arch/parisc: Remove trailing whitespacesThomas Zimmermann2023-04-201-1/+1
| * | arch/mips: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-6/+4
| * | arch/m68k: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-6/+4
| * | arch/m68k: Merge variants of fb_pgprotect() into single functionThomas Zimmermann2023-04-201-9/+3
| * | arch/loongarch: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
| * | arch/ia64: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-6/+5
| * | arch/arm64: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
| * | arch/arm: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+1
| * | arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+2
| * | fbdev: Simplify fb_is_primary_device for x86Daniel Vetter2023-04-161-12/+1
* | | Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-142-4/+6
|\ \ \
| * | | parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
| * | | parisc: kexec: include reboot.hSimon Horman2023-05-091-0/+2
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-05-144-6/+37
|\ \ \
| * | | ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return pathArd Biesheuvel2023-05-102-4/+9
| * | | ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warningsRandy Dunlap2023-05-051-1/+4
| * | | ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li2023-05-051-1/+24
* | | | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-143-28/+37
|\ \ \ \
| * | | | perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2023-05-082-24/+35
| * | | | perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim2023-05-081-4/+2
| | |/ / | |/| |
* | | | Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-141-0/+2
|\ \ \ \
| * | | | x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello2023-05-081-0/+2
| |/ / /
* | | | x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)2023-05-121-2/+2
* | | | riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti2023-05-092-6/+3
|/ / /
* | | s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn2023-05-051-1/+0
* | | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0526-62/+114
|\ \ \
| * | | locking/x86: Define arch_try_cmpxchg_local()Uros Bizjak2023-04-291-0/+6
| * | | locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-295-8/+54
| * | | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-2920-54/+54
* | | | Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds2023-05-054-94/+122
|\ \ \ \
| * | | | x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2023-05-032-15/+33
| * | | | x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds2023-05-031-15/+3
| * | | | x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds2023-05-033-85/+82
| * | | | x86: mm: remove architecture-specific 'access_ok()' defineLinus Torvalds2023-05-031-34/+0
| * | | | x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-032-10/+69
* | | | | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0519-66/+674
|\ \ \ \ \