linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 3/5 RESEND] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5] "

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2024-04-05 16:20 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH 0/1] hexagon: Handle HAS_IOPORT dependencies
 2024-04-03 15:37 UTC  (5+ messages)
` [PATCH 1/1] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support

[PATCH] hexagon: vmlinux.lds.S: Handle attributes section
 2024-03-20  0:44 UTC  (2+ messages)

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

Tailored educational solutions
 2024-03-06  8:55 UTC 

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
 2024-02-29 23:01 UTC  (18+ messages)
` [PATCH 1/4] asm-generic/page.h: "
` [PATCH 2/4] csky: "
` [PATCH 3/4] Hexagon: "
` [PATCH 4/4] openrisc: "

[PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
 2024-02-16  2:03 UTC  (4+ messages)

[PATCH] hexagon: select FRAME_POINTER instead of redefining it
 2024-02-15 19:12 UTC  (3+ messages)

[bcachefs:header_cleanup 21/51] /bin/bash: line 1: 19420 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/misc/eeprom/at24.ko
 2024-02-09 13:34 UTC  (18+ messages)
      ` [bcachefs:header_cleanup 21/51] /bin/bash: line 1: 19420 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/misc/eep

[PATCH] mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
 2024-02-02 17:43 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 1/8] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:08 UTC 

[PATCH AUTOSEL 5.4 1/9] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:08 UTC 

[PATCH AUTOSEL 5.10 1/9] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:07 UTC 

[PATCH AUTOSEL 5.15 02/11] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:07 UTC 

[PATCH AUTOSEL 6.1 03/14] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:06 UTC 

[PATCH AUTOSEL 6.6 04/19] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:04 UTC 

[PATCH AUTOSEL 6.7 05/21] Hexagon: Make pfn accessors statics inlines
 2024-01-16  1:03 UTC 

[PATCH v3 0/5] bitops: optimize code and add tests
 2024-01-07 12:01 UTC  (9+ messages)
  ` [PATCH v3 1/5] m68k/bitops: force inlining of all bitops functions
  ` [PATCH v3 2/5] m68k/bitops: use __builtin_{clz,ctzl,ffs} to evaluate constant expressions
  ` [PATCH v3 3/5] hexagon/bitops: force inlining of all bitops functions
  ` [PATCH v3 4/5] hexagon/bitops: use __builtin_{clz,ctzl,ffs} to evaluate constant expressions
  ` [PATCH v3 5/5] lib: test_bitops: add compile-time optimization/evaluations assertions

[PATCH] lib/Kconfig.debug: Disable CONFIG_DEBUG_INFO_BTF for Hexagon
 2024-01-05 19:13 UTC 

[PATCH] hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi header
 2023-12-11 16:22 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 5eda217cee887e595ba2265435862d585d399769
 2023-12-02  4:12 UTC 

[PATCH 00/19] hexagon: Fix up instances of -Wmissing-prototypes
 2023-12-01  7:12 UTC  (22+ messages)
` [PATCH 01/19] hexagon: uaccess: Remove clear_user_hexagon()
` [PATCH 02/19] hexagon: mm: Mark paging_init() as static
` [PATCH 03/19] hexagon: mm: Include asm/setup.h for setup_arch_memory()'s prototype
` [PATCH 04/19] hexagon: smp: Mark handle_ipi() and start_secondary() as static
` [PATCH 05/19] hexagon: vm_fault: Mark do_page_fault() "
` [PATCH 06/19] hexagon: vm_fault: Include asm/vm_fault.h for prototypes
` [PATCH 07/19] hexagon: vm_tlb: Include asm/tlbflush.h "
` [PATCH 08/19] hexagon: time: Include asm/time.h "
` [PATCH 09/19] hexagon: time: Mark time_init_deferred() as static
` [PATCH 10/19] hexagon: time: Include asm/delay.h for prototypes
` [PATCH 11/19] hexagon: signal: Switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()
` [PATCH 12/19] hexagon: reset: Include linux/reboot.h for prototypes
` [PATCH 13/19] hexagon: process: Include linux/cpu.h for arch_cpu_idle() prototype
` [PATCH 14/19] hexagon: process: Add internal prototype for do_work_pending()
` [PATCH 15/19] hexagon: vdso: Include asm/elf.h for arch_setup_additional_pages() prototype
` [PATCH 16/19] hexagon: vm_events: Remove unused dummy_handler()
` [PATCH 17/19] hexagon: irq: Add prototype for arch_do_IRQ()
` [PATCH 18/19] hexagon: traps: Remove sys_syscall()
` [PATCH 19/19] hexagon: traps: Add internal prototypes for functions only called from asm

[linux-next:master] BUILD REGRESSION 8c9660f6515396aba78d1168d2e17951d653ebf2
 2023-11-25  3:21 UTC 

[PATCH v3 0/5] arch,locking/atomic: add arch_cmpxchg[64]_local
 2023-11-23  0:06 UTC  (9+ messages)
` [PATCH v3 1/5] arch,locking/atomic: arc: arch_cmpxchg should check data size
` [PATCH v3 2/5] arch,locking/atomic: arc: add arch_cmpxchg[64]_local
` [PATCH v3 3/5] arch,locking/atomic: openrisc: "
` [PATCH v3 4/5] arch,locking/atomic: hexagon: "
` [PATCH v3 5/5] arch,locking/atomic: xtensa: define arch_cmpxchg_local as __cmpxchg_local

[PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  7:04 UTC  (7+ messages)

[PATCH v2] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
 2023-11-20  3:36 UTC 

[linux-next:master] BUILD REGRESSION eff99d8edbed7918317331ebd1e365d8e955d65e
 2023-11-17 15:21 UTC 

[PATCH 0/2] arch: Virt to phys to static inlines
 2023-11-15 13:28 UTC  (3+ messages)
` [PATCH 1/2] ARC: mm: Make virt_to_pfn() a static inline
` [PATCH 2/2] Hexagon: Make pfn accessors statics inlines

PSA: This list is being migrated (no action required)
 2023-11-10 19:35 UTC  (2+ messages)

[PATCH v2 0/4] locking/atomic: arch_cmpxchg[64]_local undefined
 2023-11-08  1:04 UTC  (9+ messages)
` [PATCH v2 1/4] locking/atomic: arc: data size checking in arch_cmpxchg
` [PATCH v2 2/4] locking/atomic: arc: arch_cmpxchg[64]_local undefined
` [PATCH v2 3/4] locking/atomic: openrisc: "
` [PATCH v2 4/4] locking/atomic: hexagon: "

PSA: migrating linux-hexagon to new vger infrastructure
 2023-11-06 13:21 UTC 

Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-10-26  8:10 UTC 

[PATCH] hexagon: Remove unusable symbols from the ptrace.h uapi
 2023-10-25 14:15 UTC  (3+ messages)

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-10-13 21:03 UTC  (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs

[PATCH v3 0/9] video: screen_info cleanups
 2023-10-10 12:20 UTC  (14+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info
` [PATCH v3 9/9] efi: move screen_info into efi init code

Arches that don't support PREEMPT
 2023-10-06 14:51 UTC  (7+ messages)

[PATCH v5 3/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-10-06  8:31 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).