linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v3 26/64] objtool: Add section/symbol type helpers
Josh Poimboeuf
Re: [PATCH v3 26/64] objtool: Add section/symbol type helpers
Peter Zijlstra
Re: [PATCH v3 26/64] objtool: Add section/symbol type helpers
Josh Poimboeuf
[PATCH v3 27/64] objtool: Mark .cold subfunctions
Josh Poimboeuf
[PATCH v3 31/64] objtool: Avoid emptying lists for duplicate sections
Josh Poimboeuf
[PATCH v3 28/64] objtool: Fix weak symbol hole detection for .cold functions
Josh Poimboeuf
[PATCH v3 30/64] objtool: Simplify reloc offset calculation in unwind_read_hints()
Josh Poimboeuf
[PATCH v3 34/64] objtool: Reindent check_options[]
Josh Poimboeuf
[PATCH v3 32/64] objtool: Rename --Werror to --werror
Josh Poimboeuf
[PATCH v3 35/64] objtool: Refactor add_jump_destinations()
Josh Poimboeuf
[PATCH v3 33/64] objtool: Resurrect --backup option
Josh Poimboeuf
[PATCH v3 37/64] objtool: Generalize elf_create_symbol()
Josh Poimboeuf
[PATCH v3 36/64] objtool: Simplify special symbol handling in elf_update_symbol()
Josh Poimboeuf
[PATCH v3 38/64] objtool: Generalize elf_create_section()
Josh Poimboeuf
[PATCH v3 39/64] objtool: Add elf_create_data()
Josh Poimboeuf
[PATCH v3 40/64] objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
[PATCH v3 41/64] objtool: Add elf_create_file()
Josh Poimboeuf
[PATCH v3 42/64] kbuild,x86: Fix special section module permissions
Josh Poimboeuf
Re: [PATCH v3 42/64] kbuild,x86: Fix special section module permissions
Peter Zijlstra
Re: [PATCH v3 42/64] kbuild,x86: Fix special section module permissions
Josh Poimboeuf
Re: [PATCH v3 42/64] kbuild,x86: Fix special section module permissions
Peter Zijlstra
[PATCH v3 44/64] x86/jump_label: Define ELF section entry size for jump labels
Josh Poimboeuf
Re: [PATCH v3 44/64] x86/jump_label: Define ELF section entry size for jump labels
Peter Zijlstra
Re: [PATCH v3 44/64] x86/jump_label: Define ELF section entry size for jump labels
Josh Poimboeuf
Re: [PATCH v3 44/64] x86/jump_label: Define ELF section entry size for jump labels
Peter Zijlstra
[PATCH v3 43/64] x86/alternative: Define ELF section entry size for alternatives
Josh Poimboeuf
[PATCH v3 46/64] x86/extable: Define ELF section entry size for exception table
Josh Poimboeuf
Re: [PATCH v3 46/64] x86/extable: Define ELF section entry size for exception table
Peter Zijlstra
[PATCH v3 47/64] x86/bug: Define ELF section entry size for bug table
Josh Poimboeuf
[PATCH v3 45/64] x86/static_call: Define ELF section entry size of static calls
Josh Poimboeuf
Re: [PATCH v3 45/64] x86/static_call: Define ELF section entry size of static calls
Peter Zijlstra
[PATCH v3 49/64] objtool: Unify STACK_FRAME_NON_STANDARD entry sizes
Josh Poimboeuf
[PATCH v3 50/64] objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
[PATCH v3 48/64] x86/orc: Define ELF section entry size for unwind hints
Josh Poimboeuf
[PATCH v3 53/64] objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
[PATCH v3 51/64] objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
[PATCH v3 55/64] objtool: Disallow duplicate prefix symbols
Josh Poimboeuf
[PATCH v3 52/64] objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
[PATCH v3 54/64] objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
[PATCH v3 56/64] objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
[PATCH v3 57/64] livepatch: Add CONFIG_KLP_BUILD
Josh Poimboeuf
[PATCH v3 61/64] livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
[PATCH v3 58/64] kbuild,objtool: Defer objtool validation step for CONFIG_KLP_BUILD
Josh Poimboeuf
[PATCH v3 60/64] livepatch/klp-build: Add stub init code for livepatch modules
Josh Poimboeuf
[PATCH v3 64/64] livepatch: Introduce source code helpers for livepatch modules
Josh Poimboeuf
[PATCH v3 59/64] livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff noise
Josh Poimboeuf
[PATCH v3 63/64] livepatch/klp-build: Add --show-first-changed option to show function divergence
Josh Poimboeuf
[PATCH v3 62/64] livepatch/klp-build: Add --debug option to show cloning decisions
Josh Poimboeuf
Re: [PATCH v2 59/62] livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
Re: [PATCH v2 54/62] objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
Re: [PATCH v2 29/62] objtool: Mark prefix functions
Josh Poimboeuf
[PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
Hiago De Franco
[PATCH v6 1/3] pmdomain: core: introduce dev_pm_genpd_is_on()
Hiago De Franco
[PATCH v6 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
Hiago De Franco
[PATCH v6 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores
Hiago De Franco
Re: [PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
Hiago De Franco
Re: [PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
Mathieu Poirier
Re: [PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
Hiago De Franco
Re: [PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
Mathieu Poirier
Re: [PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
Hiago De Franco
Re: [PATCH] selftests: futex: define SYS_futex on 32-bit architectures with 64-bit time_t
Thomas Gleixner
Re: [PATCH] selftests/futex: Convert 32bit timespec struct to 64bit version for 32bit compatibility mode
Thomas Gleixner
[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
Moon Hee Lee
Re: [PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
Shuah Khan
Re: [PATCH v3 4/5] arm64: dts: imx95: Add SCMI LMM/CPU nodes
Frank Li
Re: [PATCH v3 2/5] remoteproc: imx_rproc: Add support for System Manager API
Frank Li
Re: [PATCH v3 2/5] remoteproc: imx_rproc: Add support for System Manager API
Mathieu Poirier
Re: [PATCH v3 2/5] remoteproc: imx_rproc: Add support for System Manager API
Peng Fan
Re: [PATCH v3 2/5] remoteproc: imx_rproc: Add support for System Manager API
Mathieu Poirier
RE: [PATCH v3 2/5] remoteproc: imx_rproc: Add support for System Manager API
Peng Fan
Re: [PATCH v3 1/5] dt-bindings: remoteproc: fsl,imx-rproc: Add support for i.MX95
Frank Li
Re: [PATCH v3 1/5] dt-bindings: remoteproc: fsl,imx-rproc: Add support for i.MX95
Krzysztof Kozlowski
[PATCH] kunit: Make default kunit_test timeout configurable via both a module parameter and a Kconfig option
Marie Zhussupova
Re: [PATCH] kunit: Make default kunit_test timeout configurable via both a module parameter and a Kconfig option
David Gow
[PATCH v5 0/7] futex: Create set_robust_list2
André Almeida
[PATCH v5 1/7] selftests/futex: Add ASSERT_ macros
André Almeida
Re: [PATCH v5 1/7] selftests/futex: Add ASSERT_ macros
Thomas Gleixner
Re: [PATCH v5 1/7] selftests/futex: Add ASSERT_ macros
Thomas Gleixner
Re: [PATCH v5 1/7] selftests/futex: Add ASSERT_ macros
André Almeida
Re: [PATCH v5 1/7] selftests/futex: Add ASSERT_ macros
Thomas Gleixner
[PATCH v5 4/7] futex: Create set_robust_list2
André Almeida
Re: [PATCH v5 4/7] futex: Create set_robust_list2
Thomas Gleixner
[PATCH v5 5/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
André Almeida
Re: [PATCH v5 5/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
Thomas Gleixner
[PATCH v5 3/7] futex: Use explicit sizes for compat_exit_robust_list
André Almeida
Re: [PATCH v5 3/7] futex: Use explicit sizes for compat_exit_robust_list
Thomas Gleixner
Re: [PATCH v5 3/7] futex: Use explicit sizes for compat_exit_robust_list
kernel test robot
[PATCH v5 7/7] selftests: futex: Expand robust list test for the new interface
André Almeida
Re: [PATCH v5 7/7] selftests: futex: Expand robust list test for the new interface
Thomas Gleixner
[PATCH v5 6/7] futex: Wire up set_robust_list2 syscall
André Almeida
[PATCH v5 2/7] selftests/futex: Create test for robust list
André Almeida
Re: [PATCH v5 2/7] selftests/futex: Create test for robust list
Thomas Gleixner
[PATCH 0/2] membarrier: allow cpu_id to be set on more commands
Dylan Yudaken
[PATCH 2/2] membarrier: self test for cpu specific calls
Dylan Yudaken
[PATCH 1/2] membarrier: allow cpu_id to be set on more commands
Dylan Yudaken
Re: [PATCH 1/2] membarrier: allow cpu_id to be set on more commands
Mathieu Desnoyers
Re: [PATCH 1/2] membarrier: allow cpu_id to be set on more commands
Dylan
[PATCH v1 1/1] libnvdimm: Don't use "proxy" headers
Andy Shevchenko
Re: [PATCH v1 1/1] libnvdimm: Don't use "proxy" headers
Ira Weiny
Re: [PATCH v1 1/1] libnvdimm: Don't use "proxy" headers
Andy Shevchenko
Re: [PATCH rc v2 0/4] Fix iommufd selftest FAIL and warnings with v6.16
Jason Gunthorpe
Re: [PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
Vincent Mailhol
Re: [PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
Kees Cook
Re: [PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
Sean Christopherson
Re: [RFC PATCH 14/20] cxl/region: Add cxl pmem region creation routine for region persistency
Neeraj Kumar
Re: [RFC PATCH 14/20] cxl/region: Add cxl pmem region creation routine for region persistency
Dave Jiang
Re: [RFC PATCH 19/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
Neeraj Kumar
Re: [RFC PATCH 20/20] cxl/pmem_region: Add cxl region label updation and deletion device attributes
Neeraj Kumar
Re: [RFC PATCH 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
Neeraj Kumar
Re: [RFC PATCH 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
Dave Jiang
Re: [RFC PATCH 08/20] nvdimm/label: Include region label in slot validation
Neeraj Kumar
Re: [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
Neeraj Kumar
Re: [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
Alison Schofield
Re: [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
Neeraj Kumar
Re: [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
Dave Jiang
Re: [RFC PATCH 12/20] nvdimm/namespace_label: Skip region label during namespace creation
Neeraj Kumar
Re: [RFC PATCH 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
Neeraj Kumar
Re: [RFC PATCH 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
Dave Jiang
Re: [PATCH v4] arm64: Implement HAVE_LIVEPATCH
Will Deacon
Re: [PATCH v4] arm64: Implement HAVE_LIVEPATCH
Song Liu
Re: [PATCH v4] arm64: Implement HAVE_LIVEPATCH
Catalin Marinas
Re: [RFC PATCH 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
Neeraj Kumar
Re: [RFC PATCH 06/20] nvdimm/region_label: Add region label deletion routine
Neeraj Kumar
Re: [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
Neeraj Kumar
Re: [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
Neeraj Kumar
Re: [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
Ira Weiny
Re: [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
Neeraj Kumar
Re: [RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
Neeraj Kumar
Re: [RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
Ira Weiny
Re: [RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
Neeraj Kumar
Re: [RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
Dave Jiang
Re: [PATCH RFT v17 3/8] selftests: Provide helper header for shadow stack testing
Catalin Marinas
Re: [PATCH v5 2/4] media: qcom: camss: Add support for MSM8939
Vladimir Zapolskiy
[PATCH 0/2] rust: replace `allow(...)` with `expect(...)`
Onur Özkan
[PATCH 2/2] rust: drop unnecessary lints caught by `#[expect(...)]`
Onur Özkan
Re: [PATCH 2/2] rust: drop unnecessary lints caught by `#[expect(...)]`
Onur
Re: [PATCH 2/2] rust: drop unnecessary lints caught by `#[expect(...)]`
Miguel Ojeda
[PATCH 1/2] replace `#[allow(...)]` with `#[expect(...)]`
Onur Özkan
Re: [PATCH v4 3/4] media: dt-bindings: Add qcom,msm8939-camss
Krzysztof Kozlowski
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Krzysztof Kozlowski
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Bryan O'Donoghue
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Krzysztof Kozlowski
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Bryan O'Donoghue
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Vladimir Zapolskiy
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Bryan O'Donoghue
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Krzysztof Kozlowski
Re: [PATCH v5 3/4] media: dt-bindings: Add qcom,msm8939-camss
Bryan O'Donoghue
Re: [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Peter Xu
Re: [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
[PATCH V2 net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
Jason Wang
[PATCH V2 net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
Jason Wang
Re: [PATCH V2 net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
Jakub Kicinski
Re: [PATCH V2 net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
Jason Wang
[PATCH] selftests/mm: remove duplicate .gitignore entries
Moon Hee Lee
Re: [PATCH] selftests/mm: remove duplicate .gitignore entries
Dev Jain
Re: [PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
Mina Almasry
Re: [PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
Jakub Kicinski
Re: [PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
Mina Almasry
Re: [PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
Jakub Kicinski
Re: [PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
Mina Almasry
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
Florian Fainelli
[PATCH 02/16] MAINTAINERS: Include device.py under DRIVER CORE entry
Florian Fainelli
[PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
Florian Fainelli
[PATCH 04/16] MAINTAINERS: Include radixtree.py under GENERIC RADIX TREE entry
Florian Fainelli
[PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
Florian Fainelli
[PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
Florian Fainelli
[PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
Florian Fainelli
Re: [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
David Hildenbrand
[PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
Florian Fainelli
Re: [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
John Ogness
[PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
Florian Fainelli
[PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry
Florian Fainelli
[PATCH 06/16] MAINTAINERS: Include kasan.py under KASAN entry
Florian Fainelli
[PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
Florian Fainelli
[PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
Florian Fainelli
[PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
Florian Fainelli
[PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
Florian Fainelli
[PATCH 05/16] MAINTAINERS: Include interrupts.py under IRQ SUBSYSTEM entry
Florian Fainelli
[PATCH 07/16] MAINTAINERS: Include mapletree.py under MAPLE TREE entry
Florian Fainelli
Re: [PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
Liam R. Howlett
Re: [PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
Jan Kiszka
Re: [PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
Florian Fainelli
Re: [PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
Jan Kara
Re: [PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
Florian Fainelli
Re: [PATCH RFC net v2 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
Re: [PATCH RFC net v2 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Stefano Garzarella
Re: [PATCH RFC net v2 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
[PATCH 0/3] Add SM7635 and related PMICs to socinfo
Luca Weiss
[PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family
Luca Weiss
[PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
Luca Weiss
Re: [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
Konrad Dybcio
Re: [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
Dmitry Baryshkov
Re: [PATCH 2/3] soc: qcom: socinfo: Add SoC IDs for SM7635 family
Dmitry Baryshkov
Re: [PATCH 0/3] Add SM7635 and related PMICs to socinfo
Bjorn Andersson
Re: [PATCH RFC 11/14] mm: remove "horrible special case to handle copy-on-write behaviour"
David Hildenbrand
[PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver
Luca Weiss
Re: [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver
Dmitry Baryshkov
Re: [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver
Konrad Dybcio
Re: [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver
Luca Weiss
Earlier messages
Later messages