linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-15 15:52:22 to 2022-06-23 01:53:50 UTC [more...]

[PATCH v5 00/33] objtool: add base support for arm64
 2022-06-23  1:49 UTC  (24+ 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 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 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 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  (13+ messages)
` [PATCH v4 1/8] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH v4 2/8] bitops: always define asm-generic non-atomic bitops
` [PATCH v4 3/8] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH v4 4/8] bitops: define const_*() versions of the non-atomics
` [PATCH v4 5/8] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH v4 6/8] bitops: let optimize out non-atomic bitops on compile-time constants
` [PATCH v4 7/8] bitmap: don't assume compiler evaluates small mem*() builtins calls
` [PATCH v4 8/8] lib: test_bitmap: add compile-time optimization/evaluations assertions

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-22 10:20 UTC  (3+ messages)
` [PATCH v3 2/3] kernel: remove platform_has() infrastructure

[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)

Wycena paneli fotowoltaicznych
 2022-06-22  7:50 UTC 

[PATCH V6 0/2] riscv: Support qspinlock with generic headers
 2022-06-22  1:51 UTC  (5+ messages)
` [PATCH V6 1/2] asm-generic: spinlock: Move qspinlock & ticket-lock into generic spinlock.h
` [PATCH V6 2/2] riscv: Add qspinlock support

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-21 21:56 UTC  (9+ messages)
` [PATCH v2 1/3] scsi: dpt_i2o: drop stale VIRT_TO_BUS dependency
` [PATCH v2 2/3] scsi: BusLogic remove bus_to_virt
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH v3 0/7] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-21 18:51 UTC  (29+ messages)
  ` [PATCH v3 1/7] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
  ` [PATCH v3 2/7] bitops: always define asm-generic non-atomic bitops
  ` [PATCH v3 3/7] bitops: unify non-atomic bitops prototypes across architectures
  ` [PATCH v3 4/7] bitops: define const_*() versions of the non-atomics
  ` [PATCH v3 5/7] bitops: wrap non-atomic bitops with a transparent macro
  ` [PATCH v3 6/7] bitops: let optimize out non-atomic bitops on compile-time constants
  ` [PATCH v3 7/7] lib: test_bitmap: add compile-time optimization/evaluations assertions
  ` [alobakin:bitops 3/7] block/elevator.c:222:9: sparse: sparse: cast from restricted req_flags_t

[PATCH V5] riscv: Add qspinlock support
 2022-06-21 14:57 UTC  (10+ messages)

[PATCH RFC] tools/memory-model: Adjust ctrl dependency definition
 2022-06-21 14:24 UTC  (4+ messages)

[PATCH v3] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2022-06-21 14:15 UTC  (4+ messages)

[PATCH v2] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2022-06-21 10:58 UTC  (2+ messages)
` [LTP] [PATCH v2] uapi: Make __{u, s}64 match {u, }int64_t "

[PATCH] LoongArch: Add sparse memory vmemmap support
 2022-06-21  6:35 UTC  (5+ messages)

[PATCH] LoongArch: Add qspinlock support
 2022-06-21  2:11 UTC  (18+ messages)

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

Business Capital Funding
 2022-06-20 11:08 UTC 

[PATCH] LoongArch: Add vDSO syscall __vdso_getcpu()
 2022-06-20  4:26 UTC  (5+ messages)

[PATCH v2] Implement close-on-fork
 2022-06-19 10:42 UTC  (4+ messages)

[GIT PULL] LoongArch fixes for v5.19-rc3
 2022-06-17 19:22 UTC  (2+ messages)

[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2022-06-17 15:04 UTC  (10+ messages)
              ` Ping: "

[PATCH] LoongArch: Add efistub booting support
 2022-06-17 14:57 UTC 

[PATCH] arch/*: Disable softirq stacks on PREEMPT_RT
 2022-06-17  9:51 UTC  (4+ messages)

[PATCH] compiler.h: Use compound statement for WRITE_ONCE
 2022-06-17  9:04 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-16 21:26 UTC  (5+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE

[PATCH] MAINTAINERS: Add maillist information for LoongArch
 2022-06-16 12:33 UTC  (3+ messages)

[PATCH v7 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-06-16  7:53 UTC  (6+ messages)
` [PATCH v7 5/6] serial: Support for RS-485 multipoint addresses

[arnd-asm-generic:asm-generic] BUILD SUCCESS 6f1de1da8156572e07287814bd6eb0ea3d90e495
 2022-06-16  4:33 UTC 

Bayerische Jungbauernschaft e.V. / Landjugend "[Vielen Dank für deine Anmeldung!]"
 2022-06-16  3:47 UTC 

[PATCH v2 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-15 15:52 UTC  (5+ messages)
` [PATCH v2 4/6] bitops: define const_*() versions of the non-atomics


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).