linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 17:33:27 to 2020-10-07 21:11:43 UTC [more...]

[PATCH v2 7/7] x86/mce: Decode a kernel instruction to determine if it is copying from user
 2020-10-07 21:11 UTC  (6+ messages)
` [PATCH v3 0/6] Add machine check recovery when copying from user space
  ` [PATCH v3 4/6] x86/mce: Avoid tail copy when machine check terminated a copy from user

[RFC PATCH v1 0/3] Add support for Qualcomm MFD PMIC register layout
 2020-10-07 21:09 UTC  (4+ messages)
` [RFC PATCH v1 1/3] regmap-irq: Add support for peripheral offsets
` [RFC PATCH v1 2/3] dt-bindings: mfd: Add QCOM PM8008 MFD bindings
` [RFC PATCH v1 3/3] mfd: Add PM8008 driver

[PATCH -v2 00/17] sched: Migrate disable support
 2020-10-07 21:08 UTC  (4+ messages)
` [PATCH -v2 15/17] sched: Fix migrate_disable() vs rt/dl balancing

Control Dependencies vs C Compilers
 2020-10-07 21:07 UTC  (7+ messages)

[PATCH] srcu: avoid escaped section names
 2020-10-07 21:05 UTC  (10+ messages)
` [PATCH v2] "

mmotm 2020-10-06-15-50 uploaded
 2020-10-07 21:03 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: BCM5301X: Linksys EA9500 device tree changes
 2020-10-07 21:03 UTC  (6+ messages)
` [PATCH 1/3] ARM: dts: BCM5301X: Linksys EA9500 make use of pinctrl
` [PATCH 2/3] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7
` [PATCH 3/3] ARM: dts: BCM5301X: Linksys EA9500 add fixed partitions

[PATCH 0/3] add support for metadata encryption to F2FS
 2020-10-07 21:00 UTC  (4+ messages)
` [PATCH 2/3] fscrypt: Add metadata encryption support

INFO: task can't die in request_wait_answer
 2020-10-07 20:58 UTC  (2+ messages)

[PATCH v3] dt-bindings: power: rockchip: Convert to json-schema
 2020-10-07 20:57 UTC  (3+ messages)

[PATCH 00/22] Introduce the TDP MMU
 2020-10-07 20:55 UTC  (17+ messages)
` [PATCH 10/22] kvm: mmu: Add TDP MMU PF handler
` [PATCH 15/22] kvm: mmu: Support changed pte notifier in tdp MMU
` [PATCH 18/22] kvm: mmu: Support disabling dirty logging for the "

[PATCH v14 00/14] KVM: Dirty ring interface
 2020-10-07 20:53 UTC  (15+ messages)
` [PATCH v14 01/14] KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTER
` [PATCH v14 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v14 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v14 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v14 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v14 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v14 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v14 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v14 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v14 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v14 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v14 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v14 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v14 14/14] KVM: selftests: Add "-c" parameter to dirty log test

linux-next: Fixes tag needs some work in the gpio tree
 2020-10-07 20:52 UTC 

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-07 20:46 UTC  (30+ messages)
` [PATCH 01/13] drm/exynos: Stop using frame_vector helpers
` [PATCH 02/13] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH 03/13] misc/habana: Stop using frame_vector helpers
` [PATCH 04/13] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH 05/13] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH 07/13] mm: close race in generic_access_phys
` [PATCH 10/13] PCI: revoke mappings like devmem
` [PATCH 11/13] mm: add unsafe_follow_pfn
` [PATCH 13/13] vfio/type1: Mark follow_pfn as unsafe

[PATCH v12 12/13] KVM: selftests: Let dirty_log_test async for dirty ring test
 2020-10-07 20:45 UTC  (3+ messages)
` [KVM] 11e2633982: kernel-selftests.kvm.dirty_log_test.fail

[PATCH 1/1] acpi-cpufreq: Honor _PSD table setting in CPU frequency control
 2020-10-07 20:44 UTC 

[PATCH v2 00/11] Introduce Simple atomic counters
 2020-10-07 20:43 UTC  (30+ messages)
` [PATCH v2 01/11] counters: Introduce counter_atomic* counters
` [PATCH v2 02/11] selftests:lib:test_counters: add new test for counters
` [PATCH v2 03/11] drivers/base: convert deferred_trigger_count and probe_count to counter_atomic32
` [PATCH v2 04/11] drivers/base/devcoredump: convert devcd_count "
` [PATCH v2 05/11] drivers/acpi: convert seqno counter_atomic32
` [PATCH v2 06/11] drivers/acpi/apei: "
` [PATCH v2 07/11] drivers/android/binder: convert stats, transaction_log to counter_atomic32
` [PATCH v2 08/11] drivers/base/test/test_async_driver_probe: convert to use counter_atomic32
` [PATCH v2 09/11] drivers/char/ipmi: convert stats "
` [PATCH v2 10/11] drivers/misc/vmw_vmci: convert num guest devices counter to counter_atomic32
` [PATCH v2 11/11] drivers/edac: convert pci counters "

[PATCH v6] checkpatch: add new warnings to author signoff checks
 2020-10-07 20:30 UTC  (2+ messages)

[PATCH] kcov, usb, vhost: specify contexts for remote coverage sections
 2020-10-07 20:29 UTC  (6+ messages)

[PATCH v9 0/3] SELinux support for anonymous inodes and UFFD
 2020-10-07 20:28 UTC  (2+ messages)

[PATCH v4 0/2] Control over userfaultfd kernel-fault handling
 2020-10-07 20:26 UTC  (2+ messages)

[PATCH v3 0/5] Pass zPCI hardware information via VFIO
 2020-10-07 20:21 UTC  (9+ messages)
` [PATCH v3 1/5] s390/pci: stash version in the zpci_dev
` [PATCH v3 2/5] s390/pci: track whether util_str is valid "
` [PATCH v3 3/5] vfio: Introduce capability definitions for VFIO_DEVICE_GET_INFO
` [PATCH v3 4/5] vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO
` [PATCH v3 5/5] MAINTAINERS: Add entry for s390 vfio-pci

[PATCH v4 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-10-07 20:17 UTC  (13+ messages)

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-07 20:15 UTC  (4+ messages)
` [PATCH 2/2] sparc: Check VMA range in sparc_validate_prot()

Linux 5.9-rc8
 2020-10-07 20:14 UTC  (11+ messages)
` ext4 regression in v5.9-rc2 from e7bfb5c9bb3d on ro fs with overlapped bitmaps

[v5 01/12] struct device: Add function callback durable_name
 2020-10-07 20:10 UTC 

WARN_ON(fuse_insert_writeback(root, wpa)) in tree_insert()
 2020-10-07 20:08 UTC 

[PATCH 0/3] Venus dynamic resolution change fixes
 2020-10-07 20:03 UTC  (4+ messages)
` [PATCH 2/3] venus: vdec: Make decoder return LAST flag for sufficient event

drivers/video/fbdev/amba-clcd.c:819:28: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-10-07 18:53 UTC 

[PATCH 0/4] time namespace aware system boot time
 2020-10-07 20:00 UTC  (5+ messages)
` [PATCH 1/4] timens: additional helper function to add boottime in nsec
` [PATCH 2/4] time: make getboottime64 aware of time namespace
` [PATCH 3/4] fs/proc: apply timens offset for start_boottime of processes
` [PATCH 4/4] selftests/timens: added selftest for /proc/stat btime

[RFC PATCH 0/3] GPIO support on the Etron EJ168/EJ188/EJ198 xHCI controllers
 2020-10-07 19:57 UTC  (12+ messages)
` [RFC PATCH 1/3] PCI: Add the IDs for Etron EJ168 and EJ188
` [RFC PATCH 2/3] dt-bindings: gpio: Add binding documentation for Etron EJ168/EJ188/EJ198
` [RFC PATCH 3/3] gpio: ej1x8: Add GPIO driver for Etron Tech Inc. EJ168/EJ188/EJ198

[PATCH] vdpa/mlx5: Fix dependency on MLX5_CORE
 2020-10-07 19:54 UTC  (2+ messages)

[PATCH 0/5] Couple of bugfixes to sev-es series
 2020-10-07 19:53 UTC  (6+ messages)
` [PATCH 1/5] x86/boot: Initialize boot_params in startup code
` [PATCH 2/5] x86/boot: Move get_cmd_line_ptr() and COMMAND_LINE_SIZE into misc.h
` [PATCH 3/5] x86/boot/64: Change add_identity_map() to take size for ease of use
` [PATCH 4/5] x86/boot/64: Explicitly map boot_params and command line
` [PATCH 5/5] x86/head/64: Disable stack protection for head$(BITS).o

[PATCH 1/2] Revert "riscv: Fixup static_obj() fail"
 2020-10-07 19:46 UTC  (4+ messages)
` [PATCH 2/2] riscv: Fixup static_obj() fail v2

WARNING: at kernel/workqueue.c:1473 __queue_work+0x3b8/0x3d0
 2020-10-07 19:41 UTC  (11+ messages)

Litmus test for question from Al Viro
 2020-10-07 19:40 UTC  (12+ messages)
` Bug in herd7 [Was: Re: Litmus test for question from Al Viro]

drivers/net/ethernet/3com/3c515.c:421:20: warning: no previous prototype for 'tc515_probe'
 2020-10-07 18:32 UTC 

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-10-07 19:33 UTC  (6+ messages)
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

[PATCH nf v2] netfilter: conntrack: connection timeout after re-register
 2020-10-07 19:32 UTC 

[PATCH v39 00/24] Intel SGX foundations
 2020-10-07 19:26 UTC  (8+ messages)
` [PATCH v39 11/24] x86/sgx: Add SGX enclave driver

[PATCH] x86/memcpy: Introduce memcpy_mcsafe_fast
 2020-10-07 19:25 UTC  (9+ messages)
` [tip: ras/core] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
    ` [PATCH] x86/mce: Gate copy_mc_fragile() export by CONFIG_COPY_MC_TEST=y

ACPI _CST introduced performance regresions on Haswll
 2020-10-07 19:23 UTC  (6+ messages)

use case for register_pstore_blk?
 2020-10-07 19:17 UTC  (7+ messages)

[PATCH v3 0/7] Intel FPGA Security Manager Class Driver
 2020-10-07 18:11 UTC  (6+ messages)
` [PATCH v3 1/7] fpga: sec-mgr: intel fpga security manager class driver

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-07 19:04 UTC  (2+ messages)

[PATCH -next] mm: Use sysfs_emit functions not sprintf
 2020-10-07 18:56 UTC  (5+ messages)

[PATCH v5] checkpatch: add new warnings to author signoff checks
 2020-10-07 18:53 UTC  (6+ messages)

[PATCH v3 00/11] Optimization to improve CPU online/offline on Powerpc
 2020-10-07 18:38 UTC  (12+ messages)
` [PATCH v3 01/11] powerpc/topology: Update topology_core_cpumask
` [PATCH v3 02/11] powerpc/smp: Stop updating cpu_core_mask
` [PATCH v3 03/11] powerpc/smp: Remove get_physical_package_id
` [PATCH v3 04/11] powerpc/smp: Optimize remove_cpu_from_masks
` [PATCH v3 05/11] powerpc/smp: Limit CPUs traversed to within a node
` [PATCH v3 06/11] powerpc/smp: Stop passing mask to update_mask_by_l2
` [PATCH v3 07/11] powerpc/smp: Depend on cpu_l1_cache_map when adding CPUs
` [PATCH v3 08/11] powerpc/smp: Check for duplicate topologies and consolidate
` [PATCH v3 09/11] powerpc/smp: Optimize update_mask_by_l2
` [PATCH v3 10/11] powerpc/smp: Move coregroup mask updation to a new function
` [PATCH v3 11/11] powerpc/smp: Optimize update_coregroup_mask

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-07 18:47 UTC  (4+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying

[PATCH 09/13] PCI: obey iomem restrictions for procfs mmap
 2020-10-07 18:46 UTC  (2+ messages)

[PATCH v2 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-07 18:44 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: support "bool" type in synthetic trace events
` [PATCH v2 2/2] mmap_lock: add tracepoints around lock acquisition

[PATCH v2] kernel/sysctl.c: drop unneeded assignment in proc_do_large_bitmap()
 2020-10-07 18:44 UTC  (2+ messages)

[PATCH 1/3] ipmi: Reset response handler when failing to send the command
 2020-10-07 18:42 UTC  (5+ messages)
` [PATCH 3/3] ipmi: Add timeout waiting for channel information
      ` [Openipmi-developer] "

[RFC 0/1] Documentation: Add documentation for new performance_profile sysfs class
 2020-10-07 18:41 UTC  (7+ messages)
` [RFC] "

[PATCH 00/14] Small step toward KSM for file back page
 2020-10-07 18:33 UTC  (6+ messages)

[PATCH net-next] drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_header
 2020-10-07 18:32 UTC 

[PATCH] ima: Fix sizeof mismatches
 2020-10-07 18:27 UTC  (2+ messages)

[PATCH net-next v3 0/5] bonding: rename bond components
 2020-10-07 18:14 UTC  (6+ messages)
` [PATCH net-next v3 1/5] bonding: rename 802.3ad's struct port to ad_port
` [PATCH net-next v3 2/5] bonding: replace use of the term master where possible
` [PATCH net-next v3 3/5] bonding: rename slave to port "
` [PATCH net-next v3 4/5] bonding: rename bonding_sysfs_slave.c to _port.c
` [PATCH net-next v3 5/5] bonding: update Documentation for port/bond terminology

[PATCH 0/1] Add macro definition for the upcoming new OST driver
 2020-10-07 18:14 UTC  (2+ messages)
` [PATCH 1/1] dt-bindings: clock: Add new OST support for the upcoming new driver

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07 18:12 UTC  (3+ messages)

[RFC][PATCH 0/9] [v4][RESEND] Migrate Pages in lieu of discard
 2020-10-07 18:08 UTC  (3+ messages)
` [RFC][PATCH 3/9] mm/migrate: update migration order during on hotplug events

[PATCH v3 0/3] Add Novatek NT36xxx touchscreen driver
 2020-10-07 18:05 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: Add vendor prefix for Novatek Microelectronics Corp
` [PATCH v3 2/3] Input: Add Novatek NT36xxx touchscreen driver
` [PATCH v3 3/3] dt-bindings: touchscreen: Add binding for Novatek NT36xxx series driver

[patch 0/2] nohz_full: only wakeup target CPUs when notifying new tick dependency (v2)
 2020-10-07 18:01 UTC  (3+ messages)
` [patch 1/2] nohz: only wakeup a single target cpu when kicking a task
` [patch 2/2] nohz: change signal tick dependency to wakeup CPUs of member tasks

[PATCH bpf-next] kernel/bpf/verifier: fix build when NET is not enabled
 2020-10-07 18:00 UTC  (2+ messages)

[PATCH v39 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
 2020-10-07 17:08 UTC  (11+ messages)

devfreq and panfrost on Allwinner H6
 2020-10-07 17:49 UTC  (2+ messages)

[PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6
 2020-10-07 17:49 UTC  (5+ messages)
` [PATCH 2/5] dt-bindings: panel: add documentation for oneplus6 panel
` [PATCH 3/5] arm64: dts: sdm845: add oneplus 6/t devices
` [PATCH 4/5] dt-bindings: add vendor bindings for OnePlus
` [PATCH 5/5] i2c: geni: sdm845: dont perform DMA for the oneplus6

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-10-07 17:43 UTC  (12+ messages)

[PATCH v5 0/2] PCI: dwc: fix two MSI issues
 2020-10-07 17:41 UTC  (3+ messages)
` [PATCH v5 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH net-next v2 00/16] Add devlink reload action and limit options
 2020-10-07 17:35 UTC  (4+ messages)
` [PATCH net-next v2 03/16] devlink: Add devlink reload limit option


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