LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 07:25:01 to 2021-06-22 10:17:56 UTC [more...]

[net-next, v3, 00/10] ptp: support virtual clocks and timestamping
 2021-06-22 10:17 UTC  (12+ messages)
` [net-next, v3, 01/10] ptp: add ptp virtual clock driver framework
` [net-next, v3, 05/10] ethtool: add a new command for getting PHC virtual clocks
` [net-next, v3, 07/10] net: sock: extend SO_TIMESTAMPING for PHC binding

[patch V3 00/66] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-22 10:16 UTC  (11+ messages)
` [patch V3 30/66] x86/fpu: Rename fregs related copy functions
` [patch V3 31/66] x86/fpu: Rename xstate copy functions which are related to UABI
` [patch V3 32/66] x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
` [patch V3 33/66] x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()

Virtualizing MSI-X on IMS via VFIO
 2021-06-22 10:16 UTC 

[PATCH v3] clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
 2021-06-22 10:15 UTC 

[PATCH 5.10 000/146] 5.10.46-rc1 review
 2021-06-22 10:14 UTC  (5+ messages)
` [PATCH 5.10 095/146] sched/fair: Correctly insert cfs_rqs to list on unthrottle

[PATCH v3] media: uvc: don't do DMA on stack
 2021-06-22 10:12 UTC  (3+ messages)

[PATCH v3] virtio-blk: Add validation for block size in config space
 2021-06-22 10:11 UTC  (2+ messages)

[PATCH v3] slab: Use __func__ to trace function name
 2021-06-22  9:59 UTC  (2+ messages)

[PATCH 00/18] staging: rtl8723bs: remove 5Ghz code
 2021-06-22  9:57 UTC  (6+ messages)
` [PATCH 12/18] staging: rtl8723bs: remove VHT dead code

[PATCH v4 00/17] New uAPI drm properties for color management
 2021-06-22  9:57 UTC  (10+ messages)
` [PATCH v4 09/17] drm/uAPI: Add "active color range" drm property as feedback for userspace
` [PATCH v4 15/17] drm/uAPI: Move "Broadcast RGB" property from driver specific to general context
` [PATCH v4 17/17] drm/amd/display: Add handling for new "Broadcast RGB" property

[PATCH] watchdog: meson_gxbb_wdt: improve
 2021-06-22  9:56 UTC 

[PATCH v10 0/7] Enable Linux guests on Hyper-V on ARM64
 2021-06-22  9:54 UTC  (11+ messages)
` [PATCH v10 3/7] arm64: hyperv: Add Hyper-V clocksource/clockevent support

[PATCH v3 0/3] kasan: add memory corruption identification support for hw tag-based kasan
 2021-06-22  9:48 UTC  (8+ messages)
` [PATCH v3 1/3] kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH v3 2/3] kasan: integrate the common part of two KASAN tag-based modes
` [PATCH v3 3/3] kasan: add memory corruption identification support for hardware tag-based mode

[PATCH bpf] Revert "bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET"
 2021-06-22  9:48 UTC  (6+ messages)

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-22  9:46 UTC  (10+ messages)
` [PATCH v17 3/6] KVM: arm64: Save/restore MTE registers
` [PATCH v17 4/6] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCH v2 1/8] platform/x86: Remove "default n" entries
 2021-06-22  9:46 UTC  (5+ messages)

[PATCH V7 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-06-22  9:43 UTC  (19+ messages)
` [PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH V7 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH V7 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH V7 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH V7 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH V7 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH V7 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH V7 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH V7 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH V7 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH V7 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH V7 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH V7 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH V7 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH V7 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH V7 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH V7 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH V7 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
 2021-06-22  9:44 UTC  (12+ messages)

[git pull] habanalabs pull request for kernel 5.14
 2021-06-22  9:36 UTC 

[PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
 2021-06-22  9:35 UTC  (8+ messages)
` [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO

[PATCH v10 4/4] nvmem: eeprom: at25: export FRAM serial num
 2021-06-22  9:33 UTC  (2+ messages)

[RFC PATCH 0/4] Introduce Active Stats framework with CPU performance statistics
 2021-06-22  9:32 UTC  (6+ messages)
` [RFC PATCH 1/4] PM: Introduce Active Stats framework
` [RFC PATCH 2/4] cpuidle: Add Active Stats calls tracking idle entry/exit
` [RFC PATCH 3/4] cpufreq: Add Active Stats calls tracking frequency changes
` [RFC PATCH 4/4] thermal: cpufreq_cooling: Improve power estimation based on Active Stats framework

[PATCH 0/2] no_profile fn attr and Kconfig for GCOV+PGO
 2021-06-22  9:32 UTC  (9+ messages)
` [PATCH 2/2] Kconfig: CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO

[PATCH v4] rtw_security: fix cast to restricted __le32
 2021-06-22  9:31 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] PCI: imx6: Limit DBI register length for imx6qp PCIe
 2021-06-22  9:28 UTC  (2+ messages)

[RFC 0/3] mtd: spi-nor: dealing with reused JEDEC id c22016
 2021-06-22  9:26 UTC  (3+ messages)

[PATCH 1/2] selftests: futex: Add futex wait test
 2021-06-22  9:26 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 2/2] selftests: futex: Add futex compare requeue test
 2021-06-22  9:26 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 1/2] of: of_reserved_mem: only call memblock_free for normal reserved memory
 2021-06-22  9:22 UTC  (4+ messages)
` [PATCH 2/2] of: of_reserved_mem: mark nomap memory instead of removing

[PATCH v2] slab: Use %s instead of function name
 2021-06-22  9:20 UTC  (3+ messages)

[PATH 0/4] [RFC] Support virtual DRM
 2021-06-22  9:12 UTC  (8+ messages)

[PATCH v2 0/1] quota: remove unnecessary oom message
 2021-06-22  9:11 UTC  (2+ messages)

[PATCH 4.19] inet: use bigger hash table for IP ID generation (backported to 4.19)
 2021-06-22  9:10 UTC  (3+ messages)

[PATCH 0/2] Fix prep_compound_gigantic_page ref count adjustment
 2021-06-22  9:09 UTC  (3+ messages)
` [PATCH 1/2] hugetlb: remove prep_compound_huge_page cleanup
  ` [External] "

[PATCH] media: uvc: limit max bandwidth for HDMI capture
 2021-06-22  9:09 UTC  (6+ messages)

[PATCH RFC 0/2] hrtimer: watchdog: support hrtimer suspend when CPU suspend
 2021-06-22  9:06 UTC  (3+ messages)
` [PATCH RFC 1/2] hrtimer: "
` [PATCH RFC 2/2] watchdog: support watchdog "

[PATCH] kasan: [v2]unpoison use memzero to init unaligned object
 2021-06-22  9:01 UTC  (2+ messages)

[PATCH -V8 00/10] Migrate Pages in lieu of discard
 2021-06-22  9:00 UTC  (2+ messages)

arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kvmhv_enter_nested_guest'
 2021-06-22  8:57 UTC  (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Workaround high stack usage with clang

[PATCH] rapidio: tsi721: handle errors properly inside tsi721_probe()
 2021-06-22  8:57 UTC 

[PATCH 4.9] inet: use bigger hash table for IP ID generation (backported to 4.9 and 4.4)
 2021-06-22  8:57 UTC 

possible deadlock in ovl_maybe_copy_up
 2021-06-22  8:53 UTC  (4+ messages)
` [syzbot] "

[PATCH] HID: i2c-hid: goodix: Tie the reset line to true state of the regulator
 2021-06-22  8:49 UTC  (2+ messages)

[PATCH 0/3] scripts/spelling.txt: add some spelling pairs and reorder
 2021-06-22  8:47 UTC  (6+ messages)
` [PATCH 1/3] scripts: add spelling_sanitizer.sh script

[RESEND PATCH v4 00/10] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-06-22  9:01 UTC  (2+ messages)

[RFC 04/19] staging: qlge: add qlge_* prefix to avoid namespace clashes
 2021-06-22  8:46 UTC  (10+ messages)
` [RFC 06/19] staging: qlge: disable flow control by default
` [RFC 12/19] staging: qlge: rewrite do while loops as for loops in qlge_start_rx_ring
` [RFC 16/19] staging: qlge: remove deadcode in qlge_build_rx_skb
` [RFC 17/19] staging: qlge: fix weird line wrapping

[PATCH v7 00/20] Introduce threaded trace streaming for basic perf record operation
 2021-06-22  8:42 UTC  (21+ messages)
` [PATCH v7 01/20] perf record: Introduce thread affinity and mmap masks
` [PATCH v7 02/20] perf record: Introduce thread specific data array
` [PATCH v7 03/20] perf record: Introduce thread local variable
` [PATCH v7 04/20] perf record: Stop threads in the end of trace streaming
` [PATCH v7 05/20] perf record: Start threads in the beginning "
` [PATCH v7 06/20] perf record: Introduce data file at mmap buffer object
` [PATCH v7 07/20] perf record: Introduce data transferred and compressed stats
` [PATCH v7 08/20] perf record: Init data file at mmap buffer object
` [PATCH v7 09/20] tools lib: Introduce bitmap_intersects() operation
` [PATCH v7 10/20] perf record: Introduce --threads=<spec> command line option
` [PATCH v7 11/20] perf record: Document parallel data streaming mode
` [PATCH v7 12/20] perf report: Output data file name in raw trace dump
` [PATCH v7 13/20] perf session: Move reader structure to the top
` [PATCH v7 14/20] perf session: Introduce reader_state in reader object
` [PATCH v7 15/20] perf session: Introduce reader objects in session object
` [PATCH v7 16/20] perf session: Introduce decompressor into trace reader object
` [PATCH v7 17/20] perf session: Move init into reader__init function
` [PATCH v7 18/20] perf session: Move map/unmap into reader__mmap function
` [PATCH v7 19/20] perf session: Load single file for analysis
` [PATCH v7 20/20] perf session: Load data directory files "

[PATCH v3 1/2] habanalabs: define uAPI to export FD for DMA-BUF
 2021-06-22  8:42 UTC  (11+ messages)
                ` [Linaro-mm-sig] "

[PATCH v2 0/7] Asynchronous notifications from secure world
 2021-06-22  8:41 UTC  (7+ messages)
` [PATCH v2 2/7] dt-bindings: arm: Convert optee binding to json-schema
` [PATCH v2 3/7] dt-bindings: arm: optee: add interrupt property

[PATCH] hibernation:stop resume screen during hibernation
 2021-06-22  8:38 UTC 

[PATCH v3 0/3] riscv: optimized mem* functions
 2021-06-22  8:38 UTC  (7+ messages)
` [PATCH v3 1/3] riscv: optimized memcpy
` [PATCH v3 3/3] riscv: optimized memset

[PATCH] ASoC: simple-card: Fill in driver name
 2021-06-22  8:27 UTC 

support booting of arbitrary non-blockdevice file systems v2
 2021-06-22  8:36 UTC  (3+ messages)
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names
  ` [Virtio-fs] "

[PATCH] e1000e: Fix an error handling path in 'e1000_probe()'
 2021-06-22  8:31 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/5] riscv: improving uaccess with logs from network bench
 2021-06-22  8:30 UTC  (2+ messages)

[PATCH v2] media: uvc: limit max bandwidth for HDMI capture
 2021-06-22  8:29 UTC 

[PATCH v7 0/2] Map the kernel with correct permissions the first time
 2021-06-22  8:21 UTC  (3+ messages)
` [PATCH v7 1/2] riscv: Introduce set_kernel_memory helper
` [PATCH v7 2/2] riscv: Map the kernel with correct permissions the first time

[PATCH 0/4] rpmsg: char: introduce the rpmsg-raw channel
 2021-06-22  8:21 UTC  (8+ messages)
` [PATCH 3/4] rpmsg: char: Introduce the "rpmsg-raw" channel

[PATCH v8 0/4] Add MIPI rx DPI support
 2021-06-22  8:20 UTC  (4+ messages)
` [PATCH v8 3/4] drm/bridge: anx7625: add MIPI DPI input feature

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-22  8:17 UTC  (2+ messages)

linux-next: manual merge of the gpio-brgl tree with the devicetree tree
 2021-06-22  8:16 UTC 

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-22  8:14 UTC  (8+ messages)
` [PATCH v8 09/10] vduse: "
    `  "

WARNING: at block/genhd.c:491 __device_add_disk
 2021-06-22  8:14 UTC  (2+ messages)

[tcp] 7bf6f9c438: kernel-selftests.net/mptcp.mptcp_connect.sh.fail
 2021-06-22  8:25 UTC 

v5.13-rcX regression - NULL pointer dereference - MFD and software node API
 2021-06-22  8:09 UTC  (10+ messages)

[syzbot] memory leak in __send_signal
 2021-06-22  8:06 UTC  (5+ messages)
` [PATCH] signal: Prevent sigqueue caching after task got released

[PATH 0/4] [RFC] Support virtual DRM
 2021-06-22  8:04 UTC  (2+ messages)

libperf : Can not create event group
 2021-06-22  7:57 UTC  (3+ messages)

[PATCH] configfs: fix memleak in configfs_release_bin_file
 2021-06-22  8:04 UTC  (4+ messages)

[PATCH] serial: samsung: use dma_ops of DMA if attached
 2021-06-22  7:52 UTC  (5+ messages)

[PATCH] perf annotate: allow 's' on source code lines
 2021-06-22  7:58 UTC  (3+ messages)

[PATCH] remoteproc: stm32: fix mbox_send_message call
 2021-06-22  7:56 UTC  (4+ messages)

[PATCH v3] gpiolib: cdev: zero padding during conversion to gpioline_info_changed
 2021-06-22  7:55 UTC  (2+ messages)

[PATCH v2] serial: samsung: use dma_ops of DMA if attached
 2021-06-22  6:37 UTC  (3+ messages)

WARNING: kernel/sched/fair.c:3275 update_blocked_averages+0x628/0x660
 2021-06-22  7:50 UTC 

[powerpc][next-20210621] WARNING at kernel/sched/fair.c:3277 during boot
 2021-06-22  7:49 UTC  (2+ messages)

swiotlb/caamjr regression (Was: [GIT PULL] (swiotlb) stable/for-linus-5.12)
 2021-06-22  7:48 UTC  (10+ messages)

[PATCH] net: bcmgenet: Fix attaching to PYH failed on RPi 4B
 2021-06-22  7:46 UTC  (9+ messages)

[PATCH] selftests: icmp_redirect: support expected failures
 2021-06-22  7:46 UTC 

[PATCH v3 0/3] zram: fix few sysfs races
 2021-06-22  7:46 UTC  (8+ messages)
` [PATCH v3 1/3] zram: fix crashes due to use of cpu hotplug multistate
` [PATCH v3 2/3] zram: fix deadlock with sysfs attribute usage and driver removal
` [PATCH v3 3/3] drivers/base/core: refcount kobject and bus on device attribute read / store

[PATCH 1/2] pci: export pci_dev_unlock() and the respective unlock
 2021-06-22  7:45 UTC  (2+ messages)

[PATCH v10 2/4] nvmem: eeprom: at25: add support for FRAM
 2021-06-22  7:44 UTC  (2+ messages)

[PATCH 0/2] perf: add missing evlist__delete when deleting
 2021-06-22  7:44 UTC  (4+ messages)
` [PATCH 2/2] perf script: delete evlist when deleting session

[PATCH v2 0/1] rpmsg: ctrl: Add ability to instantiate rpmsg device locally
 2021-06-22  7:43 UTC  (4+ messages)
` [PATCH v2 1/1] rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls

[PATCH 1/1] dma-mapping: remove trailing spaces and tabs
 2021-06-22  7:41 UTC  (2+ messages)

[PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-06-22  7:41 UTC  (2+ messages)

[PATCH 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
 2021-06-22  7:39 UTC  (5+ messages)
` [PATCH 2/4] fpga: dfl: Move DFH header register macros to linux/dfl.h

[PATCH 0/4] Misc Ingenic patches
 2021-06-22  7:37 UTC  (5+ messages)
` [PATCH 1/4] MIPS: X1830: Respect cell count of common properties
` [PATCH 2/4] MIPS: Ingenic: Add MAC syscon nodes for Ingenic SoCs
` [PATCH 3/4] MIPS: GCW0: Adjust pinctrl related code in device tree
` [PATCH 4/4] MIPS: CI20: Reduce MSC0 frequency and add second percpu timer for SMP

[PATCH FIXES/IMPROVEMENTS 0/7] block, bfq: preserve control, boost throughput, fix bugs
 2021-06-22  7:35 UTC  (4+ messages)

[PATCHv2 8/8] videobuf2: handle non-contiguous DMA allocations
 2021-06-22  7:33 UTC  (11+ messages)

[PATCH 5.4 00/90] 5.4.128-rc1 review
 2021-06-22  7:31 UTC  (2+ messages)

[PATCH] ubifs: Remove a redundant null check on pointer lp
 2021-06-22  7:26 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
 2021-06-22  7:24 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).