LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2020-03-13 02:18:48 to 2020-03-13 07:59:32 UTC [more...]
[PATCH v11 00/20] KVM RISC-V Support
2020-03-13 7:51 UTC (18+ messages)
` [PATCH v11 01/20] RISC-V: Export riscv_cpuid_to_hartid_mask() API
` [PATCH v11 02/20] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v11 03/20] RISC-V: Remove N-extension related defines
` [PATCH v11 04/20] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v11 05/20] RISC-V: Add initial skeletal KVM support
` [PATCH v11 06/20] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v11 07/20] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v11 08/20] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v11 09/20] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v11 10/20] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v11 11/20] RISC-V: KVM: Handle WFI "
` [PATCH v11 12/20] RISC-V: KVM: Implement VMID allocator
` [PATCH v11 13/20] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v11 14/20] RISC-V: KVM: Implement MMU notifiers
` [PATCH v11 15/20] RISC-V: KVM: Add timer functionality
` [PATCH v11 16/20] RISC-V: KVM: FP lazy save/restore
` [PATCH v11 17/20] RISC-V: KVM: Implement ONE REG interface for FP registers
[RFC 00/11] Add generic MFD i.MX mix and audiomix support
2020-03-13 7:58 UTC (9+ messages)
` [RFC 02/11] arm64: dts: imx8mp: Add AIPS 4 and 5
` [RFC 04/11] clk: imx: Add gate shared for i.MX8MP audiomix
` [RFC 05/11] clk: imx: pll14xx: Add the device as argument when registering
` [RFC 06/11] clk: imx: Add helpers for passing the device as argument
[PATCH 0/9] ALSA: compress: Add wma, alac and ape support
2020-03-13 7:53 UTC (12+ messages)
` [PATCH 1/9] ALSA: compress: add wma codec profiles
` [PATCH 2/9] ALSA: compress: Add wma decoder params
` [PATCH 3/9] ASoC: qcom: q6asm: pass codec profile to q6asm_open_write
` [PATCH 4/9] ASoC: qcom: q6asm: add support to wma config
` [PATCH 5/9] ASoC: qcom: q6asm-dai: add support to wma decoder
` [PATCH 6/9] ALSA: compress: add alac & ape decoder params
` [PATCH 7/9] ASoC: qcom: q6asm: add support for alac and ape configs
` [PATCH 8/9] ASoC: qcom: q6asm-dai: add support for ALAC and APE decoders
` [PATCH 9/9] ALSA: compress: bump the version
[Outreachy kernel] [PATCH] Staging: rtl8723bs: rtw_mlme: Remove unnecessary conditions
2020-03-13 7:48 UTC (4+ messages)
[PATCH v10 0/5] Add Support for MediaTek PMIC MT6358
2020-03-13 7:47 UTC (6+ messages)
` [PATCH v10 4/5] rtc: mt6397: Add support for the MediaTek MT6358 RTC
[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
2020-03-13 7:44 UTC (8+ messages)
unexpected kernel reboot (3)
2020-03-13 7:43 UTC (5+ messages)
[PATCH v2 0/9] workingset protection/detection on the anonymous LRU list
2020-03-13 7:40 UTC (7+ messages)
` [PATCH v2 1/9] mm/vmscan: make active/inactive ratio as 1:1 for anon lru
` [PATCH v2 2/9] mm/vmscan: protect the workingset on anonymous LRU
[PATCH V6 0/4] mailbox/firmware: imx: support SCU channel type
2020-03-13 7:38 UTC (4+ messages)
[PATCH] serial: pl011: format long message string into lines
2020-03-13 7:30 UTC (3+ messages)
` "
[PATCH v1 1/3] driver core: Break infinite loop when deferred probe can't be satisfied
2020-03-13 7:35 UTC (4+ messages)
[PATCH] kernel/printk: add kmsg SEEK_CUR handling
2020-03-13 7:34 UTC (3+ messages)
WARNING in geneve_exit_batch_net (2)
2020-03-13 7:30 UTC (4+ messages)
[Outreachy kernel] [PATCH] Staging: rtl8723bs: sdio_halinit: Remove unnecessary conditions
2020-03-13 7:27 UTC (3+ messages)
linux-next: build failure after merge of the block tree
2020-03-13 7:24 UTC (5+ messages)
KASAN: use-after-free Read in route4_get
2020-03-13 7:24 UTC
[RFC PATCH 0/3] meminfo: introduce extra meminfo
2020-03-13 7:21 UTC (7+ messages)
` [RFC PATCH 1/3] proc/meminfo: "
linux-next: build failure after merge of the v4l-dvb tree
2020-03-13 7:14 UTC (5+ messages)
[PATCH v2 00/14] perf: Stream comparison
2020-03-13 7:11 UTC (15+ messages)
` [PATCH v2 01/14] perf util: Create source line mapping table
` [PATCH v2 02/14] perf util: Create streams for managing top N hottest callchains
` [PATCH v2 03/14] perf util: Return per-event callchain streams
` [PATCH v2 04/14] perf util: Compare two streams
` [PATCH v2 05/14] perf util: Calculate the sum of all streams hits
` [PATCH v2 06/14] perf util: Report hot streams
` [PATCH v2 07/14] perf diff: Support hot streams comparison
` [PATCH v2 08/14] perf util: Add new block info functions for top N hot blocks comparison
` [PATCH v2 09/14] perf util: Add new block info fmts for showing "
` [PATCH v2 10/14] perf util: Enable block source line comparison
` [PATCH v2 11/14] perf diff: support hot blocks comparison
` [PATCH v2 12/14] perf util: Filter out streams by name of changed functions
` [PATCH v2 13/14] perf util: Filter out blocks "
` [PATCH v2 14/14] perf diff: Filter out streams by "
[PATCH] input: keyboard: imx_sc_key: Use devm_add_action_or_reset() to handle all cleanups
2020-03-13 6:59 UTC
[PATCH v2] mfd: dln2: Fix sanity checking for endpoints
2020-03-13 6:58 UTC (2+ messages)
[PATCH v6 0/3] phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
2020-03-13 6:54 UTC (3+ messages)
` [PATCH v6 3/3] arm64: dts: zynqmp: Add GTR transceivers
[PATCH RFC] perf:Add driver for HiSilicon PCIe PMU
2020-03-13 6:51 UTC (2+ messages)
[PATCH RESEND v6 0/7] mfd: rn5t618: Add RTC/ADC support
2020-03-13 6:45 UTC (8+ messages)
` [PATCH RESEND v6 1/7] dt-bindings: mfd: rn5t618: Document optional property interrupts
` [PATCH RESEND v6 2/7] mfd: rn5t618: add IRQ support
` [PATCH RESEND v6 3/7] mfd: rn5t618: add RTC related registers
` [PATCH RESEND v6 4/7] mfd: rn5t618: add more subdevices
` [PATCH RESEND v6 5/7] rtc: rc5t619: add Ricoh RC5T619 RTC driver
` [PATCH RESEND v6 6/7] iio: adc: rn5t618: Add ADC driver for RN5T618/RC5T619
` [PATCH RESEND v6 7/7] mfd: rn5t618: cleanup i2c_device_id
[PATCH] gpio: mvebu: avoid error message for optional IRQ
2020-03-13 6:45 UTC (2+ messages)
[PATCH 00/23] mtd: spi-nor: Move manufacturer/SFDP code out of the core
2020-03-13 6:38 UTC (7+ messages)
` [PATCH 01/23] mtd: spi-nor: Stop prefixing generic functions with a manufacturer name
` [PATCH 02/23] mtd: spi-nor: Prepare core / manufacturer code split
` [PATCH 04/23] mtd: spi-nor: Expose stuctures and functions to manufacturer drivers
[RFC PATCH] x86/apic: Drop superfluous apic_phys
2020-03-13 6:37 UTC
[PATCH v2 Resend 1/3] KVM: MIPS: Change KVM_ENTRYHI_ASID to cpu_asid_mask(¤t_cpu_data)
2020-03-13 6:38 UTC (4+ messages)
` [PATCH v2 Resend 2/3] KVM: MIPS: Fixup VPN2_MASK definition over 32bits virtual address
` [PATCH v2 Resend 3/3] KVM: MIPS: Support kvm modules autoprobed when startup system
[PATCH] f2fs: fix long latency due to discard during umount
2020-03-13 6:30 UTC (8+ messages)
[PATCH v17 09/12] PCI/AER: Allow clearing Error Status Register in FF mode
2020-03-13 6:22 UTC (2+ messages)
[PATCH] MIPS: Add header files reference with path prefix
2020-03-13 6:16 UTC
[PATCH v5 0/2] cacheinfo support to read no. of L2 cache ways enabled
2020-03-13 6:03 UTC (2+ messages)
[RFC,net-next 0/9] Introduce a flow gate control action and apply IEEE
2020-03-13 5:59 UTC (7+ messages)
` [RFC,net-next 2/9] net: qos: introduce a gate control flow action
` [EXT] "
` [RFC,net-next 5/9] net: enetc: add tc flower psfp offload driver
` [EXT] "
[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
2020-03-13 6:00 UTC (5+ messages)
` [EXT] "
[PATCH v2 0/2] properly define some of PHYs
2020-03-13 5:32 UTC (3+ messages)
` [PATCH v2 1/2] ARM: dts: imx6dl-riotboard: properly define rgmii PHY
` [PATCH v2 2/2] ARM: dts: imx6q-marsboard: "
[PATCH] perf tools: give synthetic mmap events an inode generation
2020-03-13 5:31 UTC
[PATCH v3 0/5] Add support for block disk resize notification
2020-03-13 5:30 UTC (6+ messages)
` [PATCH v3 1/5] block/genhd: Notify udev about capacity change
` [PATCH v3 2/5] virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
` [PATCH v3 3/5] xen-blkfront.c: "
` [PATCH v3 4/5] nvme: "
` [PATCH v3 5/5] scsi: "
[GIT PULL] Crypto Update for 5.4
2020-03-13 5:27 UTC (10+ messages)
` [GIT PULL] Crypto Fixes "
` [GIT PULL] Crypto Fixes for 5.5
` [GIT PULL] Crypto Fixes for 5.6
[PATCH] watchdog: orion: use 0 for unset heartbeat
2020-03-13 5:27 UTC (2+ messages)
[PATCH v4 0/4] add TJA1102 support
2020-03-13 5:22 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: net: phy: Add support for NXP TJA11xx
` [PATCH v4 2/4] net: phy: tja11xx: add initial TJA1102 support
` [PATCH v4 3/4] net: mdio: of: export part of of_mdiobus_register_phy()
` [PATCH v4 4/4] net: phy: tja11xx: add delayed registration of TJA1102 PHY1
[PATCH v4 0/2] x86/purgatory: Make sure we fail the build if purgatory.ro has missing symbols
2020-03-13 5:15 UTC (10+ messages)
` [PATCH v4 2/2] "
[PATCH v2 0/5] PCI: functions/pci-epf-test: Add DMA data transfer
2020-03-13 5:13 UTC (3+ messages)
Thunderbolt, direct-complete and long suspend/resume time of Suspend-to-idle
2020-03-13 5:07 UTC (7+ messages)
[PATCH] xfs: fix regression in "cleanup xfs_dir2_block_getdents"
2020-03-13 5:03 UTC (2+ messages)
[PATCH] KVM: VMX: Micro-optimize vmexit time when not exposing PMU
2020-03-13 4:57 UTC (6+ messages)
mmotm 2020-03-11-21-11 uploaded
2020-03-13 4:52 UTC (4+ messages)
` mmotm 2020-03-11-21-11 uploaded (sound/soc/codecs/wcd9335.c)
linux-next: manual merge of the tip tree with the integrity tree
2020-03-13 4:52 UTC
mmotm 2020-03-12-21-49 uploaded
2020-03-13 4:49 UTC
[Patch V5 00/21] Tegra XUSB OTG support
2020-03-13 4:48 UTC (6+ messages)
[PATCH] mm/hmm.c : Remove additional check for lockdep_assert_held()
2020-03-13 4:22 UTC (5+ messages)
[RESEND PATCH 0/5] Support the Allwinner F1C100s USB stack
2020-03-13 4:07 UTC (5+ messages)
` [RESEND PATCH 2/5] phy: sun4i-usb: add support for the USB PHY on suniv SoC
[PATCH 0/3] Optimize the Spreadtrum eFuse controller
2020-03-13 4:07 UTC (4+ messages)
` [PATCH 1/3] nvmem: sprd: Fix the block lock operation
` [PATCH 2/3] nvmem: sprd: Optimize "
` [PATCH 3/3] nvmem: sprd: Determine double data programming from device data
[PATCH v2] KVM: VMX: Micro-optimize vmexit time when not exposing PMU
2020-03-13 3:55 UTC
[PATCH RFC tip/core/rcu 0/2] Fix RCU idle-exit problem and comment
2020-03-13 3:52 UTC (4+ messages)
` [PATCH RFC tip/core/rcu 1/2] rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
` [PATCH RFC tip/core/rcu 2/2] rcu: Add comments marking transitions between RCU watching and not
[tip:perf/urgent] BUILD SUCCESS f967140dfb7442e2db0868b03b961f9c59418a1b
2020-03-13 3:49 UTC
[PATCH] ARM: dts: Makefile: build arm64 device tree
2020-03-13 3:31 UTC
[PATCH] powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
2020-03-13 3:35 UTC (2+ messages)
[PATCH 0/3] imx: drop dependency on ARM64
2020-03-13 3:27 UTC (4+ messages)
` [PATCH 1/3] pinctrl: freescale: drop the dependency on ARM64 for i.MX8M
` [PATCH 2/3] clk: imx: "
` [PATCH 3/3] soc: imx: select ARM_GIC_V3 "
[PATCH] iio: health: max30100: use generic property handler
2020-03-13 3:29 UTC
[PATCH v2 0/2] mm: mmap: add mmap trace point
2020-03-13 3:27 UTC (4+ messages)
` [PATCH v2 1/2] mmap: remove inline of vm_unmapped_area
[PATCH v4 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
2020-03-13 3:12 UTC (8+ messages)
` [PATCH v4 1/7] vfio: allow external user to get vfio group from device
` [PATCH v4 2/7] vfio: introduce vfio_dma_rw to read/write a range of IOVAs
` [PATCH v4 3/7] vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pages
` [PATCH v4 4/7] drm/i915/gvt: hold reference of VFIO group during opening of vgpu
` [PATCH v4 5/7] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw
` [PATCH v4 6/7] drm/i915/gvt: switch to user vfio_group_pin/upin_pages
` [PATCH v4 7/7] drm/i915/gvt: rw more pages a time for shadow context
Linux Foundation Technical Advisory Board Elections -- Change to charter
2020-03-13 3:19 UTC (4+ messages)
` [Ksummit-discuss] "
[PATCH 0/5] kselftest: add fixture parameters
2020-03-13 3:17 UTC (6+ messages)
` [PATCH 1/5] selftests/seccomp: use correct FIXTURE macro
` [PATCH 2/5] kselftest: create fixture objects
` [PATCH 3/5] kselftest: run tests by fixture
` [PATCH 4/5] kselftest: add fixture parameters
` [PATCH 5/5] selftests: tls: run all tests for TLS 1.2 and TLS 1.3
linux-next: manual merge of the netfilter-next tree with the net-next tree
2020-03-13 3:17 UTC
[PATCH] x86/vector: Allow to free vector for managed IRQ
2020-03-13 3:13 UTC (2+ messages)
[RFC PATCH] locks:Remove spinlock in unshare_files
2020-03-13 3:10 UTC
[PATCH v2] MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch lines
2020-03-13 3:09 UTC (2+ messages)
[PATCH 1/1] regulator: fixed: add system pm routines for pinctrl
2020-03-13 3:08 UTC (7+ messages)
linux-next: manual merge of the bpf-next tree with the jc_docs tree
2020-03-13 2:58 UTC
[PATCH] checkpatch: always allow C99 SPDX License Identifer comments
2020-03-13 2:47 UTC (5+ messages)
[PATCH] arm64: dts: qcom: sdm845-mtp: Relocate remoteproc firmware
2020-03-13 2:37 UTC (2+ messages)
[PATCH v2] HID: Add driver fixing Glorious PC Gaming Race mouse report descriptor
2020-03-13 2:12 UTC
[PATCH 1/2] dt-bindings: mailbox: Add the Spreadtrum mailbox documentation
2020-03-13 2:19 UTC (3+ messages)
[PATCH v9 00/10] Guest Last Branch Recording Enabling
2020-03-13 2:16 UTC (11+ messages)
` [PATCH v9 01/10] perf/x86: Fix msr variable type for the LBR msrs
` [PATCH v9 02/10] perf/x86/lbr: Add interface to get basic information about LBR stack
` [PATCH v9 03/10] perf/x86: Add constraint to create guest LBR event without hw counter
` [PATCH v9 04/10] perf/x86: Keep LBR stack unchanged on the host for guest LBR event
` [PATCH v9 05/10] KVM: x86: Add KVM_CAP_X86_GUEST_LBR interface to dis/enable LBR feature
` [PATCH v9 06/10] KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
` [PATCH v9 07/10] KVM: x86/pmu: Add LBR feature emulation via guest LBR event
` [PATCH v9 08/10] KVM: x86/pmu: Release guest LBR event via vPMU lazy release mechanism
` [PATCH v9 09/10] KVM: x86: Expose MSR_IA32_PERF_CAPABILITIES to guest for LBR record format
` [PATCH v9 10/10] KVM: x86: Remove the common trap handler of the MSR_IA32_DEBUGCTLMSR
page: next (older) | prev (newer) | latest
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).