All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-13 07:15:11 to 2022-01-13 08:29:58 UTC [more...]

[PULL] drm-misc-next-fixes
 2022-01-13  8:29 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v1 1/2] decodetree: Add an optional predicate-function for decoding
 2022-01-13  8:28 UTC  (9+ messages)

[PATCH v3 1/3] drm/bridge: anx7625: Convert to use devm_kzalloc
 2022-01-13  8:29 UTC  (6+ messages)
` [PATCH v3 2/3] drm/bridge: anx7625: Support reading edid through aux channel
` [PATCH v3 3/3] dt-bindings: drm/bridge: anx7625: Add aux-bus node

[PATCH v4 0/5] target/s390x: Fix shift instructions
 2022-01-13  8:25 UTC  (7+ messages)
` [PATCH v4 3/5] target/s390x: Fix cc_calc_sla_64() missing overflows
` [PATCH v4 4/5] target/s390x: Fix shifting 32-bit values for more than 31 bits
` [PATCH v4 5/5] tests/tcg/s390x: Test shift instructions

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2022-01-13  8:27 UTC  (4+ messages)

Please pull u-boot-marvell/master (watchdog related)
 2022-01-13  8:25 UTC 

[PATCH v2 0/3] Apple M1 watchdog timer
 2022-01-13  8:24 UTC  (2+ messages)

[PATCH] pps: clients: gpio: Propagate return value from pps_gpio_probe
 2022-01-13  8:17 UTC  (3+ messages)

[PATCH v3 0/1] firmware: mtk: add adsp ipc protocol for sof
 2022-01-13  8:22 UTC  (6+ messages)
` [PATCH v3 1/1] firmware: mediatek: add adsp ipc protocol interface

[PATCH 1/3] mt76: sdio: remove those unnecessary buffers in sdio.xmit_buf
 2022-01-13  8:23 UTC  (5+ messages)
` [PATCH 2/3] mt76: sdio: honor the largest Tx buffer the hardware can support
` [PATCH 3/3] mt76: mt7921s: run sleep mode by default

[PATCH net] net/smc: Avoid setting clcsock options after clcsock released
 2022-01-13  8:23 UTC  (5+ messages)

[PATCH] kernel/sched: remove dl_boosted flag comment
 2022-01-13  8:23 UTC  (2+ messages)

[PATCH v13 0/2] Mediatek ADSP mailbox controller support for MT8195
 2022-01-13  8:21 UTC  (9+ messages)
` [PATCH v13 1/2] dt-bindings: mediatek: add adsp-mbox document
` [PATCH v13 2/2] mailbox: mediatek: add support for adsp mailbox controller

[PATCH] netfs: make ops->init_rreq() optional
 2022-01-13  8:22 UTC  (6+ messages)
  ` [PATCH] netfs: Make "

[PATCH 1/2] net/cnxk: update meter bpf ID in rq
 2022-01-13  8:21 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3] xhci: re-initialize the HC during resume if HCE was set
 2022-01-13  8:21 UTC  (4+ messages)

[Questions][trace-cmd/libtraceevent] how to correctly parse info out from specifial format of event?
 2022-01-13  8:20 UTC 

[XEN PATCH v2 0/5] dom0less PV drivers
 2022-01-13  8:19 UTC  (3+ messages)
` [XEN PATCH v2 2/5] xen: export get_free_port

[PATCH v2] scripts/dtc: dtx_diff: remove broken example from help text
 2022-01-13  8:19 UTC 

The "/etc/resolv.conf" file becomes empty after each restart #yocto
 2022-01-13  8:17 UTC 

[PATCH v4 3/3] m68k: virt: Remove LEGACY_TIMER_TICK
 2022-01-13  8:15 UTC  (2+ messages)

[chrome-os:chromeos-5.4 9999/9999] drivers/bluetooth/btintel.c:1392:24: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int'
 2022-01-13  8:15 UTC 

[PATCH] panic: disable optimistic spin after halting CPUs
 2022-01-13  8:15 UTC  (2+ messages)

[PATCH] lib: fix ax25.h include for musl
 2022-01-13  8:14 UTC 

[meta-oe][master][PATCH 1/2] nodejs_12.21.0.bb: only handle npm if configured
 2022-01-13  8:13 UTC  (3+ messages)

[meta-oe][dunfell][PATCH 1/2] nodejs_12.21.0.bb: only handle npm if configured
 2022-01-13  8:13 UTC  (2+ messages)
` [meta-oe][dunfell][PATCH 2/2] nodejs: upgrade to 12.22.2

QCA Bluetooth WCN685x firmware pull request at 2022/01/04
 2022-01-13  8:12 UTC  (3+ messages)

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2022-01-12 21:12 UTC  (13+ messages)
` [dm-devel] [PATCH v5 01/12] Documentation/x86: Document "
` [dm-devel] [PATCH v5 02/12] x86/cpufeature: Enumerate Key Locker feature
` [dm-devel] [PATCH v5 03/12] x86/insn: Add Key Locker instructions to the opcode map
` [dm-devel] [PATCH v5 04/12] x86/asm: Add a wrapper function for the LOADIWKEY instruction
` [dm-devel] [PATCH v5 05/12] x86/msr-index: Add MSRs for Key Locker internal wrapping key
` [dm-devel] [PATCH v5 06/12] x86/keylocker: Define Key Locker CPUID leaf
` [dm-devel] [PATCH v5 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time
` [dm-devel] [PATCH v5 08/12] x86/PM/keylocker: Restore internal wrapping key on resume from ACPI S3/4
` [dm-devel] [PATCH v5 09/12] x86/cpu: Add a configuration and command line option for Key Locker
` [dm-devel] [PATCH v5 10/12] crypto: x86/aes - Prepare for a new AES implementation
` [dm-devel] [PATCH v5 11/12] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
` [dm-devel] [PATCH v5 12/12] crypto: x86/aes-kl - Support XTS mode

[PATCH RFC v1 0/3] remove remaining users of SHA-1
 2022-01-13  8:08 UTC  (3+ messages)

[PATCH v7 0/8] Add the imx8m pcie phy driver and imx8mm pcie support
 2022-01-13  8:07 UTC  (4+ messages)

[PATCH 00/31] passage: Define a standard for firmware data flow
 2022-01-13  8:08 UTC  (8+ messages)
` [PATCH 02/31] kconfig: Add support for conditional values
` [PATCH 04/31] stddef: Avoid warning with clang with offsetof()

[PATCH net-next v2] net/smc: Reduce overflow of smc clcsock listen queue
 2022-01-13  8:07 UTC  (9+ messages)

New CVE entries in this week
 2022-01-13  8:07 UTC  (2+ messages)
` [cip-dev] "

[PATCH] KVM: x86: fix kvm_vcpu_is_preempted
 2022-01-13  8:06 UTC  (3+ messages)
  ` 答复: "

[linux-next:master 3384/12117] pci.c:undefined reference to `pci_remap_iospace'
 2022-01-13  8:04 UTC  (2+ messages)

[PATCH v2 1/3] drm/bridge: anx7625: Convert to use devm_kzalloc
 2022-01-13  8:04 UTC  (8+ messages)
` [PATCH v2 2/3] drm/bridge: anx7625: Support reading edid through aux channel
` [PATCH v2 3/3] dt-bindings: drm/bridge: anx7625: Add aux-bus node

[PATCH] drm/i915/guc: Ensure multi-lrc fini breadcrumb math is correct
 2022-01-13  8:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[chrome-os:chromeos-5.4 9998/9999] net/bluetooth/aosp.c:256:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t' {aka 'long unsigned int'}
 2022-01-13  8:04 UTC 

[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-01-13  8:04 UTC  (9+ messages)

[PATCH net-next 0/3] Cadence MACB/GEM support for ZynqMP SGMII
 2022-01-13  8:04 UTC  (6+ messages)
` [PATCH net-next 1/3] macb: bindings doc: added generic PHY and reset mappings for ZynqMP
` [PATCH net-next 2/3] net: macb: Added ZynqMP-specific initialization

[PATCH 1/2] drm/admgpu: add data struct for vram check
 2022-01-13  8:02 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: add vram check function for GMC

[PATCH] x86: help inlining of functions involving alternative_call()
 2022-01-13  8:02 UTC 

[PATCH v3] ARM: dts: add DT for lan966x SoC and 2-port board pcb8291
 2022-01-13  8:00 UTC  (2+ messages)

Re: [PATCH] tty/serial: Check for null pointer after calling devm_ioremap
 2022-01-13  8:02 UTC 

[hardknott][meta-webserver][PATCH] apache2: fix CVE-2021-44790,CVE-2021-44224
 2022-01-13  8:02 UTC 

[RFC PATCH 0/2] Introduce new merge-tree-ort command
 2022-01-13  8:01 UTC  (13+ messages)

XFS volume unmounts itself with lots of kernel logs generated
 2022-01-13  8:00 UTC 

[PATCH v4 00/15] Support Asynchronous Page Fault
 2022-01-13  8:00 UTC  (25+ messages)
` [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v4 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files

[PATCH v2 0/3]mmc: mediatek: add support for SDIO async irq
 2022-01-13  7:58 UTC  (6+ messages)
` [PATCH v2 3/3] mmc: mediatek: add support for SDIO eint irq

[Buildroot] [PATCH 1/1] package/libglvnd: needs __sync_*_4 intrinsics
 2022-01-13  7:58 UTC 

[PATCH v5 08/13] peci: Add support for PECI device drivers
 2022-01-13  7:54 UTC  (5+ messages)

[PATCH v6 00/23] QEMU RISC-V AIA support
 2022-01-13  7:51 UTC  (7+ messages)
` [PATCH v6 04/23] target/riscv: Improve delivery of guest external interrupts
` [PATCH v6 20/23] hw/intc: Add RISC-V AIA IMSIC device emulation

[PATCH] fs/open: add new RESOLVE_EMPTY_PATH flag for openat2
 2022-01-13  7:52 UTC  (6+ messages)

[PATCH] softmmu/device_tree: Remove redundant pointer assignment
 2022-01-13  7:47 UTC  (2+ messages)

[Bluez PATCH] device: Fix device can't be scanned for 5 mins after reboot
 2022-01-13  7:51 UTC  (4+ messages)
` [Bluez] "

[PATCH] btrfs: cleanup finding rotating device
 2022-01-13  7:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fbdev: omap2: omapfb: Remove redundant 'flush_workqueue()' calls
 2022-01-13  7:39 UTC  (2+ messages)

[PATCH v1 0/9] drivers: hv: dxgkrnl: Driver overview
 2022-01-13  7:47 UTC  (12+ messages)
` [PATCH v1 1/9] drivers: hv: dxgkrnl: Driver initialization and creation of dxgadapter
` [PATCH v1 2/9] drivers: hv: dxgkrnl: Open device object, adapter enumeration, dxgdevice, dxgcontext creation
` [PATCH v1 8/9] drivers: hv: dxgkrnl: Implement various WDDM ioctls
` [PATCH v1 9/9] drivers: hv: dxgkrnl: Implement DXGSYNCFILE

[plbossart-sound:merge/sound-upstream-20220111 9/9] sound/soc/sof/intel/hda-probes.c:147:1: warning: data definition has no type or storage class
 2022-01-13  7:47 UTC  (2+ messages)

[Bluez PATCH v2] device: Fix device can't be scanned for 5 mins after reboot
 2022-01-13  7:46 UTC 

[RFC PATCH v3 0/7] host: Support macOS 12
 2022-01-13  7:39 UTC  (3+ messages)
` [RFC PATCH v3 7/7] gitlab-ci: Support macOS 12 via cirrus-run

[PATCH v11, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-01-13  7:46 UTC  (3+ messages)
` [PATCH v11, 1/2] yaml: Add dm9051 SPI network yaml file
` [PATCH v11, 2/2] net: Add dm9051 driver

[linux-linus test] 167679: tolerable FAIL - PUSHED
 2022-01-13  7:43 UTC 

[PATCH] i2c: piix4: Replace piix4_smbus driver's cd6h/cd7h port io accesses with mmio accesses
 2022-01-13  7:42 UTC  (11+ messages)

[PATCHv2 0/7] Implement support for unaccepted memory
 2022-01-13  7:42 UTC  (6+ messages)
` [PATCHv2 1/7] mm: Add "

[ANNOUNCE] 4.19.225-rt101
 2022-01-13  7:41 UTC  (2+ messages)

Latest Linux tree (merge window): BT mouse does not work
 2022-01-13  7:41 UTC  (3+ messages)

[PATCH] sgx: Move sgx object from /machine/unattached to /machine
 2022-01-13  7:05 UTC  (3+ messages)

[PATCH] net: fastboot: make UDP port net: configurable
 2022-01-13  7:40 UTC 

[PATCH -next v2 0/2] jffs2: fix two memory leak when mount jffs2
 2022-01-13  7:48 UTC  (6+ messages)
` [PATCH -next v2 1/2] jffs2: fix memory leak in jffs2_do_mount_fs
` [PATCH -next v2 2/2] jffs2: fix memory leak in jffs2_scan_medium

[PATCH V3] sf: Querying write-protect status before operating the flash
 2022-01-13  7:38 UTC  (5+ messages)

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-13  7:19 UTC  (3+ messages)

[PATCH 1/3] drm/bridge: anx7625: Convert to use devm_kzalloc
 2022-01-13  7:36 UTC  (5+ messages)
` [PATCH 2/3] drm/bridge: anx7625: Support reading edid through aux channel

[PATCH 1/3] drm/amdgpu: Use ARRAY_SIZE to get array length
 2022-01-13  7:34 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: Fix compile warnings
` [PATCH 3/3] drm/amdgpu: Adjust the code format

[PATCH v2] tty/serial: Check for null pointer after calling devm_ioremap
 2022-01-13  7:35 UTC  (2+ messages)

[RFC PATCH v2] PCI: Waiting command completed in get_port_device_capability()
 2022-01-13  7:34 UTC  (2+ messages)

[linux-next:master 11002/12117] arch/x86/include/asm/fpu/api.h:135:46: sparse: sparse: marked inline, but without a definition
 2022-01-13  7:33 UTC  (2+ messages)

[PATCH 0/3] PASID support for Intel IOMMU
 2022-01-13  7:16 UTC  (8+ messages)
` [PATCH 1/3] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH 3/3] intel-iommu: PASID support

[PATCH v7 0/5] MSG_ZEROCOPY + multifd
 2022-01-13  7:15 UTC  (5+ messages)
` [PATCH v7 4/5] migration: Add migrate_use_tls() helper
` [PATCH v7 5/5] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PATCH] erofs: fix fsdax partition offset handling
 2022-01-13  7:21 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Recalculate CDCLK if plane scaling ratio changes
 2022-01-13  7:29 UTC  (5+ messages)

[PATCH] kselftests/net: adapt the timeout to the largest runtime
 2022-01-13  7:28 UTC 

[PATCH V5 0/5] The UART driver compatible with
 2022-01-13  7:25 UTC  (7+ messages)
` [PATCH V5 2/5] tty: serial: meson: Move request the register region

[PATCH v2 0/3] Determine the number of DMA channels by 'dma-channels' property
 2022-01-13  7:25 UTC  (6+ messages)
` [PATCH v2 3/3] dmaengine: sf-pdma: Get number of channel by device tree

[PATCH V3] tty: serial: fsl_lpuart: count tty buffer overruns
 2022-01-13  7:23 UTC  (2+ messages)

CAAM RNG trouble
 2022-01-13  7:23 UTC  (3+ messages)
` [RFC PATCH] crypto: caam - restore retry count after HW RNG failure
    ` [EXT] "

[PATCH] drm/amdgpu: cleanup ttm debug sdma vram access function
 2022-01-13  7:20 UTC  (2+ messages)

[PATCH v8 00/15] amphion video decoder/encoder driver
 2022-01-13  7:18 UTC  (7+ messages)
` [PATCH v8 04/15] media:Add v4l2 event codec_error and skip
    ` [EXT] "

[PATCH u-boot-marvell v2] arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blob
 2022-01-13  7:20 UTC  (2+ messages)

[tip:x86/core] BUILD SUCCESS 9cdbeec4096804083944d05da96bbaf59a1eb4f9
 2022-01-13  7:19 UTC 

[PATCH -V10 RESEND 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2022-01-13  7:19 UTC  (3+ messages)

[RFC PATCH] sched: introduce group balancer
 2022-01-13  7:18 UTC  (3+ messages)

[PATCH 1/4] ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
 2022-01-13  7:14 UTC  (8+ messages)


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.