messages from 2023-09-28 00:17:58 to 2023-10-09 21:20:45 UTC [more...]
[PATCH v3 0/9] video: screen_info cleanups
2023-10-09 21:18 UTC (10+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info
` [PATCH v3 9/9] efi: move screen_info into efi init code
[PATCH v8] hv/hv_kvp_daemon:Support for keyfile based connection profile
2023-10-09 12:02 UTC (2+ messages)
[PATCH net-next v7] hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
2023-10-09 8:00 UTC
[PATCH v4 00/15] Introduce /dev/mshv drivers
2023-10-06 18:13 UTC (46+ messages)
` [PATCH v4 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v4 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v4 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v4 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v4 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v4 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v4 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v4 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v4 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v4 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v4 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
` [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
[PATCH v7] hv/hv_kvp_daemon:Support for keyfile based connection profile
2023-10-06 11:06 UTC (2+ messages)
[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
2023-10-06 4:28 UTC (7+ messages)
` [EXTERNAL] "
[PATCH v12 00/37] x86: enable FRED for x86-64
2023-10-05 8:04 UTC (42+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v12 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v12 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v12 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v12 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v12 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v12 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v12 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v12 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v12 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v12 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v12 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v12 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v12 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v12 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v12 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v12 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v12 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v12 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v12 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v12 21/37] x86/fred: No ESPFIX needed "
` [PATCH v12 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v12 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v12 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v12 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v12 26/37] x86/fred: Add a NMI "
` [PATCH v12 27/37] x86/fred: Add a machine check "
` [PATCH v12 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v12 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v12 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v12 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v12 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v12 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v12 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v12 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v12 36/37] x86/fred: Add FRED initialization functions
` [PATCH v12 37/37] x86/fred: Invoke FRED initialization code to enable FRED
[PATCH net,v2, 0/3] net: mana: Fix some TX processing bugs
2023-10-05 10:00 UTC (9+ messages)
` [PATCH net,v2, 1/3] net: mana: Fix TX CQE error handling
` [PATCH net,v2, 2/3] net: mana: Fix the tso_bytes calculation
` [PATCH net,v2, 3/3] net: mana: Fix oversized sge0 for GSO packets
Rozszerzenie Programu Mój Prąd 5.0
2023-10-04 7:40 UTC
[PATCH net-next v6] net: hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
2023-10-03 17:32 UTC (3+ messages)
[PATCH] hyperv: rndis_filter needs to select NLS
2023-10-03 17:12 UTC (3+ messages)
[PATCH v2 00/15] sysctl: Remove sentinel elements from drivers
2023-10-03 8:47 UTC (22+ messages)
` [PATCH v2 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 02/15] hpet: "
` [PATCH v2 03/15] xen: "
` [PATCH v2 04/15] tty: "
` [PATCH v2 05/15] scsi: "
` [PATCH v2 06/15] parport: Remove the "
` [PATCH v2 07/15] macintosh: "
` [PATCH v2 08/15] infiniband: "
` [PATCH v2 09/15] char-misc: "
` [PATCH v2 10/15] vrf: "
` [PATCH v2 11/15] sgi-xp: "
` [PATCH v2 12/15] fw loader: "
` [PATCH v2 13/15] raid: Remove "
` [PATCH v2 14/15] Drivers: hv: "
` [PATCH v2 15/15] intel drm: "
[PATCH 0/5] x86/coco: Mark CoCo VM pages not present when changing encrypted state
2023-10-02 20:43 UTC (12+ messages)
` [PATCH 1/5] x86/coco: Use slow_virt_to_phys() in page transition hypervisor callbacks
` [PATCH 2/5] x86/mm: Don't do a TLB flush if changing a PTE that isn't marked present
` [PATCH 3/5] x86/mm: Mark CoCo VM pages not present while changing encrypted state
` [PATCH 4/5] x86/mm: Remove unnecessary call layer for __set_memory_enc_pgtable()
` [PATCH 5/5] x86/mm: Add comments about errors in set_memory_decrypted()/encrypted()
[PATCH 00/14] Batch 1: Annotate structs with __counted_by
2023-10-02 20:29 UTC (5+ messages)
[PATCH 00/15] sysctl: Remove sentinel elements from drivers
2023-10-02 9:02 UTC (32+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
` [PATCH 10/15] vrf: "
` [PATCH 11/15] sgi-xp: "
` [PATCH 12/15] fw loader: "
` [PATCH 13/15] raid: Remove "
` [PATCH 14/15] hyper-v/azure: "
` [PATCH 15/15] intel drm: "
[PATCH net, 0/3] net: mana: Fix some TX processing bugs
2023-09-30 18:19 UTC (12+ messages)
` [PATCH net, 1/3] net: mana: Fix TX CQE error handling
` [PATCH net, 2/3] net: mana: Fix the tso_bytes calculation
` [PATCH net, 3/3] net: mana: Fix oversized sge0 for GSO packets
[PATCH v11 00/37] x86: enable FRED for x86-64
2023-09-28 18:01 UTC (4+ messages)
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
[Patch v6 0/5] RDMA/mana_ib
2023-09-28 12:15 UTC (2+ messages)
linux-next: Tree for Sep 27 [drivers/net/hyperv/hv_netvsc.ko]
2023-09-28 4:20 UTC
[PATCH] x86/hyperv: Remove hv_vtl_early_init initcall
2023-09-28 1:36 UTC (2+ messages)
[PATCH v3 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
2023-09-28 0:17 UTC (12+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).