All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-03 19:56:35 to 2022-05-03 20:28:24 UTC [more...]

[PATCH v9 0/6] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-05-03 14:03 UTC  (2+ messages)
` [PATCH v9 3/6] hw/arm/virt: Consider SMP configuration in CPU topology

[PATCH v2 00/74] semihosting cleanup
 2022-05-03 19:48 UTC  (32+ messages)
` [PATCH v2 04/74] semihosting: Move softmmu-uaccess.h functions out of line
` [PATCH v2 06/74] semihosting: Simplify softmmu_lock_user_string
` [PATCH v2 07/74] semihosting: Split out guestfd.c
` [PATCH v2 08/74] semihosting: Generalize GuestFDFeatureFile
` [PATCH v2 09/74] semihosting: Return void from do_common_semihosting
` [PATCH v2 10/74] semihosting: Adjust error checking in common_semi_cb
` [PATCH v2 11/74] semihosting: Move common-semi.h to include/semihosting/
` [PATCH v2 12/74] include/exec: Move gdb open flags to gdbstub.h
` [PATCH v2 14/74] include/exec: Define errno values in gdbstub.h
` [PATCH v2 15/74] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PATCH v2 16/74] semihosting: Split is_64bit_semihosting per target
` [PATCH v2 17/74] semihosting: Split common_semi_flen_buf "
` [PATCH v2 18/74] semihosting: Split out common_semi_has_synccache
` [PATCH v2 19/74] semihosting: Use env more often in do_common_semihosting
` [PATCH v2 20/74] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PATCH v2 21/74] semihosting: Split out semihost_sys_open
` [PATCH v2 22/74] semihosting: Split out semihost_sys_close
` [PATCH v2 23/74] semihosting: Split out semihost_sys_read
` [PATCH v2 24/74] semihosting: Split out semihost_sys_write
` [PATCH v2 25/74] semihosting: Bound length for semihost_sys_{read, write}
` [PATCH v2 26/74] semihosting: Split out semihost_sys_lseek
` [PATCH v2 27/74] semihosting: Split out semihost_sys_isatty
` [PATCH v2 29/74] semihosting: Split out semihost_sys_remove
` [PATCH v2 30/74] semihosting: Split out semihost_sys_rename
` [PATCH v2 31/74] semihosting: Split out semihost_sys_system
` [PATCH v2 33/74] semihosting: Create semihost_sys_gettimeofday
` [PATCH v2 35/74] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PATCH v2 37/74] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v2 38/74] semihosting: Cleanup chardev init
` [PATCH v2 40/74] semihosting: Add GuestFDConsole
` [PATCH v2 42/74] semihosting: Use console_in_gf for SYS_READC

[Buildroot] [PATCH 1/1] package/luajit: depend on !BR2_PACKAGE_LUA
 2022-05-03 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] utils/genrandconfig: use high quality random for KCONFIG_SEED
 2022-05-03 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libxml2: bump to version 2.9.14
 2022-05-03 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/zchunk: fix unsafe header/library path
 2022-05-03 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/aircrack-ng: fix build with libressl >= 3.5.0
 2022-05-03 20:27 UTC  (2+ messages)

[PATCH 0/3] Add MMHUB 3.0.2 support
 2022-05-03 20:26 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: add mmhub v3_0_2 ip callback functions
` [PATCH 3/3] drm/amdgpu: split mmhub v3_0_2 callbacks from mmhub v3_0

[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
 2022-05-03 20:21 UTC  (3+ messages)
` [PATCHv5 02/12] mm: Add "

RTT-PROBE: lore-subspace-rtt
 2022-05-03 20:22 UTC 

[PATCH v2] usb: gadget: uvc: allow for application to cleanly shutdown
 2022-05-03 20:10 UTC 

[PATCH] hw/openrisc: use right OMPIC size variable
 2022-05-03 20:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-05-03 20:09 UTC  (26+ messages)
` [PATCH v2 01/23] dt-bindings: ata: ahci-platform: Drop dma-coherent property declaration
` [PATCH v2 02/23] dt-bindings: ata: ahci-platform: Detach common AHCI bindings
` [PATCH v2 03/23] dt-bindings: ata: ahci-platform: Clarify common AHCI props constraints
` [PATCH v2 04/23] dt-bindings: ata: sata: Extend number of SATA ports
` [PATCH v2 05/23] ata: libahci_platform: Explicitly set rc on devres_alloc failure
` [PATCH v2 06/23] ata: libahci_platform: Convert to using platform devm-ioremap methods
` [PATCH v2 07/23] ata: libahci_platform: Convert to using devm bulk clocks API
` [PATCH v2 08/23] ata: libahci_platform: Add function returning a clock-handle by id
` [PATCH v2 09/23] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH v2 10/23] ata: libahci_platform: Parse ports-implemented property in resources getter
` [PATCH v2 11/23] ata: libahci_platform: Introduce reset assertion/deassertion methods
` [PATCH v2 12/23] dt-bindings: ata: ahci: Add platform capability properties
` [PATCH v2 13/23] ata: libahci: Extend port-cmd flags set with port capabilities
` [PATCH v2 14/23] ata: libahci: Discard redundant force_port_map parameter
` [PATCH v2 15/23] ata: libahci: Don't read AHCI version twice in the save-config method
` [PATCH v2 16/23] ata: ahci: Convert __ahci_port_base to accepting hpriv as arguments
` [PATCH v2 17/23] ata: ahci: Introduce firmware-specific caps initialization
` [PATCH v2 18/23] dt-bindings: ata: ahci: Add DWC AHCI SATA controller DT schema
` [PATCH v2 19/23] ata: ahci: Add DWC AHCI SATA controller support
` [PATCH v2 20/23] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema
` [PATCH v2 21/23] ata: ahci-dwc: Add platform-specific quirks support
` [PATCH v2 22/23] ata: ahci-dwc: Add Baikal-T1 AHCI SATA interface support
` [PATCH v2 23/23] MAINTAINERS: Add maintainers for DWC AHCI SATA driver

[PATCH v2] fbdev: Use helper to get fb_info in all file operations
 2022-05-03 20:19 UTC  (2+ messages)

Nullblk configfs oddities
 2022-05-03 20:20 UTC  (7+ messages)

[Buildroot] [git commit] package/python-pillow: bump to version 9.1.0
 2022-05-03 20:13 UTC 

[Buildroot] [git commit] package/python-pillow: fix pkg-config search paths
 2022-05-03 20:13 UTC 

[Buildroot] [PATCH 1/1] package/python-pillow: bump to version 9.1.0
 2022-05-03 20:19 UTC  (2+ messages)

[Buildroot] [PATCH v5 1/1] package/python-pillow: fix pkg-config search paths
 2022-05-03 20:18 UTC  (2+ messages)

[PATCH 00/16] support non power of 2 zoned devices
 2022-05-03 20:05 UTC  (9+ messages)
  ` [f2fs-dev] [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
    `  "
      ` [dm-devel] "
  ` [f2fs-dev] [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed
      ` [dm-devel] "
      `  "

arch/powerpc/mm/nohash/fsl_book3e.c:61:3: sparse: sparse: symbol 'tlbcam_addrs' was not declared. Should it be static?
 2022-05-03 20:17 UTC 

[arm-tegra:hte/for-next 7/10] drivers/gpio/gpiolib-cdev.c:851:34: error: incompatible function pointer types passing 'irqreturn_t (struct hte_ts_data *, void *)' (aka 'enum irqreturn (struct hte_ts_data *, void *)') to parameter of type 'hte_ts_cb_t' (aka 'enum hte_return (*)(struct h
 2022-05-03 20:17 UTC 

[PATCH] selinux: use unsigned char for boolean values
 2022-05-03 20:18 UTC  (2+ messages)

[PATCH v2 0/3] Fix cache flush issues considering PMD sharing
 2022-05-03 20:17 UTC  (3+ messages)
` [PATCH v2 3/3] mm: rmap: Use flush_cache_range() to flush cache for hugetlb pages

[dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode
 2022-05-03 20:16 UTC  (2+ messages)

[PATCH] module: fix [e_shstrndx].sh_size=0 OOB access
 2022-05-03 20:15 UTC  (2+ messages)

SPDX tag and top of file comment cleanups for the loop driver
 2022-05-03 20:13 UTC  (3+ messages)

[PATCH v5 0/3] module: Introduce module unload taint tracking
 2022-05-03 20:12 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-03 20:12 UTC 

[PATCH] selinux: log anon inode class name
 2022-05-03 20:10 UTC  (6+ messages)
` [PATCH v2] "

[PATCH net] net/sched: act_pedit: really ensure the skb is writable
 2022-05-03 20:10 UTC  (2+ messages)

[Buildroot] [git commit] package/linux-headers: prevent invalid custom headers selection
 2022-05-03 20:09 UTC 

[Buildroot] [PATCH v2 1/1] package/linux-headers: prevent invalid custom headers selection
 2022-05-03 20:11 UTC  (2+ messages)

Maintaining ABI Compatibility for LTS branch
 2022-05-03 20:09 UTC  (6+ messages)

[PATCH 00/24] scsi: EH rework prep patches, part 1
 2022-05-03 20:09 UTC  (5+ messages)
` [PATCH 17/24] snic: reserve tag for TMF

[PATCH] drm/amd/pm: enable power limit retrieving and setting for SMU 13.0.0
 2022-05-03 20:08 UTC  (25+ messages)
` [PATCH] drm/amd/pm: enable ac/dc switching "
` [PATCH] drm/amd/pm: enable power profile setting "
` [PATCH] drm/amd/pm: enable RunDcBtc support "
` [PATCH] drm/amd/pm: enable ppfeature mask setting "
` [PATCH] drm/amd/pm: enable PMLOG support "
` [PATCH] drm/amd/pm: enable df cstate feature "
` [PATCH] drm/amdgpu: enable more GFX clockgating features for GC 11.0.0
` [PATCH] drm/amd/pm: support more DPM features for SMU 13.0.0
` [PATCH] drm/amd/pm: enable deep sleep features control "
` [PATCH] drm/amd/pm: enable gfx ulv feature "
` [PATCH] drm/amd/pm: enable more dpm features to pair with PMFW 78.31.0
` [PATCH] drm/amdgpu: enable MGCG and LS for ATHUB 3.0
` [PATCH] drm/amdgpu: enable MGCG and LS for MMHUB 3.0
` [PATCH] drm/amdgpu: enable clock gating for IH 6.0
` [PATCH] drm/amdgpu: enable clock gating for HDP 6.0
` [PATCH] drm/amdgpu/gmc11: avoid cpu accessing registers to flush VM
` [PATCH] drm/amdgpu: add soc21 support for GC 11.0.2
` [PATCH] drm/amdgpu/discovery: "
` [PATCH] drm/amdgpu: add support for ATHUB 3.0.2
` [PATCH] drm/amdgpu/discovery: add ih6 support for IH 6.0.2
` [PATCH] drm/amdgpu/discovery: add smu13 support for MP1 13.0.7
` [PATCH] drm/amdgpu/discovery: add nbio 4.3 support for NBIO 4.3.1
` [PATCH] drm/amdgpu/discovery: add hdp6 support for HDP 6.0.1
` [PATCH] drm/amdgpu/discovery: add SMUIO_13_0_8 func support

[PATCH v2 00/15] dmaengine: Support polling for out of order completions
 2022-05-03 20:07 UTC  (16+ messages)
` [PATCH v2 01/15] dmaengine: Remove dma_async_is_complete from client API
` [PATCH v2 02/15] dmaengine: Move dma_set_tx_state to the provider API header
` [PATCH v2 03/15] dmaengine: Add dmaengine_async_is_tx_complete
` [PATCH v2 04/15] crypto: stm32/hash: Use dmaengine_async_is_tx_complete
` [PATCH v2 05/15] media: omap_vout: "
` [PATCH v2 06/15] rapidio: "
` [PATCH v2 07/15] media: pxa_camera: "
` [PATCH v2 08/15] dmaengine: Remove dma_async_is_tx_complete
` [PATCH v2 09/15] dmaengine: Remove last, used from dma_tx_state
` [PATCH v2 10/15] dmaengine: Providers should prefer dma_set_residue over dma_set_tx_state
` [PATCH v2 11/15] dmaengine: Remove dma_set_tx_state
` [PATCH v2 12/15] dmaengine: Add provider documentation on cookie assignment
` [PATCH v2 13/15] dmaengine: idxd: idxd_desc.id is now a u16
` [PATCH v2 14/15] dmaengine: idxd: Support device_tx_status
` [PATCH v2 15/15] dmaengine: Revert "cookie bypass for out of order completion"

[PATCH v4 1/5] dt-bindings: thermal: tsens: Add ipq8074 compatible
 2022-05-03 20:08 UTC  (5+ messages)
` [PATCH v4 2/5] drivers: thermal: tsens: Add support for combined interrupt
` [PATCH v4 3/5] drivers: thermal: tsens: allow configuring min and max trips
` [PATCH v4 4/5] drivers: thermal: tsens: add IPQ8074 support
` [PATCH v4 5/5] arm64: dts: ipq8074: add thermal nodes

[Buildroot] [git commit] package/octave: new package
 2022-05-03 20:04 UTC 

[Buildroot] [PATCH 1/1] package/octave: new package
 2022-05-03 20:08 UTC  (3+ messages)
` [Buildroot] [PATCH v2 "

[PATCHv2 00/24] scsi: EH rework prep patches, part 1
 2022-05-03 20:07 UTC  (25+ messages)
` [PATCH 01/24] csiostor: use fc_block_rport()
` [PATCH 02/24] fc_fcp: "
` [PATCH 03/24] zfcp: open-code fc_block_scsi_eh() for host reset
` [PATCH 04/24] mptfc: simplify mpt_fc_block_error_handler()
` [PATCH 05/24] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 06/24] mptfc: open-code mptfc_block_error_handler() for bus reset
` [PATCH 07/24] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 08/24] bnx2fc: Do not rely on a scsi command for lun or target reset
` [PATCH 09/24] ibmvfc: open-code reset loop for "
` [PATCH 10/24] ibmvfc: use fc_block_rport()
` [PATCH 11/24] fnic: use dedicated device reset command
` [PATCH 12/24] fnic: use fc_block_rport() correctly
` [PATCH 13/24] aic7xxx: make BUILD_SCSIID() a function
` [PATCH 14/24] aic79xx: "
` [PATCH 15/24] aic7xxx: do not reference scsi command when resetting device
` [PATCH 16/24] aic79xx: "
` [PATCH 17/24] snic: reserve tag for TMF
` [PATCH 18/24] snic: use dedicated device reset command
` [PATCH 19/24] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 20/24] sym53c8xx_2: split off bus reset from host reset
` [PATCH 21/24] ips: Do not try to abort command "
` [PATCH 22/24] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 23/24] megaraid: pass in NULL scb for host reset
` [PATCH 24/24] mpi3mr: split off bus_reset function from host_reset

[PATCH v3 1/5] dt-bindings: thermal: tsens: Add ipq8074 compatible
 2022-05-03 20:05 UTC  (5+ messages)
` [PATCH v3 2/5] drivers: thermal: tsens: Add support for combined interrupt
` [PATCH v3 3/5] drivers: thermal: tsens: allow configuring min and max trips
` [PATCH v3 4/5] drivers: thermal: tsens: add IPQ8074 support
` [PATCH v3 5/5] arm64: dts: ipq8074: add thermal nodes

[PATCH] firmware_loader: describe 'module' parameter of firmware_upload_register()
 2022-05-03 20:05 UTC  (2+ messages)

[PATCH 0/7] scsi: EH rework main part
 2022-05-03 20:04 UTC  (3+ messages)
` [PATCH 03/11] libiscsi: use cls_session as argument for target and session reset

[PATCH v4] firmware_loader: use kernel credentials when reading firmware
 2022-05-03 20:03 UTC  (2+ messages)

[PATCH v2 0/4] null_blk cleanup and device naming improvements
 2022-05-03 20:03 UTC  (2+ messages)

[PATCH] security: declare member holding string literal const
 2022-05-03 20:02 UTC  (4+ messages)

[PATCH] random: mix hwgenerator randomness before sleeping
 2022-05-03 19:56 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: define USB3 Ethernet on NanoPi R1S H5
 2022-05-03 20:00 UTC  (4+ messages)
  `  "

RTT-PROBE: lore-subspace-rtt
 2022-05-03 20:01 UTC 

[PATCH 00/92] IIO: Fix alignment of buffers for DMA
 2022-05-03 19:42 UTC  (3+ messages)
` [PATCH 36/92] iio: adc: ti-ads7950: Fix alignment for DMA safety

[PATCH 4/4] mux: lan966: Add support for flexcom mux controller
 2022-05-03 19:57 UTC  (3+ messages)

[PATCH v2 4/5] selinux: declare data arrays const
 2022-05-03 19:59 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] vim: Security Fix For CVE-2022-1381
 2022-05-03 19:57 UTC  (2+ messages)
` [OE-core] "

[linux-next:master 7461/8237] mm/shmem.c:1916 shmem_getpage_gfp() warn: should '(((1) << 12) / 512) << folio_order(folio)' be a 64 bit type?
 2022-05-03 19:57 UTC 

[PATCH v2 1/6] clk: qcom: clk-alpha-pll: add support for APSS PLL
 2022-05-03 19:56 UTC  (6+ messages)
` [PATCH v2 2/6] dt-bindings: clock: Add support for IPQ8074 APSS clock controller
` [PATCH v2 3/6] clk: qcom: Add "
` [PATCH v2 4/6] mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock controller support
` [PATCH v2 5/6] dt-bindings: mailbox: qcom: set correct #clock-cells
` [PATCH v2 6/6] arm64: dts: ipq8074: update APCS node due to clock support

[Buildroot] [git commit] package/python-pep517: migrate setup type to flit
 2022-05-03 19:53 UTC 


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.