linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-22 10:36:10 to 2022-04-29 13:52:36 UTC [more...]

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-04-29 13:50 UTC  (21+ messages)
` [RFC v2 02/39] ACPI: add dependency on HAS_IOPORT
` [PATCH 02/37] ata: add HAS_IOPORT dependencies
` [PATCH 03/37] ACPI: add dependency on HAS_IOPORT
` [RFC v2 03/39] ata: add HAS_IOPORT dependencies
` [RFC v2 04/39] char: impi, tpm: depend on HAS_IOPORT
` [PATCH 04/37] parport: PC style parport depends "
` [RFC v2 05/39] comedi: add HAS_IOPORT dependencies
` [RFC v2 06/39] counter: "
` [PATCH 06/37] speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO
` [RFC v2 07/39] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [PATCH 07/37] Input: gameport: add ISA and HAS_IOPORT dependencies
` [PATCH 08/37] comedi: add "
` [RFC v2 08/39] drm: handle "
` [PATCH 09/37] counter: add "
` [RFC v2 09/39] firmware: dmi-sysfs: handle HAS_IOPORT=n
` [RFC v2 10/39] gpio: add HAS_IOPORT dependencies
` [RFC v2 12/39] i2c: "
` [RFC v2 13/39] iio: adc: Kconfig: "
` [PATCH 13/37] Input: "
` [PATCH 14/37] iio: adc: Kconfig: "

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-04-29 13:43 UTC 

[RFC PATCH v4 00/37] objtool: add base support for arm64
 2022-04-29 11:13 UTC  (40+ messages)
` [RFC PATCH v4 01/37] tools: Add some generic functions and headers
` [RFC PATCH v4 02/37] tools: arm64: Make aarch64 instruction decoder available to tools
` [RFC PATCH v4 03/37] tools: bug: Remove duplicate definition
` [RFC PATCH v4 04/37] objtool: arm64: Add base definition for arm64 backend
` [RFC PATCH v4 05/37] objtool: arm64: Decode add/sub instructions
` [RFC PATCH v4 06/37] objtool: arm64: Decode jump and call related instructions
` [RFC PATCH v4 07/37] objtool: arm64: Decode other system instructions
` [RFC PATCH v4 08/37] objtool: arm64: Decode load/store instructions
` [RFC PATCH v4 09/37] objtool: arm64: Decode LDR instructions
` [RFC PATCH v4 10/37] objtool: arm64: Accept non-instruction data in code sections
` [RFC PATCH v4 11/37] objtool: arm64: Handle supported relocations in alternatives
` [RFC PATCH v4 12/37] objtool: arm64: Ignore replacement section for alternative callback
` [RFC PATCH v4 13/37] objtool: arm64: Enable stack validation for arm64
` [RFC PATCH v4 14/37] objtool: check: Support data in text section
` [RFC PATCH v4 15/37] objtool: arm64: Add unwind_hint support
` [RFC PATCH v4 16/37] arm64: Add annotate_reachable() for objtools
` [RFC PATCH v4 17/37] arm64: bug: Add reachable annotation to warning macros
` [RFC PATCH v4 18/37] arm64: kgdb: Mark code following kgdb brk as reachable
` [RFC PATCH v4 19/37] arm64: irq-gic: Replace unreachable() with -EINVAL
` [RFC PATCH v4 20/37] arm64: Set intra-function call annotations
` [RFC PATCH v4 21/37] arm64: kernel: Skip validation of proton-pack.c.c and hibernate.c
` [RFC PATCH v4 22/37] arm64: kernel: Skip validation of kuser32.o
` [RFC PATCH v4 23/37] arm64: kernel: Skip validation of sigreturn32.o
` [RFC PATCH v4 24/37] arm64: ftrace: Skip validation of entry-ftrace.o
` [RFC PATCH v4 25/37] arm64: bpf: Skip validation of ___bpf_prog_run
` [RFC PATCH v4 26/37] arm64: crypto: Remove unnecessary stackframe
` [RFC PATCH v4 27/37] arm64: sleep: Properly set frame pointer before call
` [RFC PATCH v4 28/37] arm64: Change symbol annotations
` [RFC PATCH v4 29/37] arm64: efi-header: Mark efi header as data
` [RFC PATCH v4 30/37] arm64: head: Mark constants "
` [RFC PATCH v4 31/37] arm64: proc: Mark constant "
` [RFC PATCH v4 32/37] arm64: crypto: Mark data in code sections
` [RFC PATCH v4 33/37] arm64: Annotate ASM symbols with unknown stack state
` [RFC PATCH v4 34/37] arm64: entry: Annotate valid stack in kernel entry
` [RFC PATCH v4 35/37] arm64: entry: Annotate code switching to tasks
` [RFC PATCH v4 36/37] arm64: entry: Align stack size for alternative
` [RFC PATCH v4 37/37] arm64: kvm: Annotate stack state for guest enter/exit code

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-04-29  8:14 UTC  (4+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH net-next v2] net: Add SO_RCVMARK socket option to provide SO_MARK with recvmsg()
 2022-04-28 21:20 UTC  (6+ messages)
` [PATCH net-next v3] net: SO_RCVMARK socket option for "

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-28 18:22 UTC  (3+ messages)

[PATCH v2 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 19:24 UTC  (6+ messages)
` [PATCH v2 1/2] kernel: add platform_has() infrastructure
` [PATCH v2 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 14:14 UTC  (18+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-04-27 14:09 UTC  (52+ messages)
` [PATCH v3 01/46] x86: add missing include to sparsemem.h
` [PATCH v3 02/46] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v3 03/46] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH v3 04/46] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v3 05/46] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v3 06/46] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v3 07/46] kmsan: add ReST documentation
` [PATCH v3 08/46] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v3 09/46] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v3 10/46] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v3 11/46] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v3 12/46] kmsan: add KMSAN runtime core
` [PATCH v3 13/46] kmsan: implement kmsan_init(), initialize READ_ONCE_NOCHECK()
` [PATCH v3 14/46] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v3 15/46] MAINTAINERS: add entry for KMSAN
` [PATCH v3 16/46] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH v3 17/46] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH v3 18/46] kmsan: handle task creation and exiting
` [PATCH v3 19/46] kmsan: init: call KMSAN initialization routines
` [PATCH v3 20/46] instrumented.h: add KMSAN support
` [PATCH v3 21/46] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v3 22/46] kmsan: add iomap support
` [PATCH v3 23/46] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v3 24/46] kmsan: dma: unpoison DMA mappings
` [PATCH v3 25/46] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v3 26/46] kmsan: handle memory sent to/from USB
` [PATCH v3 27/46] kmsan: instrumentation.h: add instrumentation_begin_with_regs()
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
` [PATCH v3 29/46] kmsan: add tests for KMSAN
` [PATCH v3 30/46] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v3 31/46] crypto: kmsan: disable accelerated configs "
` [PATCH v3 32/46] kmsan: disable physical page merging in biovec
` [PATCH v3 33/46] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH v3 34/46] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH v3 35/46] security: kmsan: fix interoperability with auto-initialization
` [PATCH v3 36/46] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v3 37/46] x86: kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v3 38/46] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v3 39/46] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v3 40/46] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v3 41/46] x86: kmsan: use __msan_ string functions where possible
` [PATCH v3 42/46] x86: kmsan: sync metadata pages on page fault
` [PATCH v3 43/46] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v3 44/46] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v3 45/46] x86: kmsan: handle register passing from uninstrumented code
` [PATCH v3 46/46] x86: kmsan: enable KMSAN builds for x86

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 

Broken Address Dependency in mm/ksm.c::cmp_and_merge_page()
 2022-04-26 20:32 UTC  (2+ messages)

[PATCH v5 05/10] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-26 16:29 UTC  (10+ messages)
` [PATCH v5 06/10] serial: General support for multipoint addresses

[PATCH] bitops: remove unnecessary assignment in fls()
 2022-04-26  8:21 UTC 

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-26  5:57 UTC  (3+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support

[PATCH v2] bug: make __warn unconditionally defined
 2022-04-26  3:20 UTC 

[PATCH v2 0/7] tracing/user_events: Update user_events ABI from
 2022-04-25 18:46 UTC  (8+ messages)
` [PATCH v2 1/7] tracing/user_events: Fix repeated word in comments
` [PATCH v2 2/7] tracing/user_events: Use NULL for strstr checks
` [PATCH v2 3/7] tracing/user_events: Use WRITE instead of READ for io vector import
` [PATCH v2 4/7] tracing/user_events: Ensure user provided strings are safely formatted
` [PATCH v2 5/7] tracing/user_events: Use refcount instead of atomic for ref tracking
` [PATCH v2 6/7] tracing/user_events: Use bits vs bytes for enabled status page data
` [PATCH v2 7/7] tracing/user_events: Update ABI documentation to align to bits vs bytes

[PATCH v4 08/13] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-25 14:34 UTC  (2+ messages)
` [PATCH v4 09/13] serial: General support for multipoint addresses

[PATCH v1] random: block in /dev/urandom
 2022-04-25 12:09 UTC  (21+ messages)

[PATCH] binfmt_flat: Remove shared library support
 2022-04-25  7:40 UTC  (10+ messages)

[PATCH V2 0/3] riscv: atomic: Optimize AMO instructions usage
 2022-04-24  8:33 UTC  (15+ messages)

[PATCH V3] riscv: patch_text: Fixup last cpu should be master
 2022-04-24  7:33 UTC  (3+ messages)

[PATCH V4 0/3] csky: Optimize atomic_ops & cmpxchg
 2022-04-24  7:29 UTC  (4+ messages)
` [PATCH V4 1/3] csky: atomic: Optimize cmpxchg with acquire & release
` [PATCH V4 2/3] csky: atomic: Add custom atomic.h implementation
` [PATCH V4 3/3] csky: atomic: Add conditional atomic operations' optimization

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-23  1:50 UTC  (2+ messages)

Dangerous addr to ctrl dependency transformation in fs/nfs/delegation.c::nfs_server_return_marked_delegations()?
 2022-04-22 10:39 UTC  (3+ 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).