All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-24 15:43:11 to 2020-07-24 16:16:44 UTC [more...]

[PATCH v2 0/3] kprobes: Remove MODULE dependency
 2020-07-24 15:46 UTC  (8+ messages)
` [PATCH v2 1/3] module: Rename module_alloc() to text_alloc() and move to kernel proper

[linux-next:master 9599/11145] include/linux/compiler_types.h:338:38: error: call to '__compiletime_assert_280' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (_PFN_SHIFT > PAGE_SHIFT)
 2020-07-24 16:16 UTC 

Bug in iproute2 man page (or in iproute itself)
 2020-07-24 16:15 UTC  (2+ messages)
` [RFT iproute2] iplink_bridge: scale all time values by USER_HZ

Trying to update GIT in Ubuntu 18.04
 2020-07-24 16:13 UTC  (3+ messages)

[PATCH 01/12] Manual pages: blockdev.8: Minor wording and formatting fixes
 2020-07-24 16:07 UTC  (2+ messages)

[PATCH v3 for-5.1?? 00/21] Fix error handling during bitmap postcopy
 2020-07-24 16:11 UTC  (5+ messages)
` [PATCH v3 07/21] migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
` [PATCH v3 13/21] migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete

[PATCH v2] trivial: acpi: replace some bitshifts with BIT macro
 2020-07-24 16:11 UTC  (2+ messages)

[PATCH 1/2] libnvdimm/security: 'security' attr never show 'overwrite' state
 2020-07-24 16:09 UTC  (4+ messages)
` [PATCH 2/2] libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attr

[PATCH v5 00/75] x86: SEV-ES Guest Support
 2020-07-24 16:03 UTC  (76+ messages)
` [PATCH v5 01/75] KVM: SVM: Add GHCB definitions
` [PATCH v5 02/75] KVM: SVM: Add GHCB Accessor functions
` [PATCH v5 03/75] KVM: SVM: Use __packed shorthand
` [PATCH v5 04/75] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH v5 05/75] x86/traps: Move pf error codes to <asm/trap_pf.h>
` [PATCH v5 06/75] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v5 07/75] x86/umip: Factor out instruction fetch
` [PATCH v5 08/75] x86/umip: Factor out instruction decoding
` [PATCH v5 09/75] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v5 10/75] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v5 11/75] x86/boot/compressed/64: Disable red-zone usage
` [PATCH v5 12/75] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v5 13/75] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v5 14/75] x86/boot/compressed/64: Add page-fault handler
` [PATCH v5 15/75] x86/boot/compressed/64: Always switch to own page-table
` [PATCH v5 16/75] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH v5 17/75] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v5 18/75] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v5 19/75] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH v5 20/75] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v5 21/75] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v5 22/75] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v5 23/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v5 24/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v5 25/75] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v5 26/75] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v5 27/75] x86/idt: Move IDT to data segment
` [PATCH v5 28/75] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v5 29/75] x86/head/64: Install startup GDT
` [PATCH v5 30/75] x86/head/64: Setup MSR_GS_BASE before calling into C code
` [PATCH v5 31/75] x86/head/64: Load GDT after switch to virtual addresses
` [PATCH v5 32/75] x86/head/64: Load segment registers earlier
` [PATCH v5 33/75] x86/head/64: Switch to initial stack earlier
` [PATCH v5 34/75] x86/head/64: Make fixup_pointer() static inline
` [PATCH v5 35/75] x86/head/64: Load IDT earlier
` [PATCH v5 36/75] x86/head/64: Move early exception dispatch to C code
` [PATCH v5 37/75] x86/head/64: Set CR4.FSGSBASE early
` [PATCH v5 38/75] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v5 39/75] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v5 40/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v5 41/75] x86/sev-es: Setup early #VC handler
` [PATCH v5 42/75] x86/sev-es: Setup GHCB based boot "
` [PATCH v5 43/75] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v5 44/75] x86/sev-es: Allocate and Map IST stack for #VC handler
` [PATCH v5 45/75] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v5 46/75] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v5 47/75] x86/entry/64: Add entry code for #VC handler
` [PATCH v5 48/75] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v5 49/75] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v5 50/75] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v5 51/75] x86/sev-es: Handle MMIO events
` [PATCH v5 52/75] x86/sev-es: Handle MMIO String Instructions
` [PATCH v5 53/75] x86/sev-es: Handle MSR events
` [PATCH v5 54/75] x86/sev-es: Handle DR7 read/write events
` [PATCH v5 55/75] x86/sev-es: Handle WBINVD Events
` [PATCH v5 56/75] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v5 57/75] x86/sev-es: Handle RDPMC Events
` [PATCH v5 58/75] x86/sev-es: Handle INVD Events
` [PATCH v5 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v5 60/75] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v5 61/75] x86/sev-es: Handle VMMCALL Events
` [PATCH v5 62/75] x86/sev-es: Handle #AC Events
` [PATCH v5 63/75] x86/sev-es: Handle #DB Events
` [PATCH v5 64/75] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v5 65/75] x86/kvm: Add KVM "
` [PATCH v5 66/75] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v5 67/75] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v5 68/75] x86/realmode: Setup AP jump table
` [PATCH v5 69/75] x86/smpboot: Setup TSS for starting AP
` [PATCH v5 70/75] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v5 71/75] x86/head/64: Rename start_cpu0
` [PATCH v5 72/75] x86/sev-es: Support CPU offline/online
` [PATCH v5 73/75] x86/sev-es: Handle NMI State
` [PATCH v5 74/75] x86/efi: Add GHCB mappings when SEV-ES is active
` [PATCH v5 75/75] x86/sev-es: Check required CPU features for SEV-ES

[PATCH v5 0/4] clk: qcom: Support for Low Power Audio Clocks on SC7180
 2020-07-24 16:07 UTC  (5+ messages)
` [PATCH v5 1/4] clk: qcom: gdsc: Add support to enable retention of GSDCR
` [PATCH v5 2/4] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7180
` [PATCH v5 3/4] clk: qcom: gcc: Add support for GCC LPASS clock for SC7180
` [PATCH v5 4/4] clk: qcom: lpass: Add support for LPASS clock controller "

[PATCH v4 00/13] "Task_isolation" mode
 2020-07-24 16:08 UTC  (10+ messages)
          ` [EXT] "

[PATCH v4] libselinux: use kernel status page by default
 2020-07-24 16:09 UTC  (4+ messages)

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-24 16:09 UTC  (7+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch

[PATCH v2] mfd: syscon: Use a unique name with regmap_config
 2020-07-24 16:06 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/af_xdp: don't free the mempool on umem destruction
 2020-07-24 16:07 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH V7 00/14] TopDown metrics support for Icelake
 2020-07-24 16:07 UTC  (5+ messages)
` [PATCH V7 08/14] perf/x86/intel: Generic support for hardware TopDown metrics

[PATCH v4 0/4] clk: qcom: Support for Low Power Audio Clocks on SC7180
 2020-07-24 16:06 UTC  (4+ messages)
` [PATCH v4 4/4] clk: qcom: lpass: Add support for LPASS clock controller for SC7180

[PATCH] PCI/P2PDMA: Add AMD Zen 2 root complex to the list of allowed bridges
 2020-07-24 16:07 UTC  (4+ messages)

[PATCH v4 1/2] IMA: Fix policy readability check
 2020-07-24 16:06 UTC  (6+ messages)
` [PATCH v4 2/2] IMA: Add test for kexec cmdline measurement
        ` [LTP] "

[Linux-kernel-mentees] [PATCH] lib: kunit: Convert test_sort to KUnit test
 2020-07-24 16:05 UTC  (4+ messages)
`  "

[PATCH] RFC : mikroBUS driver for add-on boards
 2020-07-24 16:06 UTC  (2+ messages)

[GIT PULL] memory: Cleanups of memory controller drivers for v5.9
 2020-07-24 16:03 UTC 

[PATCH v1 0/2] ptp: Add generic header parsing function
 2020-07-24 16:03 UTC  (4+ messages)

[PATCH] trivial: acpi: replace some bitshifts with BIT macro
 2020-07-24 16:02 UTC  (2+ messages)

[PATCH v4 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-24 16:02 UTC  (3+ messages)
` [PATCH v4 bpf-next 2/6] bpf: propagate poke descriptors to subprograms

[ANNOUNCEMENT] Xen 4.14 is released
 2020-07-24 16:01 UTC 

[RFC PATCH v1 0/4] PCI devices passthrough on Arm
 2020-07-24 16:01 UTC  (8+ messages)
` [RFC PATCH v1 1/4] arm/pci: PCI setup and PCI host bridge discovery within XEN on ARM

[PATCH v4 net-next 00/16] sfc: driver for EF100 family NICs, part 1
 2020-07-24 16:01 UTC  (17+ messages)
` [PATCH v4 net-next 01/16] sfc: remove efx_ethtool_nway_reset()
` [PATCH v4 net-next 02/16] sfc_ef100: add EF100 register definitions
` [PATCH v4 net-next 03/16] sfc_ef100: register accesses on EF100
` [PATCH v4 net-next 04/16] sfc: skeleton EF100 PF driver
` [PATCH v4 net-next 05/16] sfc_ef100: reset-handling stub
` [PATCH v4 net-next 06/16] sfc_ef100: PHY probe stub
` [PATCH v4 net-next 07/16] sfc_ef100: don't call efx_reset_down()/up() on EF100
` [PATCH v4 net-next 08/16] sfc_ef100: implement MCDI transport
` [PATCH v4 net-next 09/16] sfc_ef100: implement ndo_open/close and EVQ probing
` [PATCH v4 net-next 10/16] sfc_ef100: process events for MCDI completions
` [PATCH v4 net-next 11/16] sfc_ef100: read datapath caps, implement check_caps
` [PATCH v4 net-next 12/16] sfc_ef100: extend ef100_check_caps to cover datapath_caps3
` [PATCH v4 net-next 13/16] sfc_ef100: actually perform resets
` [PATCH v4 net-next 14/16] sfc_ef100: probe the PHY and configure the MAC
` [PATCH v4 net-next 15/16] sfc_ef100: read device MAC address at probe time
` [PATCH v4 net-next 16/16] sfc_ef100: implement ndo_get_phys_port_{id,name}

Creation of a branch named that has a directory prefix equal to the name of another branch fail
 2020-07-24 16:00 UTC  (2+ messages)

[PATCH v2] dt-bindings: sound: convert Everest ES8316 binding to yaml
 2020-07-24 15:59 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] i40e: add support for PTP external synchronization clock
 2020-07-24 15:59 UTC  (4+ messages)
  ` [Intel-wired-lan] [PATCH v2] "

[PATCH] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries
 2020-07-24 15:58 UTC  (2+ messages)

[PATCH 0/6] usb: typec: tcpm: Fix AB BA lock inversion between tcpm and alt-mode drivers
 2020-07-24 15:59 UTC  (7+ messages)
` [PATCH 5/6] usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the "
` [PATCH 6/6] usb: typec: tcpm: Add WARN_ON ensure we are not tryong to send 2 VDM packets at the same time

[PATCH v3] Add MediaTek MT6779 devapc driver
 2020-07-24 15:55 UTC  (11+ messages)
` [PATCH v3 2/2] soc: mediatek: add mtk-devapc driver

[RFC PATCH v2 0/3] Support vendor specific operations for WB
 2020-07-24 15:57 UTC  (7+ messages)
  ` [RFC PATCH v2 3/3] scsi: ufs: add vendor specific write booster To support the fuction of writebooster by vendor. The WB behavior that the vendor wants is slightly different. But we have to support it

[Bug 1888601] [NEW] QEMU v5.1.0-rc0/rc1 hang with nested virtualization
 2020-07-24 15:42 UTC  (2+ messages)
` [Bug 1888601] "

[PATCH] PCI/P2PDMA: Add AMD Zen 2 root complex to the list of allowed bridges
 2020-07-24 15:56 UTC  (2+ messages)

[PATCH v7 00/47] block: Deal with filters
 2020-07-24 15:55 UTC  (5+ messages)
` [PATCH v7 37/47] qemu-img: Use child access functions
` [PATCH v7 38/47] block: Drop backing_bs()

[PATCH 00/19] PCI: Another round of host clean-ups
 2020-07-24 15:55 UTC  (3+ messages)

[PATCH v3 0/2] mips: jz4780: Kconfig cleanup
 2020-07-24 15:54 UTC  (8+ messages)
` [PATCH v3 2/2] mtd: rawnand: ingenic: Limit MTD_NAND_JZ4780 to architecture only

[RESEND PATCHv1] fpga: stratix10-soc: make FPGA task un-interruptible
 2020-07-24 16:10 UTC 

[PATCH v2] scsi_debug: tur_ms_to_ready parameter
 2020-07-24 15:55 UTC 

[PATCH v2] gitlab-ci: Fix Avocado cache usage
 2020-07-24 15:52 UTC  (2+ messages)

[v2 resend][meta-oe][PATCH 1/1] lvm2: allow for reproducible binary builds
 2020-07-24 15:53 UTC 

[dpdk-dev] [PATCH v2 0/3] compile librte_net for windows
 2020-07-24 15:52 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 "

[PATCH] change slave occurence to secondary everywhere
 2020-07-24 15:51 UTC  (4+ messages)
` [PATCH v3] staging: nvec: change usage of slave to secondary

[PATCH] dt-bindings: sound: convert Everest ES8316 binding to yaml
 2020-07-24 15:50 UTC  (4+ messages)

usb: core: URB completer callback possibly called after usb_kill_anchored_urbs() returns
 2020-07-24 15:51 UTC  (2+ messages)

[PATCH v2] usb: typec: tcpm: Migrate workqueue to RT priority for processing events
 2020-07-24 15:51 UTC  (2+ messages)

[PATCH v4 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-24 14:08 UTC  (4+ messages)
` [PATCH v4 06/12] ppc64/kexec_file: restrict memory usage of kdump kernel

[PATCH 0/4] media: staging: rkisp1: fixes related to the uapi lsc struct
 2020-07-24 15:48 UTC  (7+ messages)
` [PATCH 2/4] media: staging: rkisp1: set "*_data_tbl" fields in rkisp1_cif_isp_lsc_config as 2D arries
` [PATCH 3/4] media: staging: rkisp1: replace two identical macros with one
` [PATCH 4/4] media: staging: rkisp1: change type of fields in 'rkisp1_cif_isp_lsc_config' from u32 to u16

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2020-07-24 15:46 UTC  (2+ messages)

[PATCH v2 4/4] xen: add helpers to allocate unpopulated memory
 2020-07-24 15:46 UTC  (3+ messages)

[RESEND PATCHv1] MAINTAINERS: altera: change maintainer for Altera drivers
 2020-07-24 15:59 UTC 

[PATCH bpf-next v6 0/7] Generalizing bpf_local_storage
 2020-07-24 15:44 UTC  (4+ messages)
` [PATCH bpf-next v6 1/7] bpf: Renames to prepare for generalizing sk_storage

[Buildroot] [PATCH v3 0/8] Improving CVE reporting
 2020-07-24 15:43 UTC  (9+ messages)
` [Buildroot] [PATCH v3 1/8] support/scripts: Turn CVE check into a module
` [Buildroot] [PATCH v3 2/8] support/scripts/cve.py: Switch to JSON 1.1
` [Buildroot] [PATCH v3 3/8] package/pkg-utils: show-info: report the list of the CVEs ignored
` [Buildroot] [PATCH v3 4/8] support/script: Make CVE class independent of the Pacakage class
` [Buildroot] [PATCH v3 5/8] support/scripts: Add a per configuration CVE checker
` [Buildroot] [PATCH v3 6/8] support/script/pkg-stats: Manage the CVEs that need to be check
` [Buildroot] [PATCH v3 7/8] support/script/cve-checker: "
` [Buildroot] [PATCH v3 8/8] package/pkg-utils/cve.py: Manage case when package version doesn't exist

[dpdk-dev] [PATCH] common/mlx5: fix CPU detection for PCI relaxed ordering
 2020-07-24 15:43 UTC  (5+ messages)

[dpdk-dev] [PATCH 0/2] Fix vhost performance regression
 2020-07-24 15:43 UTC  (5+ messages)

[PATCH 1/1 V4] : PCIE PHB reset
 2020-07-24 13:25 UTC  (2+ messages)

[virtio-comment] [PATCH v2 0/7] doc build updates and terminology definitions
 2020-07-24 15:42 UTC  (8+ messages)
` [virtio-comment] [PATCH v2 1/7] README.md: convert html to proper Markdown format
` [virtio-comment] [PATCH v2 2/7] CONTRIBUTING.md: convert html to proper MarkDown
` [virtio-comment] [PATCH v2 3/7] LICENSE.md: "
` [virtio-comment] [PATCH v2 4/7] Makefile: add some simple make automations
` [virtio-comment] [PATCH v2 5/7] make-setup-generated: optionally add GIT metadata
` [virtio-comment] [PATCH v2 6/7] introduction.tex: introduce a glossary of terms
` [virtio-comment] [PATCH v2 7/7] content.tex: tighten up the definition of notification


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.