All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-26 15:20:11 to 2022-01-26 15:35:27 UTC [more...]

[PATCH v19 0/3] Add matrix keypad driver support for Mediatek SoCs
 2022-01-26 15:35 UTC  (2+ messages)
` [PATCH v19 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad

[PATCH v2 00/11] btrfs: extent tree v2, support for global roots
 2022-01-26 15:34 UTC  (7+ messages)
` [PATCH v2 09/11] btrfs: abstract out loading the tree root
` [PATCH v2 10/11] btrfs: add code to support the block group root

[PATCH u-boot-marvell 00/14] Another set of kwboot improvements
 2022-01-26 15:34 UTC  (7+ messages)
` [PATCH u-boot-marvell 01/14] tools: kwboot: Increase blk_rsp_timeo to 2s
` [PATCH u-boot-marvell 02/14] tools: kwboot: Wait blk_rsp_timeo when flushing
` [PATCH u-boot-marvell 03/14] tools: kwboot: Improve retrying logic for incomplete xmodem packets

[PATCH v9 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-26 15:24 UTC  (15+ messages)
` [PATCH v9 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v9 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v9 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v9 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v9 05/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v9 06/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v9 07/40] arm64/sme: Manually encode SME instructions
` [PATCH v9 08/40] arm64/sme: Early CPU setup for SME
` [PATCH v9 09/40] arm64/sme: Basic enumeration support
` [PATCH v9 10/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v9 11/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v9 40/40] squqsh traps

[PATCH v2 0/9] Coresight: Add support for TPDM and TPDA
 2022-01-26 15:34 UTC  (10+ messages)
` [PATCH v2 2/9] Coresight: Add coresight TPDM source driver

[PATCH v1 0/4] fbtft: Unorphan the driver for maintenance
 2022-01-26 15:33 UTC  (8+ messages)

[PATCH] tests/9pfs: fix mkdir() being called twice
 2022-01-26 15:29 UTC  (2+ messages)

Possible reproduction of CSD locking issue
 2022-01-26 15:34 UTC  (6+ messages)

[PATCH] platform/chrome: cros_ec_typec: Check for EC device
 2022-01-26 15:33 UTC  (4+ messages)

[PATCH] arm: kirkwood: GoFlex Home : Use Marvell uclass mvgbe and PHY driver for Ethernet
 2022-01-26 15:33 UTC  (2+ messages)

[PATCH net] net/smc: Forward wakeup to smc socket waitqueue after fallback
 2022-01-26 15:33 UTC 

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-26 15:33 UTC  (8+ messages)

[PATCH v10 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-26 15:27 UTC  (80+ messages)
` [PATCH v10 01/39] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v10 02/39] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v10 03/39] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v10 04/39] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v10 05/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v10 06/39] arm64/sme: System register and exception syndrome definitions
` [PATCH v10 07/39] arm64/sme: Manually encode SME instructions
` [PATCH v10 08/39] arm64/sme: Early CPU setup for SME
` [PATCH v10 09/39] arm64/sme: Basic enumeration support
` [PATCH v10 10/39] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v10 11/39] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v10 12/39] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v10 13/39] arm64/sme: Implement support for TPIDR2
` [PATCH v10 14/39] arm64/sme: Implement SVCR context switching
` [PATCH v10 15/39] arm64/sme: Implement streaming SVE "
` [PATCH v10 16/39] arm64/sme: Implement ZA "
` [PATCH v10 17/39] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v10 18/39] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v10 19/39] arm64/sme: Implement streaming SVE signal handling
` [PATCH v10 20/39] arm64/sme: Implement ZA "
` [PATCH v10 21/39] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v10 22/39] arm64/sme: Add ptrace support for ZA
` [PATCH v10 23/39] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v10 24/39] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v10 25/39] KVM: arm64: Hide SME system registers from guests
` [PATCH v10 26/39] KVM: arm64: Trap SME usage in guest
` [PATCH v10 27/39] KVM: arm64: Handle SME host state when running guests
` [PATCH v10 28/39] arm64/sme: Provide Kconfig for SME
` [PATCH v10 29/39] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v10 30/39] kselftest/arm64: Add tests for TPIDR2
` [PATCH v10 31/39] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v10 32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v10 33/39] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v10 34/39] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v10 35/39] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v10 36/39] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v10 37/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v10 38/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v10 39/39] kselftest/arm64: Add SME support to syscall ABI test

[PATCH v2] arm64: dts: renesas: falcon-csi-dsi: Add and connect MAX96712
 2022-01-26 15:32 UTC  (2+ messages)

[PATCH v5 1/4] drm/amd: Warn users about potential s0ix problems
 2022-01-26 15:32 UTC  (7+ messages)
` [PATCH v5 2/4] drm/amd: add support to check whether the system is set to s3

[PATCH RFC RFT] mips: bmips: bcm63268: add TWD block binding
 2022-01-26 15:30 UTC 

[Buildroot] [RFC PATCH 0/1] Fix binutils/libiberty target install directory
 2022-01-26 15:30 UTC  (6+ messages)

[PATCH] pynfs minor: fixed Environment._maketree to use proper stateid during file write
 2022-01-26 15:29 UTC  (3+ messages)

[PATCH net-next 0/2] net/smc: Spread workload over multiple cores
 2022-01-26 15:29 UTC  (2+ messages)

[PATCH net-next 0/6] net: use kfree_skb_reason() for ip/udp packet receive
 2022-01-26 15:28 UTC  (7+ messages)
` [PATCH net-next 5/6] net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()

[PATCH] net/mlx5: reject jump to root table
 2022-01-26 15:28 UTC  (2+ messages)

[RFC PATCH net-next 0/6] net/smc: Spread workload over multiple cores
 2022-01-26 15:28 UTC  (4+ messages)

[PATCH] arm64: dts: renesas: ulcb-kf: add 9-asix sensor device
 2022-01-26 15:27 UTC  (3+ messages)

[PATCH] common/mlx5: fix probing return value when failing
 2022-01-26 15:27 UTC  (2+ messages)

[PATCH RFC] xen/pci: detect when BARs overlap RAM
 2022-01-26 15:27 UTC  (3+ messages)

[DRBD-announce] WinDRBD 1.0.0-rc20 released
 2022-01-26 15:27 UTC 

kernel/trace/trace_events_hist.c:6174 event_hist_trigger_parse() error: we previously assumed 'glob' could be null (see line 6166)
 2022-01-26 15:27 UTC  (3+ messages)

[PATCH] net/mlx5: fix mark enabling for Rx datapath
 2022-01-26 15:26 UTC  (2+ messages)

[PATCH] common/mlx5: fix MR lookup for non-contiguous mempool
 2022-01-26 15:26 UTC  (2+ messages)

[PATCH 0/5] Miscellaneous trivial fixes
 2022-01-26 15:26 UTC  (5+ messages)
` [PATCH 2/5] kselftest: Fix vdso_test_time to pass on skips

kisskb: FAILED linux-next/m68k-allmodconfig/m68k-gcc8 Tue Jan 25, 18:24
 2022-01-26 15:25 UTC  (7+ messages)

[PATCH 1/2] scripts/machine-summary: improve layer_path
 2022-01-26 15:25 UTC  (2+ messages)
` [PATCH 2/2] scripts/machine-summary: link patches to cgit

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

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-26 15:20 UTC  (6+ messages)
` [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine

[PATCH v3 0/2] Avoid using Xen DMA ops when the device is protected by an IOMMU
 2022-01-26 15:09 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: xen: document Xen iommu device

stable-rc/queue/4.4 baseline: 122 runs, 2 regressions (v4.4.299-113-g0e155d64d107)
 2022-01-26 15:24 UTC 

[LTP] [PATCH v2 0/7] m4: Fix warnings, remove old checks
 2022-01-26 15:25 UTC  (4+ messages)
` [LTP] [RFC PATCH v2 7/7] m4: Fix warnings

[RFC PATCH 0/3] pinctrl: can_sleep and pinctrl_gpio_direction
 2022-01-26 15:22 UTC  (3+ messages)
` [PATCH for 5.17] pinctrl-sunxi: sunxi_pinctrl_gpio_direction_in/output: use correct offset

[PATCH] kernel/sched: Update schedstats when migrating threads
 2022-01-26 15:22 UTC 

[Intel-gfx] [PATCH 00/20] Initial support for small BAR recovery
 2022-01-26 15:21 UTC  (42+ messages)
`  "
` [Intel-gfx] [PATCH 01/20] drm: improve drm_buddy_alloc function
  `  "
` [Intel-gfx] [PATCH 02/20] drm: implement top-down allocation method
  `  "
` [Intel-gfx] [PATCH 03/20] drm: implement a method to free unused pages
  `  "
` [PATCH 04/20] drm/i915: add io_size plumbing
  ` [Intel-gfx] "
` [PATCH 05/20] drm/i915/ttm: require mappable by default
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 06/20] drm/i915: add I915_BO_ALLOC_TOPDOWN
  `  "
` [Intel-gfx] [PATCH 07/20] drm/i915/buddy: track available visible size
  `  "
` [PATCH 08/20] drm/i915/buddy: adjust res->start
  ` [Intel-gfx] "
` [PATCH 09/20] drm/i915/buddy: tweak 2big check
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 10/20] drm/i915/selftests: mock test io_size
  `  "
` [Intel-gfx] [PATCH 11/20] drm/i915/ttm: tweak priority hint selection
  `  "
` [Intel-gfx] [PATCH 12/20] drm/i915/ttm: make eviction mappable aware
  `  "
` [PATCH 13/20] drm/i915/ttm: mappable migration on fault
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 14/20] drm/i915/selftests: exercise mmap migration
  `  "
` [PATCH 15/20] drm/i915/selftests: handle allocation failures
  ` [Intel-gfx] "
` [PATCH 16/20] drm/i915/create: apply ALLOC_TOPDOWN by default
  ` [Intel-gfx] "
` [PATCH 17/20] drm/i915/uapi: add NEEDS_CPU_ACCESS hint
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 18/20] drm/i915/uapi: forbid ALLOC_TOPDOWN for error capture
  `  "
` [Intel-gfx] [PATCH 19/20] drm/i915/lmem: don't treat small BAR as an error
  `  "
` [PATCH 20/20] HAX: DG1 small BAR
  ` [Intel-gfx] "

ppc: hard lockup / hang in v5.17-rc1 under QEMU
 2022-01-26 15:03 UTC  (2+ messages)

[PATCH] KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
 2022-01-26 15:23 UTC  (2+ messages)

[PATCH v4 00/27] drm/rockchip: RK356x VOP2 support
 2022-01-26 15:04 UTC  (4+ messages)
` [PATCH 01/27] drm/encoder: Add of_graph port to struct drm_encoder
  ` Aw: "

[PATCH 0/3] KVM: x86: export supported_xcr0 via UAPI
 2022-01-26 15:22 UTC  (4+ messages)
` [PATCH 1/3] selftests: kvm: move vm_xsave_req_perm call to amx_test
` [PATCH 2/3] KVM: x86: add system attribute to retrieve full set of supported xsave states
` [PATCH 3/3] selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPP

[PATCH 0/2] kvm: selftests: aarch64: some fixes for vgic_irq
 2022-01-26 15:22 UTC  (4+ messages)
` [PATCH 2/2] kvm: selftests: aarch64: fix some vgic related comments

[bootwrapper PATCH v3 00/15] Cleanups and improvements
 2022-01-26 15:03 UTC  (5+ messages)
` [bootwrapper PATCH v3 02/15] aarch64: correct SCTLR_EL1_KERNEL for AA32 kernels
` [bootwrapper PATCH v3 03/15] Document entry requirements

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-26 15:21 UTC  (9+ messages)
` [PATCH 1/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object

[RFC PATCH v2 0/7] Add support for BCM2835 camera interface (unicam)
 2022-01-26 15:03 UTC  (5+ messages)
` [RFC PATCH v2 4/7] media: bcm2835-unicam: Add support for for CCP2/CSI2 camera interface

[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-01-26 15:19 UTC  (3+ messages)
` [PATCH v20 5/5] kdump: update Documentation about crashkernel

[PATCH v5 0/9] Support Spi in i2c-multi-instantiate driver
 2022-01-26 15:19 UTC  (6+ messages)
` [PATCH v5 7/9] platform/x86: serial-multi-instantiate: Add SPI support


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.