linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 12:37:21 to 2023-04-04 14:01:59 UTC [more...]

[PATCH v3 00/13] coresight: Fix CTI module refcount leak by making it a helper device
 2023-04-04 13:59 UTC  (6+ messages)
` [PATCH v3 13/13] "

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-04-04 13:44 UTC  (38+ messages)
` [PATCH v3 24/65] clk: imx: fixup-mux: Add a determine_rate hook
` [PATCH v3 25/65] clk: imx: scu: "
` [PATCH v3 26/65] clk: mediatek: cpumux: "
` [PATCH v3 27/65] clk: pxa: "
` [PATCH v3 28/65] clk: renesas: r9a06g032: "
` [PATCH v3 29/65] clk: socfpga: gate: "
` [PATCH v3 30/65] clk: stm32: core: "
` [PATCH v3 31/65] clk: tegra: bpmp: "
` [PATCH v3 32/65] clk: tegra: super: "
` [PATCH v3 33/65] clk: tegra: periph: "
` [PATCH v3 34/65] clk: ux500: prcmu: "
` [PATCH v3 35/65] clk: ux500: sysctrl: "
` [PATCH v3 36/65] clk: versatile: sp810: "
` [PATCH v3 37/65] drm/tegra: sor: "
` [PATCH v3 38/65] phy: cadence: sierra: "
` [PATCH v3 39/65] phy: cadence: torrent: "
` [PATCH v3 40/65] phy: ti: am654-serdes: "
` [PATCH v3 41/65] phy: ti: j721e-wiz: "
` [PATCH v3 42/65] rtc: sun6i: "
` [PATCH v3 43/65] ASoC: tlv320aic32x4: "
` [PATCH v3 44/65] clk: actions: composite: div: Switch to determine_rate
` [PATCH v3 45/65] clk: actions: composite: fact: "
` [PATCH v3 46/65] clk: at91: smd: "
` [PATCH v3 47/65] clk: axi-clkgen: "
` [PATCH v3 48/65] clk: cdce706: divider: "
` [PATCH v3 49/65] clk: cdce706: clkout: "
` [PATCH v3 50/65] clk: si5341: "
` [PATCH v3 51/65] clk: si5351: pll: "
` [PATCH v3 52/65] clk: si5351: msynth: "
` [PATCH v3 53/65] clk: si5351: clkout: "
` [PATCH v3 54/65] clk: da8xx: clk48: "
` [PATCH v3 58/65] clk: sprd: composite: "
` [PATCH v3 59/65] clk: st: flexgen: "
` [PATCH v3 60/65] clk: stm32: composite: "
` [PATCH v3 61/65] clk: tegra: periph: "
` [PATCH v3 62/65] clk: tegra: super: "

[PATCH rcu 0/20] Further shrink srcu_struct to promote cache locality
 2023-04-04 13:57 UTC  (2+ messages)

[PATCH 0/5] driver core: class: allow struct class to be static
 2023-04-04 13:57 UTC  (3+ messages)
` [PATCH 4/5] driver core: class: remove struct class_interface * from callbacks

[PATCH v2 0/2] Cleanup Mediatek pinctrl device tree binding
 2023-04-04 13:56 UTC  (2+ messages)

[PATCH 00/32] Add parents to struct pmu -> dev
 2023-04-04 13:52 UTC  (33+ messages)
` [PATCH 01/32] perf: Allow a PMU to have a parent
` [PATCH 02/32] perf/hisi-pcie: Assign parent for event_source device
` [PATCH 03/32] Documentation: hisi-pmu: Drop reference to /sys/devices path
` [PATCH 04/32] perf/hisi-uncore: Assign parents for event_source devices
` [PATCH 05/32] Documentation: hns-pmu: Use /sys/bus/event_source/devices paths
` [PATCH 06/32] perf/hisi-hns3: Assign parents for event_source device
` [PATCH 07/32] perf/amlogic: Assign parents for event_source devices
` [PATCH 08/32] perf/arm_cspmu: "
` [PATCH 09/32] Documentation: xgene-pmu: Use /sys/bus/event_source/devices paths
` [PATCH 10/32] perf/xgene: Assign parents for event_source devices
` [PATCH 11/32] Documentation: thunderx2-pmu: Use /sys/bus/event_source/devices paths
` [PATCH 12/32] perf/thunderx2: Assign parents for event_source devices
` [PATCH 13/32] perf/riscv: "
` [PATCH 14/32] Documentation: qcom-pmu: Use /sys/bus/event_source/devices paths
` [PATCH 15/32] perf/qcom: Assign parents for event_source devices
` [PATCH 16/32] perf/imx_ddr: "
` [PATCH 17/32] perf/arm_pmu: "
` [PATCH 18/32] perf/alibaba_uncore: Assign parents for event_source device
` [PATCH 19/32] perf/arm-cci: "
` [PATCH 20/32] perf/arm-ccn: "
` [PATCH 21/32] perf/arm-cmn: "
` [PATCH 22/32] perf/arm-dmc620: "
` [PATCH 23/32] perf/arm-dsu: "
` [PATCH 24/32] perf/arm-smmuv3: "
` [PATCH 25/32] perf/arm-spe: "
` [PATCH 26/32] arc: Assign parents for event_source devices

[PATCH v4 00/13] coresight: Fix CTI module refcount leak by making it a helper device
 2023-04-04 13:53 UTC  (12+ messages)
` [PATCH v4 01/13] coresight: Fix loss of connection info when a module is unloaded
` [PATCH v4 02/13] coresight: Use enum type for cs_mode wherever possible
` [PATCH v4 03/13] coresight: Change name of pdata->conns
` [PATCH v4 04/13] coresight: Rename nr_outports to nr_outconns
` [PATCH v4 05/13] coresight: Rename connection members to make the direction explicit
` [PATCH v4 06/13] coresight: Dynamically add connections
` [PATCH v4 07/13] coresight: Store pointers to connections rather than an array of them
` [PATCH v4 08/13] coresight: Simplify connection fixup mechanism
` [PATCH v4 09/13] coresight: Store in-connections as well as out-connections
` [PATCH v4 10/13] coresight: Make refcount a property of the connection
` [PATCH v4 11/13] coresight: Refactor out buffer allocation function for ETR

[PATCH v4 00/11] Improve the MT8365 SoC and EVK board support
 2023-04-04 13:55 UTC  (3+ messages)
` [PATCH v4 02/11] dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property

[PATCH v3 0/8] RISC-V KVM virtualize AIA CSRs
 2023-04-04 13:54 UTC  (8+ messages)
` [PATCH v3 7/8] RISC-V: KVM: Virtualize per-HART "
` [PATCH v3 8/8] RISC-V: KVM: Implement guest external interrupt line management

[PATCH 0/2] Add PWM fan support to Rock 5B board
 2023-04-04 13:54 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pwm-fan: Convert to DT schema

[PATCH v3 0/3] drm/bridge: tfp410: Add i2c support
 2023-04-04 13:54 UTC  (4+ messages)
` [PATCH v3 2/3] drm/bridge: tfp410: Fix logic to configured polled HPD

Re: [PATCH V2] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-04-04 13:54 UTC  (2+ messages)

[PATCH 0/3] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
 2023-04-04 13:52 UTC  (6+ messages)
` [PATCH 1/3] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-04-04 13:53 UTC  (3+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted

[PATCH v1 0/5] Landlock support for UML
 2023-04-04 13:52 UTC  (4+ messages)

[PATCH v1 1/2] pinctrl: Remove Intel Thunder Bay pinctrl driver
 2023-04-04 13:51 UTC  (2+ messages)

[PATCH V2] dt-bindings: input: pwm-beeper: convert to dt schema
 2023-04-04 13:51 UTC  (5+ messages)

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-04-04 13:50 UTC  (5+ messages)
` [PATCH 14/17] sched/eevdf: Better handle mixed slice length

Probing nvme disks fails on Upstream kernels on powerpc Maxconfig
 2023-04-04 13:49 UTC  (2+ messages)

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-04 13:47 UTC  (5+ messages)
` [PATCH 1/3] arch: Introduce ARCH_HAS_CPUMASK_BITS
` [PATCH 2/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[paulmck-rcu:dev.2023.03.30a 28/35] kernel/rcu/tree.c:2149 rcu_do_batch() error: uninitialized symbol 'jlimit'
 2023-04-04 13:47 UTC  (4+ messages)

[PATCH] ASoC: tegra20_ac97: Add missing unwind goto in tegra20_ac97_platform_probe()
 2023-04-04 13:45 UTC  (2+ messages)

[PATCH 1/7] usb: mtu3: give back request when rx error happens
 2023-04-04 13:43 UTC  (3+ messages)
` [PATCH 6/7] dt-bindings: usb: mtu3: add two optional clocks

[PATCH v5 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-04-04 13:41 UTC  (3+ messages)
` [PATCH v5 01/11] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs

[PATCH v1] perf pmu: Make parser reentrant
 2023-04-04 13:40 UTC  (4+ messages)

[PATCH v5 0/4] Add ftrace direct call for arm64
 2023-04-04 13:38 UTC  (4+ messages)
` [PATCH v5 3/4] arm64: ftrace: Add direct call trampoline samples support

[PATCH v7] Introduction-of-HP-BIOSCFG-driver-documentation
 2023-04-04 13:37 UTC  (3+ messages)

[PATCH v2] drm/vblank: Fix for drivers that do not drm_vblank_init()
 2023-04-04 13:37 UTC  (2+ messages)

[PATCH v2] perf pmu: Make parser reentrant
 2023-04-04 13:36 UTC 

[RFC PATCH] sched: Fix performance regression introduced by mm_cid
 2023-04-04 13:24 UTC  (6+ messages)

[PATCH v5 00/18] timer: Move from a push remote at enqueue to a pull at expiry model
 2023-04-04 13:35 UTC  (3+ messages)

[RFC PATCH] sched/fair: Make tg->load_avg per node
 2023-04-04 13:33 UTC  (3+ messages)

[PATCH 0/1] warning on FPGA bridge registration
 2023-04-04 13:31 UTC  (2+ messages)
` [PATCH] fpga: bridge: properly initialize bridge device before populating children

[PATCH] dt-bindings: arm: nvidia: Drop unneeded quotes
 2023-04-04 13:33 UTC  (2+ messages)

[PATCH v3 0/4] Tegra DTS improvements
 2023-04-04 13:33 UTC  (8+ messages)
` [PATCH v3 2/4] ARM: tegra30: Use cpu* labels
  ` (subset) "
` [PATCH v3 3/4] ARM: tegra: asus-tf101: fix accelerometer mount matrix
  ` (subset) "
` [PATCH v3 4/4] ARM: tegra30: peripherals: add 266.5MHz nodes
  ` (subset) "

[PATCH 0/3] spi: s3c64xx: improve SPI polling mode
 2023-04-04 13:33 UTC  (13+ messages)
  ` [PATCH 2/3] spi: dt-bindings: samsung: add samsung,spi-polling property
  ` [PATCH 1/3] spi: s3c64xx: support spi polling mode using devicetree
  ` [PATCH 3/3] spi: s3c64xx: support interrupt based pio mode

[RFC PATCH v2 0/3] kunit: Deferred action helpers
 2023-04-04 13:32 UTC  (3+ messages)
` [RFC PATCH v2 1/3] kunit: Add kunit_add_action() to defer a call until test exit

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-04-04 13:30 UTC  (2+ messages)

[PATCH] firmware: Use of_property_present() for testing DT property presence
 2023-04-04 13:30 UTC  (3+ messages)

[PATCH v3 00/11] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-04 13:29 UTC  (5+ messages)
` [PATCH v3 06/11] dt-bindings: PCI: Update the RK3399 example to a valid one

[PATCH v5 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-04 13:25 UTC  (11+ messages)
` [PATCH v5 01/15] rust: enable the `pin_macro` feature
` [PATCH v5 03/15] rust: sync: change error type of constructor functions
` [PATCH v5 08/15] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
` [PATCH v5 11/15] rust: init: add `Zeroable` trait and `init::zeroed` function
` [PATCH v5 14/15] rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`

[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
 2023-04-04 13:23 UTC  (11+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-04 13:22 UTC  (4+ messages)
` [RFC PATCH V4 17/17] x86/sev: Remove restrict interrupt injection from SNP_FEATURES_IMPL_REQ

[PATCH v3 00/11] iio: new DMABUF based API, v3
 2023-04-04 13:22 UTC  (5+ messages)
` [PATCH v3 07/11] iio: core: Add new DMABUF interface infrastructure

[RFC 00/11] optimise registered buffer/file updates
 2023-04-04 13:21 UTC  (6+ messages)
` [PATCH 10/11] io_uring/rsrc: cache struct io_rsrc_node

[PATCH v5 0/9] vdpa_sim: add support for user VA
 2023-04-04 13:17 UTC  (10+ messages)
` [PATCH v5 1/9] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v5 2/9] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v5 3/9] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v5 4/9] vringh: define the stride used for translation
` [PATCH v5 5/9] vringh: support VA with iotlb
` [PATCH v5 6/9] vdpa_sim: make devices agnostic for work management
` [PATCH v5 7/9] vdpa_sim: use kthread worker
` [PATCH v5 8/9] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v5 9/9] vdpa_sim: add support for user VA

[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range (2)
 2023-04-04 13:15 UTC  (2+ messages)

[PATCHv3 0/4] Wiegand bus driver and GPIO bitbanged controller
 2023-04-04 13:13 UTC  (4+ messages)
` [PATCHv3 2/4] wiegand: add Wiegand bus driver

[PATCH v5 0/2] drivers: rtc: add max313xx series rtc driver
 2023-04-04 13:10 UTC  (13+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] dt-bindings: rtc: add max313xx RTCs

[PATCH] ARM: multi_v7_defconfig: make USB_DWC3 as a module instead of built-in
 2023-04-04 13:08 UTC  (7+ messages)

[PATCH net-next v1 0/7] net: dsa: microchip: ksz8: Enhance static MAC table operations and error handling
 2023-04-04 13:06 UTC  (6+ messages)
` [PATCH net-next v1 2/7] net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table operations

[PATCH 6.1 000/181] 6.1.23-rc1 review
 2023-04-04 13:01 UTC  (2+ messages)

Error reports at boot time in Ampere Altra machines since c733ebb7c
 2023-04-04 12:57 UTC  (8+ messages)

Introducing bugbot
 2023-04-04 12:55 UTC  (4+ messages)

[PATCH bpf-next v2 08/10] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-04 12:54 UTC  (9+ messages)

[PATCH v10 0/8] function_graph: Support recording and printing the return value of function
 2023-04-04 12:52 UTC  (5+ messages)
` [PATCH v10 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex

[PATCH] arm64: dts: rockchip: Change serial baud rate for Pinephone Pro to 1.5 MB
 2023-04-04 12:52 UTC  (4+ messages)

[PATCH] remoteproc: pru: remove always true check positive unsigned value
 2023-04-04 12:51 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.39-rc2
 2023-04-04 12:50 UTC 

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-04 12:48 UTC  (7+ messages)
` [PATCH 16/29] selftests/mm: UFFDIO_API test

[PATCH v3] net: mac80211: Add NULL checks for sta->sdata
 2023-04-04 12:47 UTC 

[PATCH v2 0/4] Support for llvm-addr2line
 2023-04-04 12:48 UTC  (4+ messages)

[PATCH v2 00/13] optimise registered buffer/file updates
 2023-04-04 12:39 UTC  (14+ messages)
` [PATCH v2 01/13] io_uring/rsrc: use non-pcpu refcounts for nodes
` [PATCH v2 02/13] io_uring/rsrc: keep cached refs per node
` [PATCH v2 03/13] io_uring: don't put nodes under spinlocks
` [PATCH v2 04/13] io_uring: io_free_req() via tw
` [PATCH v2 05/13] io_uring/rsrc: protect node refs with uring_lock
` [PATCH v2 06/13] io_uring/rsrc: kill rsrc_ref_lock
` [PATCH v2 07/13] io_uring/rsrc: rename rsrc_list
` [PATCH v2 08/13] io_uring/rsrc: optimise io_rsrc_put allocation
` [PATCH v2 09/13] io_uring/rsrc: don't offload node free
` [PATCH v2 10/13] io_uring/rsrc: cache struct io_rsrc_node
` [PATCH v2 11/13] io_uring/rsrc: add lockdep sanity checks
` [PATCH v2 12/13] io_uring/rsrc: optimise io_rsrc_data refcounting
` [PATCH v2 13/13] io_uring/rsrc: add custom limit for node caching

[PATCH] watchdog: dt-bindings: armada-37xx-wdt: convert text binding
 2023-04-04 12:36 UTC  (2+ messages)

[PATCH] watchdog: dt-bindings: atmel-at91rm9200-wdt convert to json-schema
 2023-04-04 12:36 UTC  (2+ messages)

[PATCH v5] usb: xhci: tegra: fix sleep in atomic call
 2023-04-04 12:36 UTC  (2+ messages)

[PATCH] iio: light: tsl2772: fix reading proximity-diodes from device tree
 2023-04-04 12:35 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).