All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-23 22:22:04 to 2021-05-24 01:25:12 UTC [more...]

SimpleStorage proposals
 2021-05-21  1:51 UTC  (5+ messages)

[PATCH v1 0/3] Three minor changes for UFS
 2021-05-24  1:24 UTC  (3+ messages)
` [PATCH v1 1/3] scsi: ufs: Let UPIU completion trace print RSP UPIU

[PATCH V3 0/3] introduce latmus
 2021-05-24  1:22 UTC  (8+ messages)
` [PATCH V3 1/3] rtdm/testing: latmus: introduce latmus driver

[PATCH v2 net-next] ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpy
 2021-05-24  1:20 UTC  (4+ messages)

[meta-dpdk][PATCH] dpdk: fix build with GCC 11
 2021-05-24  1:18 UTC  (2+ messages)
` [yocto] "

[PATCH v2 0/1] maintenance: use systemd timers on Linux
 2021-05-24  1:18 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] maintenance: optionally "

stable-rc/queue/5.4 baseline: 114 runs, 1 regressions (v5.4.120-51-g3a263674fe69)
 2021-05-24  1:17 UTC 

[PATCH] arm64: dts: qcom: sc7180: Move rmtfs memory region
 2021-05-24  1:15 UTC  (2+ messages)

[PATCH v2 00/10] send-email: various optimizations to speed up by >2x
 2021-05-24  1:15 UTC  (3+ messages)
` [PATCH v3 00/13] "

[PATCH 0/5] RTL8231 GPIO expander support
 2021-05-24  1:10 UTC  (9+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] gpio: regmap: Add quirk for output data register
  ` [PATCH v3 2/6] dt-bindings: leds: Binding for RTL8231 scan matrix
  ` [PATCH v3 3/6] dt-bindings: mfd: Binding for RTL8231
  ` [PATCH v3 4/6] mfd: Add RTL8231 core device
  ` [PATCH v3 5/6] pinctrl: Add RTL8231 pin control and GPIO support
  ` [PATCH v3 6/6] leds: Add support for RTL8231 LED scan matrix

stable-rc/queue/4.9 baseline: 92 runs, 5 regressions (v4.9.268-244-gadfb76bdfc13)
 2021-05-24  1:09 UTC 

[PATCH 0/3] [GSOC][RFC] ref-filter: add contents:raw atom
 2021-05-24  1:09 UTC  (2+ messages)

[PATCH 0/4] perf vendor events: Add events for Icelake Server and update for Icelake Client
 2021-05-24  1:08 UTC  (5+ messages)
` [PATCH 1/4] perf vendor events: Add core event list for Icelake Server

[linux-linus test] 162134: regressions - FAIL
 2021-05-24  1:07 UTC 

[PATCH net-next] ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpy
 2021-05-24  1:07 UTC  (5+ messages)

[PATCH 0/2] New V4L2 controls V4L2_CID_NOTIFY_GAIN_XXX
 2021-05-24  1:07 UTC  (5+ messages)
` [PATCH 2/2] media: v4l2-ctrls: Document V4L2_CID_NOTIFY_GAIN_XXX controls

[PATCH v19 00/45] sg: add v4 interface
 2021-05-24  1:01 UTC  (46+ messages)
` [PATCH v19 01/45] sg: move functions around
` [PATCH v19 02/45] sg: remove typedefs, type+formatting cleanup
` [PATCH v19 03/45] sg: sg_log and is_enabled
` [PATCH v19 04/45] sg: rework sg_poll(), minor changes
` [PATCH v19 05/45] sg: bitops in sg_device
` [PATCH v19 06/45] sg: make open count an atomic
` [PATCH v19 07/45] sg: move header to uapi section
` [PATCH v19 08/45] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v19 09/45] sg: sg_allow_if_err_recovery and renames
` [PATCH v19 10/45] sg: improve naming
` [PATCH v19 11/45] sg: change rwlock to spinlock
` [PATCH v19 12/45] sg: ioctl handling
` [PATCH v19 13/45] sg: split sg_read
` [PATCH v19 14/45] sg: sg_common_write add structure for arguments
` [PATCH v19 15/45] sg: rework sg_vma_fault
` [PATCH v19 16/45] sg: rework sg_mmap
` [PATCH v19 17/45] sg: replace sg_allow_access
` [PATCH v19 18/45] sg: rework scatter gather handling
` [PATCH v19 19/45] sg: introduce request state machine
` [PATCH v19 20/45] sg: sg_find_srp_by_id
` [PATCH v19 21/45] sg: sg_fill_request_element
` [PATCH v19 22/45] sg: printk change %p to %pK
` [PATCH v19 23/45] sg: xarray for fds in device
` [PATCH v19 24/45] sg: xarray for reqs in fd
` [PATCH v19 25/45] sg: replace rq array with xarray
` [PATCH v19 26/45] sg: sense buffer rework
` [PATCH v19 27/45] sg: add sg v4 interface support
` [PATCH v19 28/45] sg: rework debug info
` [PATCH v19 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v19 30/45] sg: expand sg_comm_wr_t
` [PATCH v19 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v19 32/45] sg: add some __must_hold macros
` [PATCH v19 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v19 34/45] sg: protect multiple receivers
` [PATCH v19 35/45] sg: first debugfs support
` [PATCH v19 36/45] sg: rework mmap support
` [PATCH v19 37/45] sg: defang allow_dio
` [PATCH v19 38/45] sg: warn v3 write system call users
` [PATCH v19 39/45] sg: add mmap_sz tracking
` [PATCH v19 40/45] sg: remove rcv_done request state
` [PATCH v19 41/45] sg: track lowest inactive and await indexes
` [PATCH v19 42/45] sg: remove unit attention check for device changed
` [PATCH v19 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v19 44/45] sg: add blk_poll support
` [PATCH v19 45/45] sg: bump version to 4.0.12

[PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction
 2021-05-24  1:00 UTC  (3+ messages)

[PATCHSET 0/1] xfs: fixes for online shrink
 2021-05-24  1:01 UTC  (2+ messages)
` [PATCH 1/1] xfs: check free AG space when making per-AG reservations

[PATCHSET v2 0/2] xfs: strengthen validation of extent size hints
 2021-05-24  1:01 UTC  (3+ messages)
` [PATCH 1/2] xfs: standardize extent size hint validation
` [PATCH 2/2] xfs: validate extsz hints against rt extent size when rtinherit is set

[PATCH] NFC: nfcmrvl: fix kernel-doc syntax in file headers
 2021-05-24  1:00 UTC  (3+ messages)

[RFC PATCH 0/3] Add additional MOK vars
 2021-05-24  0:57 UTC  (7+ messages)

[PATCH 0/3] arm64: dts: renesas: r8a77995: draak: add R-Car Sound support
 2021-05-24  0:57 UTC  (5+ messages)
` [PATCH 1/3] clk: renesas: r8a77995: Add ZA2 clock

[PATCH v1 1/3] fpga: mgr: Use standard dev_release for class driver
 2021-05-24  0:55 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] benchmarks/gem_userptr_benchmark: Remove tests with unsynchronized flag
 2021-05-24  0:56 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 6/6] extcon: sm5502: Add support for SM5504
 2021-05-24  0:54 UTC  (3+ messages)

[PATCH v4 00/14] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-05-24  0:54 UTC  (3+ messages)

[PATCH v3 00/16] ipmi: Allow raw access to KCS devices
 2021-05-24  0:53 UTC  (12+ messages)
` [PATCH v3 05/16] ipmi: kcs_bmc: Turn the driver data-structures inside-out
` [PATCH v3 10/16] ipmi: kcs_bmc: Don't enforce single-open policy in the kernel

Linux 5.13-rc3
 2021-05-24  0:48 UTC  (2+ messages)

[stffrdhrn:starfive-bad-dcache-flush 4/39] drivers/char/hw_random/starfive-vic-rng.c:238:34: warning: unused variable 'vic_rng_dt_ids'
 2021-05-24  0:53 UTC 

[PATCH] sunxi: Bring back SD card as MMC device 0
 2021-05-24  0:48 UTC  (6+ messages)

[sashal-linux-stable:queue-5.12 32/35] arch/x86/events/intel/lbr.c:729:16: error: too many arguments to function 'x86_get_pmu'
 2021-05-24  0:48 UTC 

[iio:testing 86/168] fxls8962af-core.c:undefined reference to `i2c_verify_client'
 2021-05-24  0:43 UTC 

[RFC PATCH 0/3] fastboot: sunxi: Determine MMC device at runtime
 2021-05-24  0:36 UTC  (4+ messages)
` [RFC PATCH 1/3] fastboot: Allow runtime determination of MMC device
` [RFC PATCH 2/3] sunxi: Implement fastboot_get_mmc_device()
` [RFC PATCH 3/3] sunxi: Drop sunxi FASTBOOT_FLASH_MMC_DEV defaults

[PATCH v3 00/11] dm: Improve zoned block device support
 2021-05-24  0:30 UTC  (4+ messages)
` [PATCH v3 01/11] block: improve handling of all zones reset operation
  ` [dm-devel] "

[PATCH -next] net: ftgmac100: add missing error return code in ftgmac100_probe()
 2021-05-24  0:30 UTC  (2+ messages)

[PATCH v2 net-next] ehea: Use DEVICE_ATTR_*() macro
 2021-05-24  0:30 UTC  (2+ messages)

[PATCH net-next] sfc: falcon: use DEVICE_ATTR_*() macro
 2021-05-24  0:30 UTC  (2+ messages)

[PATCH net-next 0/2] net: r6040: Non-functional changes
 2021-05-24  0:30 UTC  (2+ messages)

[PATCH net-next] sfc: use DEVICE_ATTR_*() macro
 2021-05-24  0:30 UTC  (2+ messages)

[PATCH net 0/2] two fixes for the fq_pie scheduler
 2021-05-24  0:20 UTC  (2+ messages)

[PATCH net v2] net: dsa: mt7530: fix VLAN traffic leaks
 2021-05-24  0:30 UTC  (2+ messages)

[PATCH v3 00/12] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-24  0:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Move LMEM (VRAM) management over to TTM (rev3)

[PATCH 00/18] Fix idxd sub-drivers setup
 2021-05-24  0:05 UTC  (3+ messages)
` [PATCH 02/18] dmaengine: idxd: add driver name

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-05-24  0:02 UTC  (16+ messages)
` [PATCH v6 05/20] vfio: mdev: common lib code for setting up Interrupt Message Store
` [PATCH v6 11/20] vfio/mdev: idxd: Add basic driver setup for idxd mdev
` [PATCH v6 13/20] vfio/mdev: idxd: add mdev driver registration and helper functions
` [PATCH v6 14/20] vfio/mdev: idxd: add 1dwq-v1 mdev type
` [PATCH v6 15/20] vfio/mdev: idxd: ims domain setup for the vdcm
` [PATCH v6 19/20] vfio: mdev: Add device request interface

fast forward merge overwriting my code
 2021-05-23 23:58 UTC  (3+ messages)

[PATCH v2 0/7] Add driver for NVIDIA Tegra30 SoC Thermal sensor
 2021-05-23 23:56 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: thermal: Add binding for Tegra30 thermal sensor
` [PATCH v2 2/7] thermal: thermal_of: Stop zone device before unregistering it
` [PATCH v2 3/7] thermal/core: Export thermal_cooling_device_stats_update()
` [PATCH v2 4/7] thermal/drivers/tegra: Add driver for Tegra30 thermal sensor
` [PATCH v2 5/7] ARM: tegra_defconfig: Enable CONFIG_TEGRA30_TSENSOR
` [PATCH v2 6/7] ARM: multi_v7_defconfig: "
` [PATCH v2 7/7] ARM: tegra: Add SoC thermal sensor to Tegra30 device-trees

[PATCH] clk: rockchip: fix rk3568 cpll clk gate bits
 2021-05-23 23:51 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 8dbbcb8a8856c6b4e56ae705218d8dad1f9cf1e9
 2021-05-23 23:49 UTC 

[powerpc:fixes-test] BUILD SUCCESS b49f9d9b0e428909796b4a7e7f1049f489859e0f
 2021-05-23 23:49 UTC 

[PATCH v3 0/4] Unify NVIDIA Tegra ASoC machine drivers
 2021-05-23 23:44 UTC  (10+ messages)
` [PATCH v3 1/4] ASoC: tegra: Set driver_name=tegra for all "
` [PATCH v3 2/4] ASoC: tegra: Unify ASoC "
` [PATCH v3 3/4] ASoC: tegra: Specify components string for each card
` [PATCH v3 4/4] ASoC: tegra: Specify components string for Nexus 7

BPF: failed module verification on linux-next
 2021-05-23 23:45 UTC  (3+ messages)

[PATCH 1/1] generic/{455,457,482}: make dmlogwrites tests work on bcachefs
 2021-05-23 23:38 UTC 

[Design Proposal] Additional Drive Properties for Bmcweb/Redfish
 2021-05-23 23:35 UTC 

[PATCH v1] kbuild: Disable compile testing if HAVE_LEGACY_CLK enabled
 2021-05-23 23:25 UTC 

btrfs check discovered possibly inconsistent journal and now the errors are gone
 2021-05-23 23:20 UTC  (3+ messages)

[PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs
 2021-05-23 23:20 UTC  (2+ messages)

[PATCH v2] net: macb: ensure the device is available before accessing GEMGXL control registers
 2021-05-23 23:20 UTC  (2+ messages)

[PATCH v2] net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88
 2021-05-23 23:20 UTC  (2+ messages)

[PATCH v2 00/14] NVIDIA Tegra memory and power management changes for 5.14
 2021-05-23 23:13 UTC  (15+ messages)
` [PATCH v2 01/14] regulator: core: Add regulator_sync_voltage_rdev()
` [PATCH v2 02/14] regulator: core: Detach coupled regulator before coupling count is dropped
` [PATCH v2 03/14] soc/tegra: regulators: Bump voltages on system reboot
` [PATCH v2 04/14] soc/tegra: Add stub for soc_is_tegra()
` [PATCH v2 05/14] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
` [PATCH v2 06/14] soc/tegra: fuse: Add stubs needed for compile-testing
` [PATCH v2 07/14] clk: tegra: "
` [PATCH v2 08/14] memory: tegra: Fix compilation warnings on 64bit platforms
` [PATCH v2 09/14] memory: tegra: Enable compile testing for all drivers
` [PATCH v2 10/14] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v2 11/14] memory: tegra30-emc: "
` [PATCH v2 12/14] dt-bindings: soc: tegra-pmc: Document core power domain
` [PATCH v2 13/14] soc/tegra: pmc: Add "
` [PATCH v2 14/14] soc/tegra: regulators: Support core domain state syncing

[tip:efi/core] BUILD SUCCESS 267be9dbacf4485f7842a3755eef4bb68dc85fc9
 2021-05-23 23:09 UTC 

[tip:master] BUILD SUCCESS 5bb6f82b078c92e1e1f19502e90d6e951d5e01c2
 2021-05-23 23:09 UTC 

[PATCH v2 0/3] btrfs: zoned: fix writes on a compressed zoned filesystem
 2021-05-23 23:09 UTC  (4+ messages)
` [PATCH v2 2/3] btrfs: zoned: fix compressed writes

[PATCH] btrfs: zoned: limit ordered extent to zoned append size
 2021-05-23 23:05 UTC  (3+ messages)

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-23 23:04 UTC  (5+ messages)
` [PATCH 29/43] KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT

linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
 2021-05-23 23:02 UTC  (12+ messages)

stable-rc/queue/4.19 build: 191 builds: 0 failed, 191 passed, 63 warnings (v4.19.190-433-ga1bcf11cef15)
 2021-05-23 23:00 UTC 

stable-rc/queue/5.10 build: 181 builds: 0 failed, 181 passed, 15 warnings (v5.10.38-72-gf348c3db1b36)
 2021-05-23 22:57 UTC 

[PATCH v4 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-23 22:57 UTC  (3+ messages)
` [PATCH v4 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler

[PATCH v2] ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin
 2021-05-23 22:54 UTC  (3+ messages)

[PATCH 0/3] bcachefs support
 2021-05-23 22:51 UTC  (4+ messages)
` [PATCH 1/3] Initial "

[PATCH v1 0/2] Fix MAX77620 regulator driver regression
 2021-05-23 22:42 UTC  (3+ messages)
` [PATCH v1 1/2] regulator: max77620: Use device_set_of_node_from_dev()
` [PATCH v1 2/2] regulator: max77620: Silence deferred probe error

[f2fs-dev] [PATCH] fsck.f2fs: add "-l" to show the layout information
 2021-05-23 22:42 UTC 

[patch] getrlimit.2: RLIMIT_STACK
 2021-05-23 21:44 UTC 

[PATCH 1/7] fltk: upgrade 1.3.5 -> 1.3.6
 2021-05-23 22:33 UTC  (7+ messages)
` [PATCH 2/7] botan: upgrade 2.14.0 -> 2.18.1
` [PATCH 3/7] dialog: upgrade 1.3-20210319 -> 1.3-20210509
` [PATCH 4/7] colord: upgrade 1.4.4 -> 1.4.5
` [PATCH 5/7] flatbuffers: upgrade 1.12.0 -> 2.0.0
` [PATCH 6/7] gtkwave: upgrade 3.3.108 -> 3.3.109 / move to gtk3 / tidy up recipe
` [PATCH 7/7] hwdata: upgrade 0.346 -> 0.347

[PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-23 22:32 UTC  (2+ messages)

[PATCH] iommu: arm-smmu-qcom: Add sm6125 compatible
 2021-05-23 20:49 UTC 

[PATCH V2] iommu: arm-smmu-qcom: Add sm6125 compatible
 2021-05-23 21:25 UTC 

stable-rc/queue/4.14 build: 192 builds: 0 failed, 192 passed, 63 warnings (v4.14.232-327-gfb7d6b9671b0)
 2021-05-23 22:24 UTC 

[PATCH v2 0/7] RTL8231 GPIO expander support
 2021-05-23 22:21 UTC  (4+ messages)
` [PATCH v2 2/7] gpio: regmap: Add configurable dir/value order


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.