messages from 2024-03-06 14:15:26 to 2024-08-26 08:15:24 UTC [more...]
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-08-26 6:55 UTC (9+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text
[PATCH cmpxchg 0/3] Provide emulation for one-byte cmpxchg()
2024-08-21 18:10 UTC (12+ messages)
` [PATCH cmpxchg 1/3] xtensa: Emulate one-byte cmpxchg
` [PATCH cmpxchg 2/3] ARC: "
` [PATCH cmpxchg 3/3] sh: "
` [PATCH v2 cmpxchg 0/3] Provide emulation for one-byte cmpxchg() for v6.12
` [PATCH v2 cmpxchg 2/3] ARC: Emulate one-byte cmpxchg
[RFC PATCH] dt-bindings: arc: convert archs-pct.txt to yaml
2024-08-18 16:12 UTC (3+ messages)
include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_305' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PTE * sizeof(pte_t)) > PAGE_SIZE
2024-08-18 0:34 UTC
Faktury
2024-08-13 8:00 UTC
Instalacja pv
2024-08-02 7:30 UTC
Fotowoltaika - propozycja instalacji
2024-08-01 8:16 UTC
[RFC PATCH 15/18] mm/pgtable: pass ptdesc to pmd_populate
2024-07-30 7:27 UTC
[PATCH 00/17] arch: convert everything to syscall.tbl
2024-07-23 12:58 UTC (38+ messages)
` [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
` [PATCH 02/17] csky: drop asm/gpio.h wrapper
` [PATCH 03/17] um: don't generate asm/bpf_perf_event.h
` [PATCH 04/17] loongarch: avoid generating extra header files
` [PATCH 05/17] kbuild: verify asm-generic header list
` [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers
` [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro
` [PATCH 08/17] arc: convert to generic syscall table
` [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format
` [PATCH 10/17] arm64: generate 64-bit syscall.tbl
` [PATCH 11/17] arm64: rework compat syscall macros
` [PATCH 12/17] csky: convert to generic syscall table
` [PATCH 13/17] hexagon: use new system call table
` [PATCH 14/17] loongarch: convert to generic syscall table
` [PATCH 15/17] nios2: "
` [PATCH 16/17] openrisc: "
` [PATCH 17/17] riscv: "
Fotowoltaika - propozycja instalacji
2024-07-19 8:11 UTC
[GIT PULL] asm-generic updates for 6.11
2024-07-17 12:45 UTC (14+ messages)
Fotowoltaika - propozycja instalacji
2024-07-10 7:56 UTC
Słowa kluczowe do wypozycjonowania
2024-07-09 8:15 UTC
Fotowoltaika - propozycja instalacji
2024-06-28 8:05 UTC
Fotowoltaika - propozycja instalacji
2024-06-19 7:55 UTC
[PATCH] Documentation: Remove unused "nps_mtm_hs_ctr" from kernel-parameters.txt
2024-06-17 22:25 UTC (3+ messages)
Odroczenie zapłaty
2024-06-17 8:10 UTC
Fotowoltaika - propozycja instalacji
2024-06-07 8:10 UTC
[PATCH v3 cmpxchg 1/4] ARC: Emulate one-byte cmpxchg
2024-06-04 17:04 UTC
Nowa karta
2024-05-29 12:52 UTC
[PATCH bpf-next] ARC, bpf: Fix issues reported by the static analyzers
2024-05-25 17:50 UTC (2+ messages)
Fotowoltaika - propozycja instalacji
2024-05-24 7:40 UTC
arch/arc/net/bpf_jit_core.c:170:47-52: WARNING: conversion to bool not needed here
2024-05-23 12:38 UTC
arch/arc/net/bpf_jit.h:42:15: sparse: sparse: marked inline, but without a definition
2024-05-22 15:05 UTC
[PATCH] arc: rename aux.h to arc_aux.h
2024-05-20 14:26 UTC
Fotowoltaika - propozycja instalacji
2024-05-13 8:15 UTC
[PATCH bpf-next v2] ARC: Add eBPF JIT support
2024-05-13 0:00 UTC (2+ messages)
[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
2024-05-03 15:32 UTC (8+ messages)
` [PATCH v3 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v3 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v3 3/3] arch: Rename fbdev header and source files
[PATCH v2 cmpxchg 10/13] ARC: Emulate one-byte cmpxchg
2024-05-01 23:01 UTC
[linux-next:master 4535/6266] arch/arc/include/asm/cmpxchg.h:73:27: error: implicit declaration of function 'cmpxchg_emu_u8'
2024-04-30 17:54 UTC (2+ messages)
[off-list] [PATCH 0/7 bpf-next v2] ARC: Add eBPF JIT support
2024-04-30 15:09 UTC (8+ messages)
` [PATCH 1/7] v2: Turn "emit" from global into a context var
` [PATCH 2/7] v2: Turn "zext_thyself" "
` [PATCH 3/7] v2: Use memset() in jit_ctx_init()
` [PATCH 4/7] v2: MAINTAINERS: Add "BPF JIT for ARC" entry
` [PATCH 5/7] v2: Fix typos
` [PATCH 6/7] v2: Fix most of the "Checks" from "checkpatch.pl"
` [PATCH 7/7] v2: Check "bpf_jit_binary_lock_ro()" return value
[PATCH bpf-next v1] ARC: Add eBPF JIT support
2024-04-30 15:01 UTC (5+ messages)
request for quote from sweden
2024-04-29 19:49 UTC
[GIT PULL] ARX fixes for 6.9
2024-04-26 20:24 UTC (2+ messages)
[linux-next:master 5890/8170] drivers/pci/pci.h:359:23: sparse: sparse: incorrect type in argument 2 (different base types)
2024-04-24 13:57 UTC
W sprawie samochodu
2024-04-24 8:15 UTC
[linux-next:master 5871/7322] kernel/locking/osq_lock.c:165:21: sparse: sparse: incorrect type in assignment (different base types)
2024-04-22 23:34 UTC
[linux-next:master] BUILD REGRESSION 7b4f2bc91c15fdcf948bb2d9741a9d7d54303f8d
2024-04-18 19:22 UTC
[linux-next:master] BUILD REGRESSION 4eab358930711bbeb85bf5ee267d0d42d3394c2c
2024-04-17 19:17 UTC
sh: arc: cmpxchg.h:50:12: error: implicit declaration of function 'cmpxchg_emu_u8' [-Werror=implicit-function-declaration]
2024-04-17 2:19 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 66e4190e92ce0e4a50b2f6be0e5f5b2e47e072f4
2024-04-16 21:34 UTC
[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
2024-04-16 19:18 UTC (2+ messages)
` [PATCH 3/5 RESEND] "
(no subject)
2024-04-16 17:12 UTC
Zapytanie ofertowe
2024-04-09 7:35 UTC
[PATCH cmpxchg 10/14] ARC: Emulate one-byte cmpxchg
2024-04-08 17:49 UTC
[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
2024-04-05 16:20 UTC (6+ messages)
` [Intel-gfx] "
[PATCH RFC cmpxchg 3/8] ARC: Emulate one-byte and two-byte cmpxchg
2024-04-04 15:06 UTC (7+ messages)
[PATCH 2/8] ARC: Fix typos
2024-03-30 1:00 UTC (5+ messages)
` [PATCH v2] "
[PATCH] ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
2024-03-29 10:36 UTC
recent kernel warning
2024-03-28 20:21 UTC (2+ messages)
[PATCH 0/2] ARC minor fixes
2024-03-28 17:22 UTC (5+ messages)
` [PATCH 1/2] ARC: Fix -Wmissing-prototypes warnings
` [PATCH 2/2] ARC: mm: fix new code about cache aliasing
[PATCH v2 0/3] arch: Remove fbdev dependency from video helpers
2024-03-28 14:59 UTC (16+ messages)
` [PATCH v2 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v2 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v2 3/3] arch: Rename fbdev header and source files
next: arc: defconfig - gcc-9 - mmu-arcv2.h:82:2: error: implicit declaration of function 'write_aux_reg' [-Werror=implicit-function-declaration]
2024-03-28 5:46 UTC (2+ messages)
[PATCH v4 10/14] treewide: Use initializer for struct vm_unmapped_area_info
2024-03-26 2:16 UTC
Zapytanie ofertowe
2024-03-21 8:46 UTC
[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
2024-03-13 15:40 UTC (3+ messages)
Niskokosztowa modernizacja oświetlenia
2024-03-11 9:15 UTC
[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
[PATCH] dt-bindings: pct: Convert to dtschema
2024-03-08 8:05 UTC (3+ messages)
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).