All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-08 11:04:56 to 2023-06-08 11:51:43 UTC [more...]

[dm-devel] decouple block open flags from fmode_t v2
 2023-06-08 11:45 UTC  (56+ messages)
` [PATCH 10/30] block: rename blkdev_close to blkdev_release
` [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 12/30] bcache: "
` [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 14/30] btrfs: "
` [PATCH 15/30] block: use the holder as indication for exclusive opens
` [PATCH 16/30] block: add a sb_open_mode helper
` [PATCH 17/30] fs: remove sb->s_mode
` [PATCH 18/30] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 19/30] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 20/30] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 22/30] mtd: block: use a simple bool to track open for write
` [PATCH 23/30] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 24/30] ubd: remove commented out code in ubd_open
` [PATCH 25/30] block: move a few internal definitions out of blkdev.h
` [PATCH 26/30] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
  ` [f2fs-dev] "
  ` [dm-devel] "
` [PATCH 28/30] block: always use I_BDEV on file->f_mapping->host to find the bdev
  ` [dm-devel] "
` [PATCH 29/30] block: store the holder in file->private_data
  ` [f2fs-dev] "
` [PATCH 30/30] fs: remove the now unused FMODE_* flags
  ` [f2fs-dev] "
  ` [dm-devel] "

[PATCH] Documentation/mm: Initial page table documentation
 2023-06-08 11:51 UTC  (3+ messages)

[PATCH 1/2] tty: tty_io: update timestamps on all device nodes
 2023-06-08 11:51 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] selftests: tty: add selftest for tty timestamp updates

[PATCH] wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()
 2023-06-08 11:06 UTC  (3+ messages)

[PATCH v2] Documentation/mm: Initial page table documentation
 2023-06-08 11:49 UTC 

[linux-i2c] Patch notification: DaVinci: 2 patches updated
 2023-06-08 11:48 UTC  (6+ messages)

[PATCH RFC] common/btrfs: use _scratch_cycle_mount to ensure all page caches are dropped
 2023-06-08 11:48 UTC 

[PATCH net-next 00/11] tools: ynl: generate code for the devlink family
 2023-06-08 11:48 UTC  (3+ messages)
` [PATCH net-next 10/11] "

[PATCH v2] phy: tegra: xusb: Fix use-after-free issue
 2023-06-08 11:48 UTC  (4+ messages)

[recipe build #3553986] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-06-08 11:46 UTC 

[PATCH 00/16] arm_scmi/opp/dvfs: Add generic performance scaling support
 2023-06-08 11:45 UTC  (7+ messages)
` [PATCH 13/16] OPP: Extend dev_pm_opp_data with OPP provider support

[igt-dev] [PATCH i-g-t 0/5] RFC Enable kms_frontbuffer_tracking on XE
 2023-06-08 11:46 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 4/5] RFC lib/ioctl_wrappers: GEM_SET_DOMAIN ioctl not supported on xe
` [igt-dev] [PATCH i-g-t 5/5] RFC tests/i915/kms_frontbuffer_tracking: xe only supports MMAP_WC, BLT, RENDER

[Intel-gfx] [PATCH v2 00/19] drm/i915: Load LUTs with DSB
 2023-06-08 11:46 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 02/19] drm/i915/dsb: Use non-locked register access

[PATCH 0/5] Remove CRYPTO_ALG_ALLOCATES_MEMORY flag
 2023-06-08 11:45 UTC  (2+ messages)

[PATCH v12 0/2] spi: loongson: add bus driver for the loongson spi
 2023-06-08 11:45 UTC  (13+ messages)
` [PATCH v12 1/2] spi: add loongson spi bindings
` [PATCH v12 2/2] spi: loongson: add bus driver for the loongson spi controller

[PATCH] drivers/perf: hisi: Don't migrate perf to the CPU going to teardown
 2023-06-08 11:43 UTC  (2+ messages)

[PATCH] tools: ynl: Remove duplicate include
 2023-06-08 11:46 UTC  (2+ messages)

[PATCH v4] drm/dp_mst: Clear MSG_RDY flag before sending new message
 2023-06-08 11:43 UTC  (3+ messages)

IP which is not there but wg0 replies - ?
 2023-06-08 11:45 UTC  (2+ messages)
    ` How to post to the mailling list? (Was: IP which is not there but wg0 replies - ?)

[PATCH v12 00/31] Add KVM LoongArch support
 2023-06-08 11:44 UTC  (4+ messages)
` [PATCH v12 26/31] LoongArch: KVM: Implement kvm exception vector
    `  "

[PATCH v3 0/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-08 11:43 UTC  (15+ messages)
` [Intel-gfx] "
` [PATCH v3 1/4] PCI/VGA: tidy up the code and comment format
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 2/4] PCI/VGA: Use unsigned type for the io_state variable
  `  "
` [Intel-gfx] [PATCH v3 3/4] PCI/VGA: only deal with VGA class devices
  `  "
` [PATCH v3 4/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register
  ` [Intel-gfx] "

[igt-dev] [PATCH i-g-t v2 0/2] Fixed mode selection for MST modeset
 2023-06-08 11:43 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t v2 1/2] tests/kms_display_modes: Fixed mode selection for extended mode tests
` [igt-dev] [PATCH i-g-t v2 2/2] tests/i915/kms_cdclk: Fixed mode selection for MST modeset
` [igt-dev] ✗ Fi.CI.BUILD: failure for Fixed mode selection for MST modeset (rev6)

[PATCH v5] app/testpmd: expand noisy neighbour forward mode support
 2023-06-08 11:42 UTC  (5+ messages)
` [PATCH v6] "

[meta-python][PATCH 1/2] python3-meson-python: New recipe
 2023-06-08 11:43 UTC  (9+ messages)
` [meta-python][PATCH 2/2] python_mesonpy: New class
  ` [oe] "

[PATCH v2 0/5] gitlab: improvements to handling of stable staging branches
 2023-06-08 11:42 UTC  (4+ messages)
` [PATCH v2 5/5] gitlab: support disabling job auto-run in upstream

[net PATCH 0/2] RVU NIX AF driver fixes
 2023-06-08 11:42 UTC  (3+ messages)
` [net PATCH 1/2] octeontx2-af: fixed resource availability check
` [net PATCH 2/2] octeontx2-af: fix lbk link credits on cn10k

[PATCH] profile-manual: fix blktrace remote usage instructions
 2023-06-08 11:42 UTC 

[PATCH bpf,v5 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-06-08 11:41 UTC  (5+ messages)
` [PATCH bpf,v5 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf,v5 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf,v5 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v5 4/4] selftests/bpf: Add vrf_socket_lookup tests

[PATCH] soundwire: debugfs: Add missing SCP registers
 2023-06-08 11:40 UTC  (2+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-08 11:41 UTC  (5+ messages)
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory

[PATCH V8 0/7] drm: bridge: samsung-dsim: Support variable clocking
 2023-06-08 11:40 UTC  (5+ messages)

[PATCH v2 1/5] soundwire: stream: Add missing clear of alloc_slave_rt
 2023-06-08 11:39 UTC  (2+ messages)

[PATCH net-next v12 0/8] TXGBE PHYLINK support
 2023-06-08 11:40 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: reset: convert the xlnx,zynqmp-reset.txt to yaml
 2023-06-08 11:39 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH v3 0/3] Add support for HiSilicon SoC uncore PMU
 2023-06-08 11:37 UTC  (8+ messages)
` [PATCH v3 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver
` [PATCH v3 2/3] drivers/perf: hisi: Add support for HiSilicon UC "
` [PATCH v3 3/3] docs: perf: Add new description for HiSilicon UC PMU

[gustavoars:testing/fam01-next20230606 5/7] arch/x86/kvm/ioapic.c:214:33: error: array subscript 32 is above array bounds of 'union kvm_ioapic_redirect_entry[24]'
 2023-06-08 11:39 UTC 

[PATCH v2 1/2] dt-bindings: phy: mxs-usb-phy: convert to DT schema format
 2023-06-08 11:38 UTC  (6+ messages)
  ` [EXT] "

[PATCH] firmware: zynqmp: Extend debug message to show parameters
 2023-06-08 11:38 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix return code from do_zynqmp_pmufw()
 2023-06-08 11:38 UTC  (2+ messages)

[PATCH 0/2] LED brightness support for Broadcom PHYs
 2023-06-08 11:37 UTC  (5+ messages)
` [PATCH 1/2] net: phy: broadcom: Rename LED registers
` [PATCH 2/2] net: phy: broadcom: Add support for setting LED brightness

[PATCH v2] hw/acpi: Fix PM control register access
 2023-06-08 11:37 UTC  (2+ messages)

[RESEND PATCH v1 0/2] Privileged process support on remote subsystem
 2023-06-08 11:36 UTC  (9+ messages)
` [RESEND PATCH v1 1/2] dt-bindings: misc: fastrpc: add fastrpc group IDs property
` [RESEND PATCH v1 2/2] misc: fastrpc: detect privileged processes based on group ID

[PATCH 0/2] KVM: selftests: Add tests for PEBS and MSR_IA32_DS_AREA
 2023-06-08 11:34 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Test consistency of setting MSR_IA32_DS_AREA
` [PATCH 2/2] KVM: selftests: Add PEBS test for MSR_IA32_PERF_CAPABILITIES

[PATCH V9 0/4] Add S4 SoC PLL and Peripheral clock
 2023-06-08 11:32 UTC  (8+ messages)
` [PATCH V9 3/4] clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver

[PATCH] ui/sdl2: Allow high-dpi
 2023-06-08 11:32 UTC  (3+ messages)

[PATCH v1] event/dlb2: add support for disabling PASID
 2023-06-08 11:32 UTC  (4+ messages)

[Intel-gfx] [PATCHv2] drm/i915/display/dp: On AUX xfer timeout restart freshly
 2023-06-08 11:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display/dp: On AUX xfer timeout restart freshly (rev2)

[PATCH v11 1/2] dt-bindings: hwmon: add MAX31827
 2023-06-08 11:30 UTC  (2+ messages)

[PATCH v2 2/2] i2c: davinci: Use struct name not type with devm_kzalloc()
 2023-06-08 11:30 UTC  (5+ messages)
    ` [v2 "

[PATCH v6 0/5] erofs: cleanup of xattr handling
 2023-06-08 11:30 UTC  (6+ messages)
` [PATCH v6 1/5] erofs: use absolute position in xattr iterator
` [PATCH v6 2/5] erofs: unify xattr_iter structures
` [PATCH v6 3/5] erofs: make the size of read data stored in buffer_ofs
` [PATCH v6 4/5] erofs: unify inline/share xattr iterators for listxattr/getxattr
` [PATCH v6 5/5] erofs: use separate xattr parsers "

[PATCH bpf-next] selftests/bpf: Add missing prototypes for several test kfuncs
 2023-06-08 11:30 UTC  (2+ messages)

[PATCH 6.1 000/225] 6.1.33-rc1 review
 2023-06-08 11:30 UTC  (4+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-08 11:29 UTC  (3+ messages)
` [PATCH v14 055/113] KVM: TDX: TDP MMU TDX support

[PATCH 6.3 000/286] 6.3.7-rc1 review
 2023-06-08 11:29 UTC  (2+ messages)

[PATCH 5.15 000/159] 5.15.116-rc1 review
 2023-06-08 11:28 UTC  (2+ messages)

[RFC PATCH 0/3] Add ability to disable ia32 at boot time
 2023-06-08 11:25 UTC  (12+ messages)
` [PATCH 3/3] x86: Disable running 32bit processes if ia32_disabled is passed

[PATCH] x86/kexec: Add a comment to relocate_kernel() for better readability
 2023-06-08 11:25 UTC  (4+ messages)

[PATCH] usb: typec: tcpci: allow drp toggling for non-drp port
 2023-06-08 11:28 UTC 

[qemu-mainline test] 181299: regressions - FAIL
 2023-06-08 11:22 UTC 

[PATCH 0/5] ASoC: mt8188-mt6359: Cleanups
 2023-06-08 11:20 UTC  (7+ messages)
` [PATCH 5/5] ASoC: mediatek: mt8188-mt6359: Use bitfield macros for registers

[Intel-gfx] [PATCH 1/3] drm/i915: copy-paste the extra warnings from scripts/Makefile.extrawarn
 2023-06-08 11:22 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: fix Makefile sort and indent
` [Intel-gfx] [PATCH 3/3] drm/i915: move Makefile display debugfs files next to display

[PATCH v4 0/6] firmware: tegra: Add MRQ support for Tegra264
 2023-06-08 11:22 UTC  (6+ messages)
` [PATCH v4 6/6] firmware: tegra: bpmp: Add support for DRAM MRQ GSCs

[PATCH bpf v4 0/2] Fix verifier id tracking of scalars on spill
 2023-06-08 11:21 UTC  (2+ messages)

[PATCH net-next] nfc: store __be16 value in __be16 variable
 2023-06-08 11:21 UTC 

[GIT PULL] Networking for 6.4-rc6
 2023-06-08 11:19 UTC 

[PATCH] tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A
 2023-06-08 11:19 UTC 

[PATCH 1/1] media: MAINTAINERS: Orphan dw9768 and ov02a10 drivers
 2023-06-08 11:18 UTC 

[PATCH v2 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-08 11:17 UTC  (3+ messages)

[PATCH 0/3] net/sfc: support VLAN stripping offload
 2023-06-08 11:16 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] common/sfc_efx/base: add support to enable VLAN stripping

[RESEND PATCH v6 0/1] Digiteq Automotive MGB4 driver
 2023-06-08 11:16 UTC  (4+ messages)
` [RESEND PATCH v6 1/1] Added "

[PATCH 1/1] media: MAINTAINERS: Pick ov5670 maintenance
 2023-06-08 11:14 UTC 

[PATCH 1/2] ARM: replace CONFIG_CPU_V8 with CONFIG_CPU_64 in Makefile
 2023-06-08 11:13 UTC  (7+ messages)
` [PATCH 2/2] ARM: don't assume 32-bit when no boards are selected

[PATCH] mm: convert mm's rss stats into percpu_counter
 2023-06-08 11:14 UTC  (2+ messages)

[PATCH] drm/msm/dpu: tidy up some error checking
 2023-06-08 11:14 UTC  (6+ messages)

[PATCH 0/8] SPDX conversion for cryptographic algorithms
 2023-06-08 11:12 UTC  (5+ messages)
` [PATCH 8/8] crypto: cts: Convert MIT boilerplate to corresponding SPDX license identifier

[PATCH] acpi: use xsdt_addr if present
 2023-06-08 11:09 UTC 

[PATCH v14 0/5] Enable IPQ9754 USB
 2023-06-08 11:06 UTC  (3+ messages)
` [PATCH v14 3/5] arm64: dts: qcom: ipq9574: Add USB related nodes

[PATCH 1/1] MAINTAINERS: Add an entry for V4L2 sensor and lens drivers
 2023-06-08 11:06 UTC  (3+ messages)

[PATCH v2 00/13] btrfs: some fixes and updates around handling errors for tree mod log operations
 2023-06-08 11:04 UTC  (5+ messages)
` [PATCH v2 07/13] btrfs: avoid unnecessarily setting the fs to RO and error state at balance_level()


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.