messages from 2023-03-30 10:34:23 to 2023-03-30 12:49:06 UTC [more...]
[PATCH v9 0/8] function_graph: Support recording and printing the return value of function
2023-03-30 12:48 UTC (10+ messages)
` [PATCH v9 1/8] "
` [PATCH v9 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v9 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v9 4/8] arm64: "
` [PATCH v9 5/8] riscv: "
` [PATCH v9 6/8] x86/ftrace: "
` [PATCH v9 7/8] LoongArch: ftrace: "
` [PATCH v9 8/8] selftests/ftrace: Add funcgraph-retval test case
[GIT PULL] TEE fix for v6.3
2023-03-30 12:48 UTC
[PATCH v5 0/8] Enable IPQ9754 USB
2023-03-30 12:47 UTC (3+ messages)
` [PATCH v5 3/8] dt-bindings: usb: dwc3: Add IPQ9574 compatible
[PATCH v3 0/3] Move Loongson1 PWM timer to clocksource framework
2023-03-30 12:47 UTC (5+ messages)
` [PATCH v3 1/3] MIPS: Loongson32: Remove deprecated PWM timer clocksource
` [PATCH v3 2/3] dt-bindings: timer: Add Loongson-1 clocksource
` [PATCH v3 3/3] clocksource: loongson1: Move PWM timer to clocksource framework
[PATCH v6 0/4] sched/psi: Allow unprivileged PSI polling
2023-03-30 12:45 UTC (6+ messages)
` [PATCH v6 1/4] sched/psi: rearrange polling code in preparation
` [PATCH v6 2/4] sched/psi: rename existing poll members "
` [PATCH v6 3/4] sched/psi: extract update_triggers side effect
` [PATCH v6 4/4] sched/psi: allow unprivileged polling of N*2s period
[PATCH] mfd: syscon: Use of_io_request_and_map() for IO mapping
2023-03-30 12:45 UTC (3+ messages)
[PATCH] leds: rgb: mt6370: correct config name to select in LEDS_MT6370_RGB
2023-03-30 12:43 UTC (2+ messages)
[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
2023-03-30 12:43 UTC (19+ messages)
` [PATCH v2 net-next 2/6] net: dsa: propagate flags down towards drivers
` [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
[PATCH v3 00/13] coresight: Fix CTI module refcount leak by making it a helper device
2023-03-30 12:42 UTC (3+ messages)
` [PATCH v3 06/13] coresight: Fix loss of connection info when a module is unloaded
[PATCH] dt-bindings: mfd: Drop unneeded quotes
2023-03-30 12:42 UTC (2+ messages)
[PATCH] fs: consolidate duplicate dt_type helpers
2023-03-30 12:41 UTC (5+ messages)
` [PATCH v3] "
[PATCH] net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
2023-03-30 12:39 UTC (2+ messages)
[RFC PATCH] x86/insn: support decode MOVSXD instruction for MMIO
2023-03-30 12:39 UTC (2+ messages)
[PATCH v3 3/5] net: Let the active time stamping layer be selectable
2023-03-30 12:38 UTC (13+ messages)
MREMAP_DONTUNMAP corrupts initial mapping
2023-03-30 12:38 UTC
[PATCH v1 mfd] mfd: ocelot-spi: fix bulk read
2023-03-30 12:37 UTC (2+ messages)
[PATCH] drm/armada: fix compile warnings on 64-bit platform
2023-03-30 12:38 UTC
[PATCH v2] thermal: tegra-bpmp: Handle offline zones
2023-03-30 12:36 UTC (4+ messages)
[PATCH] mfd: omap-usb-tll: remove unused usbtll_readb function
2023-03-30 12:36 UTC (2+ messages)
[PATCH 1/3] KVM: x86: Disallow enable KVM_CAP_X86_DISABLE_EXITS capability after vCPUs have been created
2023-03-30 12:35 UTC (3+ messages)
` [PATCH 2/3] KVM: x86: Don't update KVM PV feature CPUID during vCPU running
` [PATCH 3/3] KVM: x86: Detect KVM_CPUID_FEATURES base before KVM PV feature CPUID updating
[PATCH] mfd: twl-core: remove unused add_child and add_numbered_child functions
2023-03-30 12:35 UTC (2+ messages)
[PATCH v2 0/8] Add MAX77643/MAX77654/MAX77658/MAX77659 PMIC Support
2023-03-30 12:31 UTC (3+ messages)
` [PATCH v2 8/8] mfd: max77658: Add ADI MAX77643/54/58/59 MFD Support
[PATCH v2 0/2] Use PSCI OS initiated mode for sc7280
2023-03-30 12:21 UTC (7+ messages)
` [PATCH v2 1/2] cpuidle: psci: Move enabling OSI mode after power domains creation
` [PATCH v2 2/2] arm64: dts: qcom: sc7280: Add power-domains for cpuidle states
[PATCH RESEND][for-stable 5.10, 5.4, 4.19, 4.14] ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
2023-03-30 12:21 UTC (4+ messages)
[PATCH v3 0/3] md: fix uaf for sync_thread
2023-03-30 20:20 UTC (4+ messages)
` [PATCH v3 1/3] md: pass a md_thread pointer to md_register_thread()
` [PATCH v3 2/3] md: pass a md_thread pointer to md_wakeup_thread()
` [PATCH v3 3/3] md: protect md_thread with rcu
[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
2023-03-30 12:18 UTC (3+ messages)
[PATCH v3 00/13] Rust pin-init API for pinned initialization of structs
2023-03-30 12:18 UTC (14+ messages)
` [PATCH v3 01/13] rust: macros: add `quote!` macro
` [PATCH v3 02/13] rust: sync: add `assume_init` to `UniqueArc`
` [PATCH v3 03/13] rust: types: add `Opaque::raw_get`
` [PATCH v3 06/13] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
` [PATCH v3 07/13] rust: init: add `PinnedDrop` trait and macros
` [PATCH v3 08/13] rust: init: add `stack_pin_init!` macro
[BUG] selftests/firmware: copious kernel memory leaks in test_fw_run_batch_request()
2023-03-30 12:14 UTC (3+ messages)
` [BUG] [PATCH RFC v1] "
[PATCH] wchan: Fix get_wchan() when task in schedule
2023-03-30 12:12 UTC
[PATCH 1/2] x86/coco: Export cc_vendor
2023-03-30 12:12 UTC (2+ messages)
` [tip: x86/cc] "
[PATCH v7 00/10] livepatch: klp-convert tool
2023-03-30 12:10 UTC
[PATCH] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
2023-03-30 12:07 UTC (3+ messages)
` 答复: "
[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
2023-03-30 12:06 UTC (2+ messages)
kernel/events/core.c:223:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-03-30 12:05 UTC
[PATCH v3] xen/netback: use same error messages for same errors
2023-03-30 12:00 UTC (2+ messages)
[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
2023-03-30 11:56 UTC (7+ messages)
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter
[PATCH v1] HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA
2023-03-30 11:56 UTC
[PATCH v10] ASoC: tas2781: Add tas2781 driver
2023-03-30 11:53 UTC (2+ messages)
[PATCH printk v1 00/18] threaded/atomic console support
2023-03-30 11:54 UTC (5+ messages)
` [PATCH printk v1 09/18] printk: nobkl: Add print state functions
` buffer write race: "
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-03-30 11:51 UTC (3+ messages)
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
2023-03-30 11:49 UTC (15+ messages)
` [PATCHv9 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv9 02/14] mm: Add support for unaccepted memory
` [PATCHv9 03/14] mm/page_alloc: Fake "
` [PATCHv9 04/14] mm/page_alloc: Add sysfs handle to accept accept_memory
` [PATCHv9 05/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv9 06/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv9 07/14] efi/x86: Implement support for unaccepted memory
` [PATCHv9 08/14] x86/boot/compressed: Handle "
` [PATCHv9 09/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv9 10/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv9 11/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv9 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv9 13/14] x86/tdx: Refactor try_accept_one()
` [PATCHv9 14/14] x86/tdx: Add unaccepted memory support
[PATCH 0/2] bio iter improvements
2023-03-30 11:49 UTC (3+ messages)
` [PATCH 1/2] block: Rework bio_for_each_segment_all()
[PATCH v1] asus-nb-wmi: Add quirk_asus_tablet_mode to other ROG Flow X13 models
2023-03-30 11:49 UTC
[PATCH 0/2] leds: aw2013: Add vdd regulator
2023-03-30 11:48 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: leds: aw2013: Document vdd-supply
` [PATCH 2/2] leds: aw2013: Add vdd regulator
[PATCH 01/13] rust: sync: introduce `LockClassKey`
2023-03-30 11:45 UTC (5+ messages)
` [PATCH 13/13] rust: sync: introduce `LockedBy`
[PATCH 0/2] RK3588 watchdog support
2023-03-30 11:44 UTC (2+ messages)
[PATCH v3 0/2] arm64: dts: rk3399-pinephone-pro: Add display and touchscreen support
2023-03-30 11:44 UTC (2+ messages)
[PATCH v2 0/4] Add support for NanoPi R2C and OrangePi R1 Plus LTS
2023-03-30 11:44 UTC (2+ messages)
[PATCH 00/14] arm64: dts: qcom: sa8775p: add basic PMIC support
2023-03-30 11:41 UTC (3+ messages)
` [PATCH 04/14] dt-bindings: mfd: qcom,spmi-pmic: add compatible for pmm8654au
[PATCH v2] dt-bindings: omap: Convert omap.txt to yaml
2023-03-30 11:39 UTC (2+ messages)
[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
2023-03-30 11:36 UTC (18+ messages)
` [PATCH V6 01/17] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V6 02/17] io_uring: use ctx->cached_sq_head to calculate left sqes
` [PATCH V6 03/17] io_uring: add generic IORING_OP_FUSED_CMD
` [PATCH V6 04/17] io_uring: support providing buffer by IORING_OP_FUSED_CMD
` [PATCH V6 05/17] io_uring: support OP_READ/OP_WRITE for fused secondary request
` [PATCH V6 06/17] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V6 07/17] block: ublk_drv: add common exit handling
` [PATCH V6 08/17] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V6 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V6 10/17] block: ublk_drv: clean up several helpers
` [PATCH V6 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V6 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V6 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V6 14/17] block: ublk_drv: support to copy any part of request pages
` [PATCH V6 15/17] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V6 16/17] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V6 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "
[PATCH] .gitignore: Exclude KUnit config dot-files
2023-03-30 11:33 UTC (2+ messages)
[PATCH v5] ASoC: dt-bindings: qcom,lpass-va-macro: Add missing NPL clock
2023-03-30 11:34 UTC
[PATCH v2 0/3] Move Loongson1 PWM timer to clocksource framework
2023-03-30 11:30 UTC (3+ messages)
` [PATCH v2 1/3] MIPS: Loongson32: Remove deprecated PWM timer clocksource
[PATCH 0/2] Move Loongson1 restart handler to watchdog driver
2023-03-30 11:30 UTC (3+ messages)
` [PATCH 1/2] MIPS: Loongson32: Remove reset.c
[PATCH v4] ASoC: dt-bindings: qcom,lpass-va-macro: Add missing NPL clock
2023-03-30 11:32 UTC (3+ messages)
[PATCH v9 1/1] serial: core: Start managing serial controllers to enable runtime PM
2023-03-30 11:32 UTC (3+ messages)
[PATCH v3 0/4] Allow genpd providers to power off domains on sync state
2023-03-30 11:27 UTC (3+ messages)
[PATCH v1 2/8] drivers: net: stmmac_main: fix vlan toggle option
2023-03-30 11:24 UTC (2+ messages)
[PATCH v7 00/11] LSM: Three basic syscalls
2023-03-30 11:24 UTC (4+ messages)
` [PATCH v7 04/11] LSM: syscalls for current process attributes
[PATCH v1 0/6] config file/command line for objdump & addr2line
2023-03-30 11:24 UTC (6+ messages)
` [PATCH v1 1/6] perf annotate: Delete session for debug builds
[PATCH 1/2] ARM: sti: remove configs SOC_STIH415 and SOC_STIH416
2023-03-30 11:23 UTC (2+ messages)
` [PATCH 2/2] reset: sti: simplify driver's config and build
[PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver
2023-03-30 11:20 UTC (3+ messages)
` [PATCH v2 1/2] MIPS: Loongson32: Remove reset.c
` [PATCH v2 2/2] watchdog: loongson1_wdt: Implement restart handler
[PATCH] vmci_host: fix a race condition in vmci_host_poll() causing GPF
2023-03-30 11:18 UTC (3+ messages)
[PATCH 0/2] Resolve MPM register space situation
2023-03-30 11:17 UTC (8+ messages)
` [PATCH 2/2] irqchip: irq-qcom-mpm: Support passing a slice of SRAM as reg space
Linux 6.2.9
2023-03-30 11:16 UTC (2+ messages)
Linux 6.1.22
2023-03-30 11:16 UTC (2+ messages)
Linux 5.15.105
2023-03-30 11:16 UTC (2+ messages)
[PATCH 00/18] Venus QoL / maintainability fixes
2023-03-30 11:15 UTC (6+ messages)
` [PATCH 02/18] media: venus: Introduce VPU version distinction
[PATCH v3 00/10] ASoC: add audio digital codecs for Qualcomm SM8550
2023-03-30 11:13 UTC (4+ messages)
` [PATCH v3 07/10] ASoC: dt-bindings: qcom,lpass-va-macro: Add missing NPL clock
[PATCH v2] Input: Add KUnit tests for some of the input core helper functions
2023-03-30 11:12 UTC (3+ messages)
[PATCH 1/2] drm: buddy_allocator: Fix buddy allocator init on 32-bit systems
2023-03-30 11:12 UTC (4+ messages)
[PATCH] mfd: arizona-i2c: add the missing device table IDs for of
2023-03-30 11:11 UTC (2+ messages)
[PATCH net-next v2] net/core: add optional threading for backlog processing
2023-03-30 11:11 UTC (4+ messages)
[PATCH] xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionals
2023-03-30 11:11 UTC (2+ messages)
[PATCH] MAINTAINERS: Add entry for LED devices documentation
2023-03-30 11:09 UTC (2+ messages)
[PATCH v3 13/13] rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
2023-03-30 11:09 UTC (2+ messages)
[PATCH v3 12/13] rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
2023-03-30 11:08 UTC (2+ messages)
[PATCH v3 10/13] rust: prelude: add `pin-init` API items to prelude
2023-03-30 11:07 UTC (2+ messages)
[PATCH] csky: remove obsolete config CPU_TLB_SIZE
2023-03-30 11:07 UTC
[PATCH v3 09/13] rust: init: add `Zeroable` trait and `init::zeroed` function
2023-03-30 11:06 UTC (2+ messages)
[PATCH v2] ubifs: Free memory for tmpfile name
2023-03-30 11:05 UTC (2+ messages)
[PATCH v30 0/7] Add MediaTek SoC DRM (vdosys1) support for mt8195
2023-03-30 11:05 UTC (5+ messages)
[PATCH v1] mfd:mcp-core.c : Remove redundant driver match function
2023-03-30 11:02 UTC (2+ messages)
[PATCH 5.4] selftests: Fix the executable permissions for fib_tests.sh
2023-03-30 11:01 UTC
[PATCH] usb: typec: intel_pmc_mux: Expose IOM port status to debugfs
2023-03-30 11:01 UTC (2+ messages)
[PATCH] scsi: target: return -ENOMEM when kzalloc failed
2023-03-30 11:00 UTC (3+ messages)
[PATCH -next 0/2] arm64: dts: ti: Fixes for Beagleplay SD
2023-03-30 10:59 UTC (3+ messages)
` [PATCH 1/2] arm64: configs: defconfig: Make TPS65219 regulator built-in
` [PATCH 2/2] arm64: dts: ti: k3-am625-beagleplay: Fixup SD card supply regulator
[PATCH 0/4] log2: make is_power_of_2() more generic
2023-03-30 10:59 UTC (6+ messages)
` [PATCH 1/4] log2: add helper __IS_POWER_OF_2()
` [PATCH 2/4] log2: have is_power_of_2() support bigger types than unsigned long
` [PATCH 3/4] log2: allow use of is_power_of_2() in constant expressions
` [PATCH 4/4] drm/i915/reg: use is_power_of_2() from log2.h
[PATCH 0/4] Improve some Adreno Device Tree nodes
2023-03-30 10:57 UTC (4+ messages)
` [PATCH 3/4] arm64: dts: qcom: msm8996: Improve GPU OPP table
[PATCH v8 0/3] perf: cs-etm: Update perf to handle new Coresight Trace ID
2023-03-30 10:55 UTC (11+ messages)
` [PATCH v8 1/3] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
[PATCH v6 00/12] Introduce Nuvoton ma35d1 SoC
2023-03-30 10:52 UTC (12+ messages)
` [PATCH v6 06/12] dt-bindings: arm: Add initial bindings for Nuvoton platform
` [PATCH v6 07/12] dt-bindings: serial: Document ma35d1 uart controller
` [PATCH v6 09/12] clk: nuvoton: Add clock driver for ma35d1 clock controller
[PATCH v3 0/3] mcb-pci: fix memory overlapping on MCB devices
2023-03-30 10:50 UTC (4+ messages)
` [PATCH v3 1/3] mcb: Return actual parsed size when reading chameleon table
` [PATCH v3 2/3] mcb-pci: Reallocate memory region to avoid memory overlapping
` [PATCH v3 3/3] mcb-lpc: "
[PATCH] thermal/core: Remove thermal_bind_params structure
2023-03-30 10:45 UTC
[PATCH] iommu: PGTABLE_LPAE is also for RISCV
2023-03-30 10:43 UTC (4+ messages)
[PATCH] perf vendor events power9: Remove UTF-8 characters from json files
2023-03-30 10:43 UTC (4+ messages)
[PATCH 1/1] sched/fair: Fix inaccurate tally of ttwu_move_affine
2023-03-30 10:39 UTC (4+ messages)
[BUG] perf: No samples found when using kcore + coresight
2023-03-30 10:36 UTC (11+ messages)
[REGRESSION] e1000e probe/link detection fails since 6.2 kernel
2023-03-30 10:35 UTC (7+ messages)
` [Intel-wired-lan] "
[PATCH] perf/arm-cmn: fix regitster offset of CMN_MXP__CONNECT_INFO_P2-5
2023-03-30 10:34 UTC (2+ messages)
[PATCH v2 1/2] hwmon: (coretemp) Delete tjmax debug message
2023-03-30 10:33 UTC (2+ messages)
` [PATCH v2 2/2] hwmon: (coretemp) Delete an obsolete comment
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