linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-22 09:05:26 to 2022-06-30 02:41:50 UTC [more...]

[PATCH v5 00/33] objtool: add base support for arm64
 2022-06-30  2:41 UTC  (41+ messages)
` [PATCH v6 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [PATCH v6 02/33] objtool: arm64: Add base definition for arm64 backend
` [PATCH v6 03/33] objtool: arm64: Decode add/sub instructions
` [PATCH v6 04/33] objtool: arm64: Decode jump and call related instructions
` [PATCH v6 05/33] objtool: arm64: Decode other system instructions
` [PATCH v6 06/33] objtool: arm64: Decode load/store instructions
` [PATCH v6 07/33] objtool: arm64: Decode LDR instructions
` [PATCH v6 08/33] objtool: arm64: Accept non-instruction data in code sections
` [PATCH v6 09/33] objtool: check: Support data in text section
` [PATCH v6 10/33] objtool: arm64: Handle supported relocations in alternatives
` [PATCH v6 11/33] objtool: arm64: Ignore replacement section for alternative callback
` [PATCH v6 12/33] objtool: arm64: Enable stack validation for arm64
` [PATCH v6 13/33] objtool: arm64: Enable ORC "
` [PATCH v6 14/33] objtool: arm64: Add annotate_reachable() for objtools
` [PATCH v6 15/33] arm64: bug: Add reachable annotation to warning macros
` [PATCH v6 16/33] arm64: kgdb: Add reachable annotation after kgdb brk
` [PATCH v6 17/33] objtool: arm64: Add unwind_hint support
` [PATCH v6 18/33] arm64: Change symbol type annotations
` [PATCH v6 19/33] arm64: Annotate unwind_hint for symbols with empty stack
` [PATCH v6 20/33] arm64: entry: Annotate unwind_hint for entry
` [PATCH v6 21/33] arm64: kvm: Annotate unwind_hint for hyp entry
` [PATCH v6 22/33] arm64: efi-header: Mark efi header as data
` [PATCH v6 23/33] arm64: head: Mark constants "
` [PATCH v6 24/33] arm64: proc: Mark constant "
` [PATCH v6 25/33] arm64: crypto: "
` [PATCH v6 26/33] arm64: crypto: Remove unnecessary stackframe
` [PATCH v6 27/33] arm64: Set intra-function call annotations
` [PATCH v6 28/33] arm64: sleep: Properly set frame pointer before call
` [PATCH v6 29/33] arm64: compat: Move VDSO code to .rodata section
` [PATCH v6 30/33] arm64: entry: Align stack size for alternative
` [PATCH v6 31/33] arm64: kernel: Skip validation of proton-pack.c
` [PATCH v6 32/33] arm64: irq-gic: Replace unreachable() with -EINVAL
` [PATCH v6 33/33] objtool: revert c_file fallthrough detection for arm64

[PATCH V7 0/5] riscv: Add qspinlock support with combo style
 2022-06-29 12:53 UTC  (17+ messages)
` [PATCH V7 1/5] asm-generic: ticket-lock: Remove unnecessary atomic_read
` [PATCH V7 2/5] asm-generic: ticket-lock: Use the same struct definitions with qspinlock
` [PATCH V7 3/5] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V7 4/5] asm-generic: spinlock: Add combo spinlock (ticket & queued)
` [PATCH V7 5/5] riscv: Add qspinlock support

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-29  6:25 UTC  (28+ messages)
` [PATCH v2 2/3] scsi: BusLogic remove bus_to_virt
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-29  0:58 UTC  (3+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 4313a24985f00340eeb591fd66aa2b257b9e0a69
 2022-06-29  0:03 UTC 

[PATCH v2] Implement close-on-fork
 2022-06-28 13:43 UTC  (7+ messages)

[PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-28 11:31 UTC  (8+ messages)
` [PATCH v3 1/3] scsi: BusLogic remove bus_to_virt
` [PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH V7 0/5] riscv: Add qspinlock support with combo style
 2022-06-28  8:19 UTC 

[ANNOUNCE] linux/arch Microconference Accepted to 2022 Linux Plumbers Conference
 2022-06-28  8:05 UTC  (2+ messages)

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

[PATCH 1/3] MIPS&LoongArch: Adjust prototypes of p?d_init()
 2022-06-28  3:22 UTC  (5+ messages)
` [PATCH 2/3] LoongArch: Add sparse memory vmemmap support
` [PATCH 3/3] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[arnd-asm-generic:asm-generic] BUILD SUCCESS 8327b9f472a80ec973290e950323d214c7ead58e
 2022-06-27 19:25 UTC 

[PATCH RFC] tools/memory-model: Adjust ctrl dependency definition
 2022-06-27 14:56 UTC  (6+ messages)

[GIT PULL] LoongArch fixes for v5.19-rc4
 2022-06-25 18:30 UTC  (2+ messages)

[PATCH V2 1/2] LoongArch: Add subword xchg/cmpxchg emulation
 2022-06-25 14:25 UTC  (16+ messages)
` [PATCH V2 2/2] LoongArch: Add qspinlock support

[PATCH] riscv: atomic: Clean up unnecessary acquire and release definitions
 2022-06-25  9:39 UTC 

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-25  5:29 UTC  (11+ messages)

[PATCH v9 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-06-24 20:42 UTC  (2+ messages)
` [PATCH v9 5/6] serial: Support for RS-485 multipoint addresses

[PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-24 12:51 UTC  (11+ messages)
` [PATCH v5 1/9] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v5 2/9] bitops: always define asm-generic non-atomic bitops
` [PATCH v5 3/9] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v5 4/9] bitops: define const_*() versions of the non-atomics
` [PATCH v5 5/9] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v5 6/9] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v5 7/9] net/ice: fix initializing the bitmap in the switch code
` [PATCH v5 8/9] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v5 9/9] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH V6 0/2] riscv: Support qspinlock with generic headers
 2022-06-23  9:17 UTC  (4+ messages)
` [PATCH V6 1/2] asm-generic: spinlock: Move qspinlock & ticket-lock into generic spinlock.h

[PATCH] LoongArch: Fix the !THP build
 2022-06-23  7:53 UTC  (3+ messages)

[PATCH v3] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2022-06-23  7:48 UTC  (2+ messages)

[PATCH V2] LoongArch: Add vDSO syscall __vdso_getcpu()
 2022-06-23  4:47 UTC 

[PATCH] LoongArch: Fix sleeping in atomic context in setup_tlb_handler()
 2022-06-23  2:52 UTC 

[PATCH v5 00/33] objtool: add base support for arm64
 2022-06-23  1:37 UTC  (36+ messages)
` [PATCH v5 01/33] tools: arm64: Make aarch64 instruction decoder available to tools
` [PATCH v5 02/33] objtool: arm64: Add base definition for arm64 backend
` [PATCH v5 03/33] objtool: arm64: Decode add/sub instructions
` [PATCH v5 04/33] objtool: arm64: Decode jump and call related instructions
` [PATCH v5 05/33] objtool: arm64: Decode other system instructions
` [PATCH v5 06/33] objtool: arm64: Decode load/store instructions
` [PATCH v5 07/33] objtool: arm64: Decode LDR instructions
` [PATCH v5 08/33] objtool: arm64: Accept non-instruction data in code sections
` [PATCH v5 09/33] objtool: check: Support data in text section
` [PATCH v5 10/33] objtool: arm64: Handle supported relocations in alternatives
` [PATCH v5 11/33] objtool: arm64: Ignore replacement section for alternative callback
` [PATCH v5 12/33] objtool: arm64: Enable stack validation for arm64
` [PATCH v5 13/33] objtool: arm64: Enable ORC "
` [PATCH v5 14/33] objtool: arm64: Add annotate_reachable() for objtools
` [PATCH v5 15/33] arm64: bug: Add reachable annotation to warning macros
` [PATCH v5 16/33] arm64: kgdb: Add reachable annotation after kgdb brk
` [PATCH v5 17/33] objtool: arm64: Add unwind_hint support
` [PATCH v5 18/33] arm64: Change symbol type annotations
` [PATCH v5 19/33] arm64: Annotate unwind_hint for symbols with empty stack
` [PATCH v5 20/33] arm64: entry: Annotate unwind_hint for entry
` [PATCH v5 21/33] arm64: kvm: Annotate unwind_hint for hyp entry
` [PATCH v5 22/33] arm64: efi-header: Mark efi header as data
` [PATCH v5 23/33] arm64: head: Mark constants "
` [PATCH v5 24/33] arm64: proc: Mark constant "
` [PATCH v5 25/33] arm64: crypto: "
` [PATCH v5 26/33] arm64: crypto: Remove unnecessary stackframe
` [PATCH v5 27/33] arm64: Set intra-function call annotations
` [PATCH v5 28/33] arm64: sleep: Properly set frame pointer before call
` [PATCH v5 29/33] arm64: compat: Move VDSO code to .rodata section
` [PATCH v5 30/33] arm64: entry: Align stack size for alternative
` [PATCH v5 31/33] arm64: kernel: Skip validation of proton-pack.c
` [PATCH v5 32/33] arm64: irq-gic: Replace unreachable() with -EINVAL
` [PATCH v5 33/33] objtool: revert c_file fallthrough detection for arm64

[PATCH v4 0/8] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-22 16:04 UTC  (6+ messages)
` [PATCH v4 8/8] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH v2 0/5] objtool: Reorganize x86 arch-specific code
 2022-06-22 10:13 UTC  (6+ messages)
` [PATCH v2 1/5] objtool: Make ORC type code arch-specific
` [PATCH v2 2/5] objtool: Make ORC init and lookup code arch-generic
` [PATCH v2 3/5] objtool: Add generic symbol for relocation type
` [PATCH v2 4/5] objtool: Specify host-arch for making LIBSUBCMD
` [PATCH v2 5/5] objtool: use arch_jump_destination in read_intra_function_calls

Dangerous addr to ctrl dependency transformation in fs/nfs/delegation.c::nfs_server_return_marked_delegations()?
 2022-06-22  9:05 UTC  (6+ 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).