All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-11 08:18:53 to 2020-12-11 09:05:54 UTC [more...]

[Intel-gfx] [RFC-v8 00/23] Introduce Intel PXP component - Mesa single session
 2020-12-11  9:04 UTC  (20+ messages)
` [Intel-gfx] [RFC-v8 01/23] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v8 02/23] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v8 03/23] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v8 04/23] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v8 05/23] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v8 06/23] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v8 07/23] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v8 08/23] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v8 09/23] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v8 10/23] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v8 12/23] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v8 13/23] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] [RFC-v8 14/23] drm/i915/pxp: Implement ioctl action to reserve session slots
` [Intel-gfx] [RFC-v8 16/23] drm/i915/pxp: Implement ioctl action to terminate the session
` [Intel-gfx] [RFC-v8 17/23] drm/i915/pxp: Implement ioctl action to send TEE commands
` [Intel-gfx] [RFC-v8 18/23] drm/i915/pxp: Implement ioctl action to query PXP tag
` [Intel-gfx] [RFC-v8 21/23] mei: bus: add vtag support
` [Intel-gfx] [RFC-v8 22/23] mei: pxp: add vtag parameter to mei_pxp_send/receive interface
` [Intel-gfx] [RFC-v8 23/23] drm/i915/pxp: Enable the PXP ioctl for protected session

[PATCH 4.14 00/31] 4.14.212-rc1 review
 2020-12-11  9:03 UTC  (2+ messages)

[PATCH v4 0/2] hwspinlock: add sun8i hardware spinlock support
 2020-12-11  9:03 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: hwlock: add sun8i_hwspinlock
` [PATCH v4 2/2] hwspinlock: add sun8i hardware spinlock support

[PATCH 0/4] Reduce scanning of runqueues in select_idle_sibling
 2020-12-11  9:02 UTC  (4+ messages)
` [PATCH 3/4] sched/fair: Do not replace recent_used_cpu with the new target

[PATCH -next] mtd: nand: raw: convert comma to semicolon
 2020-12-11  9:00 UTC  (2+ messages)

[V2] drm/amdgpu: add judgement for suspend/resume sequence
 2020-12-11  9:01 UTC 

[PATCH] armv8: lx2162aqds: disable non existing pcie controllers
 2020-12-11  9:01 UTC  (3+ messages)

[PATCH] net: qlcnic: remove casting dma_alloc_coherent
 2020-12-11  8:59 UTC 

[PATCH] imx: Add support for i.MX8MN Beacon EmbeddedWorks devkit
 2020-12-11  9:01 UTC  (2+ messages)

[PATCH -next] gpu: drm: i915: convert comma to semicolon
 2020-12-11  9:00 UTC 

[dpdk-dev] Faulty VF initialization during DPDK startup when multiple DPDK instances use different VFs with the same PF
 2020-12-11  9:00 UTC  (6+ messages)

[PATCH -next] gpu: drm: imx: convert comma to semicolon
 2020-12-11  8:58 UTC  (2+ messages)

[PATCH -next] gpu: drm: vmwgfx: convert comma to semicolon
 2020-12-11  8:57 UTC 

dom0 PV looping on search_pre_exception_table()
 2020-12-11  8:58 UTC  (12+ messages)

[PATCH v11 00/25] i386 cleanup PART 1
 2020-12-11  8:57 UTC  (27+ messages)
` [PATCH v11 01/25] accel/tcg: split CpusAccel into three TCG variants
` [PATCH v11 02/25] accel/tcg: split tcg_start_vcpu_thread
` [PATCH v11 03/25] accel/tcg: rename tcg-cpus functions to match module name
` [PATCH v11 04/25] i386: move kvm accel files into kvm/
` [PATCH v11 05/25] i386: move whpx accel files into whpx/
` [PATCH v11 06/25] i386: move hax accel files into hax/
` [PATCH v11 07/25] i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
` [PATCH v11 08/25] i386: move TCG accel files into tcg/
` [PATCH v11 09/25] i386: move cpu dump out of helper.c into cpu-dump.c
` [PATCH v11 10/25] i386: move TCG cpu class initialization out of helper.c
` [PATCH v11 11/25] tcg: cpu_exec_{enter,exit} helpers
` [PATCH v11 12/25] tcg: make CPUClass.cpu_exec_* optional
` [PATCH v11 13/25] tcg: Make CPUClass.debug_excp_handler optional
` [PATCH v11 14/25] cpu: Remove unnecessary noop methods
` [PATCH v11 15/25] cpu: Introduce TCGCpuOperations struct
` [PATCH v11 16/25] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v11 17/25] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v11 18/25] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v11 19/25] cpu: Move cpu_exec_* "
` [PATCH v11 20/25] cpu: Move tlb_fill "
` [PATCH v11 21/25] cpu: Move debug_excp_handler "
` [PATCH v11 22/25] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v11 23/25] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v11 24/25] cpu: move cc->transaction_failed "
` [PATCH v11 25/25] cpu: move do_unaligned_access "

linux-next: manual merge of the akpm-current tree with the tip tree
 2020-12-11  8:56 UTC 

[GIT PULL] MMC fixes for v5.10-rc8
 2020-12-11  8:56 UTC 

[PATCH -next] iio: chemical: pms7003: convert comma to semicolon
 2020-12-11  8:57 UTC 

[PATCH v17 3/3] bus: mhi: Add userspace client interface driver
 2020-12-11  8:55 UTC 

Fence wait in mmu_interval_notifier_ops::invalidate
 2020-12-11  8:57 UTC  (6+ messages)

Add supported for more Lenovo ALC285 Headset Button -- again
 2020-12-11  8:56 UTC  (2+ messages)

[PATCH -next] usb: typec: tcpm: convert comma to semicolon
 2020-12-11  8:55 UTC 

[PATCH v2] armv8: lx2162aqds: disable non existing pcie controllers
 2020-12-11  8:56 UTC 

[PATCH -next] usb: ucsi: convert comma to semicolon
 2020-12-11  8:55 UTC 

[Intel-wired-lan] [PATCH v2 net-next] ice, xsk: Move Rx allocation out of while-loop
 2020-12-11  8:54 UTC  (2+ messages)
`  "

[PATCH -next] usb: phy: convert comma to semicolon
 2020-12-11  8:54 UTC 

[PATCH v14 00/13] Apply COR-filter to the block-stream permanently
 2020-12-11  8:54 UTC  (5+ messages)
` [PATCH v14 05/13] qapi: create BlockdevOptionsCor structure for COR driver

[PATCH v2 00/26] dm: Change the way sequence numbers are implemented
 2020-12-11  8:55 UTC  (2+ messages)

[LTP] [PATCH 1/2] lib/tst_net.sh: add getopts to tst_ping()
 2020-12-11  8:55 UTC  (4+ messages)
` [LTP] [PATCH 2/2] network/ping02: use tst_ping() from the library

[PATCH wireless -next] wireless: mt76: mt7915: convert comma to semicolon
 2020-12-11  8:53 UTC 

[PATCH] net: ethernet: fs-enet: remove casting dma_alloc_coherent
 2020-12-11  8:52 UTC 

[GIT PULL] Late pin control fixes for v5.10
 2020-12-11  8:52 UTC 

[GIT PULL] xen: branch for v5.10-rc8
 2020-12-11  8:53 UTC 

[PATCH v2] media: em28xx: Support TerraTec G3
 2020-12-11  8:52 UTC  (3+ messages)

[PATCH -next] md/bcache: convert comma to semicolon
 2020-12-11  8:52 UTC 

[PATCH] usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.h
 2020-12-11  8:51 UTC  (2+ messages)

[PATCH -next] md/raid10: convert comma to semicolon
 2020-12-11  8:51 UTC 

[PATCH -next] ti/phy-j721e-wiz: convert comma to semicolon
 2020-12-11  8:51 UTC 

pull-request: can-next 2020-12-10
 2020-12-11  8:49 UTC  (3+ messages)

[PATCH] lib/find_bit_bench: fix the unmatched iterations cnt
 2020-12-11  8:50 UTC 

[PATCH -next] input: serio: convert comma to semicolon
 2020-12-11  8:49 UTC 

objtool crashes with some clang produced .o files
 2020-12-11  8:45 UTC  (3+ messages)

[PATCH -next] input: misc: convert comma to semicolon
 2020-12-11  8:50 UTC 

[ovmf test] 157412: regressions - FAIL
 2020-12-11  8:51 UTC 

[pci:pci/ptm] BUILD SUCCESS a697f072f5da8d75467be81bec918eb479405615
 2020-12-11  8:48 UTC 

[PATCH] net: fs_enet: remove casting dma_alloc_coherent
 2020-12-11  8:48 UTC 

[PATCH -next] ti/pinctrl-ti-iodelay: convert comma to semicolon
 2020-12-11  8:49 UTC 

[PATCH] drm/drv: Remove invalid assignments
 2020-12-11  8:49 UTC  (2+ messages)

[GIT PULL] extcon next for v5.11
 2020-12-11  8:48 UTC  (2+ messages)

[PATCH -next] mediatek/pinctrl-moore: convert comma to semicolon
 2020-12-11  8:48 UTC 

[PATCH v2] riscv: Using printk directly in __show_regs
 2020-12-11  8:48 UTC  (2+ messages)

[PATCH -next] mediatek/pinctrl-paris: convert comma to semicolon
 2020-12-11  8:47 UTC 

[PATCH v2 0/7] tty: add flag to suppress ready signalling on open
 2020-12-11  8:46 UTC  (9+ messages)

[PATCH v17 0/3] userspace MHI client interface driver
 2020-12-11  8:53 UTC  (5+ messages)
` [PATCH v17 3/3] bus: mhi: Add userspace "

[PATCH net-next 3/4] sch_htb: Stats for offloaded HTB
 2020-12-11  8:41 UTC  (4+ messages)

[PATCH -next] mfd: rave-sp: convert comma to semicolon
 2020-12-11  8:44 UTC 

[PATCH -next] pinctrl/pinctrl-at91: convert comma to semicolon
 2020-12-11  8:45 UTC 

[PATCH -next] regulator: mc13892-regulator: convert comma to semicolon
 2020-12-11  8:45 UTC 

[PATCH v1] usb: typec: tcpm: Update vbus_vsafe0v on init
 2020-12-11  8:43 UTC  (2+ messages)

[PATCH v3 0/1] net: Reduce rcu_barrier() contentions from 'unshare(CLONE_NEWNET)'
 2020-12-11  8:43 UTC  (3+ messages)
` [PATCH v3 1/1] net/ipv4/inet_fragment: Batch fqdir destroy works

[PATCH -next] regulator: wm831x-isink: convert comma to semicolon
 2020-12-11  8:44 UTC 

[PATCH 4.19 00/39] 4.19.163-rc1 review
 2020-12-11  8:41 UTC  (4+ messages)
` [PATCH 4.19 15/39] ALSA: hda/generic: Add option to enforce preferred_dacs pairs

linux-next fsnotify mod breaks tail -f
 2020-12-11  8:42 UTC  (2+ messages)

[PATCH -next] kernel/audit: convert comma to semicolon
 2020-12-11  8:42 UTC 

[PATCH -next] sof/intel: convert comma to semicolon
 2020-12-11  8:43 UTC 

[RFC, v1 0/3] msi support for platform devices
 2020-12-11  8:40 UTC  (8+ messages)
` [RFC, v2 0/1] "
  ` [RFC v2 1/1] vfio/platform: add support for msi

[PATCH v2] Serial: silabs si4455 serial driver
 2020-12-11  8:43 UTC  (10+ messages)

[PATCH -next] fs/lockd: convert comma to semicolon
 2020-12-11  8:41 UTC 

[PATCH -next] fs/xfs: convert comma to semicolon
 2020-12-11  8:41 UTC 

TIOCSERCONFIG ioctl does not respect UPF_FIXED_TYPE flag
 2020-12-11  8:42 UTC 

New USB driver, looking for advice
 2020-12-11  8:39 UTC  (6+ messages)

Napatech pmd
 2020-12-11  8:41 UTC  (5+ messages)
` [dpdk-dev] "

[PATCH -next] fs/omfs: convert comma to semicolon
 2020-12-11  8:39 UTC 

[PATCH -next] fs/omfs: convert comma to semicolon
 2020-12-11  8:40 UTC 

[libgpiod][PATCH 00/14] treewide: start shaving off cruft for v2.0
 2020-12-11  8:38 UTC  (3+ messages)

[PATCH] mmc: atmel-mci: Reduce scope for the variable “slot” in atmci_request_end()
 2020-12-11  8:37 UTC  (5+ messages)
  ` [PATCH] mmc: atmel-mci: Reduce scope for the variable “slot =?u

[GIT PULL] Late GPIO fixes for v5.10
 2020-12-11  8:38 UTC 

[PATCH -next] fs/afs: convert comma to semicolon
 2020-12-11  8:38 UTC 

[PATCH] alsactl: Skip restore during the lock
 2020-12-11  8:38 UTC 

[PATCH net-next] net/mediatek: simplify the mediatek code return expression
 2020-12-11  8:38 UTC  (2+ messages)

[GIT PULL 1/2] Late devicetree changes for omaps for v5.11
 2020-12-11  8:37 UTC  (4+ messages)
` [GIT PULL 2/2] Late defconfig "

[RFC PATCH] workqueue: handle CPU hotplug without updating worker pool's attrs
 2020-12-11  8:36 UTC  (2+ messages)

[PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
 2020-12-11  8:36 UTC  (2+ messages)

[PATCH net-next] gve: simplify the gve code return expression
 2020-12-11  8:37 UTC 

[PATCH v5 0/7] Microchip PolarFire SoC support
 2020-12-11  8:38 UTC  (9+ messages)
` [PATCH v5 2/7] net: macb: Add DMA 64-bit address support for macb
` [PATCH v5 5/7] riscv: dts: Add device tree for Microchip Icicle Kit

[PATCH] usb: typec: tcpci: Enable bleed discharge when auto discharge is enabled
 2020-12-11  8:34 UTC  (2+ messages)

[PATCH v2] usb: typec: Add class for plug alt mode device
 2020-12-11  8:33 UTC  (2+ messages)

Fwd: [Patch 1/5] Problems with upstream SPECTRE mitigation found in sendmsg/recvmsg syscalls
 2020-12-11  8:36 UTC  (2+ messages)

[PATCH v4 1/4] pwm: pca9685: Switch to atomic API
 2020-12-11  8:33 UTC  (11+ messages)

[PATCH net-next v2 00/14] Add mlx5 subfunction support
 2020-12-11  8:33 UTC  (3+ messages)

[PATCH RFC] docs: experimental: build PDF with rst2pdf
 2020-12-11  8:33 UTC  (2+ messages)
` [PATCH RFC v2] "

[RFC PATCH 00/11] Page folios
 2020-12-11  8:32 UTC  (3+ messages)
` [RFC PATCH 10/11] mm/filemap: Add folio_add_to_page_cache

[Intel-gfx] [RFC-v7 00/21] Introduce Intel PXP component - Mesa single session
 2020-12-11  8:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce Intel PXP component - Mesa single session (rev7)

[PATCH] tcp.7: tcp_syncookies: It is now an integer [0, 2]
 2020-12-11  8:32 UTC  (2+ messages)

[PATCH 0/5] USB: typec: various patches
 2020-12-11  8:30 UTC  (2+ messages)

[intel-linux-intel-lts:5.4/yocto 415/1142] drivers/misc/xlink-usb/local_host/u_xlink.c:1002 vpu_read_swid() error: uninitialized symbol 'BUF4'
 2020-12-11  8:34 UTC  (2+ messages)

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-10 22:52 UTC  (11+ messages)

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-12-11  8:31 UTC  (12+ messages)
` [PATCH v4 0/7] Support inhibiting input devices
  ` [PATCH v4 2/7] Input: use input_device_enabled()
              ` [PATCH] Input: cyapa - do not call input_device_enabled from power mode handler

[PATCH] media: dvbdev: Fix memory leak in dvb_media_device_free()
 2020-12-11  8:30 UTC 

[PATCH] generic/563: use a loop device to avoid partition incompatibility
 2020-12-11  8:45 UTC  (2+ messages)

[PATCH v3 0/7] silence the compiler warnings
 2020-12-11  8:30 UTC  (3+ messages)

[dpdk-dev] [PATCH v11 0/7] aarch64 -> aarch32 cross compilation support
 2020-12-11  8:26 UTC  (8+ messages)
` [dpdk-dev] [PATCH v12 0/6] "
  ` [dpdk-dev] [PATCH v12 1/6] net/sfc: fix aarch32 build
  ` [dpdk-dev] [PATCH v12 2/6] net/bnxt: "
  ` [dpdk-dev] [PATCH v12 3/6] build: add aarch32 meson build flags
  ` [dpdk-dev] [PATCH v12 4/6] build: add aarch32 to meson cross-compilation
  ` [dpdk-dev] [PATCH v12 5/6] ci: add aarch64 -> aarch32 cross compiling jobs
  ` [dpdk-dev] [PATCH v12 6/6] doc: add aarch32 build guidance

[Bug 1907776] [NEW] Mounting VFat drive yields error messages
 2020-12-11  8:10 UTC 

[PATCH v3 0/2] IMX334 Camera Sensor Driver
 2020-12-11  8:23 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: media: Add bindings for imx334

[RESEND PATCH V20 0/3] da7280: haptic driver submission
 2020-12-11  8:23 UTC  (7+ messages)
` [RESEND PATCH V20 3/3] Input: new da7280 haptic driver
` [RESEND PATCH V20 2/3] dt-bindings: input: Add document bindings for DA7280
` [RESEND PATCH V20 1/3] MAINTAINERS: da7280 updates to the Dialog Semiconductor search terms

[GIT PULL] Few regression fixes for omaps
 2020-12-11  8:22 UTC  (2+ messages)

[PATCH] drm/ast: Fixed CVE for DP501
 2020-12-11  8:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/22] Intel Vision Processing Unit base enabling part 1
 2020-12-11  8:22 UTC  (7+ messages)
` [PATCH 03/22] keembay-ipc: Add Keem Bay IPC module

[PATCH] bpf,x64: pad NOPs to make images converge more easily
 2020-12-11  8:19 UTC 

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-11  8:22 UTC  (6+ messages)
` [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
    ` [Intel-gfx] "

Lose HDMI audio and internal DMIC after upgrade from 1.2.3 to 1.2.4 on Intel TigerLake machines
 2020-12-11  8:20 UTC 

[PATCH 00/18] keys: Miscellaneous fixes
 2020-12-11  8:17 UTC  (2+ messages)

[PATCH 0/3] exec: Transform exec_update_mutex into a rw_semaphore
 2020-12-11  8:16 UTC  (10+ messages)
` [PATCH 2/3] rwsem: Implement down_read_interruptible


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.