linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-24 22:54:50 to 2021-11-25 03:12:22 UTC [more...]

[PATCH v3] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
 2021-11-25  2:43 UTC  (2+ messages)

[PATCH] net:phy: Fix "Link is Down" issue
 2021-11-25  3:08 UTC  (6+ messages)

[PATCH] watchdog: davinci: Use div64_ul instead of do_div
 2021-11-25  2:33 UTC  (2+ messages)

[PATCH] octeontx2-nicvf: Add netdev interface support for SDP VF devices
 2021-11-25  2:21 UTC 

[PATCH] dt-bindings: sound: nvidia,tegra-audio: Convert multiple txt bindings to yaml
 2021-11-25  2:18 UTC  (4+ messages)

[PATCH 0/2] Add watchdog driver for Sunplus SP7021 SoC
 2021-11-25  2:52 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] watchdog: Add watchdog driver for Sunplus SP7021

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2021-11-25  2:49 UTC  (3+ messages)
` [PATCH v8 03/17] integrity: Introduce a Linux keyring called machine

[PATCH v2] mdio: aspeed: Fix "Link is Down" issue
 2021-11-25  2:44 UTC 

arch/powerpc/include/asm/kvm_ppc.h:978:1: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-25  2:36 UTC 

[PATCH v14] tty: Fix the keyboard led light display problem
 2021-11-25  2:33 UTC  (4+ messages)

[PATCH 0/2] Refactor some codes in sched/pelt.c
 2021-11-25  3:00 UTC  (3+ messages)
` [PATCH 1/2] sched/pelt: Remove redundant variable in __accumulate_pelt_segments
` [PATCH 2/2] sched/pelt: Change the type of parameter running to bool

[PATCH V5 0/4] Validate used buffer length
 2021-11-25  2:27 UTC  (15+ messages)
` [PATCH V5 1/4] virtio_ring: validate "

altera_tse_main.c:undefined reference to `devm_ioremap'
 2021-11-25  2:25 UTC 

[PATCH 0/4] usb: Use notifier for linking Type C ports
 2021-11-25  2:15 UTC  (6+ messages)
` [PATCH 1/4] usb: typec: Add port registration notifier
` [PATCH 2/4] usb: Use notifier to link Type C ports
` [PATCH 3/4] usb: Link the ports to the connectors they are attached to
` [PATCH 4/4] Revert "usb: Iterator for ports"

[PATCH] cpu/hotplug: Allow the CPU in CPU_UP_PREPARE state to be brought up again
 2021-11-25  2:17 UTC  (3+ messages)

[tip:x86/core 1/1] arch/x86/um/../lib/csum-partial_64.c:98:12: error: implicit declaration of function 'load_unaligned_zeropad'
 2021-11-25  1:58 UTC  (3+ messages)

[RFC PATCH v3 00/59] KVM: X86: TDX support
 2021-11-25  2:12 UTC  (61+ messages)
` [RFC PATCH v3 01/59] x86/mktme: move out MKTME related constatnts/macro to msr-index.h
` [RFC PATCH v3 02/59] x86/mtrr: mask out keyid bits from variable mtrr mask register
` [RFC PATCH v3 03/59] KVM: TDX: Define TDX architectural definitions
` [RFC PATCH v3 04/59] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH v3 05/59] KVM: TDX: add a helper function for kvm to call seamcall
` [RFC PATCH v3 06/59] KVM: TDX: Add C wrapper functions for TDX SEAMCALLs
` [RFC PATCH v3 07/59] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [RFC PATCH v3 08/59] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO
` [RFC PATCH v3 09/59] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v3 10/59] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v3 11/59] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO
` [RFC PATCH v3 12/59] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH v3 13/59] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v3 14/59] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v3 15/59] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH v3 16/59] KVM: x86: Add per-VM flag to disable direct IRQ injection
` [RFC PATCH v3 17/59] KVM: x86: Add flag to disallow #MC injection / KVM_X86_SETUP_MCE
` [RFC PATCH v3 18/59] KVM: x86: Add flag to mark TSC as immutable (for TDX)
` [RFC PATCH v3 19/59] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH v3 20/59] KVM: Add per-VM flag to disable dirty logging of memslots for TDs
` [RFC PATCH v3 21/59] KVM: x86: Add per-VM flag to disable in-kernel I/O APIC and level routes
` [RFC PATCH v3 22/59] KVM: x86: add per-VM flags to disable SMI/INIT/SIPI
` [RFC PATCH v3 23/59] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v3 24/59] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH v3 25/59] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [RFC PATCH v3 26/59] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v3 27/59] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v3 28/59] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v3 29/59] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v3 30/59] KVM: x86: Add guest_supported_xss placholder
` [RFC PATCH v3 31/59] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v3 32/59] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v3 33/59] KVM: x86/mmu: Ignore bits 63 and 62 when checking for "present" SPTEs
` [RFC PATCH v3 34/59] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v3 35/59] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH v3 36/59] KVM: x86/mmu: Frame in support for private/inaccessible shadow pages
` [RFC PATCH v3 37/59] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v3 38/59] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v3 39/59] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param
` [RFC PATCH v3 40/59] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH v3 41/59] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v3 42/59] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH v3 43/59] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH v3 44/59] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH v3 45/59] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v3 46/59] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v3 47/59] KVM: TDX: Define TDCALL exit reason
` [RFC PATCH v3 48/59] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v3 49/59] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH v3 50/59] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH v3 51/59] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH v3 52/59] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH v3 53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space
` [RFC PATCH v3 54/59] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch
` [RFC PATCH v3 55/59] KVM: TDX: Add "basic" support for building and running Trust Domains
` [RFC PATCH v3 56/59] KVM: TDX: Protect private mapping related SEAMCALLs with spinlock
` [RFC PATCH v3 57/59] KVM, x86/mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v3 58/59] KVM: TDX: exit to user space on GET_QUOTE, SETUP_EVENT_NOTIFY_INTERRUPT
` [RFC PATCH v3 59/59] Documentation/virtual/kvm: Add Trust Domain Extensions(TDX)

[PATCH v1] counter: interrupt-cnt: add counter_push_event()
 2021-11-25  1:58 UTC  (4+ messages)

[PATCH v2] rpmsg: virtio: don't let virtio core to validate used length
 2021-11-25  2:15 UTC  (3+ messages)

[PATCH V4 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
 2021-11-25  2:12 UTC  (3+ messages)

[PATCH -next 1/2] tsnep: fix resource_size.cocci warnings
 2021-11-25  2:11 UTC  (4+ messages)
` [PATCH -next 2/2] tsnep: fix platform_no_drv_owner.cocci warning

[PATCH 4.9 000/207] 4.9.291-rc1 review
 2021-11-25  1:50 UTC  (2+ messages)

Consulta muy urgente
 2021-11-25  1:57 UTC 

[PATCH 0/2] KVM: nVMX: Fix VPID + !EPT TLB bugs
 2021-11-25  1:49 UTC  (3+ messages)
` [PATCH 1/2] KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST
` [PATCH 2/2] KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12

[PATCH 1/3] binder: avoid potential data leakage when copying txn
 2021-11-25  2:05 UTC  (2+ messages)

[PATCH V3] tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
 2021-11-25  2:03 UTC 

[PATCH 5.15 000/279] 5.15.5-rc1 review
 2021-11-25  1:45 UTC  (2+ messages)

[PATCH 5.10 000/154] 5.10.82-rc1 review
 2021-11-25  1:44 UTC  (10+ messages)
` [PATCH 5.10 130/154] block: Check ADMIN before NICE for IOPRIO_CLASS_RT

[PATCH 5.4 000/100] 5.4.162-rc1 review
 2021-11-25  1:42 UTC  (2+ messages)

[PATCH] PM: AVS: Use div64_ul instead of do_div
 2021-11-25  1:43 UTC 

[PATCH 4.19 000/323] 4.19.218-rc1 review
 2021-11-25  1:40 UTC  (3+ messages)

mmotm 2021-11-24-15-49 uploaded
 2021-11-25  1:39 UTC  (2+ messages)
` mmotm 2021-11-24-15-49 uploaded (drivers/usb/host/xhci-hub.c)

[PATCH 4.4 000/162] 4.4.293-rc1 review
 2021-11-25  1:36 UTC  (2+ messages)

[PATCH 4.14 000/251] 4.14.256-rc1 review
 2021-11-25  1:38 UTC  (2+ messages)

[PATCH] staging: r8188eu: remove unnecessary NULL check
 2021-11-25  1:32 UTC  (3+ messages)

[PATCH 0/4] KVM: VMX: process posted interrupts on APICv-disable vCPUs
 2021-11-25  1:36 UTC  (3+ messages)
` [PATCH 1/4] KVM: x86: ignore APICv if LAPIC is not enabled

linux-next: build failure after merge of the vhost tree
 2021-11-25  1:23 UTC 

[PATCH] trace: Fix a kmemleak noise
 2021-11-25  1:48 UTC  (3+ messages)

[RFC] [PATCH bpf-next 0/1] Enhancement for bpf_do_path() helper
 2021-11-25  1:47 UTC  (5+ messages)
` [RFC] [PATCH bpf-next 1/1] bpf: Clear the noisy tail buffer for bpf_d_path() helper

[PATCH] tests: remove unneeded conversion to bool
 2021-11-25  0:58 UTC 

[PATCH V3] tty: serial: imx: clear the RTSD status before enable the RTSD irq
 2021-11-25  1:43 UTC 

[RFC] printk: More consistent loglevel for continuous lines
 2021-11-25  1:45 UTC  (3+ messages)

[PATCH] rtw89: remove unneeded conversion to bool
 2021-11-25  0:56 UTC 

[PATCH] block: fix parameter not described warning
 2021-11-25  0:56 UTC  (2+ messages)

[PATCH] mnt: remove unneeded conversion to bool
 2021-11-25  0:56 UTC 

[PATCH] libbpf: remove unneeded conversion to bool
 2021-11-25  0:54 UTC 

[net-next PATCH] net: dsa: qca8k: fix warning in LAG feature
 2021-11-25  1:40 UTC  (2+ messages)

[ardb:for-kernelci 25/25] arch/arm/kernel/traps.c:865:17: warning: no previous prototype for function 'handle_bad_stack'
 2021-11-25  1:34 UTC 

[PATCH bpf-next v2] bpf, mips: Fix build errors about __NR_bpf undeclared
 2021-11-25  1:36 UTC 

[chenxing:msc313_mainlining 65/69] drivers/clocksource/timer-msc313e.c:38:28: error: field 'delay' has incomplete type
 2021-11-25  1:34 UTC 

[chenxing:msc313_mainlining 68/69] drivers/irqchip/irq-msc313-pm-wakeup.c:132:9: warning: ignoring return value of 'request_irq' declared with attribute 'warn_unused_result'
 2021-11-25  1:24 UTC 

[PATCH 0/5] Transparent Page Placement for Tiered-Memory
 2021-11-25  1:23 UTC  (2+ messages)

[PATCH][next] net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"
 2021-11-25  0:29 UTC 

[PATCH V3 0/6] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-25  1:09 UTC  (11+ messages)
` [PATCH V3 2/6] arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT
` [PATCH V3 3/6] xen/balloon: Bring alloc(free)_xenballooned_pages helpers back
` [PATCH V3 4/6] xen/unpopulated-alloc: Add mechanism to use Xen resource
` [PATCH V3 5/6] arm/xen: Read extended regions from DT and init "
` [PATCH V3 6/6] dt-bindings: xen: Clarify "reg" purpose

[PATCH] pata_falcon: Add missing __iomem annotations
 2021-11-25  1:09 UTC  (5+ messages)

[PATCH v3] mm: Defer kmemleak object creation of module_alloc()
 2021-11-25  1:08 UTC  (3+ messages)

[PATCH] tools/perf: Fix perf test 7 Simple expression parser on s390
 2021-11-25  1:06 UTC  (3+ messages)

arch/x86/events/intel/uncore.c:847:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
 2021-11-25  1:04 UTC 

[mnyman-xhci:for-usb-next 2/4] drivers/usb/host/xhci-ring.c:1236:6: warning: no previous prototype for 'xhci_handle_stop_endpoint_command_timeout'
 2021-11-25  1:04 UTC 

[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface v2
 2021-11-25  1:02 UTC  (12+ messages)
` [PATCH 3/6] rcu/nocb: Optimize kthreads and rdp initialization
` [PATCH 4/6] rcu/nocb: Create kthreads on all CPUs if "rcu_nocb=" or "nohz_full=" are passed
` [PATCH 5/6] rcu/nocb: Allow empty "rcu_nocbs" kernel parameter

[mcgrof-next:20211123-sysctl-cleanups 21/41] ERROR: modpost: "register_sysctl_mount_point" [fs/binfmt_misc.ko] undefined!
 2021-11-25  0:43 UTC 

[PATCH v1 1/1] x86: Skip WBINVD instruction for VM guest
 2021-11-25  0:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/3] selftests: tpm2: Probe for available PCR bank
 2021-11-25  0:38 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: tpm2: Reset the dictionary attack lock
` [PATCH v3 3/3] selftests: tpm2: Add support for SHA-384 and SHA-512

[PATCH] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-25  0:32 UTC  (5+ messages)

[PATCH v2 0/4] extend vmalloc support for constrained allocations
 2021-11-25  0:32 UTC  (10+ messages)
` [PATCH v2 2/4] mm/vmalloc: add support for __GFP_NOFAIL

[PATCH] mailbox: imx: Fix an IS_ERR() vs NULL bug
 2021-11-25  0:27 UTC  (2+ messages)

[PATCH v2 0/3] selftests: tpm2: Probe for available PCR bank
 2021-11-25  0:15 UTC  (4+ messages)
` [PATCH v2 1/3] "

[PATCH v1 1/1] x86/tdx: Don't write CSTAR MSR on Intel
 2021-11-25  0:03 UTC  (5+ messages)
` [PATCH v2] "
  ` [tip: x86/cpu] x86/cpu: Don't write CSTAR MSR on Intel CPUs

[PATCH 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-11-25  0:01 UTC  (6+ messages)

[PATCH] mm: Use BUG_ON instead of if condition followed by BUG
 2021-11-25  0:00 UTC  (3+ messages)

[PATCH v2 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-11-24 23:59 UTC  (2+ messages)
` [PATCH v2 2/2] mm/oom_kill: allow process_mrelease to run under mmap_lock protection

[PATCH 1/2] eni_vdpa: Fix an error handling path in 'eni_vdpa_probe()'
 2021-11-24 23:58 UTC  (6+ messages)

[PATCH v2 0/2] virtio-i2c: Fix buffer handling
 2021-11-24 23:55 UTC  (2+ messages)

[PATCH v1 0/2] fix statistics for CAN RTR and Error frames
 2021-11-24 23:55 UTC  (4+ messages)
` [PATCH v1 2/2] can: do not increase rx_bytes statistics for RTR frames

[tip:x86/urgent] BUILD SUCCESS c0f2077baa4113f38f008b8e912b9fb3ff8d43df
 2021-11-24 23:44 UTC 

[tip:sched/urgent] BUILD SUCCESS dce1ca0525bfdc8a69a9343bc714fbc19a2f04b3
 2021-11-24 23:43 UTC 

spinlock.c:306:9: error: implicit declaration of function '__raw_write_lock_nested'
 2021-11-24 23:38 UTC  (8+ messages)
    ` [PATCH 1/1] futex: Wireup futex_waitv syscall

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-11-24 23:29 UTC  (2+ messages)

[PATCH v2 0/8] sysctl: 3rd set of kernel/sysctl cleanups
 2021-11-24 23:14 UTC  (9+ messages)
` [PATCH v2 1/8] firmware_loader: move firmware sysctl to its own files
` [PATCH v2 2/8] random: move the random sysctl declarations to its own file
` [PATCH v2 3/8] sysctl: add helper to register a sysctl mount point
` [PATCH v2 4/8] fs: move binfmt_misc sysctl to its own file
` [PATCH v2 5/8] printk: move printk sysctl to printk/sysctl.c
` [PATCH v2 6/8] scsi/sg: move sg-big-buff sysctl to scsi/sg.c
` [PATCH v2 7/8] stackleak: move stack_erasing sysctl to stackleak.c
` [PATCH v2 8/8] sysctl: share unsigned long const values

[PATCH v2 0/9] sysctl: first set of kernel/sysctl cleanups
 2021-11-24 23:12 UTC  (6+ messages)
` [PATCH v2 2/9] sysctl: Move some boundary constants from sysctl.c to sysctl_vals

[PATCH] Increase default MLOCK_LIMIT to 8 MiB
 2021-11-24 23:11 UTC  (11+ messages)

[PATCH 1/2] futex: ensure futex_atomic_cmpxchg_inatomic() is present
 2021-11-24 23:06 UTC  (2+ messages)
` [tip: locking/core] futex: Ensure "

[PATCH 2/2] futex: remove futex_cmpxchg detection
 2021-11-24 23:06 UTC  (2+ messages)
` [tip: locking/core] futex: Remove "

[PATCH 4.19 01/20] PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
 2021-11-24 23:04 UTC 

[PATCH 0/3] Avoid live-lock in fault-in+uaccess loops with sub-page faults
 2021-11-24 23:00 UTC  (4+ messages)
` [PATCH 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware "

[PATCH v15 0/8] Add support for the silergy,sy7636a
 2021-11-24 22:56 UTC  (9+ messages)
` [PATCH v15 3/8] mfd: simple-mfd-i2c: Enable "

[PATCH v11 0/5] Add Xilinx AMS Driver
 2021-11-24 22:54 UTC  (4+ messages)
` [PATCH v11 2/5] arm64: zynqmp: DT: Add Xilinx AMS node
` [PATCH v11 4/5] dt-bindings: iio: adc: Add Xilinx AMS binding documentation
` [PATCH v11 5/5] MAINTAINERS: Add maintainer for xilinx-ams


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