All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-23 21:25:08 to 2023-01-23 22:11:44 UTC [more...]

[PATCH v7 01/22] scsi: Allow scsi_execute users to control retries
 2023-01-23 22:10 UTC  (3+ messages)
` [PATCH v7 01/22] scsi: Add helper to prep sense during error handling
` [PATCH v7 03/22] scsi: Add scsi_failure field to scsi_exec_args

[PATCH V2] vhost-scsi: unbreak any layout for response
 2023-01-23 22:11 UTC  (2+ messages)

[PATCH 00/88] Clean up of bad Kconfig options
 2023-01-23 21:59 UTC  (21+ messages)
` [PATCH 01/88] moveconfig: Add an option to compare Kconfig against source
` [PATCH 05/88] power: Drop pmic_max77693.c
` [PATCH 18/88] Drop dataflash_mmc_mux command
` [PATCH 19/88] Drop CONFIG_DM644X_GPIO
` [PATCH 21/88] env: Drop ENV_IS_IN_SATA
` [PATCH 22/88] samsung: Drop CONFIG_EXYNOS_PWM_BL
` [PATCH 23/88] fpga: Add a LATTICE option
` [PATCH 24/88] fpga: Add a FPGA_STRATIX_II option
` [PATCH 27/88] freescale: Drop unused ftpmu010 driver
` [PATCH 28/88] rcar: Drop timer
` [PATCH 30/88] imx: Drop unused CONFIG_IMX
` [PATCH 31/88] arm: Drop old kona code
` [PATCH 33/88] m68k: Drop unused CONFIG_M52277
` [PATCH 34/88] m68k: Rename MCF5301x
` [PATCH 37/88] m68k: Drop unused CONFIG_MACH_DAVINCI_DA830_EVM
` [PATCH 38/88] arm: Drop CONFIG_MMU
` [PATCH 39/88] arc: "
` [PATCH 41/88] gpio: Drop unused mpc83xx_gpio driver
` [PATCH 43/88] powerpc: Rename MPC86xx
` [PATCH 46/88] mtd: Drop unused fsl_upm driver

[PATCH 1/2] ASoC: dt-bindings: samsung, odroid: correct codec DAI phandles
 2023-01-23 22:10 UTC  (3+ messages)
  ` [PATCH 1/2] ASoC: dt-bindings: samsung,odroid: "

[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-23 22:10 UTC  (2+ messages)

[PATCH] dt-bindings: net: asix,ax88796c: allow SPI peripheral properties
 2023-01-23 22:10 UTC  (2+ messages)

[PATCH v2 0/4] ASoC: simple-card-utils: create jack inputs for aux_devs
 2023-01-23 22:09 UTC  (4+ messages)
` [PATCH v2 4/4] ASoC: dt-bindings: ti,ts3a227e.yaml: add jack-type
    ` [PATCH v2 4/4] ASoC: dt-bindings: ti, ts3a227e.yaml: "

[PATCH v6 0/6] lockinig/rwsem: Fix rwsem bugs & enable true lock handoff
 2023-01-23 22:07 UTC  (5+ messages)
` [PATCH v6 5/6] locking/rwsem: Enable direct rwsem "

[PATCH v1 00/14] add display port DSC feature
 2023-01-23 22:08 UTC  (15+ messages)
` [PATCH v1 07/14] drm/msm/dp: add dsc helper functions
` [PATCH v1 09/14] drm/msm/dsi: export struct msm_compression_info to dpu encoder
` [PATCH v1 11/14] drm/msm/disp/dpu1: add supports of new flush mechanism
` [PATCH v1 12/14] drm/msm/disp/dpu1: revise timing engine programming to work for DSC

[PATCH v3 00/14] rtc: pcf2127: add PCF2131 driver
 2023-01-23 22:07 UTC  (8+ messages)
` [PATCH v3 09/14] rtc: pcf2127: set PWRMNG value for PCF2131
` [PATCH v3 11/14] rtc: pcf2127: adapt time/date registers write sequence "

[PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
 2023-01-23 22:07 UTC  (4+ messages)

[PATCH 0/6] A few cpuidle vs rcu fixes
 2023-01-23 22:07 UTC  (6+ messages)
` [PATCH 3/6] ftrace/x86: Warn and ignore graph tracing when RCU is disabled

please backport EFI patches to v6.1
 2023-01-23 22:07 UTC 

[XEN v3 0/3] Pre-requisite patches for supporting 32 bit physical address
 2023-01-23 22:07 UTC  (4+ messages)
` [XEN v3 1/3] xen/arm: Use the correct format specifier

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-01-23 22:06 UTC  (15+ messages)
` [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option

[PATCH 00/22] Remove the directmap
 2023-01-23 22:06 UTC  (17+ messages)
` [PATCH 01/22] xen/common: page_alloc: Re-order includes
` [PATCH 02/22] x86/setup: move vm_init() before acpi calls
` [PATCH 03/22] acpi: vmap pages in acpi_os_alloc_memory
` [PATCH 11/22] x86: add a boot option to enable and disable the direct map
` [PATCH 12/22] xen/arm: fixmap: Rename the fixmap slots to follow the x86 convention
` [PATCH 17/22] x86/setup: vmap heap nodes when they are outside the direct map
` [PATCH 19/22] xen/arm32: mm: Rename 'first' to 'root' in init_secondary_pagetables()

[PATCHv15 00/17] Linear Address Masking enabling
 2023-01-23 22:05 UTC  (18+ messages)
` [PATCHv15 01/17] x86/mm: Rework address range check in get_user() and put_user()
` [PATCHv15 02/17] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv15 03/17] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv15 04/17] x86/mm: Handle LAM on context switch
` [PATCHv15 05/17] mm: Introduce untagged_addr_remote()
` [PATCHv15 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv15 07/17] x86/mm: Reduce untagged_addr() overhead for systems without LAM
` [PATCHv15 08/17] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv15 09/17] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv15 10/17] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv15 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv15 12/17] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv15 13/17] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv15 14/17] selftests/x86/lam: Add io_uring "
` [PATCHv15 15/17] selftests/x86/lam: Add inherit "
` [PATCHv15 16/17] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "
` [PATCHv15 17/17] selftests/x86/lam: Add test cases for LAM vs thread creation

[PATCH 1/2] dt-bindings: mmc: drop unneeded quotes
 2023-01-23 22:04 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: mmc: correct pwrseq node names

[PATCH v5 0/3] Timer support for ARM Tegra
 2023-01-23 17:00 UTC  (3+ messages)

[PATCH v8 0/7] i2c-atr and FPDLink
 2023-01-23 22:04 UTC  (3+ messages)
` [PATCH v8 5/7] media: i2c: add DS90UB960 driver

[PATCH 1/2] dt-bindings: vendor-prefixes: document lineartechnology
 2023-01-23 22:03 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: trivial-devices: document SPI dev compatibles

[RFC] ethdev: add template table insertion and matching types
 2023-01-23 22:02 UTC  (5+ messages)

[PATCH] clocksource/drivers/sh_cmt: Mark driver as non-removable
 2023-01-23 22:02 UTC 

[sailus-media-tree:master] BUILD SUCCESS 03c6dcbc169ae88dacb0b89970c67692d91e2a06
 2023-01-23 22:01 UTC 

[PATCH ethtool v2 0/3] Build fixes for older kernel headers and musl
 2023-01-23 22:01 UTC  (2+ messages)

[PATCH] UV support for sub-NUMA clustering
 2023-01-23 22:00 UTC  (2+ messages)

linux-next: manual merge of the zonefs tree with the vfs-idmapping tree
 2023-01-23 21:59 UTC 

[PATCH 1/3] dt-bindings: power: fsl,imx-gpc: document fsl,imx6ul-gpc compatible
 2023-01-23 21:58 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: power: fsl,imx-gpc: correct compatibles
` [PATCH 3/3] dt-bindings: power: fsl,imx-gpc: document interrupt-controller

[PATCH net-next] ipv6: Make ip6_route_output_flags_noref() static
 2023-01-23 21:59 UTC  (2+ messages)

[PATCH v5 0/9] TI-Nspire cleanups
 2023-01-23 21:57 UTC  (22+ messages)
` [PATCH v5 1/9] dt-bindings: mfd: Add TI-Nspire misc registers
` [PATCH v5 2/9] ARM: dts: nspire: Use syscon-reboot to handle restart
` [PATCH v5 3/9] ARM: dts: nspire: Fix cpu node to conform with DT binding
` [PATCH v5 4/9] ARM: dts: nspire: Fix sram "
` [PATCH v5 5/9] ARM: dts: nspire: Fix vbus_reg "
` [PATCH v5 6/9] ARM: dts: nspire: Fix uart "
` [PATCH v5 7/9] ARM: dts: nspire: Use MATRIX_KEY macro for linux,keymap
` [PATCH v5 8/9] ARM: nspire: Use syscon-reboot to handle restart
` [PATCH v5 9/9] ARM: nspire: Remove unused header file mmio.h

[Virtio-fs] [PATCH] vhost-user-fs: add capability to allow migration
 2023-01-23 21:56 UTC  (12+ messages)
                  `  "

Are BPF programs preemptible?
 2023-01-23 21:56 UTC  (9+ messages)

[dunfell v4] trusted-firmware-a: upgrade to v2.8+
 2023-01-23 21:56 UTC 

[PATCH RFC 3/3] media: uvcvideo: reimplement privacy GPIO as a separate subdevice
 2023-01-23 21:56 UTC  (2+ messages)

[peterz-queue:x86/core 3/3] arch/x86/kernel/static_call.c:29:24: warning: Parameter 'insn' can be declared as pointer to const [constParameter]
 2023-01-23 21:56 UTC 

[PATCH 0/6] hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts
 2023-01-23 21:52 UTC  (3+ messages)
` [PATCH 5/6] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps

[PATCH] media: imx: imx-media-fim: Replace macro icap_enabled() with function
 2023-01-23 21:51 UTC  (3+ messages)

[PATCH v2] docs: embargoed-hardware-issues: add embargoed HW contact for Samsung
 2023-01-23 21:52 UTC 

BUG: KASAN: use-after-free in ieee80211_mgd_auth
 2023-01-23 21:50 UTC  (3+ messages)

[PATCH v2] kasan: infer the requested size by scanning shadow memory
 2023-01-23 21:46 UTC  (3+ messages)

[PATCH] docs: embargoed-hardware-issues: add embargoed HW contact for Samsung
 2023-01-23 21:48 UTC  (3+ messages)

[PATCH v3] win32: fix thread usage for win32
 2023-01-23 21:47 UTC  (4+ messages)
` [PATCH v4] "

traceroute failure in kernel 6.1 and 6.2
 2023-01-23 21:45 UTC  (5+ messages)

[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
 2023-01-23 21:45 UTC  (3+ messages)

+ maple_tree-should-get-pivots-boundary-by-type.patch added to mm-hotfixes-unstable branch
 2023-01-23 21:44 UTC 

[PATCH v3 RESEND] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2023-01-23 21:44 UTC  (2+ messages)

[PATCH] maple_tree: should get pivots boundary by type
 2023-01-23 21:43 UTC  (2+ messages)

[PATCH] platform/x86: hp-wmi: Ignore Win-Lock key events
 2023-01-23 21:41 UTC 

[PATCH RFC] NFSD: Convert filecache to rhltable
 2023-01-23 21:38 UTC  (4+ messages)

[Buildroot] [Bug 15281] New: Error compiling GDAL library for RPi-64 if libgdal-dev installed on the host computer
 2023-01-23 21:37 UTC 

[PATCH v2 0/4] Track exported dma-buffers with memcg
 2023-01-23 21:36 UTC  (4+ messages)
` [PATCH v2 4/4] security: binder: Add binder object flags to selinux_binder_transfer_file

[ammarfaizi2-block:google/android/kernel/common/android-4.19-q-release 1268/7614] drivers/net/wireless/virt_wifi.c:432:31: warning: variable 'w_priv' set but not used
 2023-01-23 21:35 UTC 

[Intel-xe] [PATCH 1/2] xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_X
 2023-01-23 21:35 UTC  (4+ messages)
` [Intel-xe] [PATCH 2/2] xe: Add XE_ENGINE_GET_PROPERTY uAPI

[PATCH v7 0/3] thermal: intel: Use generic trip points in 2 drivers
 2023-01-23 21:35 UTC  (6+ messages)

[PATCH] perf/x86/intel/ds: Fix the conversion from TSC to perf time
 2023-01-23 21:34 UTC  (3+ messages)

[PATCH 0/8] soc: amlogic: switch bindings to yaml and adjust some dtbs's
 2023-01-23 21:30 UTC  (25+ messages)
` [PATCH 1/8] arm64: dts: meson-gx: Remove invalid pwm compatible
` [PATCH 2/8] arm64: dts: amlogic: Fix non-compliant SD/SDIO node names
` [PATCH 3/8] arm64: dts: meson-gx: Set only one compatible string for mmc
` [PATCH 4/8] arm64: dts: amlogic: Remove invalid compatible string amlogic,meson-gpio-intc
` [PATCH 5/8] dt-bindings: rtc: Add Amlogic Meson vrtc controller binding
` [PATCH 6/8] dt-bindings: pwm: Add Amlogic Meson PWM binding
` [PATCH 7/8] dt-bindings: interrupt-controller: Add Amlogic Meson GPIO interrupt controller binding
` [PATCH 8/8] dt-bindings: pinctrl: Add Amlogic Meson pinctrl binding

[PATCH v2 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-23 21:32 UTC  (3+ messages)
` [PATCH v2 2/2] selftests: KVM: Add page splitting test

Intel HD Audio: sound stops working in Xen PV dom0 in >=5.17
 2023-01-23 21:31 UTC  (11+ messages)

[PATCH BlueZ 1/2] shared/bap: Fix not detaching streams when PAC is removed
 2023-01-23 21:32 UTC  (2+ messages)
` [PATCH BlueZ 2/2] bap: Fix not setting stream to NULL

[RFC PATCH net-next 00/11] ENETC mqprio/taprio cleanup
 2023-01-23 21:31 UTC  (3+ messages)

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-23 21:29 UTC  (5+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-23 21:26 UTC  (3+ messages)

[PATCH] printk: Document that CONFIG_BOOT_PRINTK_DELAY required for boot_delay=
 2023-01-23 21:28 UTC  (2+ messages)

[RESEND PATCH ethtool-next v6 0/2] add netlink support for rss get
 2023-01-23 21:25 UTC  (3+ messages)
` [RESEND PATCH ethtool-next v6 1/2] Move code that print rss info into common file
` [RESEND PATCH ethtool-next v6 2/2] netlink: add netlink handler for get rss (-x)

[meta-ti][dunfell][PATCH] am62xx: Add support for AM62xx HS-SE evm
 2023-01-23 21:26 UTC  (2+ messages)

+ scripts-spellingtxt-add-more-spelling-corrections.patch added to mm-nonmm-unstable branch
 2023-01-23 21:26 UTC 

KCS over eSPI
 2023-01-23 21:26 UTC  (3+ messages)

[PATCH] dt-bindings: soc: socionext,uniphier-soc-glue: Make child node names fixed names
 2023-01-23 21:24 UTC  (2+ messages)

[PATCH 12/12] can: rcar_canfd: Add transceiver support
 2023-01-23 21:25 UTC  (2+ messages)

[PATCH 1/1] HID: evision: Add preliminary support for EVision keyboards
 2023-01-23 21:24 UTC  (3+ 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.