All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-25 10:07:47 to 2019-01-25 10:25:00 UTC [more...]

[PATCH 000/138] The new SW SMU driver of amdgpu
 2019-01-25 10:25 UTC  (94+ messages)
  ` [PATCH 001/138] drm/amd/powerplay: add new smu ip block
  ` [PATCH 002/138] drm/amd/powerplay: add smu11 sub block for SMU IP
  ` [PATCH 003/138] drm/amd/powerplay: add firmware loading interface
  ` [PATCH 004/138] drm/amd/powerplay: add fw load checking interface
  ` [PATCH 005/138] drm/amd/powerplay: add interface to read pptable from vbios
  ` [PATCH 006/138] drm/amd/powerplay: add placeholder of smu_initialize_pptable
  ` [PATCH 007/138] drm/amd/powerplay: add interface to init smc tables (v2)
  ` [PATCH 008/138] drm/amd/powerplay: add interface to init power (v2)
  ` [PATCH 009/138] drm/amd/powerplay: add interface to get vbios bootup values (v2)
  ` [PATCH 010/138] drm/amd/powerplay: add interface to check pptable (v2)
  ` [PATCH 011/138] drm/amd/powerplay: add interface to init fb allocations (v2)
  ` [PATCH 012/138] drm/amd/powerplay: add interface to parse pptable (v2)
  ` [PATCH 013/138] drm/amd/powerplay: add interface to populate smc "
  ` [PATCH 014/138] drm/amd/powerplay: add interface to check fw version (v2)
  ` [PATCH 015/138] drm/amd/powerplay: add interface to write pptable (v2)
  ` [PATCH 016/138] drm/amd/powerplay: add interface to set min dcef deep sleep (v2)
  ` [PATCH 017/138] drm/amd/powerplay: add interface to set tool table location (v2)
  ` [PATCH 018/138] drm/amd/powerplay: add interface to allocate memory pool (v2)
  ` [PATCH 019/138] drm/amd/powerplay: add interface to notify memory pool location (v2)
  ` [PATCH 020/138] drm/amd/powerplay: add interfaces for smu resume
  ` [PATCH 021/138] drm/amd/powerplay: add resume sequence placeholder for smu ip block
  ` [PATCH 022/138] drm/amdgpu: enable new smu ip block for vega20
  ` [PATCH 023/138] drm/amd/powerplay: init microcode for smu11
  ` [PATCH 024/138] drm/amd/powerplay: add new ppsmc header for smu11 (v2)
  ` [PATCH 025/138] drm/amd/powerplay: implement smu send message functions for smu11 (v3)
  ` [PATCH 026/138] drm/amd/powerplay: implement check_fw_status function for smu11
  ` [PATCH 027/138] drm/amd/powerplay: implement check_fw_version "
  ` [PATCH 028/138] drm/amd/powerplay: add pptable header "
  ` [PATCH 029/138] drm/amdgpu: update atomfirmware "
  ` [PATCH 030/138] drm/amdgpu: update new members in atomfirmware
  ` [PATCH 031/138] drm/amd/powerplay: add smu table context structure
  ` [PATCH 032/138] drm/amd/powerplay: add get atom data table helper
  ` [PATCH 033/138] drm/amdgpu: move get_index_into_master_table macro into atomfirmware header
  ` [PATCH 034/138] drm/amd/powerplay: implement read_pptable_from_vbios function for smu11
  ` [PATCH 035/138] drm/amd/powerplay: implement smu_init[fini]_smc_tables "
  ` [PATCH 036/138] drm/amd/powerplay: implement smu dpm context functions "
  ` [PATCH 037/138] drm/amd/powerplay: implement smu_init[fini]_power function "
  ` [PATCH 038/138] drm/amd/powerplay: implement smu_init(fini)_fb_allocations function
  ` [PATCH 039/138] drm/amd/powerplay: remove header of smu_v11_0_pptable
  ` [PATCH 040/138] drm/amd/powerplay: update pptable header for smu11
  ` [PATCH 041/138] drm/amd/powerplay: add data structure of bootup values
  ` [PATCH 042/138] drm/amd/powerplay: implement get_vbios_bootup_values function for smu11 (v2)
  ` [PATCH 043/138] drm/amd/powerplay: implement get_clk_info_from_vbios "
  ` [PATCH 044/138] drm/amd/powerplay: implement smu_alloc[free]_memory pool function
  ` [PATCH 045/138] drm/amd/powerplay: implement notify_memory_pool_location function for smu11
  ` [PATCH 046/138] drm/amd/powerplay: add vega20 pptable function file
  ` [PATCH 047/138] drm/amd/powerplay: add function to parse pptable for smu11
  ` [PATCH 048/138] drm/amd/powerplay: add function to check "
  ` [PATCH 049/138] drm/amd/powerplay: update hw fini function to relase some memory
  ` [PATCH 050/138] drm/amd/powerplay: add function to populate smc pptable for smu11
  ` [PATCH 051/138] drm/amd/powerplay: add function to write pptable for smu11 (v2)
  ` [PATCH 052/138] drm/amd/powerplay: add function to set min dcef deep sleep "
  ` [PATCH 053/138] drm/amd/powerplay: add function to set tool table location "
  ` [PATCH 054/138] drm/amd/powerplay: add enum smu_msg_type to header
  ` [PATCH 055/138] drm/amd/powerplay: implement smu vega20_message_map for vega20
  ` [PATCH 056/138] drm/amd/powerplay: use virtual msg index to replace asic-related msg index
  ` [PATCH 057/138] drm/amd/powerplay: replace SMU_MSG_XXX with PPSMC_MSG_XXX message index for smu11 (v2)
  ` [PATCH 058/138] drm/amd/powerplay: add append_powerplay_table function
  ` [PATCH 059/138] drm/amd/powerplay: expose the function of smu read argument
  ` [PATCH 060/138] drm/amd/powerplay: Change the allocate method of dpm context for smu11
  ` [PATCH 061/138] drm/amd/powerplay: implement smu_init_display "
  ` [PATCH 062/138] drm/amd/powerplay: implement smu_run_afll_btc function
  ` [PATCH 063/138] drm/amd/powerplay: implement smu feature functions
  ` [PATCH 064/138] drm/amd/powerplay: implement feature get&set functions
  ` [PATCH 065/138] drm/amd/powerplay: implement smu_notify_display_change function for smu11
  ` [PATCH 066/138] drm/amd/powerplay: set defalut dpm table for smu
  ` [PATCH 067/138] drm/amd/powerplay: add function to populate umd state clk
  ` [PATCH 068/138] drm/amd/powerplay: add function to get power limit for smu11 (v2)
  ` [PATCH 069/138] drm/amd/powerplay: implement get_current_clk_freq for smu11
  ` [PATCH 070/138] drm/amd/powerplay: print clock levels for smu11 (v2)
  ` [PATCH 071/138] drm/amd/powerplay: add get_max_sustainable_clock function
  ` [PATCH 072/138] drm/amd/powerplay: add function to get thermal range
  ` [PATCH 073/138] drm/amd/powerplay: add function to set "
  ` [PATCH 074/138] drm/amd/powerplay: add function to enable thermal alert
  ` [PATCH 075/138] drm/amd/powerplay: add function to set fan table to control thermal
  ` [PATCH 076/138] drm/amd/powerplay: add function to start thermal control
  ` [PATCH 077/138] drm/amd/powerplay: implement smu update table function
  ` [PATCH 078/138] drm/amd/powerplay: implement is_support_sw_smu function for new smu
  ` [PATCH 079/138] drm/amd/powerplay: implement sysfs of amdgpu_get_busy_percent for smu11
  ` [PATCH 080/138] drm/amd/powerplay: implement sysfs of pp_table "
  ` [PATCH 081/138] drm/amd/powerplay: upload dpm level "
  ` [PATCH 082/138] drm/amd/powerplay: force clock levels "
  ` [PATCH 083/138] drm/amd/powerplay: implement sensor of SCLK and MCLK "
  ` [PATCH 084/138] drm/amd/powerplay: implement sensor of thermal_get_temperature "
  ` [PATCH 085/138] drm/amd/powerplay: implement sensor of get_gpu_power "
  ` [PATCH 086/138] drm/amd/powerplay: implement sensor of get_gfx_vdd "
  ` [PATCH 087/138] drm/amd/powerplay: implement sensor of get feature mask
  ` [PATCH 088/138] drm/amd/powerplay: implement sysfs of get num states function
  ` [PATCH 089/138] drm/amd/powerplay: implement sysfs of pp_cur_state function
  ` [PATCH 090/138] drm/amd/powerplay: implement sysfs of pp_force_state for sw-smu
  ` [PATCH 091/138] drm/amd/powerplay: add the function to set deep sleep dcefclk
  ` [PATCH 092/138] drm/amd/powerplay: add two interfaces to set_active_display_count and store_cc6_data
  ` [PATCH 093/138] drm/amd/powerplay: add smu display configuration change function

[PATCH 1/7] soc/tegra: pmc: Sort includes alphabetically
 2019-01-25 10:22 UTC  (14+ messages)
` [PATCH 2/7] soc/tegra: pmc: Add missing kerneldoc
` [PATCH 3/7] soc/tegra: pmc: Make tegra_powergate_is_powered() a local function
` [PATCH 4/7] soc/tegra: pmc: Pass struct tegra_pmc * where possible
` [PATCH 5/7] soc/tegra: pmc: Make alignment consistent
` [PATCH 6/7] soc/tegra: pmc: Explicitly initialize all fields
` [PATCH 7/7] soc/tegra: pmc: Support systems where PMC is marked secure

[PATCH v2 0/5] vfio-ccw: support hsch/csch (kernel part)
 2019-01-25 10:24 UTC  (19+ messages)
` [PATCH v2 2/5] vfio-ccw: concurrent I/O handling
                        ` [Qemu-devel] "

[PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB
 2019-01-25 10:24 UTC  (3+ messages)

[Qemu-devel] [PATCH] trace: improve runstate tracing
 2019-01-25 10:24 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] introduce bpf_spin_lock
 2019-01-25 10:23 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/9] bpf: "

xf86-video-amdgpu merge request !24 is ready for review
 2019-01-25 10:23 UTC 

[RFC] Loading BTF and pretty printing maps with bpftool
 2019-01-25 10:20 UTC 

[PATCH] trace-cmd: Fix a buffer overrun
 2019-01-25 10:20 UTC 

[RFC PATCH] ALSA: core: Add DMA share buffer support
 2019-01-25 10:20 UTC  (15+ messages)

[PATCH] tools/lib/traceevent: fix a buffer overrun
 2019-01-25 10:20 UTC 

[PATCH v10 00/27] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2019-01-25 10:18 UTC  (10+ messages)
` [PATCH v10 03/27] timer: Export next wakeup time of a CPU

[PATCH] r8169: Load MAC address from device tree if present
 2019-01-25 10:18 UTC 

[PATCH] reset: Don't WARN if trying to get a used reset control
 2019-01-25 10:15 UTC 

[PATCH 0/2] RFC: Mixel DPHY support for i.MX8
 2019-01-25 10:14 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: Add documentation for mixel dphy
` [PATCH 2/2] phy: Add driver "

[PATCH 00/26] some cleanups, mostly around fbdev emulation
 2019-01-25 10:15 UTC  (6+ messages)
` [PATCH 04/26] drm/fb-helper: Add fill_info() functions

[PATCH] lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pure
 2019-01-25 10:14 UTC  (2+ messages)

SpectreV1+L1TF Patch Series
 2019-01-25 10:14 UTC  (4+ messages)
` [PATCH SpectreV1+L1TF v4 03/11] config: introduce L1TF_LFENCE option

[PATCH v3 0/3] PCIe Host request to reserve IOVA
 2019-01-25 10:13 UTC  (4+ messages)
` [PATCH v3 1/3] PCI: Add dma-resv window list
` [PATCH v3 2/3] iommu/dma: Reserve IOVA for PCI host reserve address list
` [PATCH v3 3/3] PCI: iproc: Add dma reserve resources to host

[PATCH RFC 00/24] userfaultfd: write protection support
 2019-01-25 10:12 UTC  (8+ messages)
` [PATCH RFC 07/24] userfaultfd: wp: add the writeprotect API to userfaultfd ioctl

[U-Boot] [PATCH v4 0/3] Add MMD PHY helpers
 2019-01-25 10:12 UTC  (10+ messages)
` [U-Boot] [PATCH v4 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

[PATCH 00/12] Assorted updates: RTnet, GPIO, smokey tests
 2019-01-25 10:11 UTC  (10+ messages)
` [PATCH 02/12] drivers/gpio: provide optional timestamped readouts

[Qemu-devel] [PATCH] file-posix: Cache lseek result for data regions
 2019-01-25 10:10 UTC  (6+ messages)

[PATCH v3] arm64: dts: sdm845: add video nodes
 2019-01-25 10:10 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] i915/selftest: Allow filtering of individual subtests
 2019-01-25 10:10 UTC  (4+ messages)
` [igt-dev] [Intel-gfx] "
  `  "

[Qemu-devel] Querying possible -cpu variants
 2019-01-25 10:10 UTC  (2+ messages)

[PATCH v2 0/2] HEVC/H.265 stateless support for V4L2 and Cedrus
 2019-01-25 10:10 UTC  (6+ messages)
` [PATCH v2 2/2] media: cedrus: Add HEVC/H.265 decoding support

[PATCH] lightnvm: pblk: prevent stall due to wb threshold
 2019-01-25 10:09 UTC 

[RFC PATCH v3] akcipher: Introduce verify_rsa/verify for public key algorithms
 2019-01-25 10:09 UTC  (3+ messages)

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-01-25 10:09 UTC  (5+ messages)
` [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid

[Qemu-trivial] [PATCH] decodetree: re.fullmatch was added in 3.4
 2019-01-25 10:03 UTC 

[Qemu-devel] [RFC PATCH v5 00/52] Support Kconfig in QEMU
 2019-01-25 10:07 UTC  (37+ messages)
` [Qemu-devel] [PATCH 11/52] hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*
` [Qemu-devel] [PATCH 12/52] hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and device
` [Qemu-devel] [PATCH 13/52] hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and devices
` [Qemu-devel] [PATCH 15/52] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [PATCH 16/52] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally
` [Qemu-devel] [PATCH 20/52] hw/alpha/Makefile.objs: Create CONFIG_* for alpha
` [Qemu-devel] [PATCH 23/52] hw/moxie/Makefile.objs: Conditionally build moxie
` [Qemu-devel] [PATCH 24/52] hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc
` [Qemu-devel] [PATCH 25/52] hw/tricore/Makefile.objs: Create CONFIG_* for tricore
` [Qemu-devel] [PATCH 26/52] hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI controller
` [Qemu-devel] [PATCH 27/52] hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCI
` [Qemu-devel] [PATCH 28/52] minikconfig: add parser skeleton
` [Qemu-devel] [PATCH 29/52] minikconfig: add AST
` [Qemu-devel] [PATCH 30/52] minikconfig: add semantic analysis
` [Qemu-devel] [PATCH 31/52] hw/display: make edid configurable
` [Qemu-devel] [PATCH 32/52] kconfig: introduce kconfig files
` [Qemu-devel] [PATCH 33/52] build: switch to Kconfig
` [Qemu-devel] [PATCH 34/52] minikconf: implement allnoconfig and defconfig
` [Qemu-devel] [PATCH 35/52] ide: express dependencies with Kconfig
` [Qemu-devel] [PATCH 36/52] hw/pci/Makefile.objs: make pcie configurable
` [Qemu-devel] [PATCH 37/52] build: convert pci.mak to Kconfig
` [Qemu-devel] [PATCH 38/52] build: convert sound.mak "
` [Qemu-devel] [PATCH 39/52] build: convert usb.mak "
` [Qemu-devel] [PATCH 40/52] scsi: express dependencies with Kconfig
` [Qemu-devel] [PATCH 41/52] isa: express dependencies with kconfig
` [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig
` [Qemu-devel] [PATCH 43/52] i2c: "
` [Qemu-devel] [PATCH 44/52] ptimer: "
` [Qemu-devel] [PATCH 45/52] display: express dependencies with kconfig
` [Qemu-devel] [PATCH 46/52] hyperv: "
` [Qemu-devel] [PATCH 47/52] vfio: express vfio dependencies with Kconfig
` [Qemu-devel] [PATCH 48/52] virtio: express virtio "
` [Qemu-devel] [PATCH 49/52] tpm: express "
` [Qemu-devel] [PATCH 50/52] isa: express SuperIO "
` [Qemu-devel] [PATCH 51/52] i386-softmmu.mak: remove all CONFIG_* except boards definitions
` [Qemu-devel] [PATCH 52/52] kconfig: introduce CONFIG_TEST_DEVICES

[PATCH v3 0/4] Report raw context in AVCs + refactoring
 2019-01-25 10:06 UTC  (9+ messages)
` [PATCH v3 1/4] selinux: inline some AVC functions used only once
` [PATCH v3 2/4] selinux: replace some BUG_ON()s with a WARN_ON()
` [PATCH v3 3/4] selinux: remove some useless BUG_ONs
` [PATCH v3 4/4] selinux: log invalid contexts in AVCs


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.