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

[PATCH 00/21] MIPS: semi-random code improvements
 2023-07-25  5:05 UTC  (14+ messages)
` [PATCH 01/21] MIPS: addrspace: rectify ksseg segment naming
` [PATCH 02/21] MIPS: addrspace: simplify the header
` [PATCH 04/21] MIPS: barebox.lds: remove extra whitespace
` [PATCH 07/21] MIPS: print BadVAddr CP0 register on exception
` [PATCH 08/21] MIPS: malta: merge GT64120 headers
` [PATCH 09/21] MIPS: pbl_macros: use .asciiz instead of .ascii + .byte 0
` [PATCH 10/21] MIPS: malta: remove duplicated barebox magic code
` [PATCH 11/21] MIPS: pbl: put mips_barebox_10h into ENTRY_FUNCTION
` [PATCH 14/21] MIPS: clean up barebox proper entry point
` [PATCH 15/21] MIPS: main_entry: properly set XTLB handler for 64-bit mode
` [PATCH 16/21] MIPS: main_entry: remove exception vector array
` [PATCH 19/21] MIPS: c-r4k: do flush secondary cache
` [PATCH 21/21] MIPS: reloc: use IS_ALIGNED macro to check for an alignment

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 28fd42ea9300c1df2f6183b60ff8115a931603ea
 2023-07-25  5:07 UTC 

[PATCH bpf-next v2] MAINTAINERS: Replace my email address
 2023-07-25  4:51 UTC  (2+ messages)

[PATCH v4 00/32] Introduce QC USB SND audio offloading support
 2023-07-25  5:04 UTC  (5+ messages)
` [PATCH v4 12/32] sound: usb: Export USB SND APIs for modules
` [PATCH v4 24/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250

[PATCH] drm/amdgpu: Fix ENOSYS means 'invalid syscall nr' in amdgpu_device.c
 2023-07-25  5:05 UTC  (2+ messages)

[PATCH v4 0/5] Implement MTE tag compression for swapped pages
 2023-07-25  5:04 UTC  (5+ messages)
` [PATCH v4 1/5] lib/bitmap: add bitmap_{set,get}_value()

[ardb:x86-efistub-cleanup-v6] [x86/decompressor] 4cd5b5012c: cannot kexec to kernel with this commit
 2023-07-25  5:03 UTC  (4+ messages)

[PATCH v2] arm64: dts: ti: k3-j721e: Add overlay to enable CPSW9G ports with GESI
 2023-07-25  5:02 UTC  (3+ messages)

[PATCH v2 1/2] kconfig: menuconfig: simplify global jump key assignment
 2023-07-25  5:01 UTC  (2+ messages)

[PATCH v2 0/2] Add MAIN CPSW2G DT support for J721S2
 2023-07-25  5:01 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: ti: k3-j721s2: Add overlay to enable main CPSW2G with GESI

[PATCH v2] kbuild: rust: avoid creating temporary files
 2023-07-25  5:00 UTC  (2+ messages)

[PATCH v1] Bluetooth: Add timeout in disconnect when power off
 2023-07-25  5:00 UTC  (3+ messages)

[PATCH net v2] ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address
 2023-07-25  4:59 UTC  (3+ messages)

[PATCH] drm/amdgpu: Move externs to amdgpu.h file from amdgpu_drv.c
 2023-07-25  4:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: Fix unused variable 'domain' in 'amdgpu_bo_print_info'
 2023-07-25  4:56 UTC  (2+ messages)

[meta-rockchip][PATCH] trusted-firmware-a_%.bbappend: gcc-arm-none-eabi
 2023-07-25  4:54 UTC  (2+ messages)

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

[Bug 217702] New: makedumpfile can not open /proc/vmcore
 2023-07-25  4:23 UTC  (2+ messages)
` [Bug 217702] "

FAILED: patch "[PATCH] r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions" failed to apply to 6.4-stable tree
 2023-07-25  4:46 UTC  (5+ messages)
` [PATCH] r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM is disabled during NAPI poll")

[PATCH 0/1] Set may payload size for IPQ9574
 2023-07-25  4:46 UTC  (8+ messages)
` [PATCH 1/1] PCI: qcom: Add early fixup to set the max "

[PATCH v2] bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
 2023-07-25  4:44 UTC  (2+ messages)

[PATCH 1/4] wifi: libertas: add missing calls to cancel_work_sync()
 2023-07-25  4:43 UTC  (4+ messages)

[PATCH] drm/radeon: Fix format error
 2023-07-25  4:43 UTC 

[PATCH] ceph: make the members in struct ceph_mds_request_args_ext an union
 2023-07-25  4:40 UTC 

[PATCH v2 0/4] arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability
 2023-07-25  4:43 UTC  (7+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 3/4] arm_pmu: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability
` [PATCH v2 4/4] perf: "

[PATCH] USB: serial: option: add Quectel EM05G module support with product ID 0x030e
 2023-07-25  4:42 UTC  (4+ messages)

[PATCH] xfrm: kconfig: Fix XFRM_OFFLOAD dependency on XFRM
 2023-07-25  4:41 UTC  (3+ messages)

[PATCH] docs: move mips under arch
 2023-07-25  4:38 UTC 

[PATCH 0/3] rbd: reduce the potential for erroneous blocklisting
 2023-07-25  4:35 UTC  (4+ messages)
` [PATCH 1/3] rbd: make get_lock_owner_info() return a single locker or NULL
` [PATCH 2/3] rbd: harden get_lock_owner_info() a bit
` [PATCH 3/3] rbd: retrieve and check lock owner twice before blocklisting

[PATCH v2] ext4: mballoc: avoid garbage value from err
 2023-07-25  4:33 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 24b1b5d85c1c1e1c0eb7b6d7b6986ecb6c80041d
 2023-07-25  4:30 UTC 

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-25  4:30 UTC  (10+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[Intel-gfx] [PATCH] drm/i915: Tidy for_each_set_bit usage with abox_regs
 2023-07-25  4:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Tidy for_each_set_bit usage with abox_regs (rev2)

[PATCH -next v2] arm64: fix build warning for ARM64_MEMSTART_SHIFT
 2023-07-25  4:22 UTC  (3+ messages)

[PATCH v5 2/2] hwmon: (hs3001) Add driver for Renesas HS3001
 2023-07-25  4:22 UTC  (2+ messages)
` [PATCH v6 "

[PATCH] ext4: mballoc: avoid garbage value from err
 2023-07-25  4:21 UTC  (2+ messages)

[PATCH v5] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-25  4:21 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am62a7-sk: Enable dual role support for Type-C port
 2023-07-25  4:19 UTC  (3+ messages)

[PATCH v1] virtio-pci: Fix legacy device flag setting error in probe
 2023-07-25  4:18 UTC  (7+ messages)

[igt-dev] [PATCH] tests/syncobj_sync_file: new test
 2023-07-25  4:18 UTC  (2+ messages)

[PATCH v3 0/7] Risc-V Kvm Smstateen
 2023-07-25  4:17 UTC  (4+ 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.