public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-13 15:34:56 to 2023-09-13 17:07:54 UTC [more...]

[PATCH] drm/tests: provide exit function
 2023-09-13 16:35 UTC  (5+ messages)

[PATCH 00/15] stackdepot: allow evicting stack traces
 2023-09-13 17:07 UTC  (4+ messages)
` [PATCH 05/15] stackdepot: use fixed-sized slots for stack records

[PATCH v2 00/13] comedi: Re-do HAS_IOPORT dependencies
 2023-09-13 17:07 UTC  (24+ messages)
  ` [PATCH v2 01/13] comedi: Correct dependencies for COMEDI_NI_PCIDIO
  ` [PATCH v2 02/13] comedi: comedi_8254: Use a call-back function for register access
  ` [PATCH v2 03/13] comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()
  ` [PATCH v2 04/13] comedi: comedi_8254: Conditionally remove I/O port support
  ` [PATCH v2 05/13] comedi: 8255_pci: Conditionally remove devices that use port I/O
  ` [PATCH v2 06/13] comedi: comedi_8255: Rework subdevice initialization functions
  ` [PATCH v2 07/13] comedi: comedi_8255: Conditionally remove I/O port support
  ` [PATCH v2 08/13] comedi: ni_labpc_common: "
  ` [PATCH v2 09/13] comedi: ni_mio_common: Conditionally use I/O port or MMIO
  ` [PATCH v2 10/13] comedi: amplc_dio200_pci: Conditionally remove devices that use port I/O
  ` [PATCH v2 11/13] comedi: amplc_dio200_common: Refactor register access functions
  ` [PATCH v2 12/13] comedi: amplc_dio200_common: Conditionally remove I/O port support
  ` [PATCH v2 13/13] comedi: add HAS_IOPORT dependencies again
  ` [PATCH v3 00/13] comedi: Re-do HAS_IOPORT dependencies
    ` [PATCH v3 01/13] comedi: Correct dependencies for COMEDI_NI_PCIDIO
    ` [PATCH v3 02/13] comedi: comedi_8254: Use a call-back function for register access
    ` [PATCH v3 03/13] comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()
    ` [PATCH v3 04/13] comedi: comedi_8254: Conditionally remove I/O port support
    ` [PATCH v3 05/13] comedi: 8255_pci: Conditionally remove devices that use port I/O
    ` [PATCH v3 06/13] comedi: comedi_8255: Rework subdevice initialization functions
    ` [PATCH v3 07/13] comedi: comedi_8255: Conditionally remove I/O port support
    ` [PATCH v3 08/13] comedi: ni_labpc_common: "

[PATCH] overlayfs: set ctime when setting mtime and atime
 2023-09-13 17:04 UTC  (3+ messages)

[PATCH] x86/platform/uv: Use sysfs_match_string() for string parsing in param_set_action()
 2023-09-13 17:03 UTC  (4+ messages)

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-09-13 17:03 UTC  (3+ messages)
` [PATCH v6 38/45] fs: super: dynamically allocate the s_shrink

[PATCH v5 00/31] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-09-13 16:59 UTC  (3+ messages)
` [PATCH v5 24/31] net: wan: Add framer framework support

[PATCH v8 00/11] btrfs: introduce RAID stripe tree
 2023-09-13 16:59 UTC  (12+ messages)
` [PATCH v8 01/11] btrfs: add raid stripe tree definitions
` [PATCH v8 03/11] btrfs: add support for inserting raid stripe extents
` [PATCH v8 06/11] btrfs: implement RST version of scrub

[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-13 16:56 UTC  (14+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
` [PATCH v4 02/13] iov_iter: Renumber ITER_* constants
` [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v4 05/13] iov: Move iterator functions to a header file
` [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE
` [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions
` [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/
` [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking

[PATCH] platform/x86: thinkpad_acpi: sysfs interface to auxmac
 2023-09-13 16:53 UTC  (4+ messages)

[RFC PATCH] drm: omapdrm: dsi: add refsel also for omap4
 2023-09-13 16:52 UTC  (3+ messages)

[PATCH v11 00/16] LAM and LASS KVM Enabling
 2023-09-13 12:42 UTC  (17+ messages)
` [PATCH v11 01/16] KVM: x86: Consolidate flags for __linearize()
` [PATCH v11 02/16] KVM: x86: Use a new flag for branch targets
` [PATCH v11 03/16] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v11 04/16] KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
` [PATCH v11 05/16] KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
` [PATCH v11 06/16] KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
` [PATCH v11 07/16] KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
` [PATCH v11 08/16] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
` [PATCH v11 09/16] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v11 10/16] KVM: x86: Virtualize LAM for supervisor pointer
` [PATCH v11 11/16] KVM: x86: Virtualize LAM for user pointer
` [PATCH v11 12/16] KVM: x86: Advertise and enable LAM (user and supervisor)
` [PATCH v11 13/16] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v11 14/16] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v11 15/16] KVM: VMX: Virtualize LASS
` [PATCH v11 16/16] KVM: x86: Advertise LASS CPUID to user space

[PATCH v3] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 16:49 UTC 

drm/vkms: deadlock between dev->event_lock and timer
 2023-09-13 16:47 UTC  (2+ messages)

[Patch v2 0/2] Add support for _TFP and change throttle pctg
 2023-09-13 16:46 UTC  (3+ messages)
` [Patch v2 1/2] ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support
` [Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-13 16:46 UTC  (7+ messages)

kvm: arm64: WARNING: CPU: 3 PID: 1 at arch/arm64/kvm/hyp/pgtable.c:453 hyp_map_walker+0xa8/0x120
 2023-09-13 16:46 UTC  (2+ messages)

[PATCH v4 0/6] Add fdinfo support to Panfrost
 2023-09-13 16:46 UTC  (7+ messages)
` [PATCH v4 6/6] drm/drm-file: Show finer-grained BO sizes in drm_show_memory_stats

[PATCH v3] driver core: platform: set numa_node before platform_add_device()
 2023-09-13 16:44 UTC  (2+ messages)

[PATCH 0/4] Why no v2?
 2023-09-13 16:44 UTC  (8+ messages)
` [PATCH 2/4] dt-bindings: hwmon: Added new properties to the devicetree
` [PATCH 3/4] hwmon: max31827: Handle new properties from "

[PATCH 1/2] bcachefs: Fix a potential in the error handling path of use-after-free inbch2_dev_add()
 2023-09-13 16:44 UTC  (2+ messages)
` [PATCH 2/2] bcachefs: Remove a redundant and harmless bch2_free_super() call

[PATCH v2] platform/x86: think-lmi: Add bulk save feature
 2023-09-13 16:40 UTC  (2+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-13 16:38 UTC  (36+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v2] driver core: platform: set numa_node before platform_add_device()
 2023-09-13 16:37 UTC  (2+ messages)

split up ->kill_sb
 2023-09-13 16:35 UTC  (5+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super
` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex

[PATCH v3 0/3] perf: strcmp_cpuid_str() expression fixups
 2023-09-13 16:34 UTC  (4+ messages)
` [PATCH v3 1/3] perf pmu: Move pmu__find_core_pmu() to pmus.c
` [PATCH v3 3/3] perf pmu: Remove unused function

[PATCH] net: hsr : Provide fix for HSRv1 supervisor frames decoding
 2023-09-13 16:32 UTC  (7+ messages)

[PATCH] perf jevent: fix core dump on software events on s390
 2023-09-13 16:31 UTC  (2+ messages)

[RFC PATCH 0/6] KVM: gmem: Implement error_remove_page
 2023-09-13 16:28 UTC  (5+ messages)
` [RFC PATCH 1/6] KVM: guest_memfd: Add config to show the capability to handle error page
` [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-13 16:26 UTC  (4+ messages)
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-13 16:25 UTC  (11+ messages)
` [RFT PATCH 01/15] drm/armada: Call drm_atomic_helper_shutdown() at shutdown time
` [RFT PATCH 03/15] drm/ingenic: "

[PATCH 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
 2023-09-13 16:24 UTC  (3+ messages)
` [PATCH 2/3] riscv: Introduce PBMT field to PTDUMP
` [PATCH 3/3] riscv: Introduce NAPOT "

[PATCH] perf/x86/amd: Do not WARN on every IRQ
 2023-09-13 16:24 UTC  (8+ messages)

[PATCH] EDAC/mce_amd: Do not load edac_mce_amd module on guests
 2023-09-13 16:21 UTC  (6+ messages)
` [PATCH] Revert "EDAC/mce_amd: Do not load edac_mce_amd module on guests"

[PATCH,RFC] smp,csd: throw an error if a CSD lock is stuck for too long
 2023-09-13 16:17 UTC  (4+ messages)

[PATCH v2 10/11] x86/alternatives: Simplify ALTERNATIVE_n()
 2023-09-13 16:14 UTC  (11+ messages)

[PATCH] init/main: Clear boot task idle flag
 2023-09-13 16:12 UTC  (4+ messages)

[PATCH 2/6] selinux: dump statistics for more hash tables
 2023-09-13 16:11 UTC  (3+ messages)

[PATCH] Documentation: kbuild: explain handling optional dependencies
 2023-09-13 16:11 UTC  (2+ messages)

[PATCH v3] dt-bindings: media: Add OV5642
 2023-09-13 16:10 UTC  (6+ messages)

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-13 16:08 UTC  (3+ messages)

[PATCH 2/4] nvmet: Add polling queue task for nvme target
 2023-09-13 16:03 UTC  (2+ messages)

[PATCH] firmware: cirrus: cs_dsp: Only log list of algorithms in debug build
 2023-09-13 16:05 UTC 

[PATCH] ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl()
 2023-09-13 16:02 UTC 

[PATCH] wifi: brcmfmac: Replace 1-element arrays with flexible arrays
 2023-09-13 16:02 UTC  (2+ messages)

[PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus
 2023-09-13 15:59 UTC  (11+ messages)

[PATCH 0/4] drm/xe/gsc: add initial gsc support
 2023-09-13 15:59 UTC  (5+ messages)
` [PATCH 3/4] drm/xe/gsc: add gsc device support

[PATCH] workqueue: don't skip lockdep wq dependency in cancel_work_sync()
 2023-09-13 15:59 UTC  (11+ messages)
          ` [PATCH v2] workqueue: don't skip lockdep work "
            ` [PATCH v3] "

[PATCH 0/1] x86/kexec: UKI support
 2023-09-13 15:58 UTC  (12+ messages)

[PATCH] drm/tests: provide exit function
 2023-09-13 12:19 UTC 

[PATCH 2/2] pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command
 2023-09-13 15:56 UTC  (3+ messages)
` [PATCH v2 1/2] pm80xx: Use phy specific sas address when sending PHY_START command

[PATCH 1/2] dt-bindings: crypto: ice: document the sa8775p inline crypto engine
 2023-09-13 15:55 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sa8775p: enable the "

[PATCH v6 0/4] TI K3 M4F support on AM64x and AM62x SoCs
 2023-09-13 15:54 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: remoteproc: k3-m4f: Add K3 AM64x SoCs

[BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-09-13 15:38 UTC  (5+ messages)

[PATCH RESEND v2 0/3] MM8013 fg driver
 2023-09-13 15:45 UTC  (3+ messages)
` [PATCH RESEND v2 3/3] power: supply: Introduce MM8013 fuel gauge driver

[PATCH v2] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 15:52 UTC  (2+ messages)

[PATCH net-next] net: dsa: rtl8366rb: Implement setting up link on CPU port
 2023-09-13 15:52 UTC  (2+ messages)

[PATCH 0/5] turn signal_struct.stats_lock into seqcount_rwlock_t
 2023-09-13 15:50 UTC  (6+ messages)
` [PATCH 1/5] seqlock: simplify SEQCOUNT_LOCKNAME()
` [PATCH 2/5] seqlock: change __seqprop() to return the function pointer
` [PATCH 3/5] seqlock: introduce seqprop_lock/unlock
` [PATCH 4/5] seqlock: introduce read_seqcount_begin_or_lock() and friends
` [PATCH 5/5] time,signal: turn signal_struct.stats_lock into seqcount_rwlock_t

[RFC PATCH 0/9] I3C Slave Mode support
 2023-09-13 15:49 UTC  (5+ messages)
` [RFC PATCH 4/9] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-slave-v1

[PATCH v4 00/18] Add Cgroup support for SGX EPC memory
 2023-09-13 15:48 UTC  (7+ messages)
` [PATCH v4 13/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [PATCH v4 15/18] x86/sgx: Prepare for multiple LRUs
` [PATCH v4 16/18] x86/sgx: Limit process EPC usage with misc cgroup controller

[PATCH drm-misc-next v3 0/7] [RFC] DRM GPUVA Manager GPU-VM features
 2023-09-13 15:46 UTC  (12+ messages)
` [PATCH drm-misc-next v3 6/7] drm/gpuvm: generalize dma_resv/extobj handling and GEM validation

[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-09-13 15:45 UTC  (4+ messages)

[RFC PATCH 0/2] sched/eevdf: Rate limit task migration
 2023-09-13 15:46 UTC  (6+ messages)
` [RFC PATCH 1/2] sched: Rate limit migrations to 1 per 2ms per task

[PATCH 00/13] comedi: Re-do HAS_IOPORT dependencies
 2023-09-13 15:45 UTC  (4+ messages)
` [PATCH 09/13] comedi: ni_mio_common: Conditionally use I/O port or MMIO

[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
 2023-09-13 15:44 UTC  (4+ messages)

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-09-13 15:42 UTC  (8+ messages)
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter

[PATCH 0/2] Add CMC of Facebook Minerva platform
 2023-09-13 15:41 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: aspeed: Minerva: Add Facebook Minerva CMC board

[PATCH 0/5] gpio: remove gpiod_toggle_active_low()
 2023-09-13 15:37 UTC  (4+ messages)
` [PATCH 2/5] mtd: rawnand: ingenic: use gpiod_set_active_high()

[PATCH 0/7] perf: strcmp_cpuid_str() expression fixups
 2023-09-13 15:37 UTC  (6+ messages)
` [PATCH 5/7] perf pmu: Move pmu__find_core_pmu() to pmus.c

[PATCH v2] tracefs: Add show_events_dentries
 2023-09-13 15:36 UTC 

[PATCH] dax: refactor deprecated strncpy
 2023-09-13 15:35 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox