linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-14 16:23:40 to 2020-09-14 17:51:31 UTC [more...]

[PATCH RFC v1 00/18] Introducing Linux root partition support for Microsoft Hypervisor
 2020-09-14 11:59 UTC  (8+ messages)
` [PATCH RFC v1 01/18] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
` [PATCH RFC v1 02/18] x86/hyperv: detect if Linux is the root partition
` [PATCH RFC v1 03/18] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
` [PATCH RFC v1 04/18] iommu/hyperv: don't setup IRQ remapping when running as root
` [PATCH RFC v1 12/18] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH RFC v1 16/18] x86/hyperv: implement MSI domain for root partition
` [PATCH RFC v1 17/18] x86/ioapic: export a few functions and data structures via io_apic.h

[PATCH] arm64: bpf: Fix branch offset in JIT
 2020-09-14 17:47 UTC  (8+ messages)

[PATCH v11 0/3] Add documentation and machine driver for SC7180 sound card
 2020-09-14 17:48 UTC  (3+ messages)
` [PATCH v11 2/3] ASoC: qcom: dt-bindings: Add sc7180 machine bindings

[PATCH] RISC-V: Consider sparse memory while removing unusable memory
 2020-09-14 11:52 UTC  (4+ messages)

[PATCH v9 0/3] phy: intel: Add Keem Bay eMMC PHY support
 2020-09-14 17:47 UTC  (3+ messages)
` [PATCH v9 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

[PATCH v4 0/6] Perf tool: Support TSC for Arm64
 2020-09-14 11:53 UTC  (7+ messages)
` [PATCH v4 1/6] perf tsc: Move out common functions from x86
` [PATCH v4 2/6] perf tsc: Add rdtsc() for Arm64
` [PATCH v4 3/6] perf tsc: Calculate timestamp with cap_user_time_short
` [PATCH v4 4/6] perf tsc: Support cap_user_time_short for event TIME_CONV
` [PATCH v4 5/6] perf tests tsc: Make tsc testing as a common testing
` [PATCH v4 6/6] perf tests tsc: Add checking helper is_supported()

[RFC v4 0/1] Selftest for cpuidle latency measurement
 2020-09-14 17:46 UTC  (4+ messages)
` [RFC v4 1/1] selftests/cpuidle: Add support "

[PATCH] fork: Use helper function mapping_allow_writable() in dup_mmap()
 2020-09-14 12:03 UTC  (2+ messages)

[GIT PULL tip/core/rcu] RCU commits for v5.10
 2020-09-14 17:46 UTC 

[PATCH -tip] KVM: SVM: nested: Initialize on-stack pointers in svm_set_nested_state()
 2020-09-14 12:04 UTC  (2+ messages)

[PATCH v2] Input: trackpoint - add new trackpoint variant IDs
 2020-09-14 12:03 UTC 

[RFC PATCH] fs: micro-optimization remove branches by adjusting flag values
 2020-09-14 17:43 UTC 

[PATCH] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add can0 support to camera DB
 2020-09-14 12:04 UTC  (2+ messages)

[PATCH] mm: memcontrol: Fix out-of-bounds on the buf returned by memory_stat_format
 2020-09-14 12:05 UTC  (9+ messages)
  ` [External] "

[RFC PATCH 00/30] ima: Introduce IMA namespace
 2020-09-14 12:07 UTC  (10+ messages)

[RFC PATCH v3] PCI/portdrv: Only disable Bus Master on kexec reboot and connected PCI devices
 2020-09-14 12:06 UTC  (6+ messages)

[PATCH v2] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-14 17:12 UTC  (3+ messages)

[PATCH v3 0/2] To support the HFP WBS, a chip vendor may choose a particular
 2020-09-14 12:18 UTC  (4+ messages)
` [PATCH v3 1/2] Bluetooth: btusb: define HCI packet sizes of USB Alts

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-14 12:15 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sc7180: Add lpass cpu node for I2S driver
 2020-09-14 17:41 UTC  (2+ messages)

[PATCH] iommu: Kconfig: Update help description for IPMMU_VMSA config
 2020-09-14 12:09 UTC  (2+ messages)

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-14 17:40 UTC  (2+ messages)

[PATCH net-next 0/6] net: hns3: updates for -next
 2020-09-14 12:06 UTC  (7+ messages)
` [PATCH net-next 1/6] net: hns3: batch the page reference count updates
` [PATCH net-next 2/6] net: hns3: batch tx doorbell operation
` [PATCH net-next 3/6] net: hns3: optimize the tx clean process
` [PATCH net-next 4/6] net: hns3: optimize the rx "
` [PATCH net-next 5/6] net: hns3: use writel() to optimize the barrier operation
` [PATCH net-next 6/6] net: hns3: use napi_consume_skb() when cleaning tx desc

[PATCH] iio: trigger: Don't use RT priority
 2020-09-14 17:36 UTC  (3+ messages)

KASAN: unknown-crash Read in do_exit
 2020-09-14 12:23 UTC  (3+ messages)

[PATCH] MAINTAINERS: make linux-aspeed list remarks consistent
 2020-09-14 12:25 UTC  (3+ messages)

[PATCH v37 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
 2020-09-14 17:26 UTC 

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-09-14 17:27 UTC  (15+ messages)
` [PATCH 01/14] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
` [PATCH 02/14] KVM: arm64: Define a macro for storing a value inside a per_cpu variable
` [PATCH 03/14] KVM: arm64: Add support for creating and checking a logging buffer inside hyp/nVHE
` [PATCH 04/14] KVM: arm64: Add support for buffer usage
` [PATCH 05/14] KVM: arm64: Define a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
` [PATCH 07/14] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
` [PATCH 08/14] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
` [PATCH 09/14] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
` [PATCH 10/14] KVM: arm64: __ubsan_handle_load_invalid_value hyp/nVHE implementation
` [PATCH 11/14] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
` [PATCH 12/14] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE
` [PATCH 13/14] KVM: arm64: Enable the CONFIG_TEST UBSan for PKVM
` [PATCH 14/14] DO NOT MERGE: Enable configs to test the patch series

[PATCH 0/4] mm: Simplfy cow handling
 2020-09-14 17:32 UTC  (4+ messages)
` [PATCH 1/4] mm: Trial do_wp_page() simplification

[PATCH 1/8] x86/mce: Stop mce_reign() from re-computing severity for every CPU
 2020-09-14 17:32 UTC  (3+ messages)
  ` [tip: ras/core] "

WARNING: suspicious RCU usage: race/events/tlb.h:57 suspicious rcu_dereference_check() usage!
 2020-09-14 17:29 UTC  (2+ messages)

[PATCH v7 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-09-14 17:29 UTC  (5+ messages)
` [PATCH v7 1/3] Drivers: hv: vmbus: Add "

[PATCH v4 1/1] Input: atmel_mxt_ts - implement I2C retries
 2020-09-14 17:29 UTC  (9+ messages)

[PATCH 1/2] tty: serial: print earlycon info after match->setup
 2020-09-14 17:27 UTC  (3+ messages)

[RFC 00/26] perf: Add mmap3 support
 2020-09-14 17:26 UTC  (13+ messages)
` [PATCH 02/26] perf: Introduce mmap3 version of mmap event
` [PATCH 20/26] perf tools: Add build_id_cache__add function

[RFC PATCH v1 0/1] select idle cpu from idle cpumask in sched domain
 2020-09-14 12:26 UTC  (4+ messages)
` [RFC PATCH v1 1/1] sched/fair: "

[PATCH] ASoC: fsl_audmix: make clock and output src write only
 2020-09-14 17:24 UTC 

[PATCH v9 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
 2020-09-14 17:23 UTC  (2+ messages)

[RFC PATCH 0/2] Throttle I2C transfers to UCD9000 devices
 2020-09-14 16:43 UTC  (4+ messages)
` [RFC PATCH 1/2] i2c: smbus: Allow throttling of transfers to client devices
` [RFC PATCH 2/2] hwmon: (pmbus/ucd9000) Throttle SMBus transfers to avoid poor behaviour

[PATCH -next] drivers/macintosh/smu.c: Fix undeclared symbol warning
 2020-09-14 12:26 UTC 

[PATCH 1/2] printk: ringbuffer: fix setting state in desc_read()
 2020-09-14 12:29 UTC  (2+ messages)

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-14 12:29 UTC  (3+ messages)

[PATCH] core/entry: Report syscall correctly for trace and audit
 2020-09-14 17:22 UTC  (2+ messages)

[PATCH net-next RFC v4 00/15] Add devlink reload action and
 2020-09-14 12:27 UTC  (3+ messages)
` [PATCH net-next RFC v4 01/15] devlink: Add reload action option to devlink reload command

ath11k: QCA6390 support on Linux
 2020-09-14 17:20 UTC 

[PATCH v5 11/21] s390: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 14/21] kprobes: Remove NMI context check
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 09/21] parisc: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 08/21] mips: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 06/21] csky: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 04/21] arm64: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 16/21] kprobes: Make local used functions static
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] kprobes: Make local "

[PATCH v5 05/21] arc: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 03/21] arm: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 10/21] powerpc: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 02/21] x86/kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 01/21] kprobes: Add generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH tip] KVM: nSVM: avoid freeing uninitialized pointers in svm_set_nested_state()
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: x86/seves] KVM: nSVM: Avoid "

[PATCH v2] x86/boot/compressed: Disable relocation relaxation
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v5 12/21] sh: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 07/21] ia64: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[BUGFIX PATCH] kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 13/21] sparc: kprobes: Use generic kretprobe trampoline handler
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] "

[PATCH v5 15/21] kprobes: Free kretprobe_instance with rcu callback
 2020-09-14 17:16 UTC  (2+ messages)
` [tip: perf/kprobes] kprobes: Free kretprobe_instance with RCU callback

[PATCH v2 0/3] mm: fix memory to node bad links in sysfs
 2020-09-14 17:15 UTC  (6+ messages)
` [PATCH v2 1/3] mm: replace memmap_context by memplug_context
` [PATCH v2 2/3] mm: don't rely on system state to detect hot-plug operations
` [PATCH v2 3/3] mm: don't panic when links can't be created in sysfs

[PATCH AUTOSEL 5.8 01/29] xprtrdma: Release in-flight MRs on disconnect
 2020-09-14 13:03 UTC  (24+ messages)
` [PATCH AUTOSEL 5.8 03/29] phy: omap-usb2-phy: disable PHY charger detect
` [PATCH AUTOSEL 5.8 04/29] habanalabs: prevent user buff overflow
` [PATCH AUTOSEL 5.8 05/29] habanalabs: fix report of RAZWI initiator coordinates
` [PATCH AUTOSEL 5.8 06/29] scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abort
` [PATCH AUTOSEL 5.8 07/29] scsi: libfc: Fix for double free()
` [PATCH AUTOSEL 5.8 08/29] scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discovery
` [PATCH AUTOSEL 5.8 11/29] spi: spi-loopback-test: Fix out-of-bounds read
` [PATCH AUTOSEL 5.8 12/29] interconnect: Show bandwidth for disabled paths as zero in debugfs
` [PATCH AUTOSEL 5.8 13/29] NFS: Zero-stateid SETATTR should first return delegation
` [PATCH AUTOSEL 5.8 14/29] SUNRPC: stop printk reading past end of string
` [PATCH AUTOSEL 5.8 15/29] rapidio: Replace 'select' DMAENGINES 'with depends on'
` [PATCH AUTOSEL 5.8 16/29] cifs: fix DFS mount with cifsacl/modefromsid
` [PATCH AUTOSEL 5.8 17/29] kobject: Drop unneeded conditional in __kobject_del()
` [PATCH AUTOSEL 5.8 18/29] openrisc: Fix cache API compile issue when not inlining
` [PATCH AUTOSEL 5.8 19/29] nvme-fc: cancel async events before freeing event struct
` [PATCH AUTOSEL 5.8 20/29] nvme-rdma: "
` [PATCH AUTOSEL 5.8 21/29] nvme-tcp: "
` [PATCH AUTOSEL 5.8 22/29] block: only call sched requeue_request() for scheduled requests
` [PATCH AUTOSEL 5.8 23/29] f2fs: fix indefinite loop scanning for free nid
` [PATCH AUTOSEL 5.8 24/29] f2fs: Return EOF on unaligned end of file DIO read
` [PATCH AUTOSEL 5.8 25/29] i2c: algo: pca: Reapply i2c bus settings after reset
` [PATCH AUTOSEL 5.8 26/29] spi: Fix memory leak on splited transfers
` [PATCH AUTOSEL 5.8 27/29] gcov: add support for GCC 10.1

[PATCH RESEND 0/9] crypto: caam - xts(aes) updates
 2020-09-14 17:12 UTC  (8+ messages)
` [PATCH RESEND 1/9] crypto: caam/jr - add fallback for XTS with more than 8B IV

[PATCH] silence nfscache allocation warnings with kvzalloc
 2020-09-14 17:07 UTC 

[PATCH] x86/unwind/fp: Fix FP unwinding in ret_from_fork
 2020-09-14 17:04 UTC 

[PATCH] platform/x86: hp-wmi: add support for thermal policy
 2020-09-14 17:02 UTC 

[RESEND PATCH v1] MIPS: uasm: false warning on use of uasm_i_lui()
 2020-09-14 17:02 UTC  (3+ messages)

[BUG RT] dump-capture kernel not executed for panic in interrupt context
 2020-09-14 16:46 UTC  (16+ messages)

[PATCH bpf-next v2 0/6] bpf: BTF support for ksyms
 2020-09-14 16:59 UTC  (4+ messages)
` [PATCH bpf-next v2 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[PATCH v3 04/10] PCI/RCEC: Add pcie_walk_rcec() to walk associated RCiEPs
 2020-09-14 16:55 UTC  (2+ messages)

[PATCH 0/4] RFC: USB C extcon patchset for the tps6598x
 2020-09-14 16:46 UTC  (5+ messages)
` [PATCH 1/4] extcon: Add USB VBUS properties
` [PATCH 2/4] usb: typec: tps6589x: register as an extcon provider
` [PATCH 3/4] usb: typec: tps6598x: Add the extcon USB chargers
` [PATCH 4/4] usb: typec: tps6598x: Add the power delivery irq

[[PATCH]] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
 2020-09-14 16:57 UTC  (3+ messages)

[PATCH v3] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-14 16:54 UTC  (3+ messages)
  ` [External] "

[PATCH] blk-mq: fix hang issue in blk_queue_enter()
 2020-09-14 16:48 UTC  (2+ messages)

[PATCH v37 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
 2020-09-14 16:48 UTC 

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-09-14 16:49 UTC  (11+ messages)

WARNING: can't access registers at asm_sysvec_call_function_single
 2020-09-14 16:51 UTC  (4+ messages)

[PATCH v2 0/8] Return head pages from find_*_entry
 2020-09-14 16:50 UTC  (5+ messages)
` [PATCH v2 3/8] mm: Optimise madvise WILLNEED

[PATCH 00/15] Adding GAUDI NIC code to habanalabs driver
 2020-09-14 16:50 UTC  (13+ messages)
` [PATCH 05/15] habanalabs/gaudi: add NIC Ethernet support
` [PATCH 12/15] habanalabs/gaudi: add debugfs entries for the NIC

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-14 16:49 UTC  (5+ messages)

[PATCH v37 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
 2020-09-14 16:48 UTC 

[PATCH 0/2] prandom_u32: make output less predictable
 2020-09-14 16:48 UTC  (7+ messages)
` [PATCH 1/2] random32: make prandom_u32() output unpredictable

[PATCH v37 17/24] x86/sgx: ptrace() support for the SGX driver
 2020-09-14 16:49 UTC 

[PATCH v3 00/16] arm/arm64: Turning IPIs into normal interrupts
 2020-09-14 15:09 UTC  (6+ messages)
` [PATCH v3 08/16] irqchip/gic: Configure SGIs as standard interrupts

[PATCH v5 00/14] Optimise and update memcpy, user copy and string routines
 2020-09-14 15:09 UTC  (9+ messages)
` [PATCH v5 01/14] arm64: Allow passing fault address to fixup handlers
` [PATCH v5 02/14] arm64: kprobes: Drop open-coded exception fixup
` [PATCH v5 03/14] arm64: Import latest version of Cortex Strings' memcmp
` [PATCH v5 04/14] arm64: Import latest version of Cortex Strings' memmove
` [PATCH v5 06/14] arm64: Import latest version of Cortex Strings' strlen
` [PATCH v5 09/14] arm64: Tidy up _asm_extable_faultaddr usage
` [PATCH v5 13/14] arm64: usercopy: Add conclusive fixup routine
` [PATCH v5 14/14] arm64: usercopy: Reduce overhead in fixup

[PATCH v2 0/2] UEFI v2.8 Memory Error Record Updates
 2020-09-14 16:44 UTC  (2+ messages)

[RFC PATCH v9 0/3] Add introspect_access(2) (was O_MAYEXEC)
 2020-09-14 16:43 UTC  (8+ messages)

a saner API for allocating DMA addressable pages v2
 2020-09-14 14:44 UTC  (2+ messages)
` [PATCH 12/17] 53c700: convert to dma_alloc_noncoherent

[RESEND PATCH] staging: rtl8188eu: Fix else after return WARNING (checkpatch)
 2020-09-14 16:42 UTC  (3+ messages)

[PATCH RFC 06/11] media: vidtv: get rid of some endiannes nonsense
 2020-09-14 15:14 UTC  (2+ messages)

[PATCH net-next 0/5] rxrpc: Fixes for the connection manager rewrite
 2020-09-14 15:31 UTC  (5+ messages)
` [PATCH net-next 1/5] rxrpc: Fix an error goto in rxrpc_connect_call()
` [PATCH net-next 2/5] rxrpc: Fix a missing NULL-pointer check in a trace
` [PATCH net-next 4/5] rxrpc: Fix conn bundle leak in net-namespace exit
` [PATCH net-next 5/5] rxrpc: Fix an overget of the conn bundle when setting up a client conn

[PATCH v2 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-09-14 15:36 UTC  (3+ messages)
` [PATCH v4 2/3] mm/memcg: Simplify mem_cgroup_get_max()

[PATCH v3 00/11] USB: new USB control message helper functions
 2020-09-14 15:37 UTC  (4+ messages)
` [PATCH v3 02/11] USB: add usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v3 10/11] Bluetooth: ath3k: use "
` [PATCH v3 11/11] ALSA: remove calls to usb_pipe_type_check for control endpoints

[PATCH v1 1/1] scsi: ufshcd: Properly set the device Icc Level
 2020-09-14 16:34 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
 2020-09-14 15:44 UTC  (4+ messages)

[RESEND PATCH 0/2] iowait and idle fixes in /proc/stat
 2020-09-14 16:31 UTC  (2+ messages)

[PATCH V3 0/4] TopDown metrics support for Ice Lake (perf tool)
 2020-09-14 16:20 UTC  (3+ messages)

[PATCH v1 1/2] scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS
 2020-09-14 16:19 UTC  (3+ messages)

[PATCH] drm/msm/a6xx: fix a potential overflow issue
 2020-09-14 16:20 UTC  (2+ messages)


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