All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-08 20:44:18 to 2021-01-08 21:32:32 UTC [more...]

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

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

[Intel-gfx] [PATCH] drm/i915: Disable RPM wakeref assertions during driver shutdown
 2021-01-08 21:32 UTC  (3+ messages)

[PATCH v2 00/34] Intel Vision Processing base enabling
 2021-01-08 21:26 UTC  (35+ messages)
` [PATCH v2 01/34] Add Vision Processing Unit (VPU) documentation
` [PATCH v2 02/34] dt-bindings: mailbox: Add Intel VPU IPC mailbox bindings
` [PATCH v2 03/34] mailbox: vpu-ipc-mailbox: Add support for Intel VPU IPC mailbox
` [PATCH v2 04/34] dt-bindings: Add bindings for Keem Bay IPC driver
` [PATCH v2 05/34] keembay-ipc: Add Keem Bay IPC module
` [PATCH v2 06/34] dt-bindings: Add bindings for Keem Bay VPU IPC driver
` [PATCH v2 07/34] keembay-vpu-ipc: Add Keem Bay VPU IPC module
` [PATCH v2 08/34] misc: xlink-pcie: Add documentation for XLink PCIe driver
` [PATCH v2 09/34] misc: xlink-pcie: lh: Add PCIe EPF driver for Local Host
` [PATCH v2 10/34] misc: xlink-pcie: lh: Add PCIe EP DMA functionality
` [PATCH v2 11/34] misc: xlink-pcie: lh: Add core communication logic
` [PATCH v2 12/34] misc: xlink-pcie: lh: Prepare changes for adding remote host driver
` [PATCH v2 13/34] misc: xlink-pcie: rh: Add PCIe EP driver for Remote Host
` [PATCH v2 14/34] misc: xlink-pcie: rh: Add core communication logic
` [PATCH v2 15/34] misc: xlink-pcie: Add XLink API interface
` [PATCH v2 16/34] misc: xlink-pcie: Add asynchronous event notification support for XLink
` [PATCH v2 17/34] xlink-ipc: Add xlink ipc device tree bindings
` [PATCH v2 18/34] xlink-ipc: Add xlink ipc driver
` [PATCH v2 19/34] xlink-core: Add xlink core device tree bindings
` [PATCH v2 20/34] xlink-core: Add xlink core driver xLink
` [PATCH v2 21/34] xlink-core: Enable xlink protocol over pcie
` [PATCH v2 22/34] xlink-core: Enable VPU IP management and runtime control
` [PATCH v2 23/34] xlink-core: add async channel and events
` [PATCH v2 24/34] dt-bindings: misc: Add Keem Bay vpumgr
` [PATCH v2 25/34] misc: Add Keem Bay VPU manager
` [PATCH v2 26/34] dt-bindings: misc: intel_tsens: Add tsens thermal bindings documentation
` [PATCH v2 27/34] misc: Tsens ARM host thermal driver
` [PATCH v2 28/34] misc: Intel tsens IA host driver
` [PATCH v2 29/34] Intel tsens i2c slave driver
` [PATCH v2 30/34] misc:intel_tsens: Intel Keem Bay tsens driver
` [PATCH v2 31/34] Intel Keem Bay XLink SMBus driver
` [PATCH v2 32/34] dt-bindings: misc: hddl_dev: Add hddl device management documentation
` [PATCH v2 33/34] misc: Hddl device management for local host
` [PATCH v2 34/34] misc: HDDL device management for IA host

[PATCH] tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CI
 2021-01-08 21:27 UTC  (2+ messages)

[PATCH] mmc: sdhci-iproc: Add ACPI bindings for the rpi4
 2021-01-08 21:27 UTC  (4+ messages)

[PATCH v3 0/4] xfs: support shrinking free space in the last AG
 2021-01-08 21:27 UTC  (10+ messages)
` [PATCH v3 1/4] xfs: rename `new' to `delta' in xfs_growfs_data_private()
` [PATCH v3 2/4] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v3 3/4] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v3 4/4] xfs: support shrinking unused space in the last AG

[PATCH 00/40] [Set 11] Rid W=1 warnings from GPU
 2021-01-08 21:27 UTC  (81+ messages)
` [PATCH 19/40] drm/amd/display/dc/bios/command_table: Remove unused variable
` [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 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'

[dpdk-dev] Reader-Writer lock starvation issues
 2021-01-08 21:27 UTC  (2+ messages)

[PATCH] arm64: make atomic helpers __always_inline
 2021-01-08 21:23 UTC  (5+ messages)

[PATCH v4 00/80] Convert DSI code to use drm_mipi_dsi and drm_panel
 2021-01-08 21:23 UTC  (4+ messages)
` [PATCH v4 39/80] drm/panel: Move OMAP's DSI command mode panel driver

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

[PATCH v5 1/2] mmc: sdhci-msm: Warn about overclocking SD/MMC
 2021-01-08 21:21 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2] PCI: Fix Intel i210 by avoiding overlapping of BARs
 2021-01-08 21:20 UTC  (3+ messages)
`  "

[Intel-gfx] [PATCH] drm/i915: Fix HTI port checking
 2021-01-08 21:20 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v4 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-08 21:19 UTC  (15+ messages)
` [PATCH v4 mips-next 1/7] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v4 mips-next 2/7] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v4 mips-next 3/7] MIPS: properly stop .eh_frame generation
` [PATCH v4 mips-next 4/7] MIPS: vmlinux.lds.S: catch bad .rel.dyn at link time
  ` [PATCH v4 mips-next 5/7] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v4 mips-next 6/7] vmlinux.lds.h: catch compound literals into data and BSS
  ` [PATCH v4 mips-next 7/7] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

performance regression noted in v5.11-rc after c062db039f40
 2021-01-08 21:18 UTC  (2+ messages)

[PATCH v2] crypto: reduce minimum alignment of on-stack structures
 2021-01-08 21:16 UTC  (3+ messages)

[PATCH V1 0/5] vfio virtual address update
 2021-01-08 21:15 UTC  (3+ messages)
` [PATCH V1 4/5] vfio: VA suspend interface

[PATCH BlueZ 1/4] util: Introduce util_debug_va
 2021-01-08 21:15 UTC  (4+ messages)
` [PATCH BlueZ 2/4] shared/att: Add debug level to bt_att_set_debug
` [PATCH BlueZ 3/4] device: Enable ATT layer debugging
` [PATCH BlueZ 4/4] gatt: Fix assuming service changed has been subscribed

[PATCH 2/2] x86/mm: Remove duplicate definition of _PAGE_PAT_LARGE
 2021-01-08 21:12 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH mlx5-next 1/4] PCI: Configure number of MSI-X vectors for SR-IOV VFs
 2021-01-08 21:09 UTC  (2+ messages)

[PATCH v2] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-01-08 21:09 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 1c925d2030afd354a02c23500386e620e662622b
 2021-01-08 21:08 UTC 

[Intel-gfx] [CI 1/7] drm/i915/gt: Prevent use of engine->wa_ctx after error
 2021-01-08 21:07 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/7] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH] drm/i915/gt: Remove unused function 'dword_in_page'
 2021-01-08 21:06 UTC 

MDIO over I2C driver driver probe dependency issue
 2021-01-08 21:04 UTC  (3+ messages)

[xiang-linux:xfs/shrink_lastag2 2/4] fs/xfs/libxfs/xfs_fs.h:308:1: warning: typedef requires a name
 2021-01-08 21:04 UTC 

[PATCH] remoteproc: Create a separate workqueue for recovery tasks
 2021-01-08 21:03 UTC  (7+ messages)

[PATCH bpf-next v6 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-08 21:02 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
` [PATCH bpf-next v6 2/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v6 3/3] bpf: split cgroup_bpf_enabled per attach type

[drm-intel:drm-intel-gt-next 3/48] drivers/gpu/drm/i915/gt/intel_lrc.c:17:28: error: unused function 'dword_in_page'
 2021-01-08 21:02 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 0/4] fix SQPOLL and exit races
 2021-01-08 20:57 UTC  (5+ messages)
` [PATCH 1/4] io_uring: io_rw_reissue lockdep annotations
` [PATCH 2/4] io_uring: inline io_uring_attempt_task_drop()
` [PATCH 3/4] io_uring: add warn_once for io_uring_flush()
` [PATCH 4/4] io_uring: stop SQPOLL submit on creator's death

[PATCH] drm/amdgpu/display: actually execute the atom command table in adjust_display_pll_v2
 2021-01-08 21:01 UTC 

[powerpc:next-test] BUILD SUCCESS 3e069ffc01566d93fa14c80f3c705c1610b9c402
 2021-01-08 20:58 UTC 

[RFC PATCH] fs: block_dev: compute nr_vecs hint for improving writeback bvecs allocation
 2021-01-08 21:00 UTC  (6+ messages)

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

[PATCH 0/1] And so it begins...merge/rename performance work
 2021-01-08 20:59 UTC  (3+ messages)
` [PATCH 1/1] merge-ort: begin performance work; instrument with trace2_region_* calls

[PATCH v2 1/2] Hyper-V: pci: x64: Generalize irq/msi set-up and handling
 2021-01-08 20:59 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-08 20:58 UTC 

[PATCH net v3] ppp: fix refcount underflow on channel unbridge
 2021-01-08 20:57 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS a0195f314a25582b38993bf30db11c300f4f4611
 2021-01-08 20:57 UTC 

[pm:bleeding-edge] BUILD REGRESSION 2691096b51bae3563007c4b0188c3eec9878224b
 2021-01-08 20:57 UTC  (2+ messages)
` [Devel] "

[bluetooth-next:master] BUILD SUCCESS ad3a9c0ec2d2baed936cfdd05870f9d1e1f40e0e
 2021-01-08 20:57 UTC 

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

[v3 PATCH 17/17] eval: Add vfork support
 2021-01-08 20:55 UTC 

[PATCH] imapfilter: Upgrade 2.6.16 -> 2.7.5
 2021-01-08 20:56 UTC 

UBSAN: object-size-mismatch in wg_xmit
 2021-01-08 20:54 UTC  (9+ messages)

[Bug 211095] New: Linux accidentally hangs at EHCI HCD initialization at VirtualBox
 2021-01-08 20:52 UTC 

[Bug 211097] New: Resume from suspend sometimes makes some programs freeze for 30s
 2021-01-08 20:52 UTC 

[PATCH] ARC: Regenerate ulps
 2021-01-08 20:52 UTC  (2+ messages)
` [COMMITTED] "

[PATCH] MAINTAINERS: update radeon/amdgpu/amdkfd git trees
 2021-01-08 20:52 UTC  (4+ messages)

[ovmf test] 158280: all pass - PUSHED
 2021-01-08 20:51 UTC 

[linux-rt-devel:linux-5.4.y-rt 45/325] kernel/printk/printk.c:1982:5: warning: no previous prototype for 'vprintk_default'
 2021-01-08 20:51 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Exercise lrc_wa_ctx initialisation failure
 2021-01-08 20:51 UTC 

[PATCH] brcm: Link rpi4's wifi with newer DMI string
 2021-01-08 20:49 UTC 

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

Disk aligned (but not block aligned) DIO write woes
 2021-01-08 20:45 UTC  (3+ messages)

[BUG] cypress: Fix link direction
 2021-01-08 20:44 UTC 

[PATCH 0/6] x86 noinstr fixes
 2021-01-07 12:58 UTC  (5+ messages)
` [RFC][PATCH 6/6] x86/mce: Dont use noinstr for now


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.