messages from 2023-11-05 16:49:09 to 2023-11-11 10:54:38 UTC [more...]
[PATCH v9 00/15] Add audio support in v4l2 framework
2023-11-11 10:52 UTC (21+ messages)
` [PATCH v9 01/15] ASoC: fsl_asrc: define functions for memory to memory usage
` [PATCH v9 02/15] ASoC: fsl_easrc: "
` [PATCH v9 03/15] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [PATCH v9 04/15] ASoC: fsl_asrc: register m2m platform device
` [PATCH v9 05/15] ASoC: fsl_easrc: "
` [PATCH v9 06/15] media: uapi: Add V4L2_CAP_AUDIO_M2M capability flag
` [PATCH v9 07/15] media: v4l2: Add audio capture and output support
` [PATCH v9 08/15] media: uapi: Define audio sample format fourcc type
` [PATCH v9 09/15] media: uapi: Add V4L2_CTRL_CLASS_M2M_AUDIO
` [PATCH v9 10/15] media: uapi: Add V4L2_CTRL_TYPE_FIXED_POINT
` [PATCH v9 11/15] media: uapi: Add audio rate controls support
` [PATCH v9 12/15] media: uapi: Declare interface types for Audio
` [PATCH v9 13/15] media: uapi: Add an entity type for audio resampler
` [PATCH v9 14/15] media: imx-asrc: Add memory to memory driver
` [PATCH v9 15/15] media: vim2m-audio: add virtual driver for audio memory to memory
[PATCH v2] powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
2023-11-11 10:33 UTC (4+ messages)
[PATCH 00/52] serial: Convert to platform remove callback returning void
2023-11-10 15:30 UTC (2+ messages)
` [PATCH 51/52] serial: ucc: "
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-10 12:41 UTC (38+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally
Fwd: The PCIe AER error flood between PCIe bridge and Realtek's RTL8723BE makes system hang
2023-11-11 2:07 UTC
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-10 18:22 UTC (64+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory
get_user_pages() and EXEC_ONLY mapping
2023-11-10 17:17 UTC (5+ messages)
[PATCH 0/8] generic command line v6
2023-11-10 16:12 UTC (15+ messages)
` [PATCH 1/8] CMDLINE: add generic builtin command line
` [PATCH 2/8] scripts: insert-sys-cert: add command line insert capability
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol
` [PATCH 4/8] CMDLINE: mips: convert to generic builtin command line
` [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline
` [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line
` [PATCH 7/8] of: replace command line handling
` [PATCH 8/8] CMDLINE: arm64: convert to generic builtin command line
[PATCH] powerpc: Fix signature of pfn_to_kaddr()
2023-11-10 6:16 UTC (5+ messages)
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-11-10 6:08 UTC (2+ messages)
` Ping? "
[PATCH 0/8] devm_led_classdev_register() usage problem
2023-11-09 23:28 UTC (5+ messages)
` [PATCH 2/8] leds: nic78bx: explicitly unregister LEDs at module's shutdown
[PATCH v2 00/37] Implement execute-only protection on powerpc
2023-11-09 18:20 UTC (11+ messages)
` [PATCH v2 29/37] powerpc/nohash: Replace pte_user() by pte_read()
` [PATCH v2 37/37] powerpc: Support execute-only on all powerpc
[PATCH v5 0/3] powerpc: make fadump resilient with memory add/remove events
2023-11-09 12:14 UTC (3+ messages)
` [PATCH v5 1/3] "
[PATCH v4 0/5] powerpc/smp: Topology and shared processor optimizations
2023-11-09 5:49 UTC (6+ messages)
` [PATCH v4 1/5] powerpc/smp: Enable Asym packing for cores on shared processor
` [PATCH v4 2/5] powerpc/smp: Disable MC domain for "
` [PATCH v4 3/5] powerpc/smp: Add __ro_after_init attribute
` [PATCH v4 4/5] powerpc/smp: Avoid asym packing within thread_group of a core
` [PATCH v4 5/5] powerpc/smp: Dynamically build Powerpc topology
[powerpc:merge] BUILD REGRESSION 11121f9bdf3d1f7a04a87381df18587b9fe8f908
2023-11-08 20:38 UTC
[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
2023-11-08 20:04 UTC (7+ messages)
` [PATCH 1/3] perf tests test_arm_coresight: Fix the shellcheck warning in latest test_arm_coresight.sh
[PATCH 1/4] add generic builtin command line
2023-11-08 16:23 UTC (4+ messages)
[PATCH v2 1/1] powerpc: fix a memory leak
2023-11-08 9:24 UTC (2+ messages)
[powerpc:fixes-test] BUILD SUCCESS 644b6025bcaff59737270d812c70302f5a8d4a8f
2023-11-08 6:48 UTC
[PATCH AUTOSEL 5.15 05/22] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
2023-11-07 15:51 UTC
[PATCH AUTOSEL 6.1 08/30] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
2023-11-07 15:49 UTC
[PATCH AUTOSEL 6.5 09/34] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
2023-11-07 15:47 UTC
[PATCH AUTOSEL 6.6 11/36] scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
2023-11-07 15:45 UTC
[PATCH AUTOSEL 6.5 11/30] ACPI: APEI: Fix AER info corruption when error status data has multiple sections
2023-11-07 12:08 UTC
[PATCH AUTOSEL 6.6 11/31] ACPI: APEI: Fix AER info corruption when error status data has multiple sections
2023-11-07 12:05 UTC
[PATCH v3 00/13] mm: jit/text allocator
2023-11-07 10:44 UTC (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
[RFC PATCH v8 00/13] Add audio support in v4l2 framework
2023-11-07 9:46 UTC (5+ messages)
` [RFC PATCH v8 13/13] media: vim2m_audio: add virtual driver for audio memory to memory
` [RFC PATCH] v4l-utils: add support for v4l-audioX devices
Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
2023-11-07 8:36 UTC (5+ messages)
` Fbdev issue after the drm updates 'drm-next-2023-10-31-1'
[PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
2023-11-07 6:40 UTC (3+ messages)
Recurring data races when machine at idle e.g. "BUG: KCSAN: data-race in tick_nohz_idle_stop_tick / tick_sched_do_timer" and several data races at boot (G4 DP, kernel v6.6)
2023-11-06 21:52 UTC
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-06 15:56 UTC (14+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
[PATCH 0/7] powerpc/rtas: Trivial, coding style, and kernel-doc fixes
2023-11-06 13:42 UTC (8+ messages)
` [PATCH 1/7] powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
` [PATCH 2/7] powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
` [PATCH 3/7] powerpc/rtas: Drop declaration of undefined call_rtas() function
` [PATCH 4/7] powerpc/rtas: Remove unused rtas_service_present()
` [PATCH 5/7] powerpc/rtas: Move post_mobility_fixup() declaration to pseries
` [PATCH 6/7] powerpc/rtas: Remove trailing space
` [PATCH 7/7] powerpc/rtas: Remove 'extern' from function declarations in rtas.h
mm/debug_vm_pgtable.c:860 warning triggered
2023-11-06 9:06 UTC (4+ messages)
[PATCH 0/2] tty: hvc: Convert to platform remove callback returning void
2023-11-05 21:44 UTC (3+ messages)
` [PATCH 1/2] tty: hvc: Make hvc_remove() return no value
` [PATCH 2/2] tty: hvc: hvc_opal: Convert to platform remove callback returning void
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).