All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-28 04:41:42 to 2019-01-28 07:04:27 UTC [more...]

use generic DMA mapping code in powerpc V4
 2019-01-28  7:04 UTC  (11+ messages)

[PATCH] net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()
 2019-01-28  7:04 UTC  (3+ messages)

Bitbake Issue in Yocto 2.7 M2 rc1:
 2019-01-28  7:03 UTC 

[PATCH v4 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-01-28  7:02 UTC  (5+ messages)
` [PATCH v4 4/6] arm64/kvm: enable pointer authentication cpufeature conditionally

[PATCH v5 0/8] improve late microcode loading
 2019-01-28  7:06 UTC  (9+ messages)
` [PATCH v5 1/8] microcode/intel: remove redundent check against ucode size
` [PATCH v5 2/8] microcode/intel: extend microcode_update_match()
` [PATCH v5 3/8] microcode: introduce the global microcode cache
` [PATCH v5 4/8] microcode: delete 'mc' field from struct ucode_cpu_info
` [PATCH v5 5/8] microcode: split out apply_microcode() from cpu_request_microcode()
` [PATCH v5 6/8] microcode: delete microcode pointer and size from microcode_info
` [PATCH v5 7/8] x86/microcode: Synchronize late microcode loading
` [PATCH v5 8/8] microcode: update microcode on cores in parallel

[PATCH v2 0/4] perf: enable compression of record mode trace to save storage space
 2019-01-28  7:02 UTC 

[PATCH net 0/3] net: hns: code optimizations & bugfixes for HNS driver
 2019-01-28  7:02 UTC  (2+ messages)

[PATCH] ath10k: fix return value check in wake_tx_q op
 2019-01-28  7:01 UTC  (3+ messages)
    ` FW: "

[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-01-28  6:58 UTC  (20+ messages)
` [PATCH v5 1/5] arm64: Add utilities to save restore pointer authentication keys
` [PATCH v5 2/5] arm64/kvm: preserve host HCR_EL2/MDCR_EL2 value
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth registers
` [PATCH v5 4/5] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v5 5/5] arm64/kvm: control accessibility of ptrauth key registers
` [kvmtool PATCH v5 6/6] arm/kvm: arm64: Add a vcpu feature for pointer authentication

[PATCH] Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"
 2019-01-28  7:00 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2019-01-27
 2019-01-28  7:00 UTC 

[PATCH] Bluetooth: Add NULL check for tiocmget() and tiocmset()
 2019-01-28  6:59 UTC 

[U-Boot] [PATCH 00/16] SF: Migrate to Linux SPI NOR framework
 2019-01-28  6:57 UTC  (3+ messages)
` [U-Boot] [PATCH 03/16] spi: Add non DM version of SPI_MEM

[Qemu-devel] [PATCH] ppc: remove the interrupt presenters from under PowerPCCPU
 2019-01-28  6:55 UTC 

[PATCH] vhost: fix deadlock when vhost unregister
 2019-01-28  6:55 UTC 

[Buildroot] [PATCH v2] syslog-ng: fix builds with static libc
 2019-01-28  6:55 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework
 2019-01-28  6:54 UTC  (7+ messages)
` [U-Boot] [PATCH v2 01/11] spi-mem: Claim SPI bus before spi mem access
` [U-Boot] [PATCH v2 09/11] configs: Remove SF_DUAL_FLASH

[PATCH] Bluetooth: hci_uart: Switch pty driver to slave side in tty_set_termios()
 2019-01-28  6:53 UTC 

[PATCH v3 1/3] mfd: cros_ec: Add commands to control codec
 2019-01-28  6:50 UTC  (6+ messages)

[PATCH 0/2] cleanup for iwlwifi
 2019-01-28  6:44 UTC  (3+ messages)
` [PATCH 1/2] iwlwifi: Use kmemdup instead of duplicating its function
` [PATCH 2/2] iwlwifi: Use struct_size() in kzalloc

[PATCH] drm/fb-helper: generic: Fix drm_fbdev_client_restore()
 2019-01-28  6:48 UTC  (2+ messages)

[PATCH v4 0/9] cpufreq: Add flag to auto-register as cooling device
 2019-01-28  6:47 UTC  (18+ messages)
` [PATCH v4 1/9] thermal: cpu_cooling: Require thermal core to be compiled in
` [PATCH v4 2/9] cpufreq: Auto-register the driver as a thermal cooling device if asked
` [PATCH v4 3/9] cpufreq: qcom-hw: Register as a cpufreq cooling device
` [PATCH v4 4/9] cpufreq: imx6q: Use auto-registration of thermal "
` [PATCH v4 5/9] cpufreq: cpufreq-dt: "
` [PATCH v4 6/9] cpufreq: mediatek: "
` [PATCH v4 7/9] cpufreq: qoriq: "
` [PATCH v4 8/9] cpufreq: scmi: "
` [PATCH v4 9/9] cpufreq: scpi: "

[U-Boot] [PATCH 00/13] Add Support for eMMC in AM65x-evm
 2019-01-28  6:45 UTC  (14+ messages)
` [U-Boot] [PATCH 01/13] arm64: dts: k3: Sync sdhci0 node from kernel
` [U-Boot] [PATCH 02/13] mmc: am654_mmc: Change driver name
` [U-Boot] [PATCH 03/13] mmc: am654_sdhci: Remove quirks
` [U-Boot] [PATCH 04/13] regmap: Add API regmap_init_mem_index()
` [U-Boot] [PATCH 05/13] regmap: Add support for polling on a register
` [U-Boot] [PATCH 06/13] mmc: sdhci: Add support for sdhci-caps-mask
` [U-Boot] [PATCH 07/13] mmc: sdhci: Make sdhci_set_clock() non static
` [U-Boot] [PATCH 08/13] arm: dts: k3: Add phy specific properties to SD card node
` [U-Boot] [PATCH 09/13] mmc: sdhci: Make set_ios_post() return int
` [U-Boot] [PATCH 10/13] mmc: am654_sdhci: Add Support for PHY
` [U-Boot] [PATCH 11/13] configs: am65x_evm: Enable CONFIG_REGMAP
` [U-Boot] [PATCH 12/13] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
` [U-Boot] [PATCH 13/13] mmc: am654_sdhci: Add a platform specific set_control_reg() callback

kernel panic due to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2830bf6f05fb3e05bc4743274b806c821807a684
 2019-01-28  6:43 UTC  (12+ messages)

[U-Boot] [PATCH v3] arm64: mvebu: Add basic support for uDPU board
 2019-01-28  6:39 UTC  (2+ messages)

[stable-4.19] KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned
 2019-01-28  6:36 UTC 

[PATCH -next] drm/xen-front: Drop pointless static qualifier in fb_destroy()
 2019-01-28  6:36 UTC  (4+ messages)

[PATCH] arch/arm/xen: Remove duplicate header
 2019-01-28  6:34 UTC  (5+ messages)
` [Xen-devel] "

[PATCH 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2019-01-28  6:31 UTC  (4+ messages)

[PATCH 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_insert_range
 2019-01-28  6:31 UTC  (4+ messages)

[PATCH v8 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-01-28  6:49 UTC  (3+ messages)
` [PATCH v8 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v8 2/2] dt-bindings: spi: Document Renesas R-Car Gen3 RPC-IF controller bindings

[PATCH V3] sched/cpufreq: calculate util / cap in advance in map_util_freq()
 2019-01-28  6:27 UTC 

There should be a `.gitbless; file, protecting files from git clean
 2019-01-28  6:23 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] OpenBSD fixes
 2019-01-28  6:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] XXX oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure

[PATCH] btrfs: Test if btrfs will commit too many transaction for balance
 2019-01-28  6:22 UTC 

Packets being dropped somewhere in the kernel, between iptables and packet capture layers
 2019-01-28  6:21 UTC  (2+ messages)

[PATCH] KVM: x86: Sync the pending Posted-Interrupts
 2019-01-28  6:17 UTC  (3+ messages)

[Bug 109229] glLinkProgram locks up for ~30 seconds
 2019-01-28  6:17 UTC  (2+ messages)

[PATCH net-next v2] net: l2tp: fix reading optional fields of L2TPv3
 2019-01-28  6:15 UTC  (3+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-01-28  6:13 UTC  (16+ messages)
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state
  ` [PATCH 18/19] KVM: PPC: Book3S HV: add passthrough support

[PATCH] nullb: Prevent use of legacy request queue mode
 2019-01-28  6:10 UTC 

[PATCH v2 0/3] dma: imx-sdma: add the sdma engine to the imx8mq
 2019-01-28  6:08 UTC  (18+ messages)
` [PATCH v5 0/5] dmaengine: "
  ` [PATCH v5 1/5] dmaengine: imx-sdma: add clock ratio 1:1 check
    ` [v5,1/5] "
  ` [PATCH v5 2/5] dmaengine: imx-sdma: add imx8mq sdma compatible parts
    ` [v5,2/5] "
  ` [PATCH v5 3/5] dt-bindings: dma: fsl-imx-sdma: add fsl, imx8mq to the accepted compatible node
    ` [v5,3/5] dt-bindings: dma: fsl-imx-sdma: add fsl,imx8mq "
    ` [PATCH v5 3/5] "
  ` [PATCH v5 4/5] dmaengine: imx-sdma: add a test for imx8mq multi sdma devices
    ` [v5,4/5] "
  ` [PATCH v5 5/5] dmaengine: imx-sdma: fix consistent dma test failures
    ` [v5,5/5] "

[Qemu-devel] [PATCH] i386: extended the cpuid level when Intel PT is enabled
 2019-01-28  6:06 UTC  (5+ messages)

[PATCH] ALSA: hda/tegra: enable clock during probe
 2019-01-28  6:06 UTC  (9+ messages)

[LINUX PATCH v12 0/3] Add support for Arasan NAND Flash controller
 2019-01-28  6:04 UTC  (20+ messages)
` [LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH] iwlwifi: Use kmemdup instead of duplicating its function
 2019-01-28  5:58 UTC  (3+ messages)

[PATCH] USB: serial: cp210x: add GPIO support for CP2104
 2019-01-28  5:57 UTC  (2+ messages)
`  "

[PATCH bpf-next v2 0/3] selftests: bpf: break up test_verifier
 2019-01-28  5:57 UTC  (7+ messages)

[PATCH v2 0/2] media: cedrus: Add H264 decoding support
 2019-01-28  5:54 UTC  (4+ messages)
` [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls

[LTP] [PATCH 1/2] lib: Add library functions to check specified cgroup subsystem
 2019-01-28  5:54 UTC  (2+ messages)
` [LTP] [PATCH 2/2] syscalls/madvise09.c: Use "

[PATCH v5 0/2] cadence-quadspi: Add Octal mode support
 2019-01-28  5:49 UTC  (9+ messages)
` [PATCH v5 1/2] dt-bindings: cadence-quadspi: Add new compatible for AM654 SoC
` [PATCH v5 2/2] mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller

[RFC PATCH] ALSA: core: Add DMA share buffer support
 2019-01-28  5:48 UTC  (21+ messages)

[v2] block: Fix a WRITE SAME BUG_ON
 2019-01-28  5:48 UTC  (4+ messages)
` [dm-devel] "

[PATCH v3 00/13] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2019-01-28  5:46 UTC  (14+ messages)
` [PATCH v3 01/13] rtw88: main files
` [PATCH v3 02/13] rtw88: core files
` [PATCH v3 03/13] rtw88: hci files
` [PATCH v3 04/13] rtw88: trx files
` [PATCH v3 05/13] rtw88: mac files
` [PATCH v3 06/13] rtw88: fw and efuse files
` [PATCH v3 07/13] rtw88: phy files
` [PATCH v3 08/13] rtw88: debug files
` [PATCH v3 09/13] rtw88: chip files
` [PATCH v3 10/13] rtw88: 8822B init table
` [PATCH v3 11/13] rtw88: 8822C "
` [PATCH v3 12/13] rtw88: Kconfig & Makefile
` [PATCH v3 13/13] rtw88: add support for Realtek 802.11ac wireless chips

[PATCH v2] Remove the memory encryption mask to obtain the true physical address
 2019-01-28  5:46 UTC 

[PATCH v10 03/42] component: alloc component_match without any comp to match
 2019-01-28  5:17 UTC 

[PATCH] drm/amdgpu: fix baco handling for soc15
 2019-01-28  5:26 UTC  (3+ messages)
    ` 答复: "

[SPDK] gdb macros
 2019-01-28  5:16 UTC 

[PATCH iproute2-next] Introduce ip-brctl shell script
 2019-01-28  5:08 UTC  (5+ messages)

[PATCH] mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG mode
 2019-01-28  5:02 UTC  (2+ messages)

[PATCH 00/15] PCI: endpoint: Cleanup EPC features
 2019-01-28  5:01 UTC  (5+ messages)

[PATCH] kernel/hung_task.c - fix sparse warnings
 2019-01-28  4:25 UTC 

next-20190125 - objtool complains about dumpstack
 2019-01-28  4:40 UTC  (3+ messages)

[PATCH] Kbuild: Handle too long symbols in kallsyms.c
 2019-01-28  4:03 UTC  (4+ messages)

[PATCH v5 0/4] Introduce TEE bus driver framework
 2019-01-28  4:30 UTC  (3+ messages)
` [PATCH v5 4/4] hwrng: add OP-TEE based rng driver

[PATCH] mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG mode
 2019-01-28  4:57 UTC  (4+ messages)

[RFC 2/2] ath10k: Add QCA vendor command/attr support to filter neighbor BSS frames
 2019-01-28  4:49 UTC  (6+ messages)
  ` [RFC 2/2] ath10k: Add QCA vendor command/attr support to filterneighbor "

[PATCH] bpf/core.c - silence warning messages
 2019-01-28  4:11 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.