Linux Doc
[Prev Page][Next Page]
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "H.J. Lu" <hjl.tools@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "H.J. Lu" <hjl.tools@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch
- From: ross.philipson@xxxxxxxxxx
- Re: [PATCH v2 0/2] docs: Include simplified link titles in main index
- From: Carlos Bilbao <carlos.bilbao@xxxxxxx>
- [PATCH v4 36/36] memprofiling: Documentation
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 31/36] lib: add memory allocations report in show_mem()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 30/36] rhashtable: Plumb through alloc tag
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 24/36] rust: Add a rust helper for krealloc()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 19/36] mm: create new codetag references during page splitting
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 18/36] mm: enable page allocation tagging
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 15/36] lib: introduce support for page allocation tagging
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 12/36] lib: code tagging module support
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 11/36] lib: code tagging framework
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 06/36] mm: enumerate all gfp flags
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 01/36] fix missing vmalloc.h includes
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v4 00/36] Memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v2 0/4] arm64/fp: Documentation cleanups and clarifications
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH mm-unstable 2/2] Docs/admin-guide/mm/damon/usage: fix a typo on the auto-tuning design reference link
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH mm-unstable 1/2] Docs/admin-guide/mm/damon/usage: fix a typo on a reference link
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH mm-unstable 0/2] mm/damon: fix typos on reference links
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH 00/31] NT synchronization primitive driver
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH v4] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH RFC bpf-next v3 16/16] selftests/hid: add KASAN to the VM tests
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 15/16] selftests/hid: add test for bpf_timer
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 14/16] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks.
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 13/16] selftests/hid: add tests for hid_bpf_input_report
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 12/16] HID: bpf: allow to inject HID event from BPF
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 11/16] selftests/hid: Add test for hid_bpf_hw_output_report
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 10/16] HID: bpf: export hid_hw_output_report as a BPF kfunc
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 03/16] bpf/verifier: add is_async_callback_calling_insn() helper
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 01/16] bpf/verifier: allow more maps in sleepable bpf programs
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
- From: Adrián Larumbe <adrian.larumbe@xxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- Re: [PATCH] Documentation/ftrace: Correct wording on trace_options sharing
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [PATCH v2] riscv: hwprobe: export largest userspace address
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount
- From: Xu Yilun <yilun.xu@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: "H. Peter Anvin" <hpa@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v3 10/10] iommu: account IOMMU allocated memory
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v5 0/5] Rework system pressure interface to the scheduler
- From: Lukasz Luba <lukasz.luba@xxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH 4.19 169/202] Documentation: net-sysfs: describe missing statistics
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v14 3/3] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach
- From: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
- Re: [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [PATCH v10 2/2] arm64: boot: Support Flat Image Tree
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Xuewen Yan <xuewen.yan94@xxxxxxxxx>
- [PATCH v14 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
- From: Billy Tsai <billy_tsai@xxxxxxxxxxxxxx>
- [PATCH v14 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control
- From: Billy Tsai <billy_tsai@xxxxxxxxxxxxxx>
- [PATCH v14 3/3] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach
- From: Billy Tsai <billy_tsai@xxxxxxxxxxxxxx>
- [PATCH v14 0/3] Support pwm/tach driver for aspeed ast26xx
- From: Billy Tsai <billy_tsai@xxxxxxxxxxxxxx>
- Re: [PATCH 2/3] tee: tstee: Add Trusted Services TEE driver
- From: Balint Dobszay <balint.dobszay@xxxxxxx>
- [PATCH v5 1/3] docs: iio: Refactor index.rst
- From: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx>
- [PATCH v5 3/3] docs: iio: add documentation for adis16475 driver
- From: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx>
- [PATCH v5 2/3] docs: iio: add documentation for device buffers
- From: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx>
- [PATCH v5 0/3] adis16475 driver documentation
- From: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx>
- [PATCH v2] riscv: hwprobe: export Zihintpause ISA extension
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- Re: [PATCH] riscv: hwprobe: export Zihintpause ISA extension
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
- From: Ban Feng <baneric926@xxxxxxxxx>
- Re: [PATCH v7 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
- From: Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Xuewen Yan <xuewen.yan94@xxxxxxxxx>
- Re: [PATCH] Documentation/ftrace: Correct wording on trace_options sharing
- From: Dmitry Safonov <dima@xxxxxxxxxx>
- Re: [PATCH] docs: Instruct LaTeX to cope with deeper nesting
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [PATCH v3 3/3] hwmon: Driver for Nuvoton NCT7363Y
- From: Ban Feng <baneric926@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Stefan O'Rear" <sorear@xxxxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "dalias@xxxxxxxx" <dalias@xxxxxxxx>
- Re: [PATCH] riscv: hwprobe: export Zihintpause ISA extension
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH] docs: Instruct LaTeX to cope with deeper nesting
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v9 1/1] mm: report per-page metadata information
- From: Sourav Panda <souravpanda@xxxxxxxxxx>
- [PATCH v9 0/1] mm: report per-page metadata information
- From: Sourav Panda <souravpanda@xxxxxxxxxx>
- Re: [PATCH v2 04/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH v2 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- [PATCH] Documentation/ftrace: Correct wording on trace_options sharing
- From: Dmitry Safonov <dima@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Rich Felker <dalias@xxxxxxxx>
- [PATCH v4] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v3] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: James Morse <james.morse@xxxxxxx>
- Re: [PATCH v2 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
- From: James Morse <james.morse@xxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: Peter Newman <peternewman@xxxxxxxxxx>
- Re: [PATCH v2 04/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
- From: James Morse <james.morse@xxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v7 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v7 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v2] riscv: hwprobe: export largest userspace address
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- Re: [PATCH v2] riscv: hwprobe: export largest userspace address
- From: "Stefan O'Rear" <sorear@xxxxxxxxxxxx>
- Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: "Stefan O'Rear" <sorear@xxxxxxxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] docs: Instruct LaTeX to cope with deeper nesting
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: James Morse <james.morse@xxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: James Morse <james.morse@xxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- [PATCH v5 5/5] sched/pelt: Remove shift of thermal clock
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- [PATCH v5 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- [PATCH v5 2/5] sched: Take cpufreq feedback into account
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- [PATCH v5 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- [PATCH v5 1/5] cpufreq: Add a cpufreq pressure feedback for the scheduler
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- [PATCH v5 0/5] Rework system pressure interface to the scheduler
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- Re: [PATCH 3/3] tools/testing: adjust pstore backend related selftest
- From: Yuanhe Shu <xiangzao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation: gpio: Add a note on the deprecated GPIO Testing Driver
- From: Lincoln Wallace <lincoln.wallace@xxxxxxxxxxxxx>
- Re: [PATCH] Documentation: gpio: Add a note on the deprecated GPIO Testing Driver
- From: Lincoln Wallace <lincoln.wallace@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] pstore: add multi-backend support
- From: Yuanhe Shu <xiangzao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation: gpio: Add a note on the deprecated GPIO Testing Driver
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- Re: [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount
- From: Marco Pagani <marpagan@xxxxxxxxxx>
- [PATCH v2] riscv: hwprobe: export largest userspace address
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- Re: [PATCH net] docs: netdev: update the link to the CI repo
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC 6/8] KEYS: PGP data parser
- From: Petr Tesarik <petr.tesarik1@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v3] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v3 09/17] x86: Add KHO support
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH] doc: it_IT: remove references to original documents
- From: Federico Vaga <federico.vaga@xxxxxxxxxx>
- Re: [PATCH v5] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5] Documentation: Document the Linux Kernel CVE process
- From: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v2 17/31] ntsync: Allow waits to use the REALTIME clock.
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH v3] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
- From: Thiago Jung Bauermann <thiago.bauermann@xxxxxxxxxx>
- Re: [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
- From: Thiago Jung Bauermann <thiago.bauermann@xxxxxxxxxx>
- Re: [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
- From: Thiago Jung Bauermann <thiago.bauermann@xxxxxxxxxx>
- Re: [PATCH v10 2/2] arm64: boot: Support Flat Image Tree
- From: Simon Glass <sjg@xxxxxxxxxxxx>
- Re: [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
- From: Thiago Jung Bauermann <thiago.bauermann@xxxxxxxxxx>
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
- From: Thiago Jung Bauermann <thiago.bauermann@xxxxxxxxxx>
- [PATCH v3] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 31/31] docs: ntsync: Add documentation for the ntsync uAPI.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 29/31] selftests: ntsync: Add a stress test for contended waits.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 23/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 30/31] maintainers: Add an entry for ntsync.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 25/31] selftests: ntsync: Add some tests for auto-reset event state.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 20/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 28/31] selftests: ntsync: Add some tests for wakeup signaling via alerts.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 26/31] selftests: ntsync: Add some tests for wakeup signaling with events.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 27/31] selftests: ntsync: Add tests for alertable waits.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 05/31] ntsync: Introduce NTSYNC_IOC_WAIT_ALL.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 19/31] selftests: ntsync: Add some tests for mutex state.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 24/31] selftests: ntsync: Add some tests for manual-reset event state.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 22/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 00/31] NT synchronization primitive driver
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 15/31] ntsync: Introduce NTSYNC_IOC_EVENT_READ.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 03/31] ntsync: Introduce NTSYNC_IOC_SEM_POST.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 10/31] ntsync: Introduce NTSYNC_IOC_EVENT_SET.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 21/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 18/31] selftests: ntsync: Add some tests for semaphore state.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 01/31] ntsync: Introduce the ntsync driver and character device.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 11/31] ntsync: Introduce NTSYNC_IOC_EVENT_RESET.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 07/31] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 12/31] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 06/31] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 09/31] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 08/31] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 17/31] ntsync: Allow waits to use the REALTIME clock.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 16/31] ntsync: Introduce alertable waits.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- Re: [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] MAINTAINERS: Set the field name for subsystem profile section
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2] docs: MAINTAINERS: add "Profile" keyword entry name
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2] docs: MAINTAINERS: add "Profile" keyword entry name
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] kasan: Add documentation for CONFIG_KASAN_EXTRA_INFO
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] kernel-doc: handle #if in enums as well
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Documentation: update mailing list addresses
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH 0/5] Some kernel-doc-related cleanups
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] doc: it_IT: remove references to original documents
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [RFC] doc headings sweep
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
- From: Michael Grzeschik <mgr@xxxxxxxxxxxxxx>
- Re: [PATCH v17 00/51] Introduce QC USB SND audio offloading support
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 20/20] Docs/admin-guide/mm/damon/reclaim: document auto-tuning parameters
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 17/20] Docs/admin-guide/mm/damon/usage: document quota goal metric file
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 15/20] Docs/mm/damon/design: document quota goal self-tuning
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 05/20] Docs/admin-guide/mm/damon/usage: document effective_bytes file
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 00/20] mm/damon: let DAMOS feeds and tame/auto-tune itself
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: "Moger, Babu" <babu.moger@xxxxxxx>
- Re: PDF misery
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH net] docs: netdev: update the link to the CI repo
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: make pdfdocs
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- [PATCH] docs: Instruct LaTeX to cope with deeper nesting
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH] riscv: hwprobe: export Zihintpause ISA extension
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: Re: Re: Re: Re: Re: Re: [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
- From: Sebastian Wick <sebastian.wick@xxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v17 00/51] Introduce QC USB SND audio offloading support
- From: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC net-next v8 06/13] net: Add struct kernel_ethtool_ts_info
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v17 00/51] Introduce QC USB SND audio offloading support
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v17 00/51] Introduce QC USB SND audio offloading support
- From: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
- From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
- Re: [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2] docs: MAINTAINERS: add "Profile" keyword entry name
- From: Kalle Valo <kvalo@xxxxxxxxxx>
- [PATCH v2] docs: MAINTAINERS: add "Profile" keyword entry name
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH] docs: MAINTAINERS: add "Profile" keyword entry name
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- [PATCH] docs: MAINTAINERS: add "Profile" keyword entry name
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] workqueue: Control the frequency of intensive warning through cmdline
- From: Xuewen Yan <xuewen.yan@xxxxxxxxxx>
- Re: [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
- From: Michael Grzeschik <mgr@xxxxxxxxxxxxxx>
- Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: PDF misery
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: PDF misery
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
- Re: PDF misery
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: PDF misery
- From: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
- Re: [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: PDF misery
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
- Re: [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount
- From: Xu Yilun <yilun.xu@xxxxxxxxxxxxxxx>
- Re: PDF misery
- From: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
- Re: PDF misery
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH] docs: dt: Update overlay file extension
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: PDF misery
- From: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Andrew Lunn <andrew@xxxxxxx>
- PDF misery
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- [PATCHv6] PPPoL2TP: Add more code snippets
- From: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
- Re: [PATCH RFC 00/20] Add Counter delegation ISA extension support
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [RFC] doc headings sweep
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v17 00/51] Introduce QC USB SND audio offloading support
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH v5] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/31] NT synchronization primitive driver
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 14/15] x86: Secure Launch late initcall platform module
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch
- From: kernel test robot <lkp@xxxxxxxxx>
- [RFC] doc headings sweep
- From: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
- Re: [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- Re: [PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
- From: Takeru Hayasaka <hayatake396@xxxxxxxxx>
- Re: [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
- From: Rob Herring <robh@xxxxxxxxxx>
- [atishp04:counter_delegation_rfc 5/18] dtbs_check: Documentation/devicetree/bindings/riscv/extensions.yaml:137:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH RFC 20/20] tools/perf: Detect if platform supports counter delegation
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 19/20] RISC-V: Add hwprobe support for Counter delegation extensions
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 18/20] tools arch uapi: Sync the uinstd.h header file for RISC-V
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 17/20] perf: Add json file for virt machine supported events
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 16/20] tools/perf: Pass the Counter constraint values in the pmu events
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 15/20] tools/perf: Add arch hooks to override perf standard events
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 14/20] RISC-V: perf: Use config2 for event to counter mapping
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 13/20] RISC-V: perf: Implement supervisor counter delegation support
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH 5/5] Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling condition
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 4/5] Docs/mm/damon: move monitoring target regions setup detail from the usage to the design document
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 3/5] Docs/mm/damon: move DAMON operation sets list from the usage to the design document
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH RFC 12/20] RISC-V: perf: Modify the counter discovery mechanism
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH 2/5] Docs/mm/damon: move the list of DAMOS actions to design doc
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH 1/5] Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable tree
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH RFC 11/20] RISC-V: perf: Restructure the SBI PMU code
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH 0/5] Docs/mm/damon: misc readability improvements
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 07/20] RISC-V: Add Ssccfg ISA extension definition and parsing
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 06/20] RISC-V: Add Sscfg extension CSR definition
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH RFC 00/20] Add Counter delegation ISA extension support
- From: Atish Patra <atishp@xxxxxxxxxxxx>
- [PATCH v17 29/51] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 51/51] ASoC: doc: Add documentation for SOC USB
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 18/51] ASoC: Add SOC USB APIs for adding an USB backend
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 44/51] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 11/51] usb: host: xhci: Export enable and disable interrupter APIs
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 47/51] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 37/51] ALSA: usb-audio: qcom: Populate PCM and USB chip information
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 43/51] ASoC: usb: Create SOC USB SND jack kcontrol
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 23/51] ALSA: usb-audio: Introduce USB SND platform op callbacks
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 50/51] ASoC: qcom: Populate SoC components string
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 40/51] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 45/51] ASoC: usb: Fetch ASoC sound card information
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 36/51] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 46/51] ALSA: usb-audio: Add USB offloading capable kcontrol
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 30/51] ALSA: usb-audio: Check for support for requested audio format
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 38/51] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 42/51] ASoC: qcom: qdsp6: Add PCM ops to track current state
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 41/51] ASoC: Introduce SND kcontrols to track USB offloading state
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 06/51] xhci: move event processing for one interrupter to a separate function
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 21/51] ASoC: qdsp6: q6afe: Increase APR timeout
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 02/51] xhci: Add helper to set an interrupters interrupt moderation interval
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 39/51] ASoC: Introduce SND kcontrols to select sound card and PCM device
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 25/51] ALSA: usb-audio: Save UAC sample size information
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 04/51] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 49/51] ASoC: usb: Rediscover USB SND devices on USB port add
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 26/51] usb: dwc3: Specify maximum number of XHCI interrupters
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 48/51] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 33/51] ALSA: usb-audio: Prevent starting of audio stream if in use
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 22/51] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 34/51] ALSA: usb-audio: Do not allow USB offload path if PCM device is in use
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 35/51] ASoC: dt-bindings: Add Q6USB backend
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 17/51] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 28/51] ALSA: usb-audio: qcom: Add USB QMI definitions
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 08/51] xhci: Don't check if the event ring is valid before every event TRB
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 27/51] usb: host: xhci-plat: Set XHCI max interrupters if property is present
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 10/51] xhci: add helper to stop endpoint and wait for completion
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 09/51] xhci: Decouple handling an event from checking for unhandled events
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 05/51] xhci: update event ring dequeue pointer position to controller correctly
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 24/51] ALSA: usb-audio: Export USB SND APIs for modules
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 01/51] xhci: Add interrupt pending autoclear flag to each interrupter
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 31/51] ASoC: usb: Add PCM format check API for USB backend
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 15/51] usb: host: xhci-sideband: Expose a sideband interrupter enable API
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 13/51] xhci: export XHCI IMOD setting helper for interrupters
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 20/51] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 14/51] xhci: sideband: add initial api to register a sideband entity
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 19/51] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 07/51] xhci: add helper that checks for unhandled events on a event ring
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 32/51] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 03/51] xhci: make isoc_bei_interval variable interrupter specific.
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 00/51] Introduce QC USB SND audio offloading support
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 16/51] usb: host: xhci-mem: Cleanup pending secondary event ring events
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v17 12/51] usb: host: xhci: Repurpose event handler for skipping interrupter events
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- Re: [PATCH v16 00/50] Introduce QC USB SND audio offloading support
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] doc: it_IT: remove references to original documents
- From: Federico Vaga <federico.vaga@xxxxxxxxxx>
- Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process
- From: Jiri Kosina <jikos@xxxxxxxxxx>
- Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process
- From: Jiri Kosina <jikos@xxxxxxxxxx>
- [PATCH] MAINTAINERS: Set the field name for subsystem profile section
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
- From: Peter Newman <peternewman@xxxxxxxxxx>
- Re: [PATCH RFC net-next v8 10/13] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 10/10] iommu: account IOMMU allocated memory
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Petr Tesařík <petr@xxxxxxxxxxx>
- Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Florian Fainelli <f.fainelli@xxxxxxxxx>
- Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH RFC net-next v8 03/13] net: Make net_hwtstamp_validate accessible
- From: Florian Fainelli <f.fainelli@xxxxxxxxx>
- Re: [PATCH RFC net-next v8 02/13] net: Make dev_get_hwtstamp_phylib accessible
- From: Florian Fainelli <f.fainelli@xxxxxxxxx>
- Re: [PATCH RFC net-next v8 01/13] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
- From: Florian Fainelli <f.fainelli@xxxxxxxxx>
- Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 09/10] admin-guide/hw-vuln: Correct prctl() argument description
- From: "Joel Fernandes (Google)" <joel@xxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC net-next v8 06/13] net: Add struct kernel_ethtool_ts_info
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- Re: [RFC 0/8] PGP key parser using SandBox Mode
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- Re: [PATCH v3 10/10] iommu: account IOMMU allocated memory
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [RFC 0/8] PGP key parser using SandBox Mode
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: "H. Peter Anvin" <hpa@xxxxxxxxx>
- Re: [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH] doc: Remove references to arrayRCU.rst
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 14/35] lib: introduce support for page allocation tagging
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [RFC 6/8] KEYS: PGP data parser
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 00/31] NT synchronization primitive driver
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH net] docs: netdev: update the link to the CI repo
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [RFC 0/8] PGP key parser using SandBox Mode
- From: Petr Tesařík <petr@xxxxxxxxxxx>
- Re: [PATCH v3 04/17] kexec: Add KHO parsing support
- From: Pratyush Yadav <ptyadav@xxxxxxxxx>
- [PATCH RFC net-next v8 12/13] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 13/13] netlink: specs: tsinfo: Enhance netlink attributes and add a set command
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 11/13] net: macb: Convert to netdev_ptp_clock_register
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 10/13] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 09/13] net: Add the possibility to support a selected hwtstamp in netdevice
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 03/13] net: Make net_hwtstamp_validate accessible
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 08/13] ptp: Add phc source and helpers to register specific PTP clock or get information
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 06/13] net: Add struct kernel_ethtool_ts_info
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 07/13] ptp: Move from simple ida to xarray
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 01/13] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 02/13] net: Make dev_get_hwtstamp_phylib accessible
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 00/13] net: Make timestamping selectable
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- [PATCH RFC net-next v8 05/13] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
- From: Kory Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] doc: Remove references to arrayRCU.rst
- From: Zenghui Yu <zenghui.yu@xxxxxxxxx>
- Re: [RFC 0/8] PGP key parser using SandBox Mode
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v3 05/17] kexec: Add KHO support to kexec file loads
- From: Pratyush Yadav <ptyadav@xxxxxxxxx>
- Re: [PATCH v3 11/17] tracing: Introduce kho serialization
- From: Pratyush Yadav <ptyadav@xxxxxxxxx>
- Re: [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
- From: Pratyush Yadav <ptyadav@xxxxxxxxx>
- [RFC 8/8] KEYS: Add intentional fault injection
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 7/8] KEYS: Run PGP key parser in a sandbox
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 6/8] KEYS: PGP data parser
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 5/8] PGPLIB: Signature parser
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 4/8] PGPLIB: Basic packet parser
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 3/8] PGPLIB: PGP definitions (RFC 4880)
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 2/8] rsa: add parser of raw format
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 1/8] mpi: Introduce mpi_key_length()
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- [RFC 0/8] PGP key parser using SandBox Mode
- From: Petr Tesarik <petrtesarik@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH] Update broken Datasheet URL
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH v3 18/35] mm: create new codetag references during page splitting
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
- From: Takeru Hayasaka <hayatake396@xxxxxxxxx>
- make pdfdocs
- From: Иван Иванович <relect@xxxxx>
- Re: [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
- From: Paul Durrant <xadimgnik@xxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH v4 2/3] docs: iio: add documentation for device buffers
- From: Jonathan Cameron <jic23@xxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH v3 14/35] lib: introduce support for page allocation tagging
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v3 00/35] Memory allocation profiling
- From: Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
- From: Köry Maincent <kory.maincent@xxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v1] docs: new text on bisecting which also covers bug validation
- From: Thorsten Leemhuis <linux@xxxxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v3 00/35] Memory allocation profiling
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 00/35] Memory allocation profiling
- From: Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Jani Nikula <jani.nikula@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process
- From: Jürgen Groß <jgross@xxxxxxxx>
- [PATCH] Update broken Datasheet URL
- From: Okan Akyuz <okanakyuz@xxxxxxxxxxxxx>
- Re: [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
- From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 10/35] lib: code tagging framework
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
- From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
- Re: [PATCH] Fixed case issue with 'fault-injection' in documentation
- From: "Ran.Park" <ranpark@xxxxxxxxxxx>
- [PATCH v16 29/50] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 14/50] xhci: sideband: add initial api to register a sideband entity
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 50/50] ASoC: doc: Add documentation for SOC USB
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 28/50] ALSA: usb-audio: qcom: Add USB QMI definitions
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 44/50] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 48/50] ASoC: usb: Rediscover USB SND devices on USB port add
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 47/50] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 39/50] ASoC: Introduce SND kcontrols to select sound card and PCM device
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 40/50] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 05/50] xhci: update event ring dequeue pointer position to controller correctly
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 25/50] ALSA: usb-audio: Save UAC sample size information
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 17/50] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 41/50] ASoC: Introduce SND kcontrols to track USB offloading state
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 43/50] ASoC: usb: Create SOC USB SND jack kcontrol
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 22/50] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 49/50] ASoC: qcom: Populate SoC components string
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 45/50] ASoC: usb: Fetch ASoC sound card information
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 24/50] ALSA: usb-audio: Export USB SND APIs for modules
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 20/50] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 31/50] ASoC: usb: Add PCM format check API for USB backend
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 38/50] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 33/50] ALSA: usb-audio: Prevent starting of audio stream if in use
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 35/50] ASoC: dt-bindings: Add Q6USB backend
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 37/50] ALSA: usb-audio: qcom: Populate PCM and USB chip information
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 07/50] xhci: add helper that checks for unhandled events on a event ring
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 34/50] ALSA: usb-audio: Do not allow USB offload path if PCM device is in use
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 42/50] ASoC: qcom: qdsp6: Add PCM ops to track current state
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 12/50] usb: host: xhci: Repurpose event handler for skipping interrupter events
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 18/50] ASoC: Add SOC USB APIs for adding an USB backend
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 21/50] ASoC: qdsp6: q6afe: Increase APR timeout
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 09/50] xhci: Decouple handling an event from checking for unhandled events
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 23/50] ALSA: usb-audio: Introduce USB SND platform op callbacks
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 30/50] ALSA: usb-audio: Check for support for requested audio format
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 01/50] xhci: Add interrupt pending autoclear flag to each interrupter
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 27/50] usb: host: xhci-plat: Set XHCI max interrupters if property is present
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 15/50] usb: host: xhci-sideband: Expose a sideband interrupter enable API
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 26/50] usb: dwc3: Specify maximum number of XHCI interrupters
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 13/50] xhci: export XHCI IMOD setting helper for interrupters
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 02/50] xhci: Add helper to set an interrupters interrupt moderation interval
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 11/50] usb: host: xhci: Export enable and disable interrupter APIs
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 08/50] xhci: Don't check if the event ring is valid before every event TRB
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 36/50] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 03/50] xhci: make isoc_bei_interval variable interrupter specific.
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 32/50] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 04/50] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 06/50] xhci: move event processing for one interrupter to a separate function
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 19/50] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 00/50] Introduce QC USB SND audio offloading support
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 10/50] xhci: add helper to stop endpoint and wait for completion
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- [PATCH v16 16/50] usb: host: xhci-mem: Cleanup pending secondary event ring events
- From: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
- Re: [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH] doc: it_IT: remove references to original documents
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v1 4/5] sbm: SandBox Mode KUnit test suite
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v8 14/15] x86: Secure Launch late initcall platform module
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v4 0/4] membarrier: riscv: Core serializing command
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 1/1] mm: report per-page metadata information
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v8 1/1] mm: report per-page metadata information
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v8 1/1] mm: report per-page metadata information
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v2] kasan: Add documentation for CONFIG_KASAN_EXTRA_INFO
- From: Andrey Konovalov <andreyknvl@xxxxxxxxx>
- Re: [PATCH 5/5] doc: kerneldoc.py: fix indentation
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] scripts/kernel-doc: add modeline for vim users
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 2/5] scripts/kernel-doc: simplify function printing
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
- From: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 07/15] x86: Secure Launch kernel early boot stub
- From: ross.philipson@xxxxxxxxxx
- Re: [PATCH v8 03/15] x86: Secure Launch Kconfig
- From: ross.philipson@xxxxxxxxxx
- Re: [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH] doc: it_IT: remove references to original documents
- From: Federico Vaga <federico.vaga@xxxxxxxxxx>
- Re: [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH] The datasheet URL has been changed.
- From: Okan Akyüz <okanakyuz@xxxxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- [PATCH v2] kasan: Add documentation for CONFIG_KASAN_EXTRA_INFO
- From: Juntong Deng <juntong.deng@xxxxxxxxxxx>
- Re: [PATCH v1 4/5] sbm: SandBox Mode KUnit test suite
- From: kernel test robot <lkp@xxxxxxxxx>
- RE: [PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support
- From: Michael Kelley <mhklinux@xxxxxxxxxxx>
- Re: [PATCH 01/31] ntsync: Introduce the ntsync driver and character device.
- From: Elizabeth Figura <zfigura@xxxxxxxxxxxxxxx>
- Re: [PATCH] kasan: Add documentation for CONFIG_KASAN_EXTRA_INFO
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
- From: Rob Herring <robh@xxxxxxxxxx>
- [PATCH] kasan: Add documentation for CONFIG_KASAN_EXTRA_INFO
- From: Juntong Deng <juntong.deng@xxxxxxxxxxx>
- Re: [PATCH v3 31/35] lib: add memory allocations report in show_mem()
- From: Michal Hocko <mhocko@xxxxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]