linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-11 11:19:09 to 2019-02-11 13:30:32 UTC [more...]

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-11 13:30 UTC  (4+ messages)
` [RFC PATCH 4/4] mm: Add merge page notifier

[PATCH 00/22] ASoC: dmaengine updates, secondary CPU DAI for Odroid boards
 2019-02-11 13:29 UTC  (3+ messages)
  ` [PATCH 01/22] ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()

fbdev: don't pass a NULL struct device to DMA API functions v2
 2019-02-11 13:28 UTC  (4+ messages)
` [PATCH 1/3] da8xx-fb: pass struct device to DMA API functions
` [PATCH 2/3] gbefb: switch to managed version of the DMA allocator
` [PATCH 3/3] pxa3xx-gcu: pass struct device to dma_mmap_coherent

[PATCH V18 1/6] i2c: tegra: sort all the include headers alphabetically
 2019-02-11 13:28 UTC  (11+ messages)
` [PATCH V18 2/6] i2c: tegra: add bus clear Master Support
` [PATCH V18 4/6] i2c: tegra: Add DMA support
` [PATCH V18 6/6] i2c: tegra: add i2c interface timing support

[PATCH 0/2] driver core: Two more updates related to device links
 2019-02-11 13:27 UTC  (3+ messages)
` [PATCH 1/2] PM-runtime: Take suppliers into account in __pm_runtime_set_status()

[PATCH v8 1/3] x86/fpu: track AVX-512 usage of tasks
 2019-02-11 13:26 UTC  (4+ messages)
` [PATCH v8 2/3] proc: add AVX-512 usage elapsed time to /proc/pid/status

[PATCH] bpf: bpftool, fix documentation for attach types
 2019-02-11 13:26 UTC  (2+ messages)

RFC: drop ISA support in the synlink tty driver?
 2019-02-11 13:25 UTC  (2+ messages)
` [PATCH] tty/synclink: remove ISA support

[PATCH v2 0/3] mmc: Introduce support for WP GPIO in the core SDHCI
 2019-02-11 13:23 UTC  (4+ messages)
` [PATCH v2 1/3] mmc: sdhci: use WP GPIO in sdhci_check_ro()
` [PATCH v2 2/3] mmc: sdhci-omap: drop ->get_ro() implementation
` [PATCH v2 3/3] mmc: sdhci-tegra: "

[PATCH] base: fix a missing check of clk_prepare
 2019-02-11 13:24 UTC  (7+ messages)

[PATCH] libertas_tf: lower the debug level of command trace
 2019-02-11 13:23 UTC  (2+ messages)

[PATCH] perf: Add check_period pmu callback
 2019-02-11 13:22 UTC  (2+ messages)
` [tip:perf/urgent] perf/x86: Add check_period PMU callback

[v3 PATCH 0/8] Various SMP related fixes
 2019-02-11 13:23 UTC  (3+ messages)
` [v3 PATCH 8/8] RISC-V: Assign hwcap only according to boot cpu

[PATCHv2 0/2] locking/atomics: fix and improvement
 2019-02-11 13:22 UTC  (3+ messages)
` [PATCHv2 1/2] locking/atomics: Change 'fold' to 'grep'
` [PATCHv2 2/2] locking/atomics: Check atomic headers with sha1sum

add config symbols for arch_{setup,teardown}_dma_ops
 2019-02-11 13:21 UTC  (2+ messages)

[tip:x86/boot] x86/boot: Early parse RSDP and save it in boot_params
 2019-02-11 13:21 UTC  (15+ messages)

[PATCH 0/4] Add PM support to STM32 LP Timer drivers
 2019-02-11 13:21 UTC  (5+ messages)
` [PATCH 4/4] iio: counter: stm32-lptimer: Add power management support

[PATCH v3 0/6] Introduced new Cadence USBSS DRD Driver
 2019-02-11 13:20 UTC  (9+ messages)
` [PATCH v3 2/6] usb:common Separated decoding functions from dwc3 driver
` [PATCH v3 4/6] usb:common Simplify usb_decode_get_set_descriptor function

net: don't pass a NULL struct device to DMA API functions v2
 2019-02-11 13:20 UTC  (9+ messages)
` [PATCH 1/8] net: caif: pass struct device to DMA API functions
` [PATCH 2/8] au1000_eth: "
` [PATCH 3/8] macb_main: "
` [PATCH 4/8] lantiq_etop: "
` [PATCH 5/8] pxa168_eth: "
` [PATCH 6/8] moxart_ether: "
` [PATCH 7/8] meth: "
` [PATCH 8/8] smc911x: "

[PATCH] parport_ip32: pass struct device to DMA API functions
 2019-02-11 13:21 UTC 

[RESEND PATCH v2 00/33] ARM: davinci: modernize the irq support
 2019-02-11 13:20 UTC  (42+ messages)
` [RESEND PATCH v2 01/33] ARM: davinci: remove intc_host_map from davinci_soc_info struct
` [RESEND PATCH v2 02/33] ARM: davinci: aintc: use irq domain
` [RESEND PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
` [RESEND PATCH v2 04/33] ARM: davinci: remove davinci_intc_type
` [RESEND PATCH v2 05/33] ARM: davinci: pull davinci_intc_base into the respective intc drivers
` [RESEND PATCH v2 06/33] ARM: davinci: wrap HW interrupt numbers with a macro
` [RESEND PATCH v2 07/33] ARM: davinci: select SPARSE_IRQ
` [RESEND PATCH v2 08/33] ARM: davinci: make irqs.h a local header
` [RESEND PATCH v2 09/33] ARM: davinci: aintc: drop GPL license boilerplate
` [RESEND PATCH v2 10/33] ARM: davinci: aintc: wrap davinci_irq_init() with a helper
` [RESEND PATCH v2 11/33] ARM: davinci: aintc: use a common prefix for symbols in the driver
` [RESEND PATCH v2 12/33] ARM: davinci: aintc: drop the 00 prefix from register offsets
` [RESEND PATCH v2 13/33] ARM: davinci: aintc: use readl/writel_relaxed()
` [RESEND PATCH v2 14/33] irqchip: davinci-aintc: add a new config structure
` [RESEND PATCH v2 15/33] ARM: davinci: aintc: use the new irqchip config structure in dm* SoCs
` [RESEND PATCH v2 16/33] ARM: davinci: aintc: use the new config structure
` [RESEND PATCH v2 17/33] ARM: davinci: aintc: move timer-specific irq_set_handler() out of irq.c
` [RESEND PATCH v2 18/33] ARM: davinci: aintc: remove unnecessary includes
` [RESEND PATCH v2 19/33] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [RESEND PATCH v2 20/33] ARM: davinci: cp-intc: remove cp_intc.h
` [RESEND PATCH v2 21/33] ARM: davinci: cp-intc: add a wrapper around cp_intc_init()
` [RESEND PATCH v2 22/33] irqchip: davinci-cp-intc: add a new config structure
` [RESEND PATCH v2 23/33] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs
` [RESEND PATCH v2 24/33] ARM: davinci: cp-intc: use a common prefix for all symbols
` [RESEND PATCH v2 25/33] ARM: davinci: cp-intc: convert all hex numbers to lowercase
` [RESEND PATCH v2 26/33] ARM: davinci: cp-intc: use the new-style config structure
` [RESEND PATCH v2 27/33] ARM: davinci: cp-intc: improve coding style
` [RESEND PATCH v2 28/33] ARM: davinci: cp-intc: unify error handling
` [RESEND PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()
` [RESEND PATCH v2 30/33] ARM: davinci: cp-intc: drop GPL license boilerplate
` [RESEND PATCH v2 31/33] ARM: davinci: cp-intc: remove redundant comments
` [RESEND PATCH v2 32/33] irqchip: davinci-cp-intc: move the driver to drivers/irqchip
` [RESEND PATCH v2 33/33] ARM: davinci: remove intc related fields from davinci_soc_info

[PATCH v2] mfd: sec-core: Cleanup formatting to a consistent style
 2019-02-11 13:20 UTC 

[PATCH 0/2] Intel Cherry Trail Whiskey Cove LEDs support
 2019-02-11 13:17 UTC  (5+ messages)
` [PATCH 1/2] leds: Add Intel Cherry Trail Whiskey Cove PMIC LEDs

[PATCH v4 0/5] i2c:ocores: improvements
 2019-02-11 13:14 UTC  (7+ messages)
` [PATCH v4 1/5] i2c:ocores: stop transfer on timeout
` [PATCH v4 3/5] i2c:ocores: add polling interface

[PATCH 1/2] mfd: sec-core: Cleanup formatting to a consistent style
 2019-02-11 13:14 UTC  (3+ messages)

don't pass a NULL struct device to DMA API functions
 2019-02-11 13:12 UTC  (5+ messages)
` [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call

[PATCH v2 0/4] arm64: kprobes: Update blacklist checking on arm64
 2019-02-11 13:10 UTC  (6+ messages)
` [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

[PATCH] platform/x86: dell_rbu: fix lock imbalance in img_update_realloc
 2019-02-11 13:09 UTC 

possible deadlock in pipe_lock (2)
 2019-02-11 13:08 UTC  (5+ messages)

[PATCH] arm: use memblocks_present
 2019-02-11 13:04 UTC 

[PATCH v16 5/7] x86/boot: Early parse RSDP and fill in boot_params
 2019-02-11 13:03 UTC  (6+ messages)
` [tip:x86/boot] x86/boot: Early parse RSDP and save it "

[PATCH 0/2] Make fsgsbase test more stable
 2019-02-11 13:02 UTC  (8+ messages)
` [PATCH 1/2] selftests/x86/fsgsbase: Indirect output through a wrapper function
` [PATCH 2/2] selftests/x86/fsgsbase: Default to trying to run the test repeatedly

[PATCH v6 0/6] Add basic and clock support for Mediatek MT8183 SoC
 2019-02-11 13:01 UTC  (8+ messages)
` [PATCH v6 1/6] irqchip/mtk-sysirq: support 4 interrupt parameters for sysirq

[PATCH net-next v3 0/9] net: Remove switchdev_ops
 2019-02-11 12:51 UTC  (19+ messages)
` [PATCH net-next v3 1/9] Documentation: networking: switchdev: Update port parent ID section
` [PATCH net-next v3 2/9] switchdev: Add SWITCHDEV_PORT_ATTR_SET, SWITCHDEV_PORT_ATTR_GET
` [PATCH net-next v3 3/9] rocker: Handle SWITCHDEV_PORT_ATTR_GET/SET
` [PATCH net-next v3 4/9] mlxsw: spectrum_switchdev: "
` [PATCH net-next v3 5/9] net: mscc: ocelot: "
` [PATCH net-next v3 6/9] staging: fsl-dpaa2: ethsw: "
` [PATCH net-next v3 7/9] net: dsa: "
` [PATCH net-next v3 8/9] net: switchdev: Replace port attr get/set SDO with a notification
` [PATCH net-next v3 9/9] net: Remove switchdev_ops

[RFC] On the Current Troubles of Mainlining Loongson Platform Drivers
 2019-02-11 12:55 UTC  (3+ messages)

[RFC 0/2] Potential race condition with page lock
 2019-02-11 12:53 UTC  (3+ messages)
` [RFC 1/2] page-flags: Make page lock operation atomic
` [RFC 2/2] page-flags: Catch the double setter of page flags

[PATCH v3] crypto: caam - add missing put_device() call
 2019-02-11 12:51 UTC 

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-11 12:50 UTC  (2+ messages)

[PATCH 1/2] x86: gpio: AMD G-Series pch gpio platform driver
 2019-02-11 12:49 UTC  (6+ messages)
    ` [PATCH] checkpatch: Add test for SPDX-License-Identifier on wrong line #

[PATCH v-1] x86_64: new and improved memset() + question
 2019-02-11 12:47 UTC  (2+ messages)

[PATCH v2 0/3] admin-guide: extend perf-security with resource control, data categories and privileged users
 2019-02-11 12:46 UTC  (4+ messages)
` [PATCH v2 1/4] perf-security: document perf_events/Perf resource control

[PATCH v2 00/15] Habana Labs kernel driver
 2019-02-11 12:45 UTC  (5+ messages)

Licensing of include/linux/hash.h
 2019-02-11 12:43 UTC  (5+ messages)

[PATCH v3 0/2] Add support for Xilinx CSI2 Receiver Subsystem
 2019-02-11 12:43 UTC  (4+ messages)
` [PATCH v3 2/2] media: v4l: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem

[PATCH] Input: matrix_keypad - use flush_delayed_work()
 2019-02-11 12:42 UTC  (4+ messages)

[PATCH v2 0/9] device connection: Add support for device graphs
 2019-02-11 12:40 UTC  (10+ messages)
` [PATCH v2 6/9] usb: roles: Find the muxes by also matching against the device node
` [PATCH v2 7/9] usb: typec: Find the ports "

[PATCH] initramfs: cleanup incomplete rootfs
 2019-02-11 12:40 UTC  (9+ messages)
` [PATCH RESEND] "

[PATCH v2 00/15] PCI: endpoint: Cleanup EPC features
 2019-02-11 12:37 UTC  (3+ messages)

[PATCH v2] PCI: endpoint: functions: Use kmemdup instead of duplicating its function
 2019-02-11 12:37 UTC  (5+ messages)

[PATCH v2 0/2] x86: respect memory size limits
 2019-02-11 12:35 UTC  (6+ messages)
` [PATCH v2 1/2] x86: respect memory size limiting via mem= parameter
    ` [Xen-devel] "

[PATCH] arm64: dts: rockchip: Add on-board WiFi/BT support for Rock960 boards
 2019-02-11 12:33 UTC  (4+ messages)

[PATCH] slub: remove an unused addr argument
 2019-02-11 12:32 UTC 

[PATCH v5 0/2] PWM support for HiFive Unleashed
 2019-02-11 12:29 UTC  (5+ messages)
` [PATCH v5 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH] arm64: use memblocks_present
 2019-02-11 12:26 UTC  (3+ messages)

[PATCH] ARM: dts: am335x: Add support for Bosch Guardian
 2019-02-11 12:27 UTC 

[GIT PULL 0/8] lightnvm updates for 5.1
 2019-02-11 12:25 UTC  (9+ messages)
` [GIT PULL 1/8] lightnvm: pblk: stop taking the free lock in in pblk_lines_free
` [GIT PULL 2/8] lightnvm: pblk: use vfree to free metadata on error path
` [GIT PULL 3/8] lightnvm: Use u64 instead of __le64 for CPU visible side
` [GIT PULL 4/8] lightnvm: pblk: Switch to use new generic UUID API
` [GIT PULL 5/8] lightnvm: pblk: fix TRACE_INCLUDE_PATH
` [GIT PULL 6/8] lightnvm: pblk: extend line wp balance check
` [GIT PULL 7/8] lightnvm: pblk: prevent stall due to wb threshold
` [GIT PULL 8/8] lightnvm: pblk: fix race condition on GC

[PATCH v4 3/3] powerpc/32: Add KASAN support
 2019-02-11 12:25 UTC  (5+ messages)

[PATCH 0/2] cpufreq/opp: rework regulator initialization
 2019-02-11 12:22 UTC  (5+ messages)

[PATCH 0/7] Port am335 and am437 devices to sdhci-omap
 2019-02-11 12:23 UTC  (4+ messages)
` [PATCH 1/7] mmc: sdhci: add support for using external DMA devices

[PATCH] PM / suspend: Print debug messages for device using direct-complete
 2019-02-11 12:17 UTC 

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-02-11 12:16 UTC  (8+ messages)
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit

[PATCH v2] s390: vsie: Use effective CRYCBD.31 to check CRYCBD validity
 2019-02-11 12:12 UTC  (4+ messages)

[PATCH 0/4] AM57xx: PRU ICSS Support
 2019-02-11 12:11 UTC  (4+ messages)
` [PATCH 2/4] bus: ti-sysc: Add support for PRUSS SYSC type

[PATCH v2 00/33] ARM: davinci: modernize the irq support
 2019-02-11 12:11 UTC  (2+ messages)

[PATCH] doc:dmaengine: clarify DMA desc. pointer after submission
 2019-02-11 12:10 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add James Morse to the list of APEI reviewers
 2019-02-11 12:08 UTC  (4+ messages)

debian packaging refinements
 2019-02-11 12:03 UTC  (4+ messages)
` [PATCH 1/3] Makefile: add kernelarch target for printing arch and localversion
` [PATCH 2/3] scripts: mkdebian: allow renaming generated debian/rules
` [PATCH 3/3] scripts: mkdebian: fix dependencies

[PATCH v8 0/5] arm64: ftrace with regs
 2019-02-11 11:59 UTC  (8+ messages)
` [PATCH v8 1/5] arm64: replace -pg with CC_FLAGS_FTRACE in arm64 Makefiles
` [PATCH v8 2/5] arm64: replace -pg with CC_FLAGS_FTRACE in efi Makefiles
` [PATCH v8 3/5] arm64: replace -pg with CC_FLAGS_FTRACE in mm/kasan Makefile

[PATCH] locking/rwsem: Remove arch specific rwsem files
 2019-02-11 11:58 UTC  (2+ messages)

[PATCH 1/3] dmaengine: at_xdmac: remove BUG_ON macro in tasklet
 2019-02-11 11:58 UTC  (3+ messages)
` [PATCH 2/3] dmaengine: at_xdmac: enhance channel errors handling "

[PATCH] arm64/io: Don't use WZR in writel
 2019-02-11 11:52 UTC  (3+ messages)

[PATCH] Documentation: driver-api: fix dmatest.rst warning
 2019-02-11 11:50 UTC  (2+ messages)

[PATCH v5 0/10] Add support for OLPC XO 1.75 Embedded Controller
 2019-02-11 11:49 UTC  (3+ messages)

[PATCH] perf report: Add s390 diagnosic sampling descriptor size
 2019-02-11 11:49 UTC  (2+ messages)

[PATCH] perf tools: Add proper header file for symbols
 2019-02-11 11:46 UTC  (2+ messages)

[PATCH v5 1/7] Add support for XO 1.75 to OLPC battery driver
 2019-02-11 11:37 UTC  (5+ messages)
` [PATCH v5 2/7] x86, olpc: Use a correct version when making up a battery node

[PATCH 0/6] hisi_sas: DIX support, performance optimisation, and misc patches
 2019-02-11 11:36 UTC  (4+ messages)
` [PATCH 1/6] scsi: hisi_sas: Add support for DIX feature for v3 hw

[PATCH] PCI: endpoint: functions: use memcpy_fromio()/memcpy_toio()
 2019-02-11 11:35 UTC  (2+ messages)

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2019-02-11 11:35 UTC  (3+ messages)

[PATCH 0/2] Subject: [PATCH 0/2] clocksource: exynos_mct: Clear timer interrupt when shutting down
 2019-02-11 11:34 UTC  (4+ messages)

arm64: copy_from_user access the last page of ddr has problem on 4.14 kernel
 2019-02-11 11:34 UTC  (5+ messages)
        `  "

[PATCH] Documentation: fix lg-laptop.rst warnings
 2019-02-11 11:31 UTC  (2+ messages)

[PATCH] input: keyboard: gpio-keys-polled: use input name from pdata if available
 2019-02-11 11:19 UTC 


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