All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-08 20:15:46 to 2021-01-08 20:42:01 UTC [more...]

[PATCH 00/40] [Set 11] Rid W=1 warnings from GPU
 2021-01-08 20:40 UTC  (137+ messages)
` [PATCH 01/40] drm/nouveau/nvkm/subdev/bios/init: Demote obvious abuse of kernel-doc
` [PATCH 02/40] drm/nouveau/dispnv50/disp: Remove unused variable 'ret'
` [PATCH 03/40] drm/msm/dp/dp_display: Remove unused variable 'hpd'
` [PATCH 04/40] drm/amd/amdgpu/amdgpu_ih: Update 'amdgpu_ih_decode_iv_helper()'s function header
` [PATCH 05/40] drm/amd/amdgpu/vega20_ih: Add missing descriptions for 'ih' and fix spelling error
` [PATCH 06/40] drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0: Provide description of 'call_back_func'
` [PATCH 07/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Fix documentation for 'mpll_param'
` [PATCH 08/40] drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Fix legacy function header formatting
` [PATCH 09/40] drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: "
` [PATCH 10/40] drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix formatting and spelling issues
` [PATCH 11/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move prototype into shared header
` [PATCH 12/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Fix a bunch of kernel-doc formatting issues
` [PATCH 13/40] drm/amd/display/dc/basics/conversion: Demote obvious kernel-doc abuse
` [PATCH 14/40] drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs: Demote non-kernel-doc comment blocks
` [PATCH 15/40] drm/amd/display/dc/bios/command_table_helper: Fix kernel-doc formatting
` [PATCH 16/40] drm/amd/display/dc/bios/command_table_helper2: Fix legacy formatting problems
` [PATCH 17/40] drm/amd/display/dc/bios/bios_parser: Make local functions static
` [PATCH 18/40] drm/amd/display/dc/bios/bios_parser: Fix a whole bunch of legacy doc formatting
` [PATCH 19/40] drm/amd/display/dc/bios/command_table: Remove unused variable
` [PATCH 20/40] include: drm: drm_atomic: Make use of 'new_plane_state'
` [PATCH 21/40] drm/amd/display/dc/calcs/dce_calcs: Remove unused variables 'v_filter_init_mode' and 'sclk_lvl'
` [PATCH 22/40] drm/amd/display/dc/bios/bios_parser2: Fix some formatting issues and missing parameter docs
` [PATCH 23/40] drm/amd/display/dc/dce/dce_audio: Make function invoked by reference static
` [PATCH 24/40] drm/amd/display/dc/dce/dce_stream_encoder: Remove unused variable 'regval'
` [PATCH 25/40] drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference static
` [PATCH 26/40] drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy function headers
` [PATCH 27/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Fix worthy function headers, demote barely documented one
` [PATCH 28/40] drm/amd/display/dc/dce/dce_transform: Remove 3 unused/legacy variables
` [PATCH 29/40] drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load_iram'
` [PATCH 30/40] drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file it's used in
` [PATCH 31/40] drm/amd/display/dc/dce/dce_opp: Make local functions and ones invoked by reference static
` [PATCH 32/40] drm/amd/display/dc/dce/dce_aux: Remove unused function 'get_engine_type'
` [PATCH 33/40] drm/nouveau/nvkm/subdev/volt/gk20a: Demote non-conformant kernel-doc headers
` [PATCH 34/40] drm/amd/display/dc/bios/bios_parser: Fix misspelling of function parameter
` [PATCH 35/40] drm/amd/display/dc/bios/command_table: Remove unused variable and associated comment
` [PATCH 36/40] drm/amd/display/dc/dce/dce_i2c_hw: Make functions called by reference static
` [PATCH 37/40] drm/amd/display/dc/dce/dce_i2c_sw: Make a bunch of local functions static
` [PATCH 38/40] drm/amd/display/dc/dce/dce_panel_cntl: Remove unused variables 'bl_pwm_cntl' and 'pwm_period_cntl'
` [PATCH 39/40] drm/amd/display/dc/dce/dmub_psr: Demote non-conformant kernel-doc headers
` [PATCH 40/40] drm/amd/display/dc/gpio/hw_factory: Delete unused function 'dal_hw_factory_destroy'

[RESEND PATCH v4 0/8] Updates to MHI channel handling
 2021-01-08 20:39 UTC  (9+ messages)
` [RESEND PATCH v4 1/8] bus: mhi: core: Allow sending the STOP channel command
` [RESEND PATCH v4 2/8] bus: mhi: core: Allow channel to be disabled from stopped state
` [RESEND PATCH v4 3/8] bus: mhi: core: Improvements to the channel handling state machine
` [RESEND PATCH v4 4/8] bus: mhi: core: Clear configuration from channel context during reset
` [RESEND PATCH v4 5/8] bus: mhi: core: Add support to stop or start channel data transfers
` [RESEND PATCH v4 6/8] bus: mhi: core: Check channel execution environment before issuing reset
` [RESEND PATCH v4 7/8] bus: mhi: core: Remove __ prefix for MHI channel unprepare function
` [RESEND PATCH v4 8/8] bus: mhi: Improve documentation on channel transfer setup APIs

[Intel-gfx] [CI 1/7] drm/i915/gt: Prevent use of engine->wa_ctx after error
 2021-01-08 20:40 UTC  (7+ messages)
` [Intel-gfx] [CI 2/7] drm/i915/selftests: Skip unstable timing measurements
` [Intel-gfx] [CI 3/7] drm/i915/selftests: Rearrange ktime_get to reduce latency against CS
` [Intel-gfx] [CI 4/7] drm/i915/gt: Restore ce->signal flush before releasing virtual engine
` [Intel-gfx] [CI 5/7] drm/i915/gt: Only retire on the last breadcrumb if the last request
` [Intel-gfx] [CI 6/7] drm/i915/gt: Only disable preemption on gen8 render engines
` [Intel-gfx] [CI 7/7] drm/i915/gt: Disable arbitration on no-preempt requests

[PATCH 0/4] Permit fault-less access to non-emulated MSRs
 2021-01-08 20:39 UTC  (7+ messages)
` [PATCH 2/4] x86: Introduce MSR_UNHANDLED
` [PATCH 3/4] x86: Allow non-faulting accesses to non-emulated MSRs if policy permits this

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-07 14:58 UTC  (4+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration

[PATCH v4] RDMA/siw: Fix handling of zero-sized Read and Receive Queues
 2021-01-08 20:38 UTC  (3+ messages)

[PATCH 0/1] r8152: Add Lenovo Powered USB-C Travel Hub
 2021-01-08 20:27 UTC  (2+ messages)
` [PATCH 1/1] "

[GIT PULL] Crypto Update for 5.9
 2021-01-08 20:36 UTC  (6+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11

[GIT PULL] gcc-plugins fix for v5.11-rc3
 2021-01-08 20:36 UTC  (2+ messages)

[GIT PULL] Networking for 5.11-rc3
 2021-01-08 20:36 UTC  (2+ messages)

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-07 15:11 UTC  (2+ messages)
` Expense of read_iter

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-08 20:32 UTC  (4+ messages)

[PATCH v3] kasan: remove redundant config option
 2021-01-08 20:30 UTC  (6+ messages)

[PATCH v4 00/10] evtchn: (not so) recent XSAs follow-on
 2021-01-08 20:32 UTC  (3+ messages)
` [PATCH v4 01/10] evtchn: use per-channel lock where possible

[PATCH 01/28] xfce4-dev-tools: upgrade 4.14.0 -> 4.16.0
 2021-01-08 20:31 UTC  (5+ messages)
` [PATCH 04/28] libxfce4ui: upgrade 4.14.1 "
  ` [oe] "

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-08 20:29 UTC  (16+ messages)

[PATCH rdma-next] RDMA/umem: Silence build warning on i386 architecture
 2021-01-08 20:28 UTC  (2+ messages)

[PATCH net-next v1 0/2] GRO drop accounting
 2021-01-08 20:26 UTC  (7+ messages)
` [PATCH net-next v1 1/2] net: core: count drops from GRO
          ` [Intel-wired-lan] "

[tip:master] BUILD SUCCESS 6c44caf1e694c346a5d9de6277079f097fb78359
 2021-01-08 20:25 UTC 

[Intel-gfx] [PATCH 0/9] drm/i915: Async flips for all ilk+ platforms
 2021-01-08 20:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] tools/bpf: Remove unnecessary parameter in bpf_object__probe_loading
 2021-01-08 20:25 UTC  (2+ messages)

[pinctrl:for-next] BUILD SUCCESS 6d92949813bb3fb4eff9ba09746daef029e4682f
 2021-01-08 20:24 UTC 

[Intel-gfx] [PATCH V4] drm/i915/gen9_bc : Add TGP PCH support
 2021-01-08 20:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gen9_bc : Add TGP PCH support (rev2)

[RFC PATCH v3 0/2] scheduler: expose the topology of clusters and add cluster scheduler
 2021-01-08 20:22 UTC  (5+ messages)

[driver-core:readfile] BUILD SUCCESS 3317335407261fd5f525bd5fd63ade139fed6ccb
 2021-01-08 20:23 UTC 

kernel panic in nvmet_tcp when receiving malformed admin command
 2021-01-08 20:23 UTC  (6+ messages)

[RFC][PATCH 0/5] select_idle_sibling() wreckage
 2021-01-08 20:21 UTC  (6+ messages)
` [RFC][PATCH 1/5] sched/fair: Fix select_idle_cpu()s cost accounting

[PATCH v3 net-next 00/12] Make .ndo_get_stats64 sleepable
 2021-01-08 20:20 UTC  (11+ messages)
` [PATCH v3 net-next 10/12] net: bonding: ensure .ndo_get_stats64 can sleep

[PATCH] selftests/bpf: remove duplicate include in test_lsm
 2021-01-08 20:20 UTC  (2+ messages)

[patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic
 2021-01-08 20:20 UTC  (2+ messages)

[PATCH] nvme-tcp: Fix possible race of io_work and direct send
 2021-01-08 20:20 UTC  (3+ messages)

[dpdk-dev] [PATCH v13 00/12] Arm build options rework
 2021-01-08 20:20 UTC  (8+ messages)
` [dpdk-dev] [PATCH v14 "

qemu bsd-user plans
 2021-01-08 20:17 UTC  (3+ messages)

[ti:ti-rt-linux-5.4.y 4425/13576] drivers/dma-buf/heaps/carveout-heap.c:249:5: warning: no previous prototype for 'carveout_dma_heap_export'
 2021-01-08 20:19 UTC 

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08 20:17 UTC  (6+ messages)
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes

[PATCH net 0/2] net: ipa: fix a suspend hang
 2021-01-08 20:16 UTC  (4+ messages)
` [PATCH net 2/2] net: ipa: re-enable NAPI before enabling interrupt


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.