summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-183-13/+4
|\
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-4/+0
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-102-2/+2
| * arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-022-2/+2
| * parisc: vdso: remove unused C build rule in vdso32/MakefileMasahiro Yamada2024-04-231-6/+1
* | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-171-0/+3
|\ \
| * | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
| |/
* | Merge tag 'parisc-for-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-174-18/+11
|\ \
| * | parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller2024-05-151-0/+1
| * | parisc/math-emu: Remove unused struct 'exc_reg'Dr. David Alan Gilbert2024-05-101-6/+0
| * | parisc: Define sigset_t in parisc uapi headerHelge Deller2024-04-292-12/+10
| |/
* | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-152-13/+22
|\ \
| * | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-142-21/+22
| * | mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-8/+16
* | | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-151-1/+1
|\ \ \
| * \ \ Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-051-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | drm/display: Make DisplayPort CEC-over-AUX Kconfig name consistentMaxime Ripard2024-03-281-1/+1
* | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-141-1/+7
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-281-0/+14
| |\| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-271-1/+7
| |\ \ \ \
| | * | | | bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy2024-03-141-1/+7
* | | | | | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-141-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | genirq: Convert kstat_irqs to a structBitao Hu2024-04-121-1/+1
| |/ / / /
* | | | | parisc: add u16 support to cmpxchg()Al Viro2024-04-093-10/+11
* | | | | parisc: add missing export of __cmpxchg_u8()Al Viro2024-04-091-0/+1
* | | | | parisc: unify implementations of __cmpxchg_u{8,32,64}Al Viro2024-04-091-35/+16
* | | | | parisc: __cmpxchg_u32(): lift conversion into the callersAl Viro2024-04-092-5/+4
| |_|/ / |/| | |
* | | | prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-03-261-0/+14
|/ / /
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+2
|\ \ \
| * | | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-2/+2
* | | | Merge tag 'parisc-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1616-91/+99
|\ \ \ \
| * | | | parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck2024-02-271-0/+1
| * | | | parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck2024-02-271-2/+2
| * | | | parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck2024-02-271-1/+2
| * | | | parisc: Fix ip_fast_csumGuenter Roeck2024-02-271-1/+1
| * | | | parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin2024-02-271-8/+10
| * | | | parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()Guenter Roeck2024-02-271-15/+12
| * | | | parisc: make parisc_bus_type constRicardo B. Marliere2024-02-272-2/+2
| * | | | parisc: avoid c23 'nullptr' idenitifierArnd Bergmann2024-02-2710-60/+60
| * | | | parisc: Show kernel unaligned memory accessesHelge Deller2024-02-271-0/+7
| * | | | parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller2024-02-271-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-0/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-222-0/+10
| | |/ | |/|
* | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+1
|\ \ \
| * | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
* | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-9/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-062-9/+4
| | |/ | |/|
* | | Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-234-18/+9
|\ \ \ | |/ / |/| |
| * | parisc: Fix stack unwinderGuenter Roeck2024-02-191-8/+6
| * | parisc/kprobes: always include asm-generic/kprobes.hMax Kellermann2024-02-161-1/+2