messages from 2024-06-11 12:30:06 to 2024-06-14 17:38:40 UTC [more...]
[V4 00/16] Add data type profiling support for powerpc
2024-06-14 17:26 UTC (16+ messages)
` [V4 01/16] tools/perf: Move the data structures related to register type to header file
` [V4 02/16] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 04/16] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [V4 06/16] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [V4 07/16] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
` [V4 08/16] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [V4 09/16] tools/perf: Add more instructions for instruction tracking
` [V4 10/16] tools/perf: Update instruction tracking for powerpc
` [V4 11/16] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [V4 12/16] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [V4 13/16] tools/perf: Add support to use libcapstone in powerpc
` [V4 14/16] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [V4 15/16] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
[Patch v2 1/2] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
2024-06-14 16:51 UTC (22+ messages)
` [Patch v2 2/2] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding
` [PATCH v3 0/4] Add audio support for LPC32XX CPUs
` [PATCH v3 1/4] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding
` [PATCH v3 2/4] ARM: dts: lpc32xx: Add missing properties for the i2s interfaces
` [PATCH v3 3/4] ARM: lpc32xx: Add pl08x virtual dma channels for spi and i2s
` [PATCH v3 4/4] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
[PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6)
2024-06-14 15:09 UTC (4+ messages)
` [PATCH 1/3] PCI: Refactor pcie_update_link_speed()
` [PATCH 2/3] PCI: Track Flit Mode Status & print it with link status
` [PATCH 3/3] PCI: Handle TLP Log in Flit mode
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-14 14:50 UTC (26+ messages)
[PATCH v5 00/18] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
2024-06-14 14:14 UTC (16+ messages)
` [PATCH v5 02/18] mm: Define __pte_leaf_size() to also take a PMD entry
` [PATCH v5 16/18] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
[PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-14 13:45 UTC (4+ messages)
[PATCH v3 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
2024-06-14 13:24 UTC (9+ messages)
` [PATCH v3 1/6] powerpc/iommu: Move pSeries specific functions to pseries/iommu.c
` [PATCH v3 2/6] powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl output
` [PATCH v3 3/6] powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDW
` [PATCH v3 4/6] vfio/spapr: Always clear TCEs before unsetting the window
` [PATCH v3 5/6] powerpc/iommu: Move dev_has_iommu_table() to iommu.c
` [PATCH v3 6/6] powerpc/iommu: Reimplement the iommu_table_group_ops for pSeries
[PATCH] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
2024-06-14 12:29 UTC
Please backport 2d43cc701b96 to v6.9 and v6.6
2024-06-14 11:32 UTC (3+ messages)
[PATCH v6.1] powerpc/uaccess: Fix build errors seen with GCC 13/14
2024-06-14 11:27 UTC
[PATCH v5.15] powerpc/uaccess: Fix build errors seen with GCC 13/14
2024-06-14 11:27 UTC
[PATCH v5.10] powerpc/uaccess: Fix build errors seen with GCC 13/14
2024-06-14 11:27 UTC
[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag
2024-06-14 9:28 UTC (6+ messages)
` [PATCH v2 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [PATCH v2 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [PATCH v2 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [PATCH v2 08/14] powerpc/thread_info: Introduce TIF_NOTIFY_IPI flag
[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
2024-06-14 8:38 UTC (7+ messages)
move features flags into queue_limits
2024-06-14 7:56 UTC (50+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 16/26] block: move the io_stat flag setting to queue_limits
` [PATCH 19/26] block: move the nowait flag "
` [PATCH 21/26] block: move the poll "
[PATCH 0/2] Skip offline cores when enabling SMT on PowerPC
2024-06-14 3:52 UTC (6+ messages)
` [PATCH 1/2] cpu/SMT: Enable SMT only if a core is online
` [PATCH 2/2] powerpc/topology: Check "
[PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error
2024-06-14 3:32 UTC (13+ messages)
` [PATCH v4 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info
` [PATCH v4 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
` [PATCH v4 3/3] PCI/AER: Clear "
[kvm-unit-tests PATCH v10 00/15] powerpc improvements
2024-06-14 0:56 UTC (18+ messages)
` [kvm-unit-tests PATCH v10 01/15] powerpc: Add facility to query TCG or KVM host
` [kvm-unit-tests PATCH v10 02/15] powerpc: Add atomics tests
` [kvm-unit-tests PATCH v10 03/15] powerpc: Add timebase tests
` [kvm-unit-tests PATCH v10 04/15] powerpc: Add MMU support
` [kvm-unit-tests PATCH v10 05/15] common/sieve: Support machines without MMU
` [kvm-unit-tests PATCH v10 06/15] powerpc: Add sieve.c common test
` [kvm-unit-tests PATCH v10 07/15] powerpc: add usermode support
` [kvm-unit-tests PATCH v10 08/15] powerpc: add pmu tests
` [kvm-unit-tests PATCH v10 09/15] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH v10 10/15] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v10 11/15] powerpc: gitlab CI update
` [kvm-unit-tests PATCH v10 12/15] scripts/arch-run.bash: Fix run_panic() success exit status
` [kvm-unit-tests PATCH v10 13/15] powerpc: Add a panic test
` [kvm-unit-tests PATCH v10 14/15] powerpc/gitlab-ci: Upgrade powerpc to Fedora 40
` [kvm-unit-tests PATCH v10 15/15] powerpc/gitlab-ci: Enable more tests with "
[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-06-13 13:37 UTC (7+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text
` [PATCH 3/6] module: kallsyms: Determine exact function size
` [PATCH 4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH 5/6] ftrace: Fix possible out-of-bound issue "
` [PATCH 6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround
[PATCH v3 linux-next] leds: powernv: replace of_node_put to __free
2024-06-13 17:34 UTC (4+ messages)
` (subset) "
[PATCH 2/5] PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
2024-06-13 15:42 UTC (4+ messages)
[PATCH v2] powerpc/eeh: avoid possible crash when edev->pdev changes
2024-06-13 14:05 UTC
[PATCH] powerpc/eeh: avoid possible crash when edev->pdev changes
2024-06-13 13:48 UTC (3+ messages)
[Bug 216156] New: kmemleak: Not scanning unknown object at 0xc00000007f000000
2024-06-13 11:08 UTC (3+ messages)
` [Bug 216156] [bisected] "
[Bug 218905] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
2024-06-13 11:06 UTC
[Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
2024-06-13 11:03 UTC
[RFC] potential UAF in kvm_spapr_tce_attach_iommu_group() (was Re: [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...))
2024-06-13 10:56 UTC
[PATCH v3] powerpc/perf: Set cpumode flags using sample address
2024-06-13 9:58 UTC (2+ messages)
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-06-12 17:31 UTC (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-06-12 15:55 UTC (2+ messages)
` [f2fs-dev] "
stable-rc: queue_5.10: arch/powerpc/include/asm/uaccess.h:472:4: error: implicit declaration of function '__get_user_size' [-Werror,-Wimplicit-function-declaration]
2024-06-12 14:46 UTC
[RFC PATCH v2 0/5] powerpc/ftrace: Move ftrace sequence out of line
2024-06-12 10:52 UTC (14+ messages)
` [RFC PATCH v2 2/5] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v2 3/5] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v2 4/5] kbuild: Add generic hook for architectures to use before the final vmlinux link
[PATCH V3 00/14] Add data type profiling support for powerpc
2024-06-12 8:42 UTC (10+ messages)
` [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction "
` [PATCH V3 11/14] tools/perf: Add support to use libcapstone in powerpc
[PATCH v3 0/3] memory: fsl_ifc: Make FSL_IFC config visible and selectable
2024-06-12 8:26 UTC (3+ messages)
` [PATCH v3 1/3] "
` (subset) "
[PATCH 0/3] ASoC: imx-audmix: Split capture device to be a new device
2024-06-12 6:40 UTC (4+ messages)
` [PATCH 1/3] ASoC: fsl_sai: Add separate DAI for transmitter and receiver
` [PATCH 2/3] ASoC: fsl_audmix: Split playback and capture stream to different DAI
` [PATCH 3/3] ASoC: imx-audmix: Split capture device for audmix
[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
2024-06-12 1:18 UTC (2+ messages)
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).