linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-14 05:16:18 to 2019-05-14 09:21:07 UTC [more...]

[LTP] LTP: Syscalls: 274 failures: EROFS(30): Read-only file system
 2019-05-14  9:20 UTC 

[PATCH V3 0/4] arm64/mm: Enable memory hot remove
 2019-05-14  9:20 UTC  (10+ messages)
` [PATCH V3 1/4] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()
` [PATCH V3 2/4] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V3 3/4] arm64/mm: Inhibit huge-vmap with ptdump
` [PATCH V3 4/4] arm64/mm: Enable memory hot remove

[stable/4.14.y PATCH 0/3] mmc: Fix a potential resource leak when shutting down request queue
 2019-05-14  9:19 UTC  (2+ messages)

[PATCH] printk: Monitor change of console loglevel
 2019-05-14  9:19 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: meson: g12a: add mmc B and C
 2019-05-14  9:16 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: meson: g12a: add mmc nodes
` [PATCH 2/3] arm64: dts: meson: u200: add sd and emmc
` [PATCH 3/3] arm64: dts: meson: sei510: "

[PATCH 0/3] mmc: meson-gx: add ddr-access-quirk support
 2019-05-14  9:14 UTC  (2+ messages)
` [baylibre-upstreaming] "

[PATCH RFC 0/4] mm/ksm: add option to automerge VMAs
 2019-05-14  9:12 UTC  (6+ messages)

[PATCH RT v2] Fix a lockup in wait_for_completion() and friends
 2019-05-14  9:12 UTC  (3+ messages)

regulator: BD71837: possible regression
 2019-05-14  9:11 UTC  (2+ messages)

[PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
 2019-05-14  9:05 UTC  (4+ messages)
` [PATCH 2/4] powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE
` [PATCH 3/4] powerpc/32: define helpers to get L1 cache sizes
` [PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()

[RFC] Question about enable doorbell irq and halt_poll process
 2019-05-14  9:02 UTC  (8+ messages)

[PATCH] vsprintf: Do not break early boot with probing addresses
 2019-05-14  9:02 UTC  (10+ messages)

[PATCH 00/18] ARM/ARM64: Support hierarchical CPU arrangement for PSCI
 2019-05-14  8:58 UTC  (3+ messages)

[PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-14  8:58 UTC  (9+ messages)

[PATCH] tools pci: Do not delete pcitest.sh in 'make clean'
 2019-05-14  8:56 UTC  (2+ messages)

[PATCH v2] media/doc: Allow sizeimage to be set by v4l clients
 2019-05-14  8:54 UTC  (2+ messages)

[PATCH] i2c: at91: handle TXRDY interrupt spam
 2019-05-14  8:52 UTC  (8+ messages)

[PATCH] dt-bindings: property-units: Sanitize unit naming
 2019-05-14  8:50 UTC 

[RFC][PATCH 0/5 v4] DMA-BUF Heaps (destaging ION)
 2019-05-14  8:49 UTC  (2+ messages)

[PATCH v5 0/2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel
 2019-05-14  8:48 UTC  (11+ messages)
` [PATCH v5 1/2] x86/kexec: Build identity mapping for EFI systab and ACPI tables
  ` [PATCH v6 "

[PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14  8:46 UTC  (22+ messages)
` [PATCH v3 01/18] kunit: test: add KUnit test runner core
` [PATCH v3 02/18] kunit: test: add test resource management API
` [PATCH v3 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v3 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v3 05/18] kunit: test: add the concept of expectations
` [PATCH v3 06/18] kbuild: enable building KUnit
` [PATCH v3 07/18] kunit: test: add initial tests
` [PATCH v3 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v3 09/18] kunit: test: add support for test abort
` [PATCH v3 10/18] kunit: test: add tests for kunit "
` [PATCH v3 11/18] kunit: test: add the concept of assertions
` [PATCH v3 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v3 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v3 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v3 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v3 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v3 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[v5 PATCH 0/6] add USB Type-B GPIO connector driver
 2019-05-14  8:47 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: connector: add optional properties for Type-B
` [PATCH v5 2/6] dt-bindings: usb: add binding for Type-B GPIO connector driver
` [PATCH v5 3/6] dt-bindings: usb: mtu3: add properties about USB Role Switch
` [PATCH v5 4/6] usb: roles: add API to get usb_role_switch by node
` [PATCH v5 5/6] usb: roles: add USB Type-B GPIO connector driver
` [PATCH v5 6/6] usb: mtu3: register a USB Role Switch for dual role mode

[PATCH RESEND 1/2] soc: imx: Add SCU SoC info driver support
 2019-05-14  8:45 UTC  (5+ messages)

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14  8:38 UTC  (29+ messages)

[PATCH 1/2] powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx
 2019-05-14  8:35 UTC  (5+ messages)
` [PATCH 2/2] powerpc/8xx: Add microcode patch to move SMC parameter RAM

[RFC KVM 00/27] KVM Address Space Isolation
 2019-05-14  8:34 UTC  (25+ messages)
` [RFC KVM 06/27] KVM: x86: Exit KVM isolation on IRQ entry
` [RFC KVM 18/27] kvm/isolation: function to copy page table entries for percpu buffer
` [RFC KVM 24/27] kvm/isolation: KVM page fault handler

[PATCH] mac80211: fix possible deadlock in TX path
 2019-05-14  8:33 UTC  (2+ messages)

[PATCH] EDAC, mpc85xx: Prevent building as a module
 2019-05-14  8:31 UTC  (11+ messages)

[PATCH] f2fs: issue discard commands proactively in high fs utilization
 2019-05-14  8:29 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2] serial: sh-sci: disable DMA for uart_console
 2019-05-14  8:28 UTC  (2+ messages)

[PATCH v4 0/8] stm32 m4 remoteproc on STM32MP157c
 2019-05-14  8:27 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect
` [PATCH v4 2/8] dt-bindings: remoteproc: add bindings for stm32 remote processor driver
` [PATCH v4 3/8] remoteproc: stm32: add an ST stm32_rproc driver
` [PATCH v4 4/8] ARM: dts: stm32: add m4 remoteproc support on STM32MP157c
` [PATCH v4 5/8] ARM: dts: stm32: declare copro reserved memories on STM32MP157c-ed1
` [PATCH v4 6/8] ARM: dts: stm32: enable m4 coprocessor support "
` [PATCH v4 7/8] ARM: dts: stm32: declare copro reserved memories on STM32MP157a-dk1
` [PATCH v4 8/8] ARM: dts: stm32: enable m4 coprocessor support "

[PATCH v6 0/6] Add drive-strength in Meson pinctrl driver
 2019-05-14  8:26 UTC  (7+ messages)
` [PATCH v6 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property
` [PATCH v6 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support
` [PATCH v6 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property
` [PATCH v6 4/6] pinctrl: meson: Rework enable/disable bias part
` [PATCH v6 5/6] pinctrl: meson: add support of drive-strength-microamp
` [PATCH v6 6/6] pinctrl: meson: g12a: add DS bank value

[PATCH] arm64: dts: imx8mq: Remove unnecessary blank lines
 2019-05-14  8:26 UTC  (2+ messages)

[PATCH] docs: reorder memory-hotplug documentation
 2019-05-14  8:23 UTC 

[PATCH] sync_file: Return reasonable timestamp when merging signaled fences
 2019-05-14  8:06 UTC  (5+ messages)
    ` [EXTERNAL] "

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14  8:22 UTC  (6+ messages)

[PATCH v8 0/6] virtio pmem driver
 2019-05-14  8:19 UTC  (11+ messages)
` [PATCH v8 2/6] virtio-pmem: Add "
` [PATCH v8 3/6] libnvdimm: add dax_dev sync flag
        ` [Qemu-devel] "

[PATCH v3 0/2] Document memory-to-memory video codec interfaces
 2019-05-14  8:12 UTC  (4+ messages)
` [PATCH v3 2/2] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH] ppp: deflate: Fix possible crash in deflate_init
 2019-05-14  7:43 UTC 

[PATCH] nvme/pci: Use host managed power state for suspend
 2019-05-14  8:04 UTC  (14+ messages)

[RFC] x86: Speculative execution warnings
 2019-05-14  8:00 UTC  (2+ messages)

[PATCH 0/2] serial: 8250: Add support for 8250/16550 as MFD function
 2019-05-14  8:00 UTC  (6+ messages)
` [PATCH 2/2] "

[GIT PULL] overlayfs update for 5.2
 2019-05-14  7:55 UTC 

[RFC v2 00/11] DVFS in the OPP core
 2019-05-14  7:53 UTC  (3+ messages)
` [RFC v2 08/11] arm64: dts: sdm845: Add ufs opps and power-domains

[PATCH v2 1/2] vfio/mdev: add version attribute for mdev device
 2019-05-14  7:47 UTC  (14+ messages)

[GIT PULL] fuse update for 5.2
 2019-05-14  7:51 UTC 

[PATCH] coccinelle: put_device: reduce false positives
 2019-05-14  7:49 UTC  (8+ messages)
` [PATCH 0/5] Coccinelle: put_device: Adjustments for a SmPL script
  ` [PATCH 4/5] Coccinelle: put_device: Extend when constraints for two SmPL ellipses
      ` [4/5] "

[PATCH v3 00/16] Shared virtual address IOMMU and VT-d support
 2019-05-14  7:46 UTC  (9+ messages)
` [PATCH v3 02/16] iommu: Introduce cache_invalidate API

[PATCH v1] mtd: rawnand: Add Macronix NAND read retry support
 2019-05-14  7:41 UTC  (4+ messages)

[PATCH] serial: 8250: Add support for using platform_device resources
 2019-05-14  7:37 UTC  (12+ messages)

[PATCH] drm/bridge: Remove duplicate header
 2019-05-14  7:35 UTC  (2+ messages)

[PATCH] tty: serial_core: Fix the incorrect configuration of baud rate and data length at the console serial port resume
 2019-05-14  7:34 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Remove duplicate header
 2019-05-14  7:27 UTC 

[PATCH] EDAC, mc: Fix edac_mc_find() in case no device is found
 2019-05-14  7:25 UTC 

[PATCH -tip v8 0/6] tracing/probes: uaccess: Add support user-space access
 2019-05-14  7:24 UTC  (3+ messages)
` [PATCH -tip v8 3/6] tracing/probe: Add ustring type for user-space string

[PATCH] net: macb: fix error format in dev_err()
 2019-05-14  7:24 UTC  (2+ messages)

[v2 PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-14  7:21 UTC  (2+ messages)

[RFC PATCH] ARM: mach-shmobile: Parse DT to get ARCH timer memory region
 2019-05-14  7:16 UTC  (6+ messages)

[PATCH v3 0/3] Make IPA use PM_EM
 2019-05-14  7:15 UTC  (4+ messages)
` [PATCH v3 3/3] thermal: cpu_cooling: Migrate to using the EM framework

[PATCH] perf/x86/intel: allow PEBS multi-entry in watermark mode
 2019-05-14  7:13 UTC  (2+ messages)
` [tip:perf/urgent] perf/x86/intel: Allow "

[PATCH v2] doc: kernel-parameters.txt: fix documentation of nmi_watchdog parameter
 2019-05-14  7:09 UTC  (2+ messages)

[PATCH] tty: serial: uartlite: avoid null pointer dereference during rmmod
 2019-05-14  7:08 UTC  (2+ messages)

[RESEND PATCH] powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt
 2019-05-14  7:02 UTC  (3+ messages)

[PATCH v4 1/1] iommu/io-pgtable-arm: Add support to use system cache
 2019-05-14  6:56 UTC  (3+ messages)

[PATCH v12 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD & SPI driver
 2019-05-14  6:52 UTC  (3+ messages)
` [PATCH v12 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver

Linux in KVM guest segfaults when hosts runs Linux 5.1
 2019-05-14  6:51 UTC  (3+ messages)

[PATCH RFC V2] Add driver for dvfsrc, support for active state of scpsys
 2019-05-14  6:43 UTC  (3+ messages)
` [RFC V2 10/11] interconnect: mediatek: Add mt8183 interconnect provider driver

[PATCH] net/smc: Fix error path in smc_init
 2019-05-14  6:39 UTC 

[RFC PATCH 0/3] Add support of busfreq
 2019-05-14  6:33 UTC  (3+ messages)

[PATCH V5 00/16] Add Tegra194 PCIe support
 2019-05-14  6:25 UTC  (11+ messages)
` [PATCH V5 07/16] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V5 10/16] dt-bindings: PCI: tegra: Add device tree support for T194

[v2 PATCH] mm: vmscan: correct nr_reclaimed for THP
 2019-05-14  6:20 UTC  (6+ messages)

[PATCH v3] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-05-14  6:17 UTC  (6+ messages)

[PATCH v3 00/13] Add mediatek mipicsi driver for Mediatek SOC MT2712
 2019-05-14  6:13 UTC  (14+ messages)
` [PATCH v3 01/13] dt-bindings: media: Add binding for MT2712 MIPI-CSI2
` [PATCH v3 02/13] [media] mtk-mipicsi: add mediatek mipicsi driver for mt2712
` [PATCH v3 03/13] [media] mtk-mipicsi: register the soc_camera host
` [PATCH v3 04/13] [media] mtk-mipicsi: add the check for non-supported color format
` [PATCH v3 05/13] [media] mtk-mipicsi: get the w/h/bytepwerline for mtk_mipicsi
` [PATCH v3 06/13] [media] mtk-mipicsi: add function to support SerDes for link number
` [PATCH v3 07/13] [media] mtk-mipicsi: enable/disable ana clk
` [PATCH v3 08/13] [media] mtk-mipicsi: enable/disable cmos for mt2712
` [PATCH v3 09/13] [media] mtk-mipicsi: add ISR for writing the data to buffer
` [PATCH v3 10/13] [media] mtk-mipicsi: set the output address in HW reg
` [PATCH v3 11/13] [media] mtk-mipicsi: add function to get the format
` [PATCH v3 12/13] [media] mtk-mipicsi: add debug message for mipicsi driver
` [PATCH v3 13/13] [media] mtk-mipicsi: add debugfs "

[PATCH] KVM: X86: Enable IA32_MSIC_ENABLE MONITOR bit when exposing mwait/monitor
 2019-05-14  6:13 UTC  (3+ messages)

[PATCH v2 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-05-14  6:06 UTC  (12+ messages)

[PATCH V6 00/15] Add Tegra194 PCIe support
 2019-05-14  6:02 UTC  (8+ messages)
` [PATCH V6 02/15] PCI/PME: Export pcie_pme_disable_msi() & pcie_pme_no_msi() APIs
` [PATCH V6 06/15] dt-bindings: PCI: designware: Add binding for CDM register check

[PATCHv1 0/8] qcom: Add cpuidle to some platforms
 2019-05-14  5:57 UTC  (4+ messages)
` [PATCHv1 1/8] arm64: dts: Fix various entry-method properties to reflect documentation

[PATCH] iwlwifi: trans: fix killer series loadded incorrect firmware
 2019-05-14  5:56 UTC  (2+ messages)

[PATCH v2] KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit
 2019-05-14  5:55 UTC 

[PATCH] Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same file
 2019-05-14  5:52 UTC 

[PATCH] USB: serial: pl2303: add Allied Telesis VT-Kit3
 2019-05-14  5:35 UTC 

[PATCH] PCI: altera: Allow building as module
 2019-05-14  5:35 UTC  (4+ messages)
` [PATCH] PCI: altera-msi: "

[PATCH] net: wireless: iwlwifi: Fix double-free problems in iwl_req_fw_callback()
 2019-05-14  5:33 UTC  (2+ messages)

[PATCH][next] iwlwifi: d3: Use struct_size() helper
 2019-05-14  5:16 UTC  (2+ messages)

INFO: task hung in __get_super
 2019-05-14  5:15 UTC  (3+ messages)

[PATCH][next] iwlwifi: lib: Use struct_size() helper
 2019-05-14  5:16 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).