LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2019-06-02 12:24:52 to 2019-06-03 03:51:35 UTC [more...]
[PATCH 0/2] Add MediaTek I3C master controller driver
2019-06-03 3:51 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: i3c: Document MediaTek I3C master bindings
` [PATCH 2/2] i3c: master: Add driver for MediaTek IP
[rcu] kernel BUG at include/linux/pagemap.h:149!
2019-06-03 3:47 UTC (12+ messages)
` rcu_read_lock lost its compiler barrier
[PATCH v10 0/7] Add support for mt8183 SCP
2019-06-03 3:45 UTC (8+ messages)
` [PATCH v10 1/7] dt-bindings: Add a binding for Mediatek SCP
` [PATCH v10 2/7] remoteproc/mediatek: add SCP support for mt8183
` [PATCH v10 3/7] remoteproc: mt8183: add reserved memory manager API
` [PATCH v10 4/7] rpmsg: add rpmsg support for mt8183 SCP
` [PATCH v10 5/7] dt-bindings: Add binding for cros-ec-rpmsg
` [PATCH v10 6/7] mfd: cros_ec: differentiate SCP from EC by feature bit
` [PATCH v10 7/7] arm64: dts: mt8183: add scp node
[PATCH v7 1/1] f2fs: ioctl for removing a range from F2FS
2019-06-03 3:42 UTC
[PATCH] scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_work
2019-06-03 3:23 UTC (3+ messages)
[PATCH] ipvlan: Don't propagate IFF_ALLMULTI changes on down interfaces
2019-06-03 3:23 UTC
[PATCH] drm/radeon: avoid a possible arrary overflow
2019-06-03 3:02 UTC
[v4 0/3] Support mipitx for mt8183
2019-06-03 2:53 UTC (3+ messages)
` [v4 3/3] drm/mediatek: add mipi_tx driver "
[PATCH] arm64: dts: imx8mm: Fix build warnings
2019-06-03 2:51 UTC (3+ messages)
[PATCH 0/3] ACPI: New eject flow to remove devices cautiously
2019-06-03 2:48 UTC (4+ messages)
` [PATCH 3/3] ACPI / device_sysfs: Add eject show attr to monitor eject status
[v4 0/7] Support dsi for mt8183
2019-06-03 2:45 UTC (9+ messages)
` [v4 1/7] drm/mediatek: move mipi_dsi_host_register to probe
` [v4 2/7] drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701
` [v4 3/7] drm/mediatek: add dsi reg commit disable control
` [v4 6/7] drm/mediatek: change the dsi phytiming calculate method
[PATCH v2 0/3] MediaTek Security random number generator support
2019-06-03 2:39 UTC (10+ messages)
` [PATCH v2 1/3] soc: mediatek: add SMC fid table for SIP interface
` [PATCH v2 2/3] dt-bindings: rng: update bindings for MediaTek ARMv8 SoCs
` [PATCH v2 3/3] hwrng: add mtk-sec-rng driver
[cgroup] c03cd7738a: BUG:KASAN:slab-out-of-bounds_in_c
2019-06-03 2:35 UTC
[netdevsim] 5fc494225c: kernel_selftests.net.psock_snd.sh.fail
2019-06-03 2:34 UTC
[PATCH] usb: dwc3: Enable the USB snooping
2019-06-03 2:33 UTC (8+ messages)
[KVM] 2ee567d31a: kernel_selftests.kvm.make_fail
2019-06-03 2:31 UTC
[PATCH] unicore32: check stack pointer in get_wchan
2019-06-03 2:30 UTC
[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
2019-06-03 2:24 UTC (4+ messages)
[PATCH v3 0/3] Allow custom PCI resource alignment on pseries
2019-06-03 2:23 UTC (9+ messages)
` [PATCH v3 1/3] PCI: Introduce pcibios_ignore_alignment_request
[PATCH v3] mtd: rawnand: Add Macronix NAND read retry support
2019-06-03 2:42 UTC
linux-next: build failure after merge of the clockevents tree
2019-06-03 2:13 UTC
[PATCH V2 net-next 00/10] code optimizations & bugfixes for HNS3 driver
2019-06-03 2:09 UTC (11+ messages)
` [PATCH V2 net-next 01/10] net: hns3: remove redundant core reset
` [PATCH V2 net-next 02/10] net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
` [PATCH V2 net-next 03/10] net: hns3: fix VLAN filter restore issue after reset
` [PATCH V2 net-next 04/10] net: hns3: set the port shaper according to MAC speed
` [PATCH V2 net-next 05/10] net: hns3: add a check to pointer in error_detected and slot_reset
` [PATCH V2 net-next 06/10] net: hns3: set ops to null when unregister ad_dev
` [PATCH V2 net-next 07/10] net: hns3: add handling of two bits in MAC tunnel interrupts
` [PATCH V2 net-next 08/10] net: hns3: remove setting bit of reset_requests when handling mac "
` [PATCH V2 net-next 09/10] net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
` [PATCH V2 net-next 10/10] net: hns3: delay and separate enabling of NIC and ROCE HW errors
[PATCH v2 net-next] net: link_watch: prevent starvation when processing linkwatch wq
2019-06-03 2:11 UTC (5+ messages)
[v2, PATCH 0/4] complete dwmac-mediatek driver and fix flow control issue
2019-06-03 1:58 UTC (5+ messages)
` [v2, PATCH 1/4] net: stmmac: dwmac-mediatek: enable Ethernet power domain
` [v2, PATCH 2/4] net: stmmac: dwmac-mediatek: disable rx watchdog
` [v2, PATCH 3/4] net: stmmac: modify default value of tx-frames
` [v2, PATCH 4/4] net: stmmac: dwmac4: fix flow control issue
[PATCH] arm64: dts: imx8mm: Move gic node into soc node
2019-06-03 1:50 UTC
[PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver
2019-06-03 1:42 UTC (4+ messages)
[PATCH V2 1/3] dt-bindings: imx: Add clock binding doc for i.MX8MN
2019-06-03 1:35 UTC (3+ messages)
` [PATCH V2 2/3] clk: imx: Add support for i.MX8MN clock driver
` [PATCH V2 3/3] arm64: defconfig: Select CONFIG_CLK_IMX8MN by default
[PATCH v4] ARM: dts: aspeed: Add YADRO VESNIN BMC
2019-06-03 1:28 UTC (2+ messages)
[PATCH V2 1/3] dt-bindings: arm: imx: Add the soc binding for i.MX8MN
2019-06-03 1:27 UTC (3+ messages)
` [PATCH V2 2/3] arm64: dts: freescale: Add i.MX8MN dtsi support
` [PATCH V2 3/3] arm64: dts: freescale: Add i.MX8MN DDR4 EVK board support
[PATCH v4 0/9] iommu: Bounce page for untrusted devices
2019-06-03 1:16 UTC (10+ messages)
` [PATCH v4 1/9] PCI: Add dev_is_untrusted helper
` [PATCH v4 2/9] swiotlb: Split size parameter to map/unmap APIs
` [PATCH v4 3/9] swiotlb: Zero out bounce buffer for untrusted device
` [PATCH v4 4/9] iommu: Add bounce page APIs
` [PATCH v4 5/9] iommu/vt-d: Don't switch off swiotlb if use direct dma
` [PATCH v4 6/9] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v4 7/9] iommu/vt-d: Add trace events for domain map/unmap
` [PATCH v4 8/9] iommu/vt-d: Code refactoring for bounce map and unmap
` [PATCH v4 9/9] iommu/vt-d: Use bounce buffer for untrusted devices
[PATCH v2 net-next 00/10] PTP support for the SJA1105 DSA driver
2019-06-03 1:07 UTC (13+ messages)
` [PATCH v2 net-next 01/10] net: dsa: Keep a pointer to the skb clone for TX timestamping
` [PATCH v2 net-next 02/10] net: dsa: Add teardown callback for drivers
` [PATCH v2 net-next 03/10] net: dsa: tag_8021q: Create helper function for removing VLAN header
` [PATCH v2 net-next 04/10] net: dsa: sja1105: Move sja1105_change_tpid into sja1105_vlan_filtering
` [PATCH v2 net-next 05/10] net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan mode
` [PATCH v2 net-next 06/10] net: dsa: sja1105: Add support for the PTP clock
` [PATCH v2 net-next 07/10] net: dsa: sja1105: Move sja1105_is_link_local to include/linux
` [PATCH v2 net-next 08/10] net: dsa: sja1105: Make sja1105_is_link_local not match meta frames
` [PATCH v2 net-next 09/10] net: dsa: sja1105: Add support for PTP timestamping
` [PATCH v2 net-next 10/10] net: dsa: sja1105: Increase priority of CPU-trapped frames
[PATCH 1/2] ARM: dts: qcom: msm8974-hammerhead: add touchscreen support
2019-06-03 1:04 UTC (2+ messages)
` [PATCH 2/2] ARM: qcom_defconfig: add support for USB networking
linux-next: unable to fetch the drm-intel-fixes tree
2019-06-03 1:04 UTC (2+ messages)
[PATCH v3 0/5] vsock/virtio: optimizations to increase the throughput
2019-06-03 1:03 UTC (3+ messages)
` [PATCH v3 2/5] vsock/virtio: fix locking for fwd_cnt and buf_alloc
[PATCH] drm/msm: correct attempted NULL pointer dereference in put_iova
2019-06-03 1:01 UTC
[PATCH 1/3] dt-bindings: arm: imx: Add the soc binding for i.MX8MN
2019-06-03 0:57 UTC (4+ messages)
` [PATCH 2/3] arm64: dts: freescale: Add i.MX8MN dtsi support
linux-next: manual merge of the crypto tree with Linus' tree
2019-06-03 0:52 UTC
[PATCH] qed: remove redundant assignment to rc
2019-06-03 0:51 UTC (2+ messages)
[GIT PULL net-next, resend] isdn: deprecate non-mISDN drivers
2019-06-03 0:49 UTC (2+ messages)
[PATCH v4 00/15] iommu/vt-d: Delegate DMA domain to generic iommu
2019-06-03 0:35 UTC (4+ messages)
` [PATCH v4 10/15] iommu/vt-d: Probe DMA-capable ACPI name space devices
[GIT PULL] SPDX update for 5.2-rc3 - round 2
2019-06-03 0:15 UTC (6+ messages)
[PATCH 0/7] NCR5380 drivers: fixes and improvements
2019-06-02 23:32 UTC (4+ messages)
` [PATCH 5/7] scsi: mac_scsi: Fix pseudo DMA implementation, take 2
[PATCH v2 4/4] power: supply: max17040: Send uevent in SOC changes
2019-06-02 22:26 UTC (8+ messages)
` [PATCH v3 0/5] power: supply: MAX17040: Add IRQ for low level and alert "
` [PATCH v3 2/5] dt-bindings: power: supply: Max17040: Add low level SOC alert threshold
` [PATCH v3 3/5] power: supply: max17040: Config alert SOC low level threshold from FDT
linux-next: unable to fetch the mvebu tree
2019-06-02 22:23 UTC
[PATCH v4] page cache: Store only head pages in i_pages
2019-06-02 21:47 UTC (7+ messages)
[PATCH v1 0/4] NVIDIA Tegra Video Decoder driver improvements
2019-06-02 21:37 UTC (8+ messages)
` [PATCH v1] ARM: dts: tegra30: Connect SMMU with Video Decoder Engine
` [PATCH v1] ARM: tegra: Enable Tegra VDE driver in tegra_defconfig
` [PATCH v1] media: dt: bindings: tegra-vde: Document new optional IOMMU property
` [PATCH v1 1/4] staging: media: tegra-vde: Remove BIT() macro from UAPI header
` [PATCH v1 2/4] staging: media: tegra-vde: Manually pack UAPI structures
` [PATCH v1 3/4] staging: media: tegra-vde: Add IOMMU support
` [PATCH v1 4/4] staging: media: tegra-vde: Defer dmabuf's unmapping
[PATCH 2/2] drm/i915: Skip object locking around a no-op set-domain ioctl
2019-06-02 21:31 UTC (2+ messages)
[PATCH] media: ov6650: Fix device node exposed without proper locking
2019-06-02 21:22 UTC
Linux 5.2-rc3
2019-06-02 21:05 UTC
[PATCH net] net: hns: Fix loopback test failed at copper ports
2019-06-02 20:56 UTC (2+ messages)
[PATCH] net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0
2019-06-02 20:54 UTC (2+ messages)
[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
2019-06-02 20:50 UTC (2+ messages)
[RFC PATCH 0/5] media: ov6650: V4L2 subdev compliance fixes
2019-06-02 20:36 UTC (5+ messages)
` [RFC PATCH 4/5] media: ov6650: Fix frame scaling not reset on crop
[PATCH v3 0/2] Implement wake event support on Tegra186 and later
2019-06-02 20:35 UTC (5+ messages)
` [PATCH v3 1/2] gpio: Add support for hierarchical IRQ domains
memory leak in sctp_v6_create_accept_sk
2019-06-02 20:22 UTC
[PATCH 1/2] staging: rtl8188eu: remove redundant definition of ETH_ALEN
2019-06-02 20:07 UTC (3+ messages)
` [PATCH 2/2] staging: rtl8188eu: remove unused definitions from ieee80211.h
[RESEND, PATCH 0/4] complete dwmac-mediatek driver and fix flow control issue
2019-06-02 20:01 UTC (3+ messages)
` [RESEND, PATCH 1/4] net: stmmac: dwmac-mediatek: enable Ethernet power domain
[net-next,v4 0/2] Enable SFP on ACPI based systems
2019-06-02 19:58 UTC (3+ messages)
` [net-next,v4 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
[PATCH net-next 00/10] net: ethernet: ti: netcp: update and enable cpts support
2019-06-02 19:52 UTC (2+ messages)
[PATCH] of/device: add blacklist for iommu dma_ops
2019-06-02 19:08 UTC (4+ messages)
[PATCH 1/2] dt-bindings: display: Add King Display KD035G6-54NT panel documentation
2019-06-02 18:44 UTC (4+ messages)
` [PATCH 2/2] drm/panel: Add Novatek NT39016 panel support
[GIT PULL] perf fixes
2019-06-02 18:15 UTC (2+ messages)
[GIT PULL] x86 fixes
2019-06-02 18:15 UTC (2+ messages)
[GIT PULL] EFI fixes
2019-06-02 18:15 UTC (2+ messages)
[GIT PULL] core/urgent fix
2019-06-02 18:15 UTC (2+ messages)
checkpatch query regarding .c and .h files
2019-06-02 18:04 UTC (2+ messages)
[PULL REQUEST] i2c for 5.2
2019-06-02 17:25 UTC (2+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-3 tag
2019-06-02 17:25 UTC (2+ messages)
[GIT PULL] KVM fixes for 5.2-rc3
2019-06-02 17:25 UTC (2+ messages)
[GIT PULL] LED fix for 5.2-rc3
2019-06-02 17:25 UTC (2+ messages)
[GIT PULL] Thermal-SoC management fixes for v5.2-rc3
2019-06-02 17:25 UTC (2+ messages)
[PATCH v2 0/9] staging: rtl8712: Fixed CamelCase in struct _adapter
2019-06-02 17:14 UTC (11+ messages)
` [PATCH v2 1/9] staging: rtl8712: Fixed CamelCase rename ImrContent to imr_content
` [PATCH v2 4/9] staging: rtl8712: Fixed CamelCase renames evtThread to evt_thread
` [PATCH v2 5/9] staging: rtl8712: Fixed CamelCase renames IsrContent to isr_content
` [PATCH v2 6/9] staging: rtl8712: Fixed CamelCase renames xmitThread and recvThread
` [PATCH v2 8/9] staging: rtl8712: fixed enable_rx_ff0_filter as bool and CamelCase
[PATCH] sched/fair: fix variable "done" set but not used
2019-06-02 16:41 UTC (2+ messages)
` [PATCH] sched/fair: Cleanup definition of NOHZ blocked load functions
[PATCH v2] pci: hotplug: ibmphp: Remove superfluous debug message
2019-06-02 16:35 UTC
[PATCH v4 1/2] ARM: use arch_extension directive instead of arch argument
2019-06-02 16:35 UTC (4+ messages)
` [PATCH v4 2/2] ARM: OMAP2: drop explicit assembler architecture
[PATCH] pci: hotplug: ibmphp: Remove superfluous debug message
2019-06-02 16:32 UTC
[GIT PULL] SCSI fixes for 5.2-rc1
2019-06-02 16:30 UTC (2+ messages)
[PATCH] pci: hotplug: ibmphp: Fix 'line over 80 characters' Warning
2019-06-02 16:25 UTC
[PATCH] pci: hotplug: Replace function names with __func__ Macro
2019-06-02 16:24 UTC (2+ messages)
[PATCH] pci: hotplug: ibmphp: Add white space to Debug Message
2019-06-02 16:16 UTC (2+ messages)
[PATCH 0/5] staging: kpc2000: kpc_spi: Assorted small fixes
2019-06-02 15:58 UTC (6+ messages)
` [PATCH 1/5] staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlines
` [PATCH 2/5] staging: kpc2000: kpc_spi: column-align switch and subordinate cases
` [PATCH 3/5] staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi struct
` [PATCH 4/5] staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()
` [PATCH 5/5] staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O space
[PATCH] pci: ibmphp: Replace functionname with __func__ in Messages
2019-06-02 15:56 UTC
[PATCH 1/2] pci: shpchp: Correct usage of 'return'
2019-06-02 15:38 UTC (2+ messages)
` [PATCH 2/2] pci: cpqphp: "
[PATCH 1/2] pci: shpchp: Remove unused callback get_mode1_ECC_cap
2019-06-02 15:04 UTC (2+ messages)
` [PATCH 2/2] pci: shpchp: Remove function hpc_get_mode1_ECC_cap
[PATCH 00/22] Some documentation fixes
2019-06-02 15:01 UTC (5+ messages)
` [PATCH 04/22] docs: zh_CN: get rid of basic_profiling.txt
` [PATCH 13/22] docs: zh_CN: avoid duplicate citation references
[PATCH] ASoC: ti: Fix SDMA users not providing channel names
2019-06-02 14:55 UTC
[PATCH v2 1/2] mt76: mt7615: enable support for mesh
2019-06-02 14:36 UTC (2+ messages)
[PATCH] pci: ibmphp: add check of return value from pci_hp_register()
2019-06-02 14:30 UTC
[PATCH] spi: spidev: Fix for reverting spi max speed value only on failure
2019-06-02 14:19 UTC
[PATCH -next] pwm: pca9685: Remove set but not used variable 'pwm'
2019-06-02 14:18 UTC (4+ messages)
[PATCH 0/2] drm/nouveau/bios/init: Improve pre-PMU devinit opcode coverage
2019-06-02 14:13 UTC (3+ messages)
` [PATCH 1/2] drm/nouveau/bios/init: handle INIT_RESET_BEGUN devinit opcode
` [PATCH 2/2] drm/nouveau/bios/init: handle INIT_RESET_END "
[PATCH AUTOSEL 4.4 01/56] fs/fat/file.c: issue flush after the writeback of FAT
2019-06-02 14:11 UTC (4+ messages)
` [PATCH AUTOSEL 4.4 44/56] video: imsttfb: fix potential NULL pointer dereferences
Oasis Fair Streams O-S: The Philosophy Behind - To Those It May Concern
2019-06-02 13:57 UTC
iwl_mvm_add_new_dqa_stream_wk BUG in lib/list_debug.c:56
2019-06-02 13:48 UTC (2+ messages)
[PATCH] net: sctp: fix memory leak in sctp_send_reset_streams
2019-06-02 13:36 UTC (2+ messages)
[PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
2019-06-02 13:20 UTC (2+ messages)
` [PATCH v3] "
[RFC 0/6] Harden list_for_each_entry_rcu() and family
2019-06-02 12:24 UTC (5+ messages)
` [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry
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).