messages from 2023-11-21 14:25:02 to 2024-06-27 18:20:12 UTC [more...]
[GIT PULL] asm-generic fixes for 6.10
2024-06-27 18:20 UTC (2+ messages)
[PATCH v2 00/13] linux system call fixes
2024-06-25 6:11 UTC (11+ messages)
` [PATCH v2 01/13] ftruncate: pass a signed offset
` [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH v2 03/13] sparc: fix old compat_sys_select()
` [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls
` [PATCH v2 05/13] parisc: use correct "
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 07/13] powerpc: restore some missing spu syscalls
` [PATCH v2 08/13] sh: rework sync_file_range ABI
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
[PATCH 00/15] linux system call fixes
2024-06-24 12:52 UTC (39+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
` [musl] "
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations
[PATCH] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
2024-05-02 17:38 UTC
[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 (8+ messages)
` [PATCH v3 1/5] arch,locking/atomic: arc: arch_cmpxchg should check data size
` [PATCH v3 3/5] arch,locking/atomic: openrisc: add arch_cmpxchg[64]_local
` [PATCH v3 4/5] arch,locking/atomic: hexagon: "
` [PATCH v3 5/5] arch,locking/atomic: xtensa: define arch_cmpxchg_local as __cmpxchg_local
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).