All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-02 16:16:57 to 2021-06-02 16:49:48 UTC [more...]

[PATCH 00/89] Add initial support for Yellow Carp
 2021-06-02 16:47 UTC  (14+ messages)
` [PATCH 02/89] drm/amdgpu: add yellow carp asic_type enum
` [PATCH 03/89] drm/amdgpu: add uapi to define yellow carp series
` [PATCH 04/89] drm/amdgpu: add yellow carp support for gpu_info and ip block setting
` [PATCH 05/89] drm/amdgpu: add yellow_carp_reg_base_init function for yellow carp (v2)
` [PATCH 06/89] drm/amdgpu: add nv common ip block support for yellow carp
` [PATCH 07/89] drm/amdgpu: add yellow carp support for ih block
` [PATCH 08/89] drm/amdgpu: add gmc v10 supports for yellow carp
` [PATCH 09/89] drm/amdgpu: support fw load type "
` [PATCH 10/89] drm/amdgpu: add gfx support "
` [PATCH 11/89] drm/amdgpu: add sdma "
` [PATCH 12/89] drm/amdgpu: set ip blocks "
` [PATCH 13/89] drm/amdkfd: add yellow carp KFD support
` [PATCH 14/89] drm/amdgpu: support nbio_7_2_1 for yellow carp

[PATCH v8 00/19] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-02 16:47 UTC  (21+ messages)
` [PATCH v8 01/19] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v8 02/19] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v8 03/19] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v8 04/19] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v8 05/19] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v8 06/19] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v8 07/19] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v8 08/19] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v8 09/19] sched: Introduce task_struct::user_cpus_ptr to track requested affinity
` [PATCH v8 10/19] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v8 11/19] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v8 12/19] sched: Introduce task_cpus_dl_admissible() to check proposed affinity
` [PATCH v8 13/19] arm64: Implement task_cpu_possible_mask()
` [PATCH v8 14/19] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v8 15/19] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v8 16/19] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v8 17/19] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v8 18/19] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
` [PATCH v8 19/19] Documentation: arm64: describe asymmetric 32-bit support

[RESEND PATCH v4 0/6] iommu/arm-smmu: adreno-smmu page fault handling
 2021-06-02 16:52 UTC  (7+ messages)
` [RESEND PATCH v4 1/6] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [RESEND PATCH v4 2/6] iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault info

[PATCH v2 0/6] extcon: sm5502: Add support for SM5504
 2021-06-02 16:48 UTC  (3+ messages)
` [PATCH v2 4/6] dt-bindings: extcon: sm5502: Convert to DT schema

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-02 16:46 UTC  (5+ messages)
` [PATCH 2/6] sched: Introduce task_is_running()

[linux-next:master 1932/6331] drivers/phy/ralink/phy-mt7621-pci.c:341:34: warning: unused variable 'mt7621_pci_phy_ids'
 2021-06-02 16:47 UTC  (4+ messages)

[RFC ndctl PATCH 0/3] Rename monitor.conf to ndctl.conf as a ndctl global config file
 2021-06-02 16:47 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/20] Add Marvell CNXK crypto PMDs
 2021-06-02 16:43 UTC  (21+ messages)
` [dpdk-dev] [PATCH 01/20] crypto/cnxk: add driver skeleton
` [dpdk-dev] [PATCH 02/20] crypto/cnxk: add probe and remove
` [dpdk-dev] [PATCH 03/20] crypto/cnxk: add device control ops
` [dpdk-dev] [PATCH 04/20] crypto/cnxk: add symmetric crypto capabilities
` [dpdk-dev] [PATCH 05/20] crypto/cnxk: add queue pair ops
` [dpdk-dev] [PATCH 06/20] crypto/cnxk: add session ops framework
` [dpdk-dev] [PATCH 07/20] crypto/cnxk: add enqueue burst op
` [dpdk-dev] [PATCH 08/20] crypto/cnxk: add dequeue "
` [dpdk-dev] [PATCH 09/20] crypto/cnxk: add cipher operation in session
` [dpdk-dev] [PATCH 10/20] crypto/cnxk: add auth "
` [dpdk-dev] [PATCH 11/20] crypto/cnxk: add aead "
` [dpdk-dev] [PATCH 12/20] crypto/cnxk: add chained "
` [dpdk-dev] [PATCH 13/20] crypto/cnxk: add flexi crypto cipher encrypt
` [dpdk-dev] [PATCH 14/20] crypto/cnxk: add flexi crypto cipher decrypt
` [dpdk-dev] [PATCH 15/20] crypto/cnxk: add ZUC and SNOW3G encrypt
` [dpdk-dev] [PATCH 16/20] crypto/cnxk: add ZUC and SNOW3G decrypt
` [dpdk-dev] [PATCH 17/20] crypto/cnxk: add KASUMI encrypt
` [dpdk-dev] [PATCH 18/20] crypto/cnxk: add KASUMI decrypt
` [dpdk-dev] [PATCH 19/20] crypto/cnxk: add digest support
` [dpdk-dev] [PATCH 20/20] test/crypto: enable cnxk crypto PMDs

[linux-linus test] 162333: regressions - FAIL
 2021-06-02 16:46 UTC 

Multichannel patches
 2021-06-02 16:45 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: pm6150: Add thermal zone for PMIC on-die temperature
 2021-06-02 16:44 UTC  (3+ messages)

[PATCH v2] arm64: perf: Add more support on caps under sysfs
 2021-06-02 16:42 UTC  (2+ messages)

[bcache:for-next 11/14] drivers/md/bcache/journal.c:1058:4: warning: cast from pointer to integer of different size
 2021-06-02 16:44 UTC 

[PATCH 0/7] hwmon: (max31790) Fixes and improvements
 2021-06-02 16:43 UTC  (4+ messages)
` [PATCH 4/7] hwmon: (max31790) Add support for fanX_enable attributes

[PATCH 0/5] drm/i915: Get rid of fence error propagation
 2021-06-02 16:41 UTC  (13+ messages)
` [Intel-gfx] "
` [PATCH 1/5] drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
  ` [Intel-gfx] "
` [PATCH 2/5] drm/i915: Remove allow_alloc from i915_gem_object_get_sg*
  ` [Intel-gfx] "
` [PATCH 3/5] drm/i915: Drop error handling from dma_fence_work
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 4/5] Revert "drm/i915: Propagate errors on awaiting already signaled fences"
  `  "
` [Intel-gfx] [PATCH 5/5] Revert "drm/i915: Skip over MI_NOOP when parsing"
  `  "

[PATCH v4 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-06-02 16:41 UTC  (6+ messages)
` [PATCH v4 1/1] "
        ` [Intel-gfx] "

[PATCH RFC] xfs: hold buffer across unpin and potential shutdown processing
 2021-06-02 16:40 UTC  (10+ messages)

dev-next - lvmdbusd: Use ID_FS_TYPE UDev property in udevwatch
 2021-06-02 16:40 UTC 

[PATCH] Revert "arm: mm: qsd8x50: Fix incorrect permission faults"
 2021-06-02 16:38 UTC  (4+ messages)

[PATCH 00/12] Fix broken docs references at next-20210602
 2021-06-02 16:38 UTC  (3+ messages)
` [PATCH 07/12] docs: accounting: update delay-accounting.rst reference

[PATCH v3 00/12] memory: tegra: Driver unification
 2021-06-02 16:33 UTC  (25+ messages)
` [PATCH v3 01/12] memory: tegra: Consolidate register fields
` [PATCH v3 02/12] memory: tegra: Unify struct tegra_mc across SoC generations
` [PATCH v3 03/12] memory: tegra: Introduce struct tegra_mc_ops
` [PATCH v3 04/12] memory: tegra: Push suspend/resume into SoC drivers
` [PATCH v3 05/12] memory: tegra: Make per-SoC setup more generic
` [PATCH v3 06/12] memory: tegra: Extract setup code into callback
` [PATCH v3 07/12] memory: tegra: Parameterize interrupt handler
` [PATCH v3 08/12] memory: tegra: Make IRQ support opitonal
` [PATCH v3 09/12] memory: tegra: Only initialize reset controller if available
` [PATCH v3 10/12] memory: tegra: Unify drivers
` [PATCH v3 11/12] memory: tegra: Add memory client IDs to tables
` [PATCH v3 12/12] memory: tegra: Split Tegra194 data into separate file

[RFC] /dev/ioasid uAPI proposal
 2021-06-02 16:37 UTC  (11+ messages)

[PATCH v3] dt-bindings: media: venus: Add sc7280 dt schema
 2021-06-02 16:37 UTC  (2+ messages)

[syzbot] general protection fault in nft_set_elem_expr_alloc
 2021-06-02 16:37 UTC 

[syzbot] general protection fault in lock_page_memcg
 2021-06-02 16:37 UTC  (2+ messages)

[syzbot] memory leak in cfg80211_inform_single_bss_frame_data
 2021-06-02 16:37 UTC 

[PATCH] nsfs: fix oops when ns->ops is not provided
 2021-06-02 16:36 UTC  (6+ messages)

Seeking your opinion on ways to report both Altitude and Pressure sensors for the DPS310 as well as Temperature from dbus-sensors
 2021-06-02 16:34 UTC  (7+ messages)

[RFC net-next 0/8] Introducing subdev bus and devlink extension
 2021-06-02 16:34 UTC  (11+ messages)
        `  "

[PATCH v2] Add support for PCIe SSD status LED management
 2021-06-02 16:33 UTC  (5+ messages)

[PATCH] dt-bindings: add StarFive Technology Co. Ltd
 2021-06-02 16:32 UTC  (2+ messages)

[PATCH v2 0/2] Apple M1 PCIe DT bindings
 2021-06-02 16:30 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: pci: Add DT bindings for apple,pcie

[lttng-dev] Syntax error running lttng
 2021-06-02 16:31 UTC  (2+ messages)

[PATCH] Revert "i915: use io_mapping_map_user"
 2021-06-02 16:29 UTC  (6+ messages)
` [Intel-gfx] "

[PULL v2 00/44] Python patches
 2021-06-02 16:27 UTC  (3+ messages)

[PATCH v2 00/28] Convert floatx80 and float128 to FloatParts
 2021-06-02 16:28 UTC  (4+ messages)
` [PATCH v2 03/28] softfloat: Move uint_to_float to softfloat-parts.c.inc

[PATCH 1/1] pgo: Fix sleep in atomic section in prf_open()
 2021-06-02 16:26 UTC 

[PATCH net-next 0/3] Some optimization for lockless qdisc
 2021-06-02 16:28 UTC  (17+ messages)
` [PATCH net-next 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
                  ` [Linuxarm] "

Regarding Pressure sensors for atmospheric, station, and barometric pressures
 2021-06-02 16:28 UTC 

[igt-dev] [PATCH v2] tests/kms_vblank: Turn on hardware before testing invalid vblank
 2021-06-02 16:28 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev2)

[PATCHv4 00/26] J72xx: HSM rearch support series
 2021-06-02 16:26 UTC  (2+ messages)

[PATCH] misc: eeprom: at24: fix NVMEM name with custom AT24 device name
 2021-06-02 16:26 UTC  (3+ messages)

[dpdk-dev] [RFC PATCH] ethdev: clarify flow action PORT ID semantics
 2021-06-02 16:26 UTC  (5+ messages)

[PATCH i2c-tools] Revert "tools: i2ctransfer: add check for returned length from driver"
 2021-06-02 16:25 UTC  (9+ messages)

[ANNOUNCE] util-linux v2.37
 2021-06-02 16:25 UTC  (3+ messages)

[RESEND 00/26] Rid W=1 warnings from GPU
 2021-06-02 16:23 UTC  (13+ messages)
` [RESEND 16/26] drm/amd/display/dc/dce/dce_transform: Remove superfluous re-initialisation of DCFE_MEM_LIGHT_SLEEP_CNTL,
` [RESEND 17/26] drm/xlnx/zynqmp_disp: Fix incorrectly named enum 'zynqmp_disp_layer_id'
` [RESEND 18/26] drm/xlnx/zynqmp_dp: Fix incorrectly name function 'zynqmp_dp_train()'

[RESEND PATCH] dt-bindings: arm: intel,keembay: limit the dtschema to root node
 2021-06-02 16:24 UTC  (2+ messages)

[PATCH] ASoC: AMD Renoir - add DMI entry for Lenovo 2020 AMD platforms
 2021-06-02 16:23 UTC  (4+ messages)
  ` [External] "

[irqdomain] 2cb09c90a4: suspend-stress.fail
 2021-06-02 16:24 UTC  (2+ messages)

[PATCH] vgaarb: Call vga_arb_device_init() after PCI enumeration
 2021-06-02 16:22 UTC  (6+ messages)

[PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-06-02 16:20 UTC  (4+ messages)
` [PATCH v4 13/17] drm/i915/pxp: Enable PXP power management
  ` [Intel-gfx] "

[PATCH v3 net-next 0/9] Convert xpcs to phylink_pcs_ops
 2021-06-02 16:20 UTC  (10+ messages)
` [PATCH v3 net-next 1/9] net: pcs: xpcs: delete shim definition for mdio_xpcs_get_ops()
` [PATCH v3 net-next 2/9] net: pcs: xpcs: there is only one PHY ID
` [PATCH v3 net-next 3/9] net: pcs: xpcs: make the checks related to the PHY interface mode stateless
` [PATCH v3 net-next 4/9] net: pcs: xpcs: export xpcs_validate
` [PATCH v3 net-next 5/9] net: pcs: xpcs: export xpcs_config_eee
` [PATCH v3 net-next 6/9] net: pcs: xpcs: export xpcs_probe
` [PATCH v3 net-next 7/9] net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}
` [PATCH v3 net-next 8/9] net: pcs: xpcs: convert to mdio_device
` [PATCH v3 net-next 9/9] net: pcs: xpcs: convert to phylink_pcs_ops

[PATCH] drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FB
 2021-06-02 16:21 UTC  (5+ messages)

[PATCH] build: warn on setting noexec/nostamp/fakeroot flag to any value besides '1'
 2021-06-02 16:20 UTC 

[PATCH] Remove Clutter references
 2021-06-02 16:20 UTC  (2+ messages)
` [docs] "

[PATCH v1 1/4] ASoC: dt-bindings: nxp,tfa989x: Add tfa9897 support
 2021-06-02 16:16 UTC  (3+ messages)
` [PATCH v1 1/4] ASoC: dt-bindings: nxp, tfa989x: "

[leon-rdma:rdma-next 35/40] drivers/infiniband/core/sysfs.c:1462: warning: expecting prototype for ib_port_register_client_group(). Prototype was for ib_port_register_client_groups() instead
 2021-06-02 16:19 UTC 

[PATCH -next] ASoC: Intel: Skylake: use DEVICE_ATTR_RO macro
 2021-06-02 16:16 UTC  (3+ messages)

[Buildroot] [PATCH/RFC 00/28] sunxi: switch to mainline ATF
 2021-06-02 16:19 UTC  (3+ messages)

[PATCH] ASoC: sigmadsp: Remove the repeated declaration
 2021-06-02 16:16 UTC  (2+ messages)

[PATCH v2] regulator: bd718x7: Fix the BUCK7 voltage setting on BD71837
 2021-06-02 16:16 UTC  (2+ messages)

[PATCH -next] regulator: core: Use DEVICE_ATTR_RO macro
 2021-06-02 16:16 UTC  (2+ messages)

[PATCH] spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error code
 2021-06-02 16:16 UTC  (3+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-06-02 16:18 UTC  (14+ messages)

[PATCH v2 0/8] dt-bindings: firmware: Convert SCPI and SCMI to json schema
 2021-06-02 16:16 UTC  (3+ messages)
` [PATCH v2 8/8] dt-bindings: firmware: arm,scmi: Convert "

[PATCH 1/1] regulator: userspace-consumer: use DEVICE_ATTR_RO/RW macro
 2021-06-02 16:16 UTC  (2+ messages)

[PATCH v7 1/2] regulator: rt6160: Add DT binding document for Richtek RT6160
 2021-06-02 16:16 UTC  (2+ messages)

[PATCH v2 for-5.14] spi: bcm2835: Allow arbitrary number of slaves
 2021-06-02 16:16 UTC  (2+ messages)


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.