messages from 2023-08-04 20:10:51 to 2023-08-09 13:49:27 UTC [more...]
[PATCH v3 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
2023-08-09 13:27 UTC (24+ messages)
` [PATCH v3 01/28] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v3 02/28] soc: fsl: cpm1: qmc: "
` [PATCH v3 03/28] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v3 04/28] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v3 05/28] soc: fsl: cpm1: qmc: Remove inline function specifiers
` [PATCH v3 06/28] dt-bindings: net: Add support for QMC HDLC
` [PATCH v3 07/28] net: wan: "
` [PATCH v3 08/28] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH v3 09/28] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v3 10/28] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v3 11/28] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v3 12/28] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v3 13/28] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v3 14/28] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v3 15/28] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v3 16/28] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v3 17/28] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v3 18/28] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v3 19/28] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v3 20/28] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v3 21/28] net: wan: Add framer framework support
` [PATCH v3 22/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH v3 23/28] mfd: core: Ensure disabled devices are skiped without aborting
[PATCH 1/2] powerpc: mark more local variables as volatile
2023-08-09 13:17 UTC (3+ messages)
` [PATCH 2/2] powerpc: xmon: remove unused variables
[PATCH 4.19 061/323] soc/fsl/qe: fix usb.c build errors
2023-08-09 10:38 UTC (2+ messages)
` [PATCH 4.19 077/323] crypto: nx - fix build warnings when DEBUG_FS is not enabled
[PATCH 4.14 041/204] soc/fsl/qe: fix usb.c build errors
2023-08-09 10:39 UTC (2+ messages)
` [PATCH 4.14 050/204] crypto: nx - fix build warnings when DEBUG_FS is not enabled
[PATCH] spi: fsl-cpm: Properly define and use IO pointers
2023-08-09 8:54 UTC
[PATCH] powerpc: Make virt_to_pfn() a static inline
2023-08-09 8:07 UTC
[PATCH] powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
2023-08-09 8:01 UTC
[PATCH v6 2/3] PCI/AER: Disable AER interrupt on suspend
2023-08-09 5:27 UTC (4+ messages)
[PATCH v2] powerpc: Use shared font data
2023-08-08 23:02 UTC (5+ messages)
[PATCH net-next v2 00/10] net: fs_enet: Driver cleanup
2023-08-08 22:10 UTC (5+ messages)
` [PATCH net-next v2 10/10] net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macros
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-08 21:13 UTC (3+ messages)
[PATCH -next] ASoC: imx-audio-rpmsg: Remove redundant initialization owner in imx_audio_rpmsg_driver
2023-08-08 20:32 UTC (2+ messages)
[PATCH -next] net/ps3_gelic_net: Use ether_addr_to_u64() to convert ethernet address
2023-08-08 17:32 UTC (2+ messages)
[PATCH v2 0/2] Introduce pci_find_next_dvsec_capability() to simplify the code
2023-08-08 15:58 UTC (4+ messages)
` [PATCH v2 1/2] PCI: Add pci_find_next_dvsec_capability to find next Designated VSEC
` [PATCH v2 2/2] ocxl: use pci_find_next_dvsec_capability() to simplify the code
[PATCH v8 0/6] Add support for memmap on memory feature on ppc64
2023-08-08 9:15 UTC (7+ messages)
` [PATCH v8 1/6] mm/memory_hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [PATCH v8 2/6] mm/memory_hotplug: Allow memmap on memory hotplug request to fallback
` [PATCH v8 3/6] mm/memory_hotplug: Allow architecture to override memmap on memory support check
` [PATCH v8 4/6] mm/memory_hotplug: Support memmap_on_memory when memmap is not aligned to pageblocks
` [PATCH v8 5/6] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
` [PATCH v8 6/6] mm/memory_hotplug: Embed vmem_altmap details in memory block
[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
2023-08-08 9:06 UTC (58+ messages)
` [PATCH v2 01/28] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v2 02/28] soc: fsl: cpm1: qmc: "
` [PATCH v2 03/28] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v2 04/28] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v2 06/28] net: wan: Add support for QMC HDLC
` [PATCH v2 08/28] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v2 09/28] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v2 10/28] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v2 11/28] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v2 12/28] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v2 13/28] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v2 14/28] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v2 15/28] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v2 16/28] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v2 17/28] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v2 18/28] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v2 19/28] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v2 20/28] net: wan: Add framer framework support
` [PATCH v2 22/28] mfd: core: Ensure disabled devices are skiped without aborting
` [PATCH v2 23/28] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH v2 24/28] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH v2 25/28] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH v2 26/28] ASoC: codecs: Add support for the framer codec
` [PATCH v2 28/28] net: wan: fsl_qmc_hdlc: Add framer support
[PATCH v7 7/7] mm/memory_hotplug: Enable runtime update of memmap_on_memory parameter
2023-08-08 7:46 UTC (19+ messages)
[PATCH v1 1/6] powerpc/include: Remove unneeded #include <asm/fs_pd.h>
2023-08-08 6:04 UTC (6+ messages)
` [PATCH v1 2/6] powerpc/include: Declare mpc8xx_immr in 8xx_immap.h
` [PATCH v1 3/6] powerpc/include: Remove mpc8260.h and m82xx_pci.h
` [PATCH v1 4/6] powerpc: Remove CONFIG_PCI_8260
` [PATCH v1 5/6] powerpc/8xx: Remove immr_map() and immr_unmap()
` [PATCH v1 6/6] powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()
[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-07 23:25 UTC (3+ messages)
[RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
2023-08-07 23:17 UTC (2+ messages)
[PATCH] powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
2023-08-08 0:53 UTC
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
2023-08-07 23:05 UTC (32+ messages)
` [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc
` [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 13/31] x86: "
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page
` [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 17/31] arm: "
` [PATCH mm-unstable v9 18/31] arm64: "
` [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 20/31] hexagon: "
` [PATCH mm-unstable v9 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v9 22/31] m68k: "
` [PATCH mm-unstable v9 23/31] mips: "
` [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 25/31] openrisc: "
` [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v9 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
linux-next: Tree for Aug 7 (sound/soc/fsl/)
2023-08-07 23:01 UTC
[PATCH V2 1/2] tools/perf/tests: perf all metrics test fails when perf_event access is restricted
2023-08-07 21:19 UTC (4+ messages)
` [PATCH V2 2/2] tools/perf/tests: perf all metricgroups "
[PATCH 0/2] introduce pci_find_next_dvsec_capability() to simplify the code
2023-08-07 20:33 UTC (6+ messages)
` [PATCH 1/2] PCI: Add pci_find_next_dvsec_capability to find next designated VSEC
` [PATCH 2/2] ocxl: use pci_find_next_dvsec_capability() to simplify the code
[PATCH v4 1/2] nmi_backtrace: Allow excluding an arbitrary CPU
2023-08-07 7:35 UTC (2+ messages)
[PATCH v3 1/2] nmi_backtrace: Allow excluding an arbitrary CPU
2023-08-07 7:03 UTC (6+ messages)
[PATCH v8 1/2] powerpc/rtas: Rename rtas_error_rc to rtas_generic_errno
2023-08-07 6:11 UTC (2+ messages)
` [PATCH v8 2/2] PCI: rpaphp: Error out on busy status from get-sensor-state
[PATCH] perf test: Fix parse-events tests to skip parametrized events
2023-08-07 6:10 UTC (2+ messages)
[PATCH] tools/perf: Fix bpf__probe to set bpf_prog_type type only if differs from the desired one
2023-08-07 5:37 UTC (2+ messages)
[PATCH 1/1] perf tests task_analyzer: Check perf build options for libtraceevent support
2023-08-07 5:40 UTC (7+ messages)
[RFC PATCH] cxl: Use pci_find_vsec_capability() to simplify the code
2023-08-07 3:45 UTC (2+ messages)
[PATCH v3 00/13] mm: free retracted page table by RCU
2023-08-07 2:21 UTC (6+ messages)
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
` [PATCH v3 10/13 fix2] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock(): fix2
[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
2023-08-07 1:45 UTC (7+ messages)
` [PATCH v3 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [PATCH v3 2/6] KVM: PPC: Rename accessor generator macros
` [PATCH v3 3/6] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v3 5/6] KVM: PPC: Add support for nestedv2 guests
` [PATCH v3 6/6] docs: powerpc: Document nested KVM on POWER
[PATCH] floppy: ERROR: that open brace { should be on the previous line
2023-08-07 0:36 UTC (3+ messages)
[PATCH 1/3] powerpc: remove unneeded #include <asm/export.h>
2023-08-06 15:09 UTC (3+ messages)
` [PATCH 2/3] powerpc: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] powerpc: remove <asm/export.h>
[powerpc:next-test] BUILD SUCCESS f70befab789763be9c0a5d7073a4f27b9337c704
2023-08-06 1:45 UTC
[powerpc:merge] BUILD SUCCESS 645a4f1c0f58dcb511e23e76c9ec860808540f60
2023-08-06 0:42 UTC
[GIT PULL] Please pull powerpc/linux.git powerpc-6.5-5 tag
2023-08-05 20:19 UTC (2+ messages)
[PATCH] powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER ranges
2023-08-05 12:41 UTC (3+ messages)
[PATCH -next 0/5] usb: Remove many unnecessary NULL values
2023-08-05 2:46 UTC (4+ messages)
` [PATCH -next 5/5] USB: usbip: Remove an unnecessary NULL value
[PATCH v2 1/3] mm: lock a vma before stack expansion
2023-08-05 1:42 UTC (14+ messages)
` [PATCH v2 3/3] fork: lock VMAs of the parent process when forking
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-08-04 22:47 UTC (17+ messages)
` [PATCH v7 2/8] KVM: Introduce __kvm_follow_pfn function
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).