messages from 2023-11-28 14:07:56 to 2023-11-28 15:54:04 UTC [more...]
[PATCH v2 12/21] pinctrl: core: Embed struct pingroup into struct group_desc
2023-11-28 15:53 UTC (3+ messages)
[PATCH v6 0/7] consolidate and cleanup CPU capacity
2023-11-28 15:52 UTC (3+ messages)
` [PATCH v6 1/7] topology: Add a new arch_scale_freq_reference
[PATCH v5 0/5] implement "memmap on memory" feature on s390
2023-11-28 15:52 UTC (6+ messages)
` [PATCH v5 1/5] mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
` [PATCH v5 2/5] s390/mm: allocate vmemmap pages from self-contained memory range
` [PATCH v5 3/5] s390/sclp: remove unhandled memory notifier type
` [PATCH v5 4/5] s390/mm: implement MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers
` [PATCH v5 5/5] s390: enable MHP_MEMMAP_ON_MEMORY
[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
2023-11-28 15:52 UTC (6+ messages)
[PATCH v1 0/2] Add StarFive JH7110 SoC DSI support
2023-11-28 15:52 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: bridge: cdns: Add properties to support StarFive JH7110 SoC
[PATCH v5] Documentation/gpu: VM_BIND locking document
2023-11-28 15:51 UTC (3+ messages)
` [Intel-xe] "
[PATCH net] ipv4: ip_gre: Handle skb_pull() failure in ipgre_xmit()
2023-11-28 15:51 UTC (3+ messages)
[PATCH v2 0/6] fixes for debugfs/wireless locking issue
2023-11-28 15:48 UTC (2+ messages)
[PATCH v5 00/11] leds: aw200xx: several driver updates
2023-11-28 15:47 UTC (5+ messages)
` [PATCH v5 02/11] leds: aw200xx: support HWEN hardware control
` [PATCH v5 04/11] leds: aw200xx: calculate dts property display_rows in the driver
[PATCH v2 00/12] Enable networking support for StarFive JH7100 SoC
2023-11-28 15:47 UTC (6+ messages)
` [PATCH v2 12/12] [UNTESTED] riscv: dts: starfive: beaglev-starlight: Enable gmac
[PATCH 1/7] mips: dmi: Fix early remap on MIPS32
2023-11-28 15:46 UTC (12+ messages)
[PATCH 6.1 000/366] 6.1.64-rc4 review
2023-11-28 15:45 UTC (3+ messages)
[PATCHv3 00/14] x86/tdx: Add kexec support
2023-11-28 15:45 UTC (10+ messages)
[PATCH v1 0/3] soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack
2023-11-28 15:44 UTC (7+ messages)
` [PATCH v1 1/3] soc: hisilicon: kunpeng_hccs: Fix some incorrect format strings
` [PATCH v1 2/3] soc: hisilicon: kunpeng_hccs: Add failure log for no _CRS method
` [PATCH v1 3/3] soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack
[PATCH v2 0/3] drm/panfrost: Fix poweroff and sync IRQs for suspend
2023-11-28 15:42 UTC (8+ messages)
` [PATCH v2 3/3] drm/panfrost: Synchronize and disable interrupts before powering off
[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
2023-11-28 15:42 UTC (45+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 22/22] riscv: "
[PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
2023-11-28 14:53 UTC (16+ messages)
` [PATCH 01/15] KVM: riscv: selftests: Generate ISA extension reg_list using macros
` [PATCH 02/15] RISC-V: KVM: Allow Zbc extension for Guest/VM
` [PATCH 03/15] KVM: riscv: selftests: Add Zbc extension to get-reg-list test
` [PATCH 04/15] RISC-V: KVM: Allow scalar crypto extensions for Guest/VM
` [PATCH 05/15] KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
` [PATCH 06/15] RISC-V: KVM: Allow vector crypto extensions for Guest/VM
` [PATCH 07/15] KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
` [PATCH 08/15] RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
` [PATCH 09/15] KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
` [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM
` [PATCH 11/15] KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
` [PATCH 12/15] RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
` [PATCH 13/15] KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
` [PATCH 14/15] RISC-V: KVM: Allow Zfa extension for Guest/VM
` [PATCH 15/15] KVM: riscv: selftests: Add Zfa extension to get-reg-list test
[PATCH v2] kbuild: deb-pkg: remove the fakeroot builds support
2023-11-28 15:38 UTC
dmaengine: fsl-edma: dmatest timeout
2023-11-28 15:38 UTC (2+ messages)
[PATCH v6 0/3] Add support for qcm6490 idp and qcs6490 rb3gen2 board
2023-11-28 15:36 UTC (5+ messages)
` [PATCH v6 2/3] arm64: dts: qcom: Add base qcm6490 idp board dts
[PATCH 0/3] pinctrl: pinctrl-single: fix suspend/resume on j7200
2023-11-28 15:35 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: pinctrl-single: add ti,j7200-padconf compatible
` [PATCH 2/3] "
` [PATCH 3/3] arm64: dts: ti: k3-j7200: use "
[RFC][PATCH] tracing: Allow creating instances with specified system events
2023-11-28 15:35 UTC (6+ messages)
[RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
2023-11-28 15:34 UTC (14+ messages)
[PATCH/RFC] core/nfsd: allow kernel threads to use task_work
2023-11-28 15:34 UTC (14+ messages)
[PATCH] xhci: fix null pointer deref for xhci_urb_enqueue
2023-11-28 15:32 UTC (8+ messages)
` [RFT PATCH 1/2] xhci: Reconfigure endpoint 0 max packet size only during endpoint reset
[PATCH v8 0/3] Handle corrected machine check interrupt storms
2023-11-28 15:32 UTC (12+ messages)
` [PATCH v9 "
` [PATCH v9 2/3] x86/mce: Add per-bank CMCI storm mitigation
[PATCH 0/7] Minor cleanup for thermal gov power allocator
2023-11-28 15:32 UTC (8+ messages)
[PATCH 0/2] tracing: Simplify and fix "buffered event" synchronization
2023-11-28 15:27 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tracing: Disable events in reverse order of their enable operation
[PATCH v7 00/26] Enable CET Virtualization
2023-11-28 15:25 UTC (7+ messages)
` [PATCH v7 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v7 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v7 07/26] x86/fpu/xstate: Warn if kernel dynamic xfeatures detected in normal fpstate
[PATCH v3 0/4] Few cleanups and AMD Family 19h Models 90h-9fh EDAC Support
2023-11-28 15:23 UTC (5+ messages)
` [PATCH v3 1/4] EDAC/mce_amd: Remove SMCA Extended Error code descriptions
` [PATCH] Documentation: Begin a RAS section
` [tip: ras/core] EDAC/mce_amd: Remove SMCA Extended Error code descriptions
[PATCH 0/3] wifi: ath: Update Qualcomm Innovation Center, Inc. copyrights
2023-11-28 15:19 UTC (4+ messages)
` [PATCH 1/3] wifi: ath12k: "
` [PATCH 2/3] wifi: ath11k: "
` [PATCH 3/3] wifi: ath10k: "
Bug in add_dma_entry()'s debugging code
2023-11-28 15:18 UTC (5+ messages)
[PATCH 0/2] membarrier: riscv: Provide core serializing command
2023-11-28 15:13 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH v2 1/2] arm64: Provide an AMU-based version of arch_freq_get_on_cpu
2023-11-28 15:13 UTC (2+ messages)
[RFC] drm/tests: annotate intentional stack trace in drm_test_rect_calc_hscale()
2023-11-28 15:12 UTC (6+ messages)
[RFC PATCH] serial: core: Use pm_runtime_get_sync() in uart_start()
2023-11-28 15:11 UTC (2+ messages)
[PATCH v1 0/2] usb: typec: handle tcpc vconn oc fault by triggering tcpm error recovery
2023-11-28 15:11 UTC (5+ messages)
` [PATCH v1 1/2] usb: typec: tcpm: add tcpm_port_error_recovery symbol
` [PATCH v1 2/2] usb: typec: tcpci: add vconn over current fault handling to maxim_core
[PATCH] backlight: mp3309c: fix uninitialized local variable
2023-11-28 15:08 UTC
[PATCH v2] drm/tests: Add KUnit tests for drm_mode_create_dvi_i_properties()
2023-11-28 15:09 UTC (2+ messages)
[tip:sched/core] [sched/deadline] 63ba8422f8: stress-ng.cyclic.ops_per_sec 1.6% improvement
2023-11-28 15:08 UTC
[PATCH v2] driver : edac : Fix warning using plain integer as NULL
2023-11-28 15:06 UTC (4+ messages)
` [PATCH v3] "
[PATCH 1/2] gpio: sysfs: fix forward declaration of struct gpio_device
2023-11-28 15:05 UTC (5+ messages)
` [PATCH 2/2] gpio: use a mutex to protect the list of GPIO devices
[syzbot] Monthly net report (Nov 2023)
2023-11-28 15:05 UTC (6+ messages)
[PATCH net-next v6 0/2] net: dsa: microchip: enable setting rmii reference
2023-11-28 15:02 UTC (3+ messages)
` [PATCH net-next v6 1/2] dt-bindings: net: microchip,ksz: document microchip,rmii-clk-internal
[PATCH 0/5] ASoC: codecs: add support for WCD939x Codec
2023-11-28 15:01 UTC (4+ messages)
` [PATCH 5/5] ASoC: codecs: Add WCD939x Codec driver
[PATCH] soundwire: qcom: allow multi-link on newer devices
2023-11-28 15:00 UTC
[PATCH v4 03/45] drm/tests: Add helper to create mock plane
2023-11-28 14:57 UTC (2+ messages)
[PATCH 0/2] iommufd/selftest: Fix and cleanup for bus ops
2023-11-28 14:56 UTC (7+ messages)
` [PATCH 1/2] iommufd/selftest: Use a fwnode to distinguish devices
` [PATCH 2/2] iommufd/selftest: Use normal IOMMU registration
[PATCH v2 3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER
2023-11-28 14:53 UTC (2+ messages)
[PATCH V3 0/5] mlx5 ConnectX control misc driver
2023-11-28 14:53 UTC (11+ messages)
` [PATCH V3 2/5] misc: mlx5ctl: Add mlx5ctl "
[RFC PATCH 00/11] mm/mempolicy: Make task->mempolicy externally modifiable via syscall and procfs
2023-11-28 14:51 UTC (13+ messages)
` [RFC PATCH 02/11] mm/mempolicy: swap cond reference counting logic in do_get_mempolicy
` [RFC PATCH 04/11] mm/mempolicy: modify get_mempolicy call stack to take a task argument
` [RFC PATCH 05/11] mm/mempolicy: modify set_mempolicy_home_node "
` [RFC PATCH 06/11] mm/mempolicy: modify do_mbind to operate on task argument instead of current
[PATCH v1 0/5] mm/rmap: separate hugetlb rmap handling
2023-11-28 14:52 UTC (6+ messages)
` [PATCH v1 1/5] mm/rmap: rename hugepage_add* to hugetlb_add*
` [PATCH v1 2/5] mm/rmap: introduce and use hugetlb_remove_rmap()
` [PATCH v1 3/5] mm/rmap: introduce and use hugetlb_add_file_rmap()
` [PATCH v1 4/5] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
` [PATCH v1 5/5] mm/rmap: add hugetlb sanity checks
[PATCH 0/5] Add support for framer infrastructure and PEF2256 framer
2023-11-28 14:51 UTC (5+ messages)
[PATCH v4 0/4] Extend time to wait for UIP for some callers
2023-11-28 5:36 UTC (5+ messages)
` [PATCH v4 1/4] rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()
` [PATCH v4 2/4] rtc: Adjust failure return code for cmos_set_alarm()
` [PATCH v4 3/4] rtc: Add support for configuring the UIP timeout for RTC reads
` [PATCH v4 4/4] rtc: Extend timeout for waiting for UIP to clear to 1s
[RFC PATCH v2 0/2] Add test to verify probe of devices from discoverable busses
2023-11-28 14:43 UTC (5+ messages)
` [RFC PATCH v2 2/2] kselftest: devices: Add sample board file for google,spherion
usb hotplug broken on v6.5.12
2023-11-28 14:44 UTC (3+ messages)
[PATCH] docs: Raise the minimum Sphinx requirement to 2.4.4
2023-11-28 14:42 UTC (3+ messages)
platform-device-test on 6.6 causes "(null)' : is not initialized, yet kobject_get() is being called"
2023-11-28 14:42 UTC (2+ messages)
[PATCH] media: staging: starfive: camss: fix off by one in isp_enum_mbus_code()
2023-11-28 14:40 UTC
[PATCH] media: chips-media: wave5: remove duplicate check
2023-11-28 14:39 UTC
[PATCH v2 0/3] staging: rtl8192e: patch series renames (3) different variables
2023-11-28 14:38 UTC (6+ messages)
` [PATCH v2 1/3] staging: rtl8192e: renamed variable nMcsRate
` [PATCH v2 2/3] staging: rtl8192e: renamed variable bCurBW40MHz
` [PATCH v2 3/3] staging: rtl8192e: renamed variable nDataRate
[PATCH 0/3] riscv: sophgo: add rtc support for CV1800B
2023-11-28 14:34 UTC (6+ messages)
` [PATCH 2/3] rtc: add rtc controller support for Sophgo CV1800B SoC
[PATCH v3 0/9] arm64: dts: ti: Enable CSI cameras for AM62 family
2023-11-28 14:33 UTC (4+ messages)
` [PATCH v3 4/9] arm64: dts: ti: k3-am625-beagleplay: Add overlays for OV5640
[PATCH v3 2/2] iio: pressure: driver for Honeywell HSC/SSC series pressure sensors
2023-11-28 14:32 UTC (3+ messages)
[PATCH] kconfig: WERROR unmet symbol dependency
2023-11-28 14:19 UTC (3+ messages)
ORDER#45485
2023-11-28 14:20 UTC
[PATCH] apparmor: free the allocated pdb objects
2023-11-28 14:29 UTC (2+ messages)
[RFT][PATCH v1] ACPI: OSL: Use a threaded interrupt handler for SCI
2023-11-28 14:27 UTC (2+ messages)
[PATCH] powercap: DTPM: Fix unneeded conversion to micro-Watts
2023-11-28 14:24 UTC (3+ messages)
Fwd: Intel hybrid CPU scheduler always prefers E cores
2023-11-28 14:19 UTC (3+ messages)
[PATCH RESEND] x86/Kconfig: Remove obsolete config X86_32_SMP
2023-11-28 14:17 UTC (2+ messages)
` [tip: x86/cleanups] "
[PATCH][next] net: mana: Fix spelling mistake "enforecement" -> "enforcement"
2023-11-28 14:16 UTC (2+ messages)
[PATCH v2] gpiolib: sysfs: Fix error handling on failed export
2023-11-28 14:13 UTC
[PATCH] Took care of some grammatical mistakes
2023-11-28 14:12 UTC (3+ messages)
[PATCH v2] cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()
2023-11-28 14:09 UTC (2+ messages)
[PATCH v4 43/45] drm/sun4i: hdmi: Switch to container_of_const
2023-11-28 14:11 UTC (2+ messages)
` [v4,43/45] "
[PATCH v2] Enable haltpoll for arm64
2023-11-28 14:09 UTC (4+ messages)
` [PATCH 1/7] x86: Move ARCH_HAS_CPU_RELAX to arch
[PATCH] mm/zswap: Replace kmap_atomic() with kmap_local_page()
2023-11-28 14:09 UTC (3+ messages)
[PATCH v3] regulator: event: Add regulator netlink event support
2023-11-28 14:07 UTC
[PATCH 00/17] Prepare the PowerQUICC QMC and TSA for the HDLC QMC driver
2023-11-28 14:08 UTC (18+ messages)
` [PATCH 01/17] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH 02/17] soc: fsl: cpm1: qmc: "
` [PATCH 03/17] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH 04/17] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH 05/17] soc: fsl: cpm1: qmc: Remove inline function specifiers
` [PATCH 06/17] soc: fsl: cpm1: qmc: Add support for child devices
` [PATCH 07/17] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH 08/17] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH 09/17] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH 10/17] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH 11/17] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH 12/17] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH 13/17] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH 14/17] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH 15/17] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH 16/17] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH 17/17] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
2023-11-28 14:07 UTC (3+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox