All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-31 16:56:05 to 2023-07-31 17:09:27 UTC [more...]

[PATCH 1/1] boot: fix bootdev_list()
 2023-07-31 17:08 UTC  (2+ messages)

[PATCH mm-unstable v8 00/31] Split ptdesc from struct page
 2023-07-31 17:03 UTC  (119+ messages)
` [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 13/31] x86: "
` [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 17/31] arm: "
` [PATCH mm-unstable v8 18/31] arm64: "
` [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 20/31] hexagon: "
` [PATCH mm-unstable v8 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v8 22/31] m68k: "
` [PATCH mm-unstable v8 23/31] mips: "
` [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 25/31] openrisc: "
` [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v8 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v2 1/6] x86: Change tesing logic of mtrr commit
 2023-07-31 17:08 UTC  (9+ messages)
` [PATCH v2 2/6] x86: fsp: Use mtrr_set_next_var() for graphics memory
` [PATCH v2 3/6] video: broadwell: "
` [PATCH v2 4/6] video: ivybridge: "
` [PATCH v2 5/6] video: vesa: "

[PATCH v4] integrity: Always reference the blacklist keyring with appraisal
 2023-07-31 17:04 UTC  (2+ messages)

[PATCH] cmd: pxe: Update the command help
 2023-07-31 17:07 UTC  (2+ messages)

[PATCH] cmd: improve string matching for hex
 2023-07-31 17:07 UTC  (2+ messages)

[PATCH 0/9] x86: Fixes for distro booting
 2023-07-31 17:07 UTC  (8+ messages)
` [PATCH 4/9] Revert "x86: Switch QEMU over to use the bochs driver"

[PATCH 0/3] Fix segfault on migration return path
 2023-07-31 17:06 UTC  (5+ messages)
` [PATCH 2/3] migration: Simplify calling of await_return_path_close_on_source

[PATCH v3] platform/chrome: chromeos_acpi: support official HID GOOG0016
 2023-07-31 17:07 UTC  (3+ messages)

[PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul
 2023-07-31 17:04 UTC  (5+ messages)
` [PATCH v4 09/34] KVM: selftests: Add a selftest for guest prints and formatted asserts

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-07-31 17:06 UTC  (4+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[patch net-next v2 00/11] devlink: introduce dump selector attr and use it for per-instance dumps
 2023-07-31 17:06 UTC  (13+ messages)
` [patch net-next v2 08/11] devlink: introduce set of macros and use it for split ops definitions
` [patch net-next v2 10/11] devlink: introduce dump selector attr and use it for per-instance dumps
` [patch net-next v2 11/11] devlink: extend health reporter dump selector by port index

[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
 2023-07-31 17:05 UTC  (12+ messages)

[PATCH] build: update DPDK to use C11 standard
 2023-07-31 17:05 UTC  (3+ messages)
` [PATCH v3] "

[Buildroot] [PATCH v3] package/mhz: add new package
 2023-07-31 17:05 UTC 

[PATCH 0/3] minor cleanups for kmsan
 2023-07-31 17:02 UTC  (8+ messages)
` [PATCH 1/3] mm: kmsan: use helper function page_size()
` [PATCH 2/3] mm: kmsan: use helper macro offset_in_page()
` [PATCH 3/3] mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN

[PATCH v3 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-07-31 17:03 UTC  (8+ messages)
` [PATCH v3 02/10] drm/panel: Check for already prepared/enabled in drm_panel

[PATCH 00/12] ata: Convert to platform remove callback returning void
 2023-07-31 17:03 UTC  (14+ messages)
` [PATCH 01/12] ata/pata_arasan_cf: "
` [PATCH 02/12] ata/pata_ep93xx: "
` [PATCH 03/12] ata/pata_ftide010: "
` [PATCH 04/12] ata/pata_imx: "
` [PATCH 05/12] ata/pata_mpc52xx: "
` [PATCH 06/12] ata/pata_pxa: "

[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
 2023-07-31 17:02 UTC  (6+ messages)
` [PATCH v2 14/26] KVM: arm64: nv: Add "

[PATCH 0/2] lsm: change security_capget LSM hook
 2023-07-31 17:02 UTC  (3+ messages)
` [PATCH 1/2] lsm: change 'target' parameter to 'const' in "

Registration reminder for DPDK Dublin Summit
 2023-07-31 17:02 UTC 

[PATCH v9 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-07-31 17:00 UTC  (4+ messages)
` [PATCH v9 09/10] serial: sc16is7xx: add post reset delay

[PATCH 0/9] ALSA: hda/cs35l56: Various bugfixes
 2023-07-31 16:57 UTC  (10+ messages)
` [PATCH 1/9] ALSA: hda/cs35l56: Complete firmware reboot before calling cs_dsp_run()
` [PATCH 2/9] ALSA: hda/cs35l56: Do not mark cache dirty after REINIT
` [PATCH 3/9] ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmware
` [PATCH 4/9] ALSA: hda/cs35l56: Always power-up and start cs_dsp
` [PATCH 5/9] ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()
` [PATCH 6/9] ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error path
` [PATCH 7/9] ALSA: hda/cs35l56: Do not download firmware over existing RAM firmware
` [PATCH 8/9] ALSA: hda/cs35l56: Fail if .bin not found and firmware not patched
` [PATCH 9/9] ALSA: hda/cs35l56: Reject I2C alias addresses

[PATCH] scsi: hisi_sas: Fix warning detected by sparse
 2023-07-31 17:00 UTC  (2+ messages)

[PATCH v2] usb: typec: tcpm: set initial svdm version based on pd revision
 2023-07-31 16:59 UTC 

Xen Security Advisory 433 v3 (CVE-2023-20593) - x86/AMD: Zenbleed
 2023-07-31 17:00 UTC 

[PATCH 0/5] ASoC: rsnd: add multi Component support
 2023-07-31 16:58 UTC  (2+ messages)

[PATCH iproute2-next v2] ip: error out if iplink does not consume all options
 2023-07-31 17:00 UTC  (2+ messages)

[PATCH] PCI: qcom-ep: Treat unknown irq events as an error
 2023-07-31 16:57 UTC  (2+ messages)

[PATCH v4 0/5] RK3588 PCIe2 support
 2023-07-31 16:57 UTC  (18+ messages)
` [PATCH v4 1/5] dt-bindings: PCI: dwc: improve msi handling
` [PATCH v4 2/5] dt-bindings: PCI: dwc: rockchip: Fix interrupt-names issue
` [PATCH v4 3/5] dt-bindings: PCI: dwc: rockchip: Use generic binding
` [PATCH v4 4/5] dt-bindings: PCI: dwc: rockchip: Add missing legacy-interrupt-controller
` [PATCH v4 5/5] arm64: dts: rockchip: rk3588: add PCIe2 support

require EXPORT_SYMBOL_GPL symbols for symbol_get
 2023-07-31 16:57 UTC  (4+ messages)
` [PATCH 4/5] mmc: use EXPORT_SYMBOL_GPL for mmc_detect_change

[PATCH] ASoC: codecs: rx-macro: Enable RX path clock to match POST_PMD
 2023-07-31 16:55 UTC 

[PATCH] lsm: add comment block for security_sk_classify_flow LSM hook
 2023-07-31 16:56 UTC  (2+ messages)

[PATCH] systemd: update to v254
 2023-07-31 16:56 UTC  (4+ messages)
` [PATCH v4] "
  ` [OE-core] "

[PATCH 0/3] stm32/hash - Convert to platform remove callback returning void
 2023-07-31 16:54 UTC  (2+ messages)
` [PATCH 3/3] crypto: "


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.