All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-15 21:11:58 to 2019-07-15 21:29:10 UTC [more...]

Preferred subj= with multiple LSMs
 2019-07-15 21:28 UTC  (5+ messages)

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-15 21:25 UTC  (10+ messages)
` [PATCH v9 01/18] kunit: test: add KUnit test runner core
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder

[Bug 204165] New: 100% CPU usage in compact_zone_order
 2019-07-15 21:25 UTC 

[PATCH 000/102] Add Arcturus support
 2019-07-15 21:24 UTC  (89+ messages)
  ` [PATCH 004/102] drm/amdgpu: add Arcturus ip_offset header (v3)
  ` [PATCH 005/102] drm/amdgpu: add Arcturus asic type
  ` [PATCH 006/102] drm/amdgpu: add gmc basic support for Arcturus
  ` [PATCH 007/102] drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub number
  ` [PATCH 008/102] drm/amdgpu: add new member in amdgpu_device for vmhub counts per asic chip
  ` [PATCH 009/102] drm/amdgpu: add one more mmhub instance for Arcturus (v2)
  ` [PATCH 010/102] drm/amdgpu: add mmhub v9.4.1 block "
  ` [PATCH 011/102] drm/amdgpu: use new mmhub interfaces for Arcturus
  ` [PATCH 012/102] drm/amdgpu: add SDMA 2~7 interrupt client id "
  ` [PATCH 013/102] drm/amdgpu: add SDMA 2~7 ip block type
  ` [PATCH 014/102] drm/amdgpu: increase max number of ip base instances to 8
  ` [PATCH 015/102] drm/amdgpu: dynamically initialize IP offset for Arcturus
  ` [PATCH 016/102] drm/amdgpu: add VMC1 interrupt client id "
  ` [PATCH 017/102] drm/amdgpu: update vmc interrupt routine to support 3 vmhubs
  ` [PATCH 018/102] drm/amdgpu: reorganize sdma v4 code to support more instances
  ` [PATCH 019/102] drm/amdgpu: specify sdma instance 5~7 with second mmhub type
  ` [PATCH 020/102] drm/amdgpu: support hdp flush for more sdma instances
  ` [PATCH 021/102] drm/amdgpu/soc15: add Arcturus common ip blocks
  ` [PATCH 022/102] drm/amdgpu: add to set Arcturus "
  ` [PATCH 023/102] drm/amdgpu: set Arcturus fw load type as direct
  ` [PATCH 024/102] drm/amdgpu/dce_virtual: add Arcturus virtual display support
  ` [PATCH 025/102] drm/amdgpu: add support for Arcturus firmware
  ` [PATCH 026/102] drm/amdgpu: add gfx config for Arcturus
  ` [PATCH 027/102] drm/amdgpu: add number of mec "
  ` [PATCH 028/102] drm/amdgpu: add to set rlc funcs "
  ` [PATCH 029/102] drm/amdgpu: skip to get 3D engine clockgating state "
  ` [PATCH 030/102] drm/amdgpu: skip pasid mapping for second mmhub on Arcturus
  ` [PATCH 031/102] drm/amdgpu: add Arcturus gpu info firmware
  ` [PATCH 032/102] drm/amdgpu: optimize gfx9 init_microcode function
  ` [PATCH 033/102] drm/amdgpu: skip load cp gfx firmware for Arcturus
  ` [PATCH 034/102] drm/amdgpu: skip all gfx ring settings "
  ` [PATCH 035/102] drm/amdgpu: support sdma 2~7 doorbell range register offset
  ` [PATCH 036/102] drm/amdgpu: correct Arcturus SDMA address space base index
  ` [PATCH 037/102] drm/amdgpu: enable 8 SDMA instances for Arcturus
  ` [PATCH 038/102] drm/amdgpu: add Arcturus chip_name for init sdma microcode
  ` [PATCH 039/102] drm/amdgpu: correct programming of ih_chicken for Arcturus
  ` [PATCH 040/102] drm/amdgpu: add paging queue support for 8 SDMA instances on Arcturus
  ` [PATCH 041/102] drm/amdgpu: Initialize asic functions for Arcturus
  ` [PATCH 042/102] drm/amdkfd: Extend PM4 packets to support 8 SDMA
  ` [PATCH 043/102] drm/amdkfd: Support bigger gds size
  ` [PATCH 044/102] amd/amdkfd: Add ASIC ARCTURUS to kfd
  ` [PATCH 045/102] drm/amdkfd: Expose function mmhub_v9_4_setup_vm_pt_regs() for kfd to use
  ` [PATCH 046/102] drm/amdkfd: Support two MMHUBs when setting up page table base in KFD
  ` [PATCH 047/102] drm/amdkfd: Change arcturus sdma engines number
  ` [PATCH 048/102] drm/amdkfd: Fix sdma_bitmap overflow issue
  ` [PATCH 049/102] drm/amdkfd: Implement kfd2kgd_calls for Arcturus
  ` [PATCH 050/102] drm/amdgpu: Set VM_L2_CNTL.PDE_FAULT_CLASSIFICATION to 0 for MMHUB 9.4
  ` [PATCH 051/102] drm/amdkfd: Support MMHUB1 in kfd interrupt path
  ` [PATCH 052/102] drm/amdgpu: Hack xgmi topology info when there is no psp fw
  ` [PATCH 053/102] drm/amdgpu: Enable xgmi support for Arcturus
  ` [PATCH 054/102] drm/amdgpu: Clear build undefined warning
  ` [PATCH 055/102] drm/amdgpu: declare sdma firmware binary files for Arcturus
  ` [PATCH 056/102] drm/amdgpu/VCN2: put IB internal registers offset to structure
  ` [PATCH 057/102] drm/amdgpu/VCN2: expose rings functions
  ` [PATCH 058/102] drm/amdgpu: add VCN2.5 basic supports
  ` [PATCH 059/102] drm/amdgpu: add VCN2.5 VCPU start and stop
  ` [PATCH 060/102] drm/amdgpu: add Arcturus to the VCN family
  ` [PATCH 061/102] drm/amdgpu/VCN2.5: set decode ring functions
  ` [PATCH 062/102] drm/amdgpu/VCN2.5: set encode "
  ` [PATCH 063/102] drm/amdgpu: add JPEG2.5 HW start and stop
  ` [PATCH 064/102] drm/amdgpu/VCN2.5: set JPEG decode ring functions
  ` [PATCH 065/102] drm/amdgpu: enable VCN2.5 on Arcturus
  ` [PATCH 066/102] drm/amdgpu: add vcn doorbell range function to nbio7.4 (v2)
  ` [PATCH 067/102] drm/amdgpu: enable the Doorbell support for VCN2.5
  ` [PATCH 068/102] drm/amdgpu/powerplay: add arcturus ppt functions
  ` [PATCH 069/102] drm/amdgpu/powerplay: add smu11 driver interface for arcturus. (v2)
  ` [PATCH 070/102] drm/amd/powerplay: get smc firmware and pptable
  ` [PATCH 071/102] drm/amdgpu: skip get/update xgmi topology info when no psp exists
  ` [PATCH 072/102] drm/amdgpu: set system aperture to cover whole FB region in mmhub v9.4
  ` [PATCH 073/102] drm/amdgpu: correct ip for mmHDP_READ_CACHE_INVALIDATE register access
  ` [PATCH 074/102] drm/amdkfd: Set number of xgmi optimized SDMA engines for arcturus
  ` [PATCH 075/102] drm/amdgpu/: add clientID for 2nd vcn instance
  ` [PATCH 076/102] drm/amdgpu/: add ucodeID "
  ` [PATCH 077/102] drm/amdgpu/: add doorbell assignment "
  ` [PATCH 078/102] drm/amdgpu/: increase AMDGPU_MAX_RINGS to add "
  ` [PATCH 079/102] drm/amdgpu: add vcn nbio doorbell range setting for "
  ` [PATCH 080/102] drm/amdgpu: modify amdgpu_vcn to support multiple instances
  ` [PATCH 081/102] drm/amdgpu: add multiple instances support for Arcturus
  ` [PATCH 082/102] drm/amdgpu: add harvest "
  ` [PATCH 083/102] drm/amdgpu: assign fb_start/end in mmhub v9.4 interface
  ` [PATCH 084/102] drm/amdgpu: add pci DID for Arcturus GL-XL
  ` [PATCH 085/102] drm/amdgpu: add arct sdma golden settings
  ` [PATCH 086/102] drm/amdgpu: add arct gc "
  ` [PATCH 087/102] drm/amdgpu: init arct external rev id
  ` [PATCH 088/102] drm/amdgpu: keep stolen memory for arct
  ` [PATCH 089/102] drm/amdgpu: init gds config "
  ` [PATCH 090/102] drm/amdgpu: clean up nonexistent firmware declaration for Arcturus
  ` [PATCH 091/102] amd/powerplay: No SW XGMI dpm for Arcturus rev 2

[PATCH 0/2] Fixes for sub-section hotplug
 2019-07-15 21:24 UTC  (4+ messages)
` [PATCH 2/2] mm,memory_hotplug: Fix shrink_{zone,node}_span

[PATCH 0/2] Some cleanups for ancillary drivers autoselect
 2019-07-15 21:23 UTC  (3+ messages)
` [PATCH 1/2] media: Don't default-enable "ancillary driver autoselect" if EMBEDDED
` [PATCH 2/2] media: Don't hide any menu if "ancillary drivers autoselect" is enabled

list corruption in deferred_split_scan()
 2019-07-15 21:23 UTC  (5+ messages)

[PATCH] mm/z3fold.c: Reinitialize zhdr structs after migration
 2019-07-15 21:21 UTC  (4+ messages)

PATCH V3.5 1/2] dvbsky: add support for "Mygica T230C v2"
 2019-07-15 21:21 UTC  (2+ messages)

[PATCH 0/1] staging: kpc2000: whitespace and line length cleanup
 2019-07-15 21:21 UTC  (2+ messages)
` [PATCH] "

[PATCH 00/87] DC Patches 15 Jul, 2019
 2019-07-15 21:20 UTC  (88+ messages)
  ` [PATCH 01/87] drm/amd/display: initialize p_state to proper value
  ` [PATCH 02/87] drm/amd/display: Add ability to set preferred link training parameters
  ` [PATCH 03/87] drm/amd/display: 3.2.36
  ` [PATCH 04/87] drm/amd/display: fix up HUBBUB hw programming for VM
  ` [PATCH 05/87] drm/amd/display: fix dsc disable
  ` [PATCH 06/87] drm/amd/display: 3.2.37
  ` [PATCH 07/87] drm/amd/display: move bw calc code into helpers
  ` [PATCH 08/87] drm/amd/display: cap DCFCLK hardmin to 507 for NV10
  ` [PATCH 09/87] drm/amd/display: No audio endpoint for Dell MST display
  ` [PATCH 10/87] drm/amd/display: Add aux tracing log in dce
  ` [PATCH 11/87] drm/amd/display: Update drm_dsc to reflect native 4.2.0 DSC spec
  ` [PATCH 12/87] drm/amd/display: early return when pipe_cnt is 0 in bw validation
  ` [PATCH 13/87] drm/amd/display: Set default block_size, even in unexpected cases
  ` [PATCH 14/87] drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC spec
  ` [PATCH 15/87] drm/amd/display: swap system aperture high/low
  ` [PATCH 16/87] drm/amd/display: skip retrain in dc_link_set_preferred_link_settings() if using passive dongle
  ` [PATCH 17/87] drm/amd/display: Split out common HUBP registers and code
  ` [PATCH 18/87] drm/amd/display: 3.2.38
  ` [PATCH 19/87] drm/amd/display: Incorrect Read Interval Time For CR Sequence
  ` [PATCH 20/87] drm/amd/display: Clock does not lower in Updateplanes
  ` [PATCH 21/87] drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct
  ` [PATCH 22/87] drm/amd/display:Use Pixel clock in 100Hz units for HDMI Audio wall clock DTO
  ` [PATCH 23/87] drm/amd/display: wait for the whole frame after global unlock
  ` [PATCH 24/87] drm/amd/display: refactor dump_clk_registers
  ` [PATCH 25/87] drm/amd/display: add hdmi2.1 dsc pps packet programming
  ` [PATCH 26/87] drm/amd/display: add monitor patch to add T7 delay
  ` [PATCH 27/87] drm/amd/display: Poll for GPUVM context ready
  ` [PATCH 28/87] drm/amd/display: add functionality to grab DPRX CRC entries
  ` [PATCH 29/87] drm/amd/display: add functionality to get pipe CRC source
  ` [PATCH 30/87] drm/amd/display: Wait for backlight programming completion in set backlight level
  ` [PATCH 31/87] drm/amd/display: 3.2.39
  ` [PATCH 32/87] drm/amd/display: Expose enc2_set_dynamic_metadata
  ` [PATCH 33/87] drm/amd/display: Check for valid stream_encode
  ` [PATCH 34/87] drm/amd/display: Fix some HUBP programming issues
  ` [PATCH 35/87] drm/amd/display: Read max down spread
  ` [PATCH 36/87] drm/amd/display: Remove dsc disable_ich flag programming
  ` [PATCH 37/87] drm/amd/display: Power-gate all DSCs at driver init time
  ` [PATCH 38/87] drm/amd/display: Disable Audio on reinitialize hardware
  ` [PATCH 39/87] drm/amd/display: fix DMCU hang when going into Modern Standby
  ` [PATCH 40/87] drm/amd/display: Do not fill Null packet in the blank period
  ` [PATCH 41/87] drm/amd/display: Remove unnecessary NULL check in set_preferred_link_settings
  ` [PATCH 42/87] drm/amd/display: use encoder's engine id to find matched free audio device
  ` [PATCH 43/87] drm/amd/display: fix not calling ppsmu to trigger PME
  ` [PATCH 44/87] drm/amd/display: Change min_h_sync_width from 8 to 4
  ` [PATCH 45/87] drm/amd/display: Remove second initialization of pp_smu
  ` [PATCH 46/87] drm/amd/display: 3.2.40
  ` [PATCH 47/87] drm/amd/display: Wait for flip to complete
  ` [PATCH 48/87] drm/amd/display: Implement generic MUX registers
  ` [PATCH 49/87] drm/amd/display: Use helper for determining HDMI signal
  ` [PATCH 50/87] drm/amd/display: Set FEC_READY always before link training
  ` [PATCH 51/87] drm/amd/display: put back front end initialization sequence
  ` [PATCH 52/87] drm/amd/display: Optimize gamma calculations
  ` [PATCH 53/87] drm/amd/display: Clear FEC_READY shadow register if DPCD write fails
  ` [PATCH 54/87] drm/amd/display: Add debug option to disable timing sync
  ` [PATCH 55/87] drm/amd/display: Add MPC 3DLUT resource management
  ` [PATCH 56/87] drm/amd/display: Add CM_BYPASS via debug option
  ` [PATCH 57/87] drm/amd/display: Add DIG_CLOCK_PATTERN register
  ` [PATCH 58/87] drm/amd/display: Cache the use_pitch_c conditional
  ` [PATCH 59/87] drm/amd/display: Fixes for some MPO cases
  ` [PATCH 60/87] drm/amd/display: 3.2.41
  ` [PATCH 61/87] drm/amd/display: Hook up calls to do stereo mux and dig programming to stereo control interface
  ` [PATCH 62/87] drm/amd/display: allocate 4 ddc engines for RV2
  ` [PATCH 63/87] drm/amd/display: add set and get clock for testing purposes
  ` [PATCH 64/87] drm/amd/display: Change offset_to_id to reflect what id_to_offset returns
  ` [PATCH 65/87] drm/amd/display: init res_pool dccg_ref, dchub_ref with xtalin_freq
  ` [PATCH 66/87] drm/amd/display: add a option to force the clock at every mode change
  ` [PATCH 67/87] drm/amd/display: use min disp and dpp clk debug option for dcn2
  ` [PATCH 68/87] drm/amd/display: add pipe CRC sources without disabling dithering
  ` [PATCH 69/87] drm/amd/display: Implement DAL3 GPU Integer Scaling
  ` [PATCH 70/87] drm/amd/display: add dcc programming for dual plane
  ` [PATCH 71/87] drm/amd/display: populate last calculated bb state with max clocks
  ` [PATCH 72/87] drm/amd/display: Fix dc_create failure handling and 666 color depths
  ` [PATCH 73/87] drm/amd/display: Only enable audio if speaker allocation exists
  ` [PATCH 74/87] drm/amd/display: Clean up dynamic metadata logic
  ` [PATCH 75/87] drm/amd/display: Set enabled to false at start of audio disable
  ` [PATCH 76/87] drm/amd/display: drop ASSERT() if eDP panel is not connected
  ` [PATCH 77/87] drm/amd/display: 3.2.42
  ` [PATCH 78/87] drm/amd/display: Increase size of audios array
  ` [PATCH 79/87] drm/amd/display: do not read link setting if edp not connected
  ` [PATCH 80/87] drm/amd/display: fix mpcc assert condition
  ` [PATCH 81/87] drm/amd/display: support "dummy pstate"
  ` [PATCH 82/87] drm/amd/display: Add SMU version field to clk_mgr_internal
  ` [PATCH 83/87] drm/amd/display: avoid power gate domains that doesn't exist
  ` [PATCH 84/87] drm/amd/display: Add debug entry to destroy disconnected edp link
  ` [PATCH 85/87] drm/amd/display: Copy GSL groups when committing a new context
  ` [PATCH 86/87] drm/amd/display: handle active dongle port type is DP++ or DP case
  ` [PATCH 87/87] drm/amd/display: Force uclk to max for every state

[Qemu-devel] [PATCH v2 00/14] Multiple simultaneous audio backends
 2019-07-15 21:16 UTC  (2+ messages)

[PATCH] leds: leds-lp5562 allow firmware files up to the maximum length
 2019-07-15 21:16 UTC  (2+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-07-15 21:12 UTC  (6+ messages)
` [PATCH 25/28] perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
` [PATCH 26/28] perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()
` [PATCH 27/28] perf vendor events s390: Add JSON files for machine type 8561
` [PATCH 28/28] perf version: Fix segfault due to missing OPT_END()


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.