linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 05:04:30 to 2020-02-17 08:38:32 UTC [more...]

[PATCH V2 0/7] Add missing UART DCE/DTE pins macro defines
 2020-02-17  8:38 UTC  (15+ messages)
` [PATCH V2 1/7] ARM: dts: imx6sx: Improve UART "
` [PATCH V2 2/7] ARM: dts: imx6sx: Add missing UART RTS/CTS pins mux
` [PATCH V2 3/7] ARM: dts: imx6sx-nitrogen6sx: Use new pin names with DCE/DTE for UART pins
` [PATCH V2 4/7] ARM: dts: imx6sx-sabreauto: "
` [PATCH V2 5/7] ARM: dts: imx6sx-sdb: "
` [PATCH V2 6/7] ARM: dts: imx6sx-softing-vining-2000: "
` [PATCH V2 7/7] ARM: dts: imx6sx-udoo-neo: "

[Patch V5 00/21] Tegra XUSB OTG support
 2020-02-17  8:38 UTC  (3+ messages)
` [Patch V5 09/21] usb: gadget: tegra-xudc: Remove usb-role-switch support

[PATCH 1/1] efi/libstub: simplify efi_get_memory_map()
 2020-02-17  8:37 UTC  (2+ messages)

[PATCH] virtio_balloon: Adjust label in virtballoon_probe
 2020-02-17  8:37 UTC  (2+ messages)

[PATCH] phy: core: Add consumer device link support
 2020-02-17  8:40 UTC  (9+ messages)

[PATCH v6 0/5] add Tegra194 XUSB host and pad controller support
 2020-02-17  8:33 UTC  (9+ messages)
` [PATCH v6 2/5] phy: tegra: xusb: Add Tegra194 support
` [PATCH v6 3/5] dt-bindings: phy: tegra: "
` [PATCH v6 4/5] arm64: tegra: Add XUSB and pad controller on Tegra194
` [PATCH v6 5/5] arm64: tegra: Enable XUSB host in P2972-0000 board

msm_hsusb 78d9000.usb: failed to create device link to ci_hdrc.0.ulpi
 2020-02-17  8:32 UTC 

[PATCH 0/8] Support strict kernel memory permissions for security
 2020-02-17  8:32 UTC  (9+ messages)
` [PATCH 1/8] riscv: add ARCH_HAS_SET_MEMORY support
` [PATCH 2/8] riscv: add ARCH_HAS_SET_DIRECT_MAP support
` [PATCH 3/8] riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support
` [PATCH 4/8] riscv: move exception table immediately after RO_DATA
` [PATCH 5/8] riscv: add alignment for text, rodata and data sections
` [PATCH 6/8] riscv: add STRICT_KERNEL_RWX support
` [PATCH 7/8] riscv: add DEBUG_WX support
` [PATCH 8/8] riscv: add two hook functions of ftrace

[PATCH 00/18] efi: clean up contents of struct efi
 2020-02-17  8:32 UTC  (4+ messages)
` [PATCH 12/18] efi: clean up config_parse_tables()

[PATCH] net: mscc: fix in frame extraction
 2020-02-17  8:31 UTC 

[PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
 2020-02-17  8:26 UTC  (4+ messages)
` [PATCH v2 2/2] drm/format_helper: Dual licence the file in GPL 2 "

[PATCH v2 0/4] mtd: rawnand: Add support Macronix Block Protection & deep power down mode
 2020-02-17  8:24 UTC  (9+ messages)
` [PATCH v2 1/4] mtd: rawnand: Add support manufacturer specific lock/unlock operatoin
` [PATCH v2 2/4] mtd: rawnand: Add support Macronix Block Protection function

[PATCH 5/5] perf auxtrace: Add auxtrace_record__read_finish()
 2020-02-17  8:23 UTC  (2+ messages)
` [PATCH V2 "

[RFC PATCH 00/34] sun8i-codec fixes and new features
 2020-02-17  8:23 UTC  (46+ messages)
` [RFC PATCH 01/34] ASoC: dt-bindings: Add a separate compatible for the A64 codec
` [RFC PATCH 02/34] ASoC: sun8i-codec: LRCK is not inverted on A64
` [RFC PATCH 03/34] arm64: dts: allwinner: a64: Fix the audio codec compatible
` [RFC PATCH 04/34] ASoC: sun8i-codec: Remove unused dev from codec struct
` [RFC PATCH 05/34] ASoC: sun8i-codec: Remove incorrect SND_SOC_DAIFMT_DSP_B
` [RFC PATCH 06/34] ASoC: sun8i-codec: Fix setting DAI data format
` [RFC PATCH 07/34] ASoC: sun8i-codec: Remove extraneous widgets
` [RFC PATCH 08/34] ASoC: sun8i-codec: Fix direction of AIF1 outputs
` [RFC PATCH 09/34] ASoC: sun8i-codec: Fix broken DAPM routing
` [RFC PATCH 10/34] ASoC: sun8i-codec: Advertise only hardware-supported rates
` [RFC PATCH 11/34] ASoC: sun8i-codec: Enforce parameter symmetry
` [RFC PATCH 12/34] ASoC: sun8i-codec: Fix AIF1 MODCLK widget name
` [RFC PATCH 13/34] ASoC: sun8i-codec: Fix AIF1_ADCDAT_CTRL field names
` [RFC PATCH 14/34] ASoC: sun8i-codec: Fix AIF1_MXR_SRC "
` [RFC PATCH 15/34] ASoC: sun8i-codec: Fix ADC_DIG_CTRL field name
` [RFC PATCH 16/34] ASoC: sun8i-codec: Fix field bit number indentation
` [RFC PATCH 17/34] ASoC: sun8i-codec: Sort masks in a consistent order
` [RFC PATCH 18/34] ASoC: sun8i-codec: Allow all clock inversion permutations
` [RFC PATCH 19/34] ASoC: sun8i-codec: Support mono DAI configurations
` [RFC PATCH 20/34] ASoC: sun8i-codec: Support 8/20/24-bit word sizes
` [RFC PATCH 21/34] ASoC: sun8i-codec: Clean up module/clock hierarchy
` [RFC PATCH 22/34] ASoC: sun8i-codec: Clean up AIF1 Slot 0 widgets
` [RFC PATCH 23/34] ASoC: sun8i-codec: Clean up DAC widgets
` [RFC PATCH 24/34] ASoC: sun8i-codec: Prepare to support multiple AIFs
` [RFC PATCH 25/34] ASoC: sun8i-codec: Add support for AIF2
` [RFC PATCH 26/34] ASoC: sun8i-codec: Add support for AIF3
` [RFC PATCH 27/34] ASoC: sun8i-codec: Add AIF mono/stereo controls
` [RFC PATCH 28/34] ASoC: sun8i-codec: Add AIF loopback controls
` [RFC PATCH 29/34] ASoC: sun8i-codec: Add AIF, ADC, and DAC volume controls
` [RFC PATCH 30/34] ASoC: dt-bindings: Bump sound-dai-cells on sun8i-codec
` [RFC PATCH 31/34] ARM: dts: sun8i-a33: Allow using multiple codec DAIs
` [RFC PATCH 32/34] arm64: dts: allwinner: a64: "
` [RFC PATCH 33/34] arm64: dts: allwinner: a64: Allow multiple DAI links
` [RFC PATCH 34/34] arm64: dts: allwinner: a64: Add pinmux for AIF2/AIF3

[PATCH v5 0/6] Memory Hierarchy: Enable target node lookups for reserved memory
 2020-02-17  8:22 UTC  (5+ messages)
` [PATCH v5 4/6] x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO
` [PATCH v5 5/6] x86/NUMA: Provide a range-to-target_node lookup facility

[PATCH 1/2] arm64: dts: imx8mm-evk: add phy-reset-gpios for fec1
 2020-02-17  8:21 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mq-evk: "

[PATCH] MAINTAINERS: adjust to stm32 timer dt-bindings conversion
 2020-02-17  8:21 UTC  (2+ messages)

[PATCH 0/1] Add watchdog device node
 2020-02-17  8:19 UTC  (2+ messages)
  ` [PATCH 1/1] amr64: dts: modify mt8183.dtsi

[PATCH v1] perf_event_open.2: update the man page with CAP_PERFMON related information
 2020-02-17  8:18 UTC 

[PATCH 0/3] i2c: updates to SMBus alert setup
 2020-02-17  8:17 UTC  (4+ messages)
` [PATCH 1/3] i2c: convert SMBus alert setup function to return an ERRPTR

[PATCH] tty/serial: cleanup after ioc*_serial driver removal
 2020-02-17  8:15 UTC 

[PATCH v2] Bluetooth: hci_h5: btrtl: Add support for RTL8822C
 2020-02-17  8:14 UTC 

[PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-02-17  8:13 UTC  (13+ messages)
` [PATCH v7 01/12] capabilities: introduce CAP_PERFMON to kernel and user space
` [PATCH v7 02/12] perf/core: open access to the core for CAP_PERFMON privileged process
` [PATCH v7 03/12] perf/core: open access to probes "
` [PATCH v7 04/12] perf tool: extend Perf tool with CAP_PERFMON capability support
` [PATCH v7 05/12] drm/i915/perf: open access for CAP_PERFMON privileged process
` [PATCH v7 06/12] trace/bpf_trace: "
` [PATCH v7 07/12] powerpc/perf: "
` [PATCH v7 08/12] parisc/perf: "
` [PATCH v7 09/12] drivers/perf: "
` [PATCH v7 10/12] drivers/oprofile: "
` [PATCH v7 11/12] doc/admin-guide: update perf-security.rst with CAP_PERFMON information
` [PATCH v7 12/12] doc/admin-guide: update kernel.rst "

[PATCH net-next v2] net: page_pool: API cleanup and comments
 2020-02-17  8:08 UTC  (4+ messages)

[PATCH] Perf stat: Fix the ratio comments of cache miss-events
 2020-02-17  8:07 UTC  (2+ messages)

Build regressions/improvements in v5.6-rc2
 2020-02-17  8:06 UTC 

[PATCH] arm64: dts: amlogic: odroid-n2: set usb-pwr-en regulator always on
 2020-02-17  8:06 UTC  (3+ messages)

[RFC PATCH v3 0/6] Add Tegra driver for video capture
 2020-02-17  8:04 UTC  (7+ messages)
` [RFC PATCH v3 4/6] media: tegra: Add Tegra210 Video input driver

[RFC PATCH] iommu/iova: Add a best-fit algorithm
 2020-02-17  8:03 UTC  (2+ messages)

[PATCHv1 0/3] Odroid N2 failes to boot using upstream kernel using microSD card
 2020-02-17  8:02 UTC  (5+ messages)
` [PATCHv1 2/3] arm64: dts: meson: Add missing regulator linked to VCCV5 regulator to VDDIO_C/TF_IO
` [PATCHv1 3/3] clk: meson: g12a: set cpu clock divider flags too CLK_IS_CRITICAL

[RFC PATCH] iommu/dma: Allow drivers to reserve an iova range
 2020-02-17  8:01 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for Renesas R-Car thermal drivers
 2020-02-17  8:01 UTC  (2+ messages)

[PATCH v5 0/7] introduce memory hinting API for external process
 2020-02-17  7:59 UTC  (3+ messages)
` [PATCH v5 4/7] pid: export pidfd_get_pid

[PATCH] thermal/intel_powerclamp: Don't report an error for AMD CPUs
 2020-02-17  7:59 UTC  (2+ messages)

[PATCH] um: vector: Avoid NULL ptr deference if transport is unset
 2020-02-17  7:53 UTC  (2+ messages)

[PATCH] ARM: imx: build v7_cpu_resume() unconditionally
 2020-02-17  7:52 UTC  (3+ messages)

[PATCH] thermal: fix indentation in makefile
 2020-02-17  7:39 UTC  (4+ messages)

[PATCH v3] skbuff: fix a data race in skb_queue_len()
 2020-02-17  7:39 UTC  (3+ messages)

[PATCH] ARM: imx: Remove unused include of linux/of.h on mach-imx6sl.c
 2020-02-17  7:38 UTC  (2+ messages)

[PATCH V2] ARM: imx: Remove unused includes on mach-imx6q.c
 2020-02-17  7:37 UTC  (2+ messages)

[PATCH] ARM: imx: Remove unused include of linux/irqchip/arm-gic.h
 2020-02-17  7:37 UTC  (2+ messages)

[PATCH for 5.6 v2] tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
 2020-02-17  7:37 UTC  (2+ messages)

[PATCH rdma] IB/mlx5: Optimize u64 division on 32-bit arches
 2020-02-17  7:36 UTC 

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-02-17  7:36 UTC  (6+ messages)
` [PATCH 2/5] mm/vma: Make vma_is_accessible() available for general use
` [PATCH 3/5] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
` [PATCH 4/5] mm/vma: Replace all remaining open encodings with vma_set_anonymous()
` [PATCH 5/5] mm/vma: Replace all remaining open encodings with vma_is_anonymous()

[PATCH 1/5] ARM: dts: imx6qdl: make clks node name generic
 2020-02-17  7:33 UTC  (2+ messages)

[PATCH 0/8] ASoC: sun50i-codec-analog: Cleanup and power management
 2020-02-17  7:33 UTC  (13+ messages)
` [PATCH 4/8] ASoC: sun50i-codec-analog: Make headphone routes stereo
` [PATCH 5/8] ASoC: sun50i-codec-analog: Enable DAPM for headphone switch
` [PATCH 6/8] ASoC: sun50i-codec-analog: Make line out routes stereo
` [PATCH 7/8] ASoC: sun50i-codec-analog: Enable DAPM for line out switch
` [PATCH 8/8] ASoC: sun50i-codec-analog: Enable DAPM for earpiece switch

[PATCH 1/5] ARM: dts: imx6qdl: make kpp node name generic
 2020-02-17  7:31 UTC  (2+ messages)

clk: imx: clock driver for imx8qm?
 2020-02-17  7:31 UTC  (6+ messages)

[PATCH v3 1/2] staging: exfat: remove DOSNAMEs
 2020-02-17  7:29 UTC  (2+ messages)
` [PATCH v3 2/2] staging: exfat: dedicate count_entries() to sub-dir counting

[PATCH v2] ARM: dts: imx6qdl-gw553x.dtsi: add lsm9ds1 iio imu/magn support
 2020-02-17  7:29 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx: ventana: add fxos8700 on gateworks boards
 2020-02-17  7:28 UTC  (2+ messages)

[PATCH v4 0/2] Add Embedded USB Debugger (EUD) driver
 2020-02-17  7:21 UTC  (6+ messages)
` [PATCH v4 2/2] "

[PATCH] clk: imx8mn: Fix incorrect clock defines
 2020-02-17  7:18 UTC  (2+ messages)

[PATCH v5 0/2] mtd: rawnand: Add support for Macronix NAND randomizer
 2020-02-17  6:56 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] dt-bindings: mtd: Document Macronix NAND device bindings

[PATCH v3 0/4] mmc: mediatek: add mmc cqhci support
 2020-02-17  6:56 UTC  (5+ messages)
` [PATCH v3 1/4] mmc: core: expose MMC_CAP2_CQE* to dt
` [PATCH v3 2/4] mmc: mediatek: refine msdc timeout api
` [PATCH v3 3/4] mmc: mediatek: command queue support
` [PATCH v3 4/4] dt-bindings: mmc: mediatek: Add document for mt6779

[PATCH 1/5] ARM: dts: imx6qdl: imx: make gpt node name generic
 2020-02-17  6:50 UTC  (2+ messages)

[RFC PATCH v2 00/12] Reduce ifdef mess in ptrace
 2020-02-17  6:49 UTC  (2+ messages)

linux-next: build failure after merge of the akpm tree
 2020-02-17  6:45 UTC  (3+ messages)

[PATCH v7 0/4] KASAN for powerpc64 radix
 2020-02-17  6:45 UTC  (4+ messages)
` [PATCH v7 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

WARNING in nf_tables_table_destroy
 2020-02-17  6:42 UTC  (3+ messages)

[PATCH V2] ARM: dts: imx: use generic name bus
 2020-02-17  6:40 UTC  (2+ messages)

[PATCH] powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK
 2020-02-17  6:40 UTC  (3+ messages)

[ANNOUNCE] Git v2.25.1
 2020-02-17  6:40 UTC 

[PATCH v4 00/11] drm/bridge: dw-hdmi: implement bus-format negotiation and YUV420 support
 2020-02-17  6:38 UTC  (3+ messages)
` [PATCH v4 02/11] drm/bridge: dw-hdmi: add max bpc connector property

[PATCH 1/5] clk: imx6sl: Add missing of_node_put()
 2020-02-17  6:38 UTC  (2+ messages)

SFP+ support for 8168fp/8117
 2020-02-17  6:37 UTC  (8+ messages)

[PATCH V2] f2fs: fix the panic in do_checkpoint()
 2020-02-17  6:37 UTC  (2+ messages)

[PATCH] ARM: dts: imx6dl-colibri-eval-v3: fix sram compatible properties
 2020-02-17  6:36 UTC  (2+ messages)

[PATCH] clk: imx7ulp: Include clk-provider.h instead of clk.h
 2020-02-17  6:33 UTC  (2+ messages)

[PATCH v2 0/4] mmc: mediatek: add mmc cqhci support
 2020-02-17  6:31 UTC  (5+ messages)
` [PATCH 1/4] [1/4] mmc: core: expose MMC_CAP2_CQE* to dt
` [PATCH 2/4] [2/4] mmc: mediatek: refine msdc timeout api
` [PATCH 3/4] [3/4] mmc: mediatek: command queue support
` [PATCH 4/4] [4/4] dt-bindings: mmc: mediatek: Add document for mt6779

[PATCH] clk: imx: drop redundant initialization
 2020-02-17  6:33 UTC  (2+ messages)

[PATCH 1/1] powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_type
 2020-02-17  6:31 UTC  (2+ messages)

[PATCH] clk: imx: Include clk-provider.h instead of clk.h for i.MX8M SoCs clock driver
 2020-02-17  6:27 UTC  (2+ messages)

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-17  6:23 UTC  (3+ messages)

[PATCH] f2fs: fix inconsistent comments
 2020-02-17  6:21 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq-phanbell: Add support for ethernet
 2020-02-17  6:18 UTC  (2+ messages)

[PATCH V3 1/4] dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible
 2020-02-17  6:16 UTC  (3+ messages)
` [PATCH V3 2/4] arm64: dts: freescale: Add i.MX8MP dtsi support

[PATCH v2 1/2] staging: exfat: remove DOSNAMEs
 2020-02-17  6:11 UTC  (4+ messages)

[PATCH] drm/sun4i: dsi: Avoid hotplug race with DRM driver bind
 2020-02-17  6:09 UTC 

[PATCH V2 0/5] vDPA support
 2020-02-17  6:08 UTC  (19+ messages)
` [PATCH V2 3/5] vDPA: introduce vDPA bus

[PATCH net-next] net: page_pool: API cleanup and comments
 2020-02-17  5:57 UTC  (4+ messages)

[PATCH] arm64: dts: ls1028a: support external trigger timestamp fifo of PTP timer
 2020-02-17  5:52 UTC  (2+ messages)

[PATCH 1/2] arm64: defconfig: run through savedefconfig for ordering
 2020-02-17  5:37 UTC  (4+ messages)
` [PATCH 2/2] arm64: defconfig: enable additional drivers needed by NXP QorIQ boards

[PATCH] riscv: Fix range looking for kernel image memblock
 2020-02-17  5:31 UTC  (2+ messages)

[PATCH v2 00/16] Add MHI bus support
 2020-02-17  5:27 UTC  (10+ messages)
` [PATCH v2 02/16] bus: mhi: core: Add support for registering MHI controllers

[PATCH] ASoC: ti: Allocate dais dynamically for TDM and audio graph card
 2020-02-17  5:25 UTC  (7+ messages)

Original drawing for Production...DWG
 2020-02-17 13:21 UTC 

Linux 5.6-rc2
 2020-02-17  5:08 UTC  (5+ messages)

[PATCH] ASoC: amd: Add machine driver for Raven based platform
 2020-02-17  5:05 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).