All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-08 00:05:21 to 2021-07-08 01:10:10 UTC [more...]

incoming
 2021-07-08  1:10 UTC  (50+ messages)
` [patch 01/54] lib/test: fix spelling mistakes
` [patch 02/54] lib: "
` [patch 03/54] lib: fix spelling mistakes in header files
` [patch 04/54] hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
` [patch 05/54] hexagon: use common DISCARDS macro
` [patch 06/54] hexagon: select ARCH_WANT_LD_ORPHAN_WARN
` [patch 07/54] mm/slub: use stackdepot to save stack trace in objects
` [patch 08/54] mmap: make mlock_future_check() global
` [patch 09/54] riscv/Kconfig: make direct map manipulation options depend on MMU
` [patch 10/54] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [patch 11/54] mm: introduce memfd_secret system call to create "secret" memory areas
` [patch 12/54] PM: hibernate: disable when there are active secretmem users
` [patch 13/54] arch, mm: wire up memfd_secret system call where relevant
` [patch 14/54] secretmem: test: add basic selftest for memfd_secret(2)
` [patch 15/54] mm: fix spelling mistakes in header files
` [patch 16/54] mm: add setup_initial_init_mm() helper
` [patch 17/54] arc: convert to setup_initial_init_mm()
` [patch 18/54] arm: "
` [patch 19/54] arm64: "
` [patch 20/54] csky: "
` [patch 21/54] h8300: "
` [patch 22/54] m68k: "
` [patch 23/54] nds32: "
` [patch 24/54] nios2: "
` [patch 25/54] openrisc: "
` [patch 26/54] powerpc: "
` [patch 27/54] riscv: "
` [patch 28/54] s390: "
` [patch 29/54] sh: "
` [patch 30/54] x86: "
` [patch 31/54] buildid: only consider GNU notes for build ID parsing
` [patch 32/54] buildid: add API to parse build ID out of buffer
` [patch 33/54] buildid: stash away kernels build ID on init
` [patch 34/54] dump_stack: add vmlinux build ID to stack traces
` [patch 35/54] module: add printk formats to add module build ID to stacktraces
` [patch 36/54] arm64: stacktrace: use %pSb for backtrace printing
` [patch 37/54] x86/dumpstack: use %pSb/%pBb "
` [patch 38/54] scripts/decode_stacktrace.sh: support debuginfod
` [patch 39/54] scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nm
` [patch 40/54] scripts/decode_stacktrace.sh: indicate 'auto' can be used for base path
` [patch 41/54] buildid: mark some arguments const
` [patch 42/54] buildid: fix kernel-doc notation
` [patch 43/54] kdump: use vmlinux_build_id to simplify
` [patch 44/54] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
` [patch 45/54] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
` [patch 46/54] selftest/mremap_test: update the test to handle pagesize other than 4K
` [patch 47/54] selftest/mremap_test: avoid crash with static build
` [patch 48/54] mm/mremap: convert huge PUD move to separate helper
` [patch 49/54] mm/mremap: don't enable optimized PUD move if page table levels is 2

[PATCH 0/2] board: sifive: unmatched: reset multiple devices in SPL
 2021-07-08  1:08 UTC  (3+ messages)
` [PATCH 1/2] board: sifive: unmatched: refine GEMGXL initialized function "
` [PATCH 2/2] board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device "

linux-next: build failure after merge of the vhost tree
 2021-07-08  1:08 UTC 

[PATCH] tools/libxc: use uint32_t for pirq in xc_domain_irq_permission
 2021-07-08  1:08 UTC  (4+ messages)

[RFC PATCH v2 00/44] TDX support
 2021-07-08  0:55 UTC  (64+ messages)
` [RFC PATCH v2 01/44] target/i386: Expose x86_cpu_get_supported_feature_word() for TDX
` [RFC PATCH v2 02/44] kvm: Switch KVM_CAP_READONLY_MEM to a per-VM ioctl()
` [RFC PATCH v2 03/44] i386/kvm: Move architectural CPUID leaf generation to separarte helper
` [RFC PATCH v2 04/44] vl: Introduce machine_init_done_late notifier
` [RFC PATCH v2 05/44] linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH v2 06/44] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH v2 07/44] i386/kvm: Squash getting/putting guest state for TDX VMs
` [RFC PATCH v2 08/44] i386/kvm: Skip KVM_X86_SETUP_MCE for TDX guests
` [RFC PATCH v2 09/44] target/i386: kvm: don't synchronize guest tsc for TD guest
` [RFC PATCH v2 10/44] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH v2 11/44] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v2 12/44] target/i386/tdx: Finalize the TD's measurement when machine is done
` [RFC PATCH v2 13/44] i386/tdx: Frame in tdx_get_supported_cpuid with KVM_TDX_CAPABILITIES
` [RFC PATCH v2 14/44] i386/tdx: Frame in the call for KVM_TDX_INIT_VCPU
` [RFC PATCH v2 15/44] i386/tdx: Add hook to require generic device loader
` [RFC PATCH v2 16/44] hw/i386: Add definitions from UEFI spec for volumes, resources, etc
` [RFC PATCH v2 17/44] i386/tdx: Add definitions for TDVF metadata
` [RFC PATCH v2 18/44] hw/i386: refactor e820_add_entry()
` [RFC PATCH v2 19/44] hw/i386/e820: introduce a helper function to change type of e820
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState
` [RFC PATCH v2 21/44] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH v2 22/44] i386/tdx: Add TDVF memory via INIT_MEM_REGION
` [RFC PATCH v2 23/44] i386/tdx: Use KVM_TDX_INIT_VCPU to pass HOB to TDVF
` [RFC PATCH v2 24/44] i386/tdx: Add MMIO HOB entries
` [RFC PATCH v2 25/44] q35: Move PCIe BAR check above PAM check in mch_write_config()
` [RFC PATCH v2 26/44] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH v2 27/44] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH v2 28/44] i386/tdx: Force x2apic mode and routing for TDs
` [RFC PATCH v2 29/44] target/i386: Add machine option to disable PIC/8259
` [RFC PATCH v2 30/44] qom: implement property helper for sha384
` [RFC PATCH v2 31/44] target/i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [RFC PATCH v2 32/44] tdx: add kvm_tdx_enabled() accessor for later use
` [RFC PATCH v2 33/44] qmp: add query-tdx-capabilities query-tdx command
` [RFC PATCH v2 34/44] target/i386/tdx: set reboot action to shutdown when tdx
` [RFC PATCH v2 35/44] ioapic: add property to disable level interrupt
` [RFC PATCH v2 36/44] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [RFC PATCH v2 37/44] hw/i386: add option to forcibly report edge trigger in acpi tables
` [RFC PATCH v2 38/44] hw/i386: plug eoi_intercept_unsupported to ioapic
` [RFC PATCH v2 39/44] ioapic: add property to disallow SMI delivery mode
` [RFC PATCH v2 40/44] hw/i386: add a flag to disallow SMI
` [RFC PATCH v2 41/44] ioapic: add property to disallow INIT/SIPI delivery mode
` [RFC PATCH v2 42/44] hw/i386: add a flag to disable init/sipi delivery mode of interrupt
` [RFC PATCH v2 43/44] i386/tdx: disallow level interrupt and SMI/INIT/SIPI delivery mode
` [RFC PATCH v2 44/44] i386/tdx: disable S3/S4 unconditionally

[dpdk-dev] [PATCH v2] ethdev: add IPv4 checksum RSS offload type
 2021-07-08  1:07 UTC  (11+ messages)
` [dpdk-dev] [PATCH v3] ethdev: add IPv4 and L4 checksum RSS offload types

[PATCH 0/2] Fix and enable camcc-sm8250
 2021-07-08  1:08 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: camcc-sm8250: Fix absent mmcx regulator reference
` [PATCH 2/2] arm64: dts: qcom: sm8250: Add camcc DT node

Xen/ARM API issue (page size)
 2021-07-08  1:05 UTC  (2+ messages)

[PATCH] swiotlb: add overflow checks to swiotlb_bounce
 2021-07-08  0:59 UTC  (3+ messages)

next/pending-fixes build: 191 builds: 2 failed, 189 passed, 16 warnings (v5.13-12392-g47fac7b4f4b23)
 2021-07-08  1:01 UTC 

[PATCH] Bluetooth: call lock_sock() outside of spinlock section
 2021-07-08  1:00 UTC  (5+ messages)
` [PATCH v2] "
      `  "

[PATCH 00/17] Rust support
 2021-07-08  0:58 UTC  (8+ messages)

[PATCH 0/1] cifs: use helpers when parsing uid/gid mount options and
 2021-07-08  0:57 UTC  (3+ messages)
` [PATCH] cifs: use helpers when parsing uid/gid mount options and validate them

[TECH TOPIC] Rust for Linux
 2021-07-08  0:56 UTC  (13+ messages)

[ovmf test] 163404: regressions - FAIL
 2021-07-08  0:55 UTC 

[PATCH 0/4] dp8393x: fixes and improvements
 2021-07-08  0:52 UTC  (5+ messages)
` [PATCH 1/4] dp8393x: don't force 32-bit register access

KUnit Hackathon
 2021-07-08  0:49 UTC  (6+ messages)

[MPTCP][PATCH v3 mptcp-next 0/8] MP_FAIL support
 2021-07-08  0:44 UTC  (9+ messages)
` [MPTCP][PATCH v3 mptcp-next 1/8] mptcp: MP_FAIL suboption sending
  ` [MPTCP][PATCH v3 mptcp-next 2/8] mptcp: MP_FAIL suboption receiving
    ` [MPTCP][PATCH v3 mptcp-next 3/8] mptcp: send out MP_FAIL when data checksum fail
      ` [MPTCP][PATCH v3 mptcp-next 4/8] mptcp: add the mibs for MP_FAIL
        ` [MPTCP][PATCH v3 mptcp-next 5/8] selftests: mptcp: add MP_FAIL mibs check
          ` [MPTCP][PATCH v3 mptcp-next 6/8] mptcp: infinite mapping sending

Patch For Lenovo Legion 7 15IMHg05 & Yoga 7 14ITL5
 2021-07-08  0:16 UTC 

[PATCH net] net: phy: reconfigure PHY WOL in resume if WOL option still enabled
 2021-07-08  0:42 UTC 

[PATCH] tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
 2021-07-08  0:43 UTC  (7+ messages)

[PATCH] target/i386: suppress CPUID leaves not defined by the CPU vendor
 2021-07-08  0:36 UTC 

Fwd: [PATCH] hwmon: nct6775: Add missing voltage reading NCT6796D
 2021-07-08  0:42 UTC 

[folded-merged] buildid-stash-away-kernels-build-id-on-init-fix.patch removed from -mm tree
 2021-07-08  0:37 UTC 

[folded-merged] mm-mremap-convert-huge-pud-move-to-separate-helper-fix.patch removed from -mm tree
 2021-07-08  0:36 UTC 

[PATCH] ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()
 2021-07-08  0:35 UTC  (2+ messages)

[PATCH] mm/debug_vm_pgtable: Fix corrupted PG_arch_1 by set_pmd_at()
 2021-07-08  0:35 UTC  (3+ messages)

[folded-merged] mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t-fix.patch removed from -mm tree
 2021-07-08  0:35 UTC 

[igt-dev] [PATCH] tests/kms_addfb_basic: Test addfb2 with DRM_FORMAT_C8 only if supported
 2021-07-08  0:34 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[folded-merged] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t-fix-3.patch removed from -mm tree
 2021-07-08  0:34 UTC 

[folded-merged] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t-fix-2.patch removed from -mm tree
 2021-07-08  0:34 UTC 

Programming PASID in IMS entries
 2021-07-08  0:33 UTC  (4+ messages)

[PATCH] ksmbd: delete some stray tabs
 2021-07-08  0:33 UTC  (2+ messages)

[XEN PATCH 0/2] automation: Fix build with new qemu-xen version
 2021-07-08  0:32 UTC  (9+ messages)
` [XEN PATCH 2/2] automation: Check if ninja is available before building QEMU

[folded-merged] module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix-fix.patch removed from -mm tree
 2021-07-08  0:32 UTC 

[folded-merged] module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch removed from -mm tree
 2021-07-08  0:32 UTC 

[folded-merged] module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-2.patch removed from -mm tree
 2021-07-08  0:32 UTC 

[folded-merged] module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch removed from -mm tree
 2021-07-08  0:32 UTC 

[folded-merged] mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch removed from -mm tree
 2021-07-08  0:31 UTC 

[yocto-autobuilder-helper][dunfell 0/1] Pull request (cover letter only)
 2021-07-08  0:28 UTC 

[folded-merged] mm-slub-use-stackdepot-to-save-stack-trace-in-objects-fix-2.patch removed from -mm tree
 2021-07-08  0:29 UTC 

[folded-merged] mm-slub-use-stackdepot-to-save-stack-trace-in-objects-fix.patch removed from -mm tree
 2021-07-08  0:29 UTC 

[PATCH] Fix libpmem configuration option
 2021-07-08  0:22 UTC  (2+ messages)

[RESEND PATCH 2/2] soc: qcom: rpmhpd: Make power_on actually enable the domain
 2021-07-08  0:25 UTC  (3+ messages)

[OE-core][dunfell 00/18] Pull request (cover letter only)
 2021-07-08  0:23 UTC 

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-08  0:21 UTC  (11+ messages)

[cip-dev] New CVE entries this week
 2021-07-08  0:21 UTC 

[PATCH] checkpatch: Add check for common mailing list helper checks
 2021-07-08  0:21 UTC  (5+ messages)

[PATCH] ndctl/dimm: Fix to dump namespace indexs and labels
 2021-07-08  0:21 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: rpmhpd: Improve rpmhpd enable handling
 2021-07-08  0:21 UTC  (3+ messages)
` [PATCH 1/2] soc: qcom: rpmhpd: Use corner in power_off

[PATCH v2 0/5] optimizations for many alternates
 2021-07-08  0:20 UTC  (3+ messages)
` [PATCH v3 1/5] speed up alt_odb_usable() with "

[qemu-mainline bisection] complete test-amd64-amd64-qemuu-freebsd11-amd64
 2021-07-08  0:19 UTC 

[PATCHv3 bpf-next 0/7] bpf, x86: Add bpf_get_func_ip helper
 2021-07-08  0:18 UTC  (9+ messages)
` [PATCHv3 bpf-next 3/7] bpf: Add bpf_get_func_ip helper for tracing programs
` [PATCHv3 bpf-next 5/7] selftests/bpf: Add test for bpf_get_func_ip helper
` [PATCHv3 bpf-next 6/7] libbpf: allow specification of "kprobe/function+offset"
` [PATCHv3 bpf-next 7/7] selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe

What's cooking in git.git (Jul 2021, #01; Tue, 6)
 2021-07-08  0:18 UTC  (3+ messages)

[OE-core] [PATCH] xserver-xorg: upgrade 1.20.11 -> 21.0.99.1
 2021-07-08  0:17 UTC 

[mark-rutland:arm64/entry/further-rework 3/6] arch/arm64/kernel/entry-common.c:203:17: warning: no previous prototype for function 'prepare_el0t_return_from_fork'
 2021-07-08  0:17 UTC  (2+ messages)

[GIT PULL] clk changes for the merge window
 2021-07-08  0:14 UTC 

drivers/gpu/drm/panel/panel-samsung-sofef00.c:10:1: iwyu: warning: superfluous #include <linux/of.h>
 2021-07-08  0:13 UTC 

[PATCH 0/7] CT changes required for GuC submission
 2021-07-08  0:30 UTC  (6+ messages)
` [Intel-gfx] [PATCH 0/2] Introduce set_parallel2 extension
  `  "
  ` [PATCH 1/2] INTEL_DII/NOT_UPSTREAM: drm/i915: "
  ` [PATCH 2/2] REVIEW: Full tree diff against internal/internal
    ` [Intel-gfx] "

[PATCH] btrfs: check for missing device in btrfs_trim_fs
 2021-07-08  0:11 UTC  (3+ messages)

[GIT PULL] f2fs for 5.14-rc1
 2021-07-08  0:10 UTC  (4+ messages)
  ` [f2fs-dev] "

[PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute
 2021-07-08  0:06 UTC  (2+ messages)

[ti:ti-rt-linux-5.10.y 3916/6643] ld.lld: error: undefined symbol: spi_mem_exec_op
 2021-07-08  0:04 UTC 

[mark-rutland:arm64/entry/further-rework 3/6] arch/arm64/kernel/entry-common.c:203:17: warning: no previous prototype for function 'prepare_el0t_return_from_fork'
 2021-07-08  0:05 UTC  (2+ messages)


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.