public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-07 14:08:00 to 2023-03-07 15:51:49 UTC [more...]

[PATCH] media: hantro: fix use after free bug in hantro_remove due to race condition
 2023-03-07 15:45 UTC  (2+ messages)

[PATCH v3 0/4] firmware: Add support for Qualcomm UEFI Secure Application
 2023-03-07 15:51 UTC  (8+ messages)
` [PATCH v3 1/4] firmware: qcom_scm: Export SCM call functions
` [PATCH v3 2/4] firmware: Add support for Qualcomm Secure Execution Environment SCM interface
` [PATCH v3 4/4] firmware: Add support for Qualcomm UEFI Secure Application

[PATCH] ASoC: da7219: Initialize jack_det_mutex
 2023-03-07 15:51 UTC 

[PATCH v4] scsi: ufs: core: Add trace event for MCQ
 2023-03-07 15:47 UTC  (3+ messages)

[PATCH][next] rxrpc: Replace fake flex-array with flexible-array member
 2023-03-07 15:46 UTC  (2+ messages)

[PATCH 1/3] tty: serial: qcom-geni-serial: Fix kdb/kgdb after port shutdown (again)
 2023-03-07 15:46 UTC  (5+ messages)
` [PATCH 2/3] serial: uart_poll_init() should power on the UART
` [PATCH 3/3] tty: serial: qcom-geni-serial: Add a poll_init() function

[PATCH] nfc: pn533: initialize struct pn533_out_arg properly
 2023-03-07 15:45 UTC  (2+ messages)

[PATCH 0/4] Add LVTS's AP thermal domain support for mt8195
 2023-03-07 15:45 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: thermal: mediatek: Add AP domain to LVTS thermal controllers "
` [PATCH 2/4] thermal/drivers/mediatek/lvts_thermal: Add AP domain "
` [PATCH 3/4] arm64: dts: mediatek: mt8195: Add AP domain thermal zones
` [PATCH 4/4] arm64: dts: mediatek: mt8195: Add AP domain temperature thresholds

[PATCH 00/11] Add multipd remoteproc support
 2023-03-07 15:44 UTC  (22+ messages)
` [PATCH 01/11] dt-bindings: remoteproc: qcom: Add support for multipd model
` [PATCH 02/11] dt-bindings: mailbox: qcom: Add IPQ5018 APCS compatible
` [PATCH 03/11] dt-bindings: scm: Add compatible for IPQ5018
` [PATCH 05/11] dt-bindings: clock: qcom: gcc-ipq9574: Add Q6 gcc clock control
` [PATCH 07/11] mailbox: qcom-apcs-ipc: Add IPQ5018 APCS IPC support
` [PATCH 08/11] remoteproc: qcom: Add Hexagon based multipd rproc driver
` [PATCH 09/11] arm64: dtsi: qcom: ipq5018: enable nodes required for multipd
` [PATCH 10/11] arm64: dts: qcom: ipq5018: Add MP03.5-c1 board support
` [PATCH 11/11] arm64: dtsi: qcom: ipq9574: Add nodes to bring up multipd

[PATCH][next] netxen_nic: Replace fake flex-array with flexible-array member
 2023-03-07 15:39 UTC  (2+ messages)

[PATCH RESEND net-next] wwan: core: Support slicing in port TX flow of WWAN subsystem
 2023-03-07 15:37 UTC  (2+ messages)

[PATCH] media: hantro: fix use after free bug in hantro_release due to race condition
 2023-03-07 15:35 UTC 

[PATCHv7 00/11] Introduce RK806 Support
 2023-03-07 15:36 UTC  (12+ messages)
` [PATCHv7 01/11] clk: RK808: reduce 'struct rk808' usage
` [PATCHv7 02/11] mfd: rk808: convert to device managed resources
` [PATCHv7 03/11] mfd: rk808: use dev_err_probe
` [PATCHv7 04/11] mfd: rk808: replace 'struct i2c_client' with 'struct device'
` [PATCHv7 05/11] mfd: rk808: split into core and i2c
` [PATCHv7 06/11] mfd: rk8xx-i2c: use device_get_match_data
` [PATCHv7 07/11] dt-bindings: mfd: add rk806 binding
` [PATCHv7 08/11] mfd: rk8xx: add rk806 support
` [PATCHv7 09/11] pinctrl: rk805: add rk806 pinctrl support
` [PATCHv7 10/11] regulator: expose regulator_find_closest_bigger
` [PATCHv7 11/11] regulator: rk808: add rk806 support

[PATCH] drm/sun4i: fix missing component unbind on bind errors
 2023-03-07 15:29 UTC  (2+ messages)
` (subset) "

[PATCH] f2fs: convert to use bitmap API
 2023-03-07 15:34 UTC  (2+ messages)

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-07 15:32 UTC  (23+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
` [PATCH RFC 03/18] rust: drm: file: Add File abstraction
` [PATCH RFC 04/18] rust: drm: gem: Add GEM object abstraction
` [PATCH RFC 05/18] drm/gem-shmem: Export VM ops functions
` [PATCH RFC 06/18] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH RFC 07/18] rust: drm: mm: Add DRM MM Range Allocator abstraction
` [PATCH RFC 08/18] rust: dma_fence: Add DMA Fence abstraction
` [PATCH RFC 09/18] rust: drm: syncobj: Add DRM Sync Object abstraction
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction
` [PATCH RFC 13/18] drm/gem: Add a flag to control whether objects can be exported
` [PATCH RFC 14/18] rust: drm: gem: Add set_exportable() method
` [PATCH RFC 15/18] drm/asahi: Add the Asahi driver UAPI [DO NOT MERGE]
` [PATCH RFC 16/18] rust: bindings: Bind the Asahi DRM UAPI
` [PATCH RFC 17/18] rust: macros: Add versions macro
` [PATCH RFC 18/18] drm/asahi: Add the Asahi driver for Apple AGX GPUs

[PATCH 1/2] arm64: dts: qcom: sm8350: Mark UFS controller as cache coherent
 2023-03-07 15:32 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8450: "

[v6 PATCH 0/7] crypto: stm32 - Save and restore between each request
 2023-03-07 15:31 UTC  (5+ messages)
` [v5 PATCH 7/7] "

[PATCH v1 06/11] thermal/drivers/ti: Use fixed update interval
 2023-03-07 15:30 UTC  (2+ messages)

[PATCH] igb: revert rtnl_lock() that causes deadlock
 2023-03-07 15:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH bpf-next] bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF again
 2023-03-07 15:26 UTC  (2+ messages)

[PATCH] scripts: `make rust-analyzer` for out-of-tree modules
 2023-03-07 15:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] rcu: Add a minimum time for marking boot as completed
 2023-03-07 15:22 UTC  (6+ messages)

[PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks
 2023-03-07 14:56 UTC  (2+ messages)

[PATCH 0/7 v4] sh: various doc, build, init fixes
 2023-03-07 15:18 UTC  (2+ messages)

[PATCH V5 0/3] PCI: designware-ep: Fix DBI access before core init
 2023-03-07 15:18 UTC  (4+ messages)

[PATCH] nbd: Fix hang when connection reset by peer
 2023-03-07 15:15 UTC 

[PATCH v5 00/14] PolarFire SoC reset controller & clock cleanups
 2023-03-07 15:16 UTC  (3+ messages)
` [PATCH v5 07/14] riscv: dts: microchip: add mpfs specific macb reset support

[Syzkaller & bisect] There is WARNING: refcount bug in sock_map_free in v6.3-rc1
 2023-03-07 15:18 UTC  (2+ messages)

[PATCH v2, RESEND] f2fs: export compress_percent and compress_watermark entries
 2023-03-07 15:16 UTC  (2+ messages)

[PATCH v2 0/7] Add support for MHI Endpoint function driver
 2023-03-07 15:14 UTC  (8+ messages)
` [PATCH v2 1/7] PCI: endpoint: Pass EPF device ID to the probe function
` [PATCH v2 2/7] PCI: endpoint: Warn and return if EPC is started/stopped multiple times
` [PATCH v2 3/7] PCI: endpoint: Add linkdown notifier support
` [PATCH v2 4/7] PCI: endpoint: Add BME "
` [PATCH v2 5/7] PCI: qcom-ep: Add support for Link down notification
` [PATCH v2 6/7] PCI: qcom-ep: Add support for BME notification
` [PATCH v2 7/7] PCI: endpoint: Add PCI Endpoint function driver for MHI bus

[PATCH] bpf: extend btf id list
 2023-03-07 15:12 UTC 

[PATCH] f2fs: fix unaligned field offset in 32-bits platform
 2023-03-07 15:14 UTC 

[PATCH 00/11] scsi_debug: Some minor improvements
 2023-03-07 15:12 UTC  (4+ messages)
` [PATCH 01/11] scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]

[Syzkaller & bisect] There is WARNING: suspicious RCU usage in mas_walk in v6.3-rc1
 2023-03-07 15:12 UTC 

[PATCH net-next] net: mdio: Add netlink interface
 2023-03-07 15:00 UTC  (8+ messages)

[PATCH v3 0/2] Add pm_runtime support to SM6350 camcc
 2023-03-07 15:06 UTC  (5+ messages)
` [PATCH v3 1/2] clk: qcom: camcc-sm6350: add pm_runtime support

[RESEND PATCH] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-03-07 15:03 UTC  (6+ messages)

[PATCH v2 0/2] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev state
 2023-03-07 15:00 UTC  (3+ messages)
` [PATCH v2 1/2] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev active state
` [PATCH v2 2/2] media: imx: imx8mq-mipi-csi2: remove unneeded state variable and function

[PATCHv2] selftests: net: devlink_port_split.py: skip test if no suitable device available
 2023-03-07 15:00 UTC 

[PATCH v6 00/11] LSM: Three basic syscalls
 2023-03-07 14:57 UTC  (3+ messages)
` [PATCH v6 04/11] LSM: syscalls for current process attributes

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-07 14:57 UTC  (3+ messages)
` [PATCH printk v1 01/18] kdb: do not assume write() callback available

[PATCH 0/7] Add PCIe support for IPQ9574
 2023-03-07 14:56 UTC  (14+ messages)
` [PATCH 1/7] dt-bindings: PCI: qcom: Add IPQ9574 specific compatible
` [PATCH 7/7] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes

[PATCH v3 net-next] udp: introduce __sk_mem_schedule() usage
 2023-03-07 14:55 UTC  (2+ messages)

[PATCH v5 0/3] Add pinctrl support for S32 SoC family
 2023-03-07 14:53 UTC  (8+ messages)

[PATCH 00/16] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-03-07 14:50 UTC  (6+ messages)
` [PATCH 01/16] dmaengine: idxd: add wq driver name support for accel-config user tool

[PATCH] dm crypt: initialize tasklet in crypt_io_init()
 2023-03-07 14:47 UTC  (4+ messages)
`  "

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-07 14:35 UTC  (8+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v5 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v5 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v5 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v5 6/7] smp: reword smp call IPI comment
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH v2] scripts: `make rust-analyzer` for out-of-tree modules
 2023-03-07 14:42 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-07 14:42 UTC  (2+ messages)

Emulated CVQ in vdpa-net framework
 2023-03-07 14:41 UTC 

[PATCH 0/2] Updating information on lanana.org
 2023-03-07 14:40 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: remove historic section DEVICE NUMBER REGISTRY
` [PATCH 2/2] docs: admin: unicode: update information on state of lanana.org document

[PATCH 1/2] maple_tree: Fix mas_skip_node() end slot detection
 2023-03-07 14:30 UTC  (3+ messages)

[syzbot] [block?] WARNING in blkdev_put (2)
 2023-03-07 14:25 UTC  (3+ messages)
` [PATCH] block: fix wrong mode for blkdev_put() from disk_scan_partitions()

[PATCH] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev active state
 2023-03-07 14:21 UTC  (3+ messages)

[RFC] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-07 14:20 UTC  (2+ messages)

[PATCH v6 00/20] irqdomain: fix mapping race and rework locking
 2023-03-07 14:18 UTC  (5+ messages)
` [PATCH v6 20/20] irqdomain: Switch to per-domain locking

[PATCH 0/3] Fix the PowerQUICC audio support using the QMC
 2023-03-07 14:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Remove unneeded property
` [PATCH 2/3] dt-bindings: soc: fsl: cpm_qe: cpm1-tsa: "
` [PATCH 3/3] soc: fsl: cpm1: qmc: Fix assigned timeslot masks

Motorola Droid 4 -- Stopping charger when battery is full
 2023-03-07 14:10 UTC  (2+ messages)

[PATCH] pstore: Revert pmsg_lock back to a normal mutex
 2023-03-07 14:08 UTC  (10+ messages)

[PATCH v3 00/60] arm64: Add support for LPA2 at stage1 and WXN
 2023-03-07 14:05 UTC  (53+ messages)
` [PATCH v3 09/60] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v3 10/60] arm64: kaslr: Adjust randomization range dynamically
` [PATCH v3 11/60] arm64: kaslr: drop special case for ThunderX in kaslr_requires_kpti()
` [PATCH v3 12/60] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 13/60] arm64: kvm: honour 'nokaslr' command line option for the HYP VA space
` [PATCH v3 14/60] arm64: kernel: Manage absolute relocations in code built under pi/
` [PATCH v3 15/60] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v3 16/60] arm64: head: move relocation handling to C code
` [PATCH v3 17/60] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v3 18/60] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v3 19/60] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v3 20/60] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v3 21/60] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v3 22/60] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v3 23/60] arm64: idreg-override: Move to early mini C runtime
` [PATCH v3 24/60] arm64: kernel: Remove early fdt remap code
` [PATCH v3 25/60] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v3 26/60] arm64: Move feature overrides into the BSS section
` [PATCH v3 27/60] arm64: head: Run feature override detection before mapping the kernel
` [PATCH v3 28/60] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v3 29/60] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v3 30/60] arm64: idreg-override: Create a pseudo feature for rodata=off
` [PATCH v3 31/60] arm64: Add helpers to probe local CPU for PAC/BTI/E0PD support
` [PATCH v3 32/60] arm64: head: allocate more pages for the kernel mapping
` [PATCH v3 33/60] arm64: head: move memstart_offset_seed handling to C code
` [PATCH v3 34/60] arm64: head: Move early kernel mapping routines into "
` [PATCH v3 35/60] arm64: mm: Use 48-bit virtual addressing for the permanent ID map
` [PATCH v3 36/60] arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
` [PATCH v3 37/60] arm64: kernel: Create initial ID map from C code
` [PATCH v3 38/60] arm64: mm: avoid fixmap for early swapper_pg_dir updates
` [PATCH v3 39/60] arm64: mm: omit redundant remap of kernel image
` [PATCH v3 40/60] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
` [PATCH v3 41/60] arm64/mm: Add FEAT_LPA2 specific TCR_EL1.DS field
` [PATCH v3 42/60] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v3 43/60] arm64: mm: Handle LVA support as a CPU feature
` [PATCH v3 44/60] arm64: mm: Add feature override support for LVA
` [PATCH v3 45/60] arm64: mm: Wire up TCR.DS bit to PTE shareability fields
` [PATCH v3 46/60] arm64: mm: Add LPA2 support to phys<->pte conversion routines
` [PATCH v3 47/60] arm64: mm: Add definitions to support 5 levels of paging
` [PATCH v3 48/60] arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
` [PATCH v3 49/60] arm64: Enable LPA2 at boot if supported by the system
` [PATCH v3 50/60] arm64: mm: Add 5 level paging support to fixmap and swapper handling
` [PATCH v3 51/60] arm64: kasan: Reduce minimum shadow alignment and enable 5 level paging
` [PATCH v3 52/60] arm64: mm: Add support for folding PUDs at runtime
` [PATCH v3 53/60] arm64: ptdump: Disregard unaddressable VA space
` [PATCH v3 54/60] arm64: ptdump: Deal with translation levels folded at runtime
` [PATCH v3 55/60] arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levels
` [PATCH v3 56/60] arm64: kvm: Limit HYP VA and host S2 range to 48 bits when LPA2 is in effect
` [PATCH v3 57/60] arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
` [PATCH v3 58/60] arm64: defconfig: Enable LPA2 support
` [PATCH v3 59/60] mm: add arch hook to validate mmap() prot flags
` [PATCH v3 60/60] arm64: mm: add support for WXN memory translation attribute


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