messages from 2019-01-25 10:04:56 to 2019-01-25 10:24:37 UTC [more...]
[PATCH v2 0/5] vfio-ccw: support hsch/csch (kernel part)
2019-01-25 10:24 UTC (18+ messages)
` [PATCH v2 2/5] vfio-ccw: concurrent I/O handling
` [Qemu-devel] "
[PATCH 000/138] The new SW SMU driver of amdgpu
2019-01-25 10:24 UTC (71+ 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 1/7] soc/tegra: pmc: Sort includes alphabetically
2019-01-25 10:22 UTC (12+ 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] 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 (53+ messages)
` [Qemu-devel] [PATCH 01/52] arm: disable CONFIG_SERIAL_ISA
` [Qemu-devel] [PATCH 02/52] ide: split ioport registration to a separate file
` [Qemu-devel] [PATCH 03/52] vfio: move conditional up to hw/Makefile.objs
` [Qemu-devel] [PATCH 04/52] hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESS
` [Qemu-devel] [PATCH 05/52] build: actually use CONFIG_PAM
` [Qemu-devel] [PATCH 06/52] hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boards
` [Qemu-devel] [PATCH 07/52] hw/arm/Makefile.objs: CONFIG_VIRT created for virt board
` [Qemu-devel] [PATCH 08/52] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [PATCH 09/52] hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards
` [Qemu-devel] [PATCH 10/52] hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards
` [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 14/52] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [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 17/52] hw/nios2/Makefile.objs: Conditionally build nios2
` [Qemu-devel] [PATCH 18/52] hw/riscv/Makefile.objs: Create CONFIG_* for riscv boards
` [Qemu-devel] [PATCH 19/52] hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
` [Qemu-devel] [PATCH 20/52] hw/alpha/Makefile.objs: Create CONFIG_* for alpha
` [Qemu-devel] [PATCH 21/52] hw/cris/Makefile.objs: Create CONFIG_* for cris
` [Qemu-devel] [PATCH 22/52] hw/hppa/Makefile.objs: Create CONFIG_* for hppa
` [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 (10+ 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
ceph osd commit latency increase over time, until restart
2019-01-25 10:06 UTC (3+ messages)
[PATCH iproute2-next] Introduce ip-brctl shell script
2019-01-25 10:05 UTC (4+ messages)
[Qemu-devel] [Bug 1795100] Re: VNC unix-domain socket unlink()ed prematurely
2019-01-25 9:59 UTC
[PATCH v3 00/15] Bring suspend to RAM support to PCIe Aardvark driver
2019-01-25 10:05 UTC (4+ messages)
Send photos to start
2019-01-25 10:05 UTC
[CI] drm/i915: Measure the required reserved size for request emission
2019-01-25 10:05 UTC
[PATCH v2] iio: adc: ad7476: Add support for ADS786X ADCs
2019-01-25 10:04 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.