linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-08 18:55:55 to 2021-01-08 21:29:50 UTC [more...]

[PATCH v2 00/34] Intel Vision Processing base enabling
 2021-01-08 21:25 UTC  (22+ 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 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 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 22/34] xlink-core: Enable VPU IP management and runtime control
` [PATCH v2 27/34] misc: Tsens ARM host thermal 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 00/40] [Set 11] Rid W=1 warnings from GPU
 2021-01-08 21:27 UTC  (76+ 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'

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

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

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

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

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

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

[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

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

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

[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 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 

[tip:x86/urgent] BUILD SUCCESS a0195f314a25582b38993bf30db11c300f4f4611
 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

[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

[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

[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

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

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

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

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

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

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

[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

[PATCH 1/2] dt-bindings: input: Create macros for cros-ec keymap
 2021-01-08 20:10 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: cros-ec-keyboard: use keymap marcos

[PATCH v2] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-08 20:10 UTC  (6+ messages)

linux-next: build failure after merge of the drm tree
 2021-01-08 19:58 UTC  (3+ messages)
` [PATCHv1] video: omapfb2: Make standard and custom DSI command mode panel driver mutually exclusive

[PATCH] mm: kmem: make __memcg_kmem_(un)charge static
 2021-01-08 19:57 UTC  (2+ messages)

[PATCH] iommu/io-pgtable-arm: Allow non-coherent masters to use system cache
 2021-01-08 19:50 UTC  (6+ messages)

[PATCH] checkpatch: add a new check for strcpy/strlcpy uses
 2021-01-08 19:48 UTC  (7+ messages)
    ` deprecated.rst: deprecated strcpy ? (was: [PATCH] checkpatch: add a new check for strcpy/strlcpy uses)

[PATCH] phy: lantiq: rcu-usb2: wait after clock enable
 2021-01-08 19:48 UTC  (2+ messages)

[PATCH v2 0/3] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-08 19:42 UTC  (3+ messages)

[PATCH 1/3] thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430
 2021-01-08 19:41 UTC  (7+ messages)

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-08 19:41 UTC  (5+ messages)
` [PATCH mm,percpu_ref,rcu 1/6] mm: Add mem_dump_obj() to print source of memory block

[PATCH] drivers: net: wireless: rtlwifi: fix bool comparison in expressions
 2021-01-08 19:41 UTC  (2+ messages)

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

[PATCH] ARM: OMAP2+: omap_device: fix idling of devices during probe
 2021-01-08 19:37 UTC  (7+ messages)

[PATCH] x86/sev-es: Fix SEV-ES #VC handler for string port IO
 2021-01-08 19:32 UTC  (3+ messages)

[ANNOUNCE] v5.10.4-rt22
 2021-01-08 19:30 UTC 

[PATCH 09/15] gpio: support ROHM BD71815 GPOs
 2021-01-08 19:28 UTC  (2+ messages)

[PATCH v2 1/3] mm: memcg: fix memcg file_dirty numa stat
 2021-01-08 19:27 UTC  (3+ messages)
` [PATCH v2 3/3] mm: memcg: add swapcache stat for memcg v2

[PATCH] x86/vm86/32: Remove VM86_SCREEN_BITMAP support
 2021-01-08 19:27 UTC  (3+ messages)

[PATCH 2/2] mm: soft_dirty: userfaultfd: introduce wrprotect_tlb_flush_pending
 2021-01-08 19:25 UTC  (12+ messages)

lkml.org issues
 2021-01-08 19:25 UTC  (2+ messages)

fbcon: remove soft scrollback code (missing Doc. patch)
 2021-01-08 19:01 UTC  (2+ messages)

[PATCH v3 1/2] usb: dwc3: Trigger a GCTL soft reset when switching modes in DRD
 2021-01-08 19:18 UTC  (3+ messages)

[tip:x86/mm] BUILD SUCCESS 167dcfc08b0b1f964ea95d410aa496fd78adf475
 2021-01-08 19:14 UTC 

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-08 19:09 UTC  (4+ messages)
` [PATCH 02/10] blk: Introduce ->corrupted_range() for block device

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2021-01-08 19:05 UTC  (7+ messages)
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()

[PATCH v1 00/17] Add support for SDM845 Camera Subsystem
 2021-01-08 19:07 UTC  (3+ messages)
` [PATCH v1 04/17] media: camss: Make ISPIF subdevice optional

[PATCH 0/1] console: Blank console - userspace regression
 2021-01-08 19:03 UTC  (6+ messages)
` [PATCH 1/1] Revert "init/console: Use ttynull as a fallback when there is no console"

[PATCH v1 00/19] x86/insn: Add an insn_decode() API
 2021-01-08 18:59 UTC  (8+ messages)
` [PATCH v1 03/19] "

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-08 18:59 UTC  (8+ messages)
` [PATCH 0/2] page_count can't be used to decide when wp_page_copy

[GIT PULL] KUnit update for Linux 5.11-rc3
 2021-01-08 18:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).