linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 15:12:32 to 2021-10-21 16:41:30 UTC [more...]

[PATCH v3 0/3] x86/edac/amd64: Add support for noncpu nodes
 2021-10-21 16:40 UTC  (10+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] x86/amd_nb: Add support for northbridges on Aldebaran
  ` [PATCH v4 2/4] EDAC/mce_amd: Extract node id from MCA_IPID
  ` [PATCH v4 3/4] EDAC/amd64: Extend family ops functions
  ` [PATCH v4 4/4] EDAC/amd64: Enumerate memory on Aldebaran GPU nodes

[PATCH 00/20] exit cleanups
 2021-10-21 16:40 UTC  (47+ messages)
` [PATCH 01/20] exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit
` [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die
` [PATCH 03/20] reboot: Remove the unreachable panic after do_exit in reboot(2)
` [PATCH 04/20] signal/sparc32: Remove unreachable do_exit in do_sparc_fault
` [PATCH 05/20] signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
` [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
` [PATCH 07/20] signal/powerpc: On swapcontext failure force SIGSEGV
` [PATCH 08/20] signal/sparc: In setup_tsb_params convert open coded BUG into BUG
` [PATCH 09/20] signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON
` [PATCH 10/20] signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved
` [PATCH 11/20] signal/s390: Use force_sigsegv in default_trap_handler
` [PATCH 12/20] exit/kthread: Have kernel threads return instead of calling do_exit
` [PATCH 13/20] signal: Implement force_fatal_sig
` [PATCH 14/20] exit/syscall_user_dispatch: Send ordinary signals on failure
` [PATCH 15/20] signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer fails
` [PATCH 16/20] signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
` [PATCH 17/20] signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
` [PATCH 18/20] exit/rtl8723bs: Replace the macro thread_exit with a simple return 0
` [PATCH 19/20] exit/rtl8712: "
` [PATCH 20/20] exit/r8188eu: "

[PATCH v3 0/3] last batch of add_disk() error handling conversions
 2021-10-21 16:38 UTC  (4+ messages)
` [PATCH v3 1/3] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 2/3] block: make __register_blkdev() return an error
` [PATCH v3 3/3] block: add __must_check for *add_disk*() callers

[PATCH] tracing: Fix selftest config check for function graph start up test
 2021-10-21 16:37 UTC 

linux-next: Tree for Oct 21
 2021-10-21 16:35 UTC  (5+ messages)
` linux-next: Tree for Oct 21 (drivers/irqchip/irq-mchp-eic.o)
  ` [irqchip: irq/irqchip-next] irqchip/meson-gpio: Drop build-breaking COMPILE_TEST
  ` [irqchip: irq/irqchip-next] irqchip/mchp-eic: "

[PATCH v4 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
 2021-10-21 16:36 UTC  (3+ messages)

[PATCH v6 00/15] arm64: Self-hosted trace related errata workarounds
 2021-10-21 16:35 UTC  (4+ messages)

[RFC PATCH] ceph: add remote object copy counter to fs client
 2021-10-21 16:35 UTC  (6+ messages)

[PATCH 0/2] cpuidle: Fix runtime PM based cpuidle for s2idle
 2021-10-21 16:33 UTC  (11+ messages)
` [PATCH 2/2] PM: sleep: Fix runtime PM based cpuidle support

[PATCH v2 0/6] kthread: Add the helper macro kthread_run_on_cpu()
 2021-10-21 16:31 UTC  (4+ messages)
` [PATCH v2 6/6] trace/hwlat: Make use of "

[PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
 2021-10-21 16:31 UTC  (3+ messages)

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-10-21 16:30 UTC  (5+ messages)
` [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()

[PATCH v4 1/8] PCI/AER: Remove ID from aer_agent_string[]
 2021-10-21 16:30 UTC  (3+ messages)

[PATCH v2 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-10-21 16:28 UTC  (6+ messages)
` [PATCH v2 1/9] mfd: max77686: Correct tab-based alignment of register addresses
` [PATCH v2 7/9] watchdog: Kconfig: fix help text indentation

[PATCH] locking: Generic ticket lock
 2021-10-21 16:28 UTC  (5+ messages)

[PATCH v3 0/2] riscv: switch to relative extable
 2021-10-21 16:21 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: consolidate __ex_table construction
` [PATCH v3 2/2] riscv: switch to relative exception tables

[PATCH v5 00/21] drm/bridge: Make panel and bridge probe order consistent
 2021-10-21 16:30 UTC  (3+ messages)
` [PATCH v5 21/21] drm/msm/dsi: Adjust probe order

[PATCH v3 0/9] add the imx8m pcie phy driver and imx8mm pcie support
 2021-10-21 16:25 UTC  (10+ messages)
` [PATCH v3 5/9] phy: freescale: pcie: initialize the imx8 pcie standalone phy driver

[PATCH V8 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-21 16:22 UTC  (11+ messages)
` [PATCH V8 1/9] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V8 2/9] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V8 3/9] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V8 4/9] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V8 5/9] x86/sev-es: Expose sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
` [PATCH V8 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V8 7/9] x86/hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V8 8/9] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V8 9/9] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM

[btrfs] 0f80799866: WARNING:at_fs/sysfs/file.c:#sysfs_emit
 2021-10-21 16:18 UTC  (4+ messages)

[syzbot] INFO: task can't die in ext4_stop_mmpd
 2021-10-21 16:18 UTC 

[PATCH v2 1/3] hwmon: (lm90) Introduce flag indicating extended temperature support
 2021-10-21 16:14 UTC  (3+ messages)
` [PATCH v2 2/3] hwmon: (lm90) Add basic support for TI TMP461
` [PATCH v2 3/3] hwmon: (tmp401) Drop support for TMP461

[PATCH v3 00/25] Unify PCI error response checking
 2021-10-21 16:08 UTC  (23+ messages)
` [PATCH v3 01/25] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
` [PATCH v3 02/25] PCI: Set error response in config access defines when ops->read() fails
` [PATCH v3 11/25] PCI: aardvark: Remove redundant error fabrication when device read fails
` [PATCH v3 12/25] PCI: mvebu: "
` [PATCH v3 13/25] PCI: altera: "
` [PATCH v3 14/25] PCI: rcar: "
` [PATCH v3 15/25] PCI: rockchip: "
` [PATCH v3 16/25] PCI/ERR: Use RESPONSE_IS_PCI_ERROR() to check read from hardware
` [PATCH v3 17/25] PCI: vmd: "
` [PATCH v3 18/25] PCI: pciehp: "
` [PATCH v3 19/25] PCI/DPC: "
` [PATCH v3 20/25] PCI/PME: "
` [PATCH v3 21/25] PCI: cpqphp: "
` [PATCH v3 22/25] PCI: Use PCI_ERROR_RESPONSE to specify hardware error
` [PATCH v3 23/25] PCI: keystone: "
` [PATCH v3 24/25] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error
` [PATCH v3 25/25] PCI: xgene: Use PCI_ERROR_RESPONSE to specify hardware error

[GIT PULL] ucount fixes for v5.15
 2021-10-21 16:02 UTC 

[PATCH v4] dt-bindings: dvfs: Add support for generic performance domains
 2021-10-21 16:01 UTC  (11+ messages)

[PATCH v2 00/10] firmware_loader: built-in API and make x86 use it
 2021-10-21 15:58 UTC  (11+ messages)
` [PATCH v2 01/10] firmware_loader: formalize built-in firmware API
` [PATCH v2 02/10] firmware_loader: remove old DECLARE_BUILTIN_FIRMWARE()
` [PATCH v2 03/10] x86/microcode: Use the firmware_loader built-in API
` [PATCH v2 04/10] firmware_loader: move struct builtin_fw to the only place used
` [PATCH v2 05/10] vmlinux.lds.h: wrap built-in firmware support under FW_LOADER
` [PATCH v2 06/10] x86/build: Tuck away built-in firmware "
` [PATCH v2 07/10] firmware_loader: rename EXTRA_FIRMWARE and EXTRA_FIRMWARE_DIR
` [PATCH v2 08/10] firmware_loader: move builtin build helper to shared library
` [PATCH v2 09/10] test_firmware: move a few test knobs out to its library
` [PATCH v2 10/10] test_firmware: add support for testing built-in firmware

[PATCH v2 0/2] perf jevents: Enable build warnings
 2021-10-21 15:58 UTC  (5+ messages)
` [PATCH v2 2/2] perf jevents: Enable warnings through HOSTCFLAGS

[GIT PULL] arm64 fixes for 5.15-rc5
 2021-10-21 15:57 UTC  (7+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-21 15:56 UTC  (8+ messages)
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler

[PATCH] sctp: initialize endpoint LSM labels also on the client side
 2021-10-21 15:55 UTC  (3+ messages)

[PATCH v2 0/2] riscv: switch to relative extable
 2021-10-21 15:47 UTC  (7+ messages)
` [PATCH v2 1/2] riscv: consolidate __ex_table construction
` [PATCH v2 2/2] riscv: switch to relative exception tables

[PATCH v3 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-10-21 15:52 UTC  (2+ messages)

[PATCH] f2fs: include non-compressed blocks in compr_written_block
 2021-10-21 15:51 UTC  (7+ messages)
` [f2fs-dev] "

[PATCH] mm/secretmem: Avoid letting secretmem_users drop to zero
 2021-10-21 15:50 UTC  (3+ messages)

[RFCv1 0/4] arm64: Use static key for PID in CONTEXTIDR
 2021-10-21 15:49 UTC  (6+ messages)
` [RFCv1 1/4] arm64: Use static key for tracing "
` [RFCv1 4/4] perf: arm_spe: Dynamically switch PID tracing to contextidr

[PATCH v3 2/2] ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method
 2021-10-21 15:46 UTC  (2+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-21 15:43 UTC  (22+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC 03/16] KVM: selftests: handle encryption bits in page tables
` [RFC 04/16] KVM: selftests: set CPUID before setting sregs in vcpu creation
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests

[PATCH V7 5/9] x86/sev-es: Expose __sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
 2021-10-21 15:42 UTC  (11+ messages)
` [PATCH] "

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-10-21 15:36 UTC  (4+ messages)
` Re: Re: [PATCH v7 11/11] media: hantro: Support NV12 on the G2 core
    `  "

[PATCH v3 1/2] thermal/core: Make the userspace governor deprecated
 2021-10-21 15:35 UTC  (4+ messages)

[GIT PULL] riscv: dts: few cleanups for v5.16
 2021-10-21 15:35 UTC  (4+ messages)

[PATCH v5 0/1] Add support for the Mercury+ AA1 module
 2021-10-21 15:34 UTC  (3+ messages)
` [PATCH v5 1/1] dts: socfpga: Add Mercury+ AA1 devicetree

[GIT PULL] Networking for 5.15-rc7
 2021-10-21 15:32 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2021-10-21 15:32 UTC  (2+ messages)

[PATCH] Revert "drm/ast: Add detect function support"
 2021-10-21 15:30 UTC 

linux-next: manual merge of the tip tree with the iommu tree
 2021-10-21 15:29 UTC  (2+ messages)

[PATCH] btrfs: simplify redundant logic judgment
 2021-10-21 15:26 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-10-21 15:23 UTC  (16+ messages)
` [PATCH v17 01/15] s390/vfio-ap: Set pqap hook when vfio_ap module is loaded
` [PATCH v17 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v17 03/15] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v17 04/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v17 05/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v17 06/15] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v17 07/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v17 08/15] s390/vfio-ap: keep track of active guests
` [PATCH v17 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v17 10/15] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v17 11/15] s390/ap: driver callback to indicate resource in use
` [PATCH v17 12/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v17 13/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks
` [PATCH v17 15/15] s390/vfio-ap: update docs to include dynamic config support

[PATCH] mfd: wcd934x: Replace legacy gpio interface for gpiod
 2021-10-21 15:24 UTC  (2+ messages)

[PATCH v1] PCI: qcom: Fix incorrect register offset in pcie init
 2021-10-21 15:21 UTC  (3+ messages)

[PATCH v1] usb: xhci: tegra: Check padctrl interrupt presence in device tree
 2021-10-21 15:20 UTC  (5+ messages)

[PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
 2021-10-21 15:15 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests: bpf: convert test_bpffs to ASSERT macros
` [PATCH bpf-next v2 3/3] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs

[veth] 9d3684c24a: kernel-selftests.net/mptcp.mptcp_join.sh.fail
 2021-10-21 15:34 UTC  (3+ messages)

[PATCH V1] gcc-plugins: remove duplicate include in gcc-common.h
 2021-10-21 15:13 UTC  (2+ messages)

[PATCH] x86/unwind/orc: Handle kretprobes_trampoline
 2021-10-21 15:13 UTC  (6+ messages)

[PATCH] usb: gadget: mass_storage: Make use of the helper macro kthread_run()
 2021-10-21 15:13 UTC  (2+ messages)

[patch 09/21] x86/fpu/core: Convert to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 15/30] x86/fpu: Replace KVMs home brewed FPU copy to user
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 04/21] x86/fpu: Replace KVMs xstate component clearing
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 05/21] x86/KVM: Convert to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 02/21] x86/fpu: Convert fpstate_init() to struct fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 01/21] x86/fpu: Provide struct fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 06/21] x86/fpu: Convert tracing to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 03/21] x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 07/21] x86/fpu/regset: Convert to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 08/21] x86/fpu/signal: Convert to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 10/21] x86/math-emu: Convert to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 11/21] x86/fpu: Remove fpu::state
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 12/21] x86/fpu: Do not leak fpstate pointer on fork
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 13/21] x86/process: Move arch_thread_struct_whitelist() out of line
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 14/21] x86/fpu: Add size and mask information to fpstate
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 15/21] x86/fpu: Use fpstate::size
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 16/21] x86/fpu/xstate: Use fpstate for os_xsave()
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 17/21] x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 18/21] x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch 19/21] x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 21/21] x86/fpu/signal: Use fpstate for size and features
 2021-10-21 15:12 UTC  (2+ messages)
` [tip: x86/fpu] "


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).