linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-08 10:31:39 to 2019-02-08 13:22:51 UTC [more...]

[PATCH v2 00/12] btrfs: add zstd compression level support
 2019-02-08 13:22 UTC  (4+ messages)

[PATCH v2] rtc: rs5c372: Fix reading from rtc when the oscillator got interrupted
 2019-02-08 13:20 UTC 

[PATCH 1/2] can: c_can: support 64 message objects for D_CAN
 2019-02-08 13:17 UTC  (2+ messages)
` [PATCH 2/2] can: c_can: configurable amount of D_CAN RX objects

[PATCH v11 00/16] Remove nested TPM operations
 2019-02-08 13:17 UTC  (16+ messages)

[PATCH v2] x86, random: Fix get_random_bytes() warning in x86 start_kernel
 2019-02-08 13:14 UTC  (5+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.0-4 tag
 2019-02-08 13:12 UTC 

[PATCH v6] x86: load FPU registers on return to userland
 2019-02-08 13:12 UTC  (5+ messages)

Applied "regulator: rt5033: Constify rt5033_safe_ldo_ops and rt5033_buck_ops" to the regulator tree
 2019-02-08 13:11 UTC 

Applied "regulator: fix device unlinking" to the regulator tree
 2019-02-08 13:11 UTC 

[PATCH] ASoC: doc: Fix typos in dpcm.rst
 2019-02-08 13:11 UTC  (2+ messages)
` Applied "ASoC: doc: Fix typos in dpcm.rst" to the asoc tree

[PATCH 0/2] ASoC: stm32: i2s: add power management
 2019-02-08 13:11 UTC  (5+ messages)
` [PATCH 1/2] "
  ` Applied "ASoC: stm32: i2s: add power management" to the asoc tree
` [PATCH 2/2] SoC: stm32: i2s: manage clock power
  ` Applied "SoC: stm32: i2s: manage clock power" to the asoc tree

[PATCH] ASoC: codecs: jz4725b: Remove unnecessary const qualifier
 2019-02-08 13:11 UTC  (2+ messages)
` Applied "ASoC: codecs: jz4725b: Remove unnecessary const qualifier" to the asoc tree

[PATCH 3/3] dt-bindings: sound: msm8916-wcd-analog: fix example regulator names
 2019-02-08 13:11 UTC  (2+ messages)
` Applied "dt-bindings: sound: msm8916-wcd-analog: fix example regulator names" to the asoc tree

[PATCH v2 00/12] ARM: davinci: modernize the timer support
 2019-02-08 13:09 UTC  (14+ messages)
` [PATCH v2 01/12] ARM: dts: da850: fix interrupt numbers for clocksource
` [PATCH v2 05/12] ARM: davinci: da850: switch to using the clocksource driver
` [PATCH v2 06/12] ARM: davinci: da830: "
` [PATCH v2 08/12] ARM: davinci: dm355: "

[PATCH] powerpc/cell: Remove duplicate header
 2019-02-08 13:02 UTC  (2+ messages)
`  "

[PATCH v2] powerpc: drop page_is_ram() and walk_system_ram_range()
 2019-02-08 13:02 UTC  (2+ messages)
` [v2] "

[PATCH] Move static keyword at beginning of declaration
 2019-02-08 13:02 UTC  (2+ messages)
`  "

[PATCH] powerpc: Remove trailing semicolon after curly brace
 2019-02-08 13:02 UTC  (2+ messages)
`  "

[PATCH] powerpc/kernel/time: Remove duplicate header
 2019-02-08 13:02 UTC  (2+ messages)
`  "

[PATCH v2] powerpc/traps: fix the message printed when stack overflows
 2019-02-08 13:02 UTC  (2+ messages)
` [v2] "

[PATCH 1/4] powerpc/64s: Clear on-stack exception marker upon exception return
 2019-02-08 13:02 UTC  (2+ messages)
` [1/4] "

[PATCH] powerpc/powernv: Remove duplicate header
 2019-02-08 13:02 UTC  (2+ messages)
`  "

[PATCH V15 1/6] i2c: tegra: sort all the include headers alphabetically
 2019-02-08 13:00 UTC  (10+ messages)
` [PATCH V15 3/6] i2c: tegra: fix maximum transfer size
` [PATCH V15 4/6] i2c: tegra: Add DMA support
` [PATCH V15 6/6] i2c: tegra: add i2c interface timing support

[PATCH v1] mfd: intel-lpss: Move linux/pm.h to the local header
 2019-02-08 12:59 UTC  (5+ messages)

[PATCH 0/3] generic asm: mman cleanup
 2019-02-08 12:55 UTC  (4+ messages)
` [PATCH 2/3] drm: tweak header name

regulator: rt5033: Question regarding define for RT5033_REGULATOR_BUCK/LOD_VOLTAGE_MAX
 2019-02-08 12:54 UTC 

[PATCH] x86: drop warning from mtrr: -Wunused-but-set-variable
 2019-02-08 12:53 UTC 

linux-next: build failure after merge of the sound-asoc tree
 2019-02-08 12:53 UTC  (4+ messages)

[RFC PATCH v1 00/16] powerpc/32: Implement fast syscall entry
 2019-02-08 12:52 UTC  (17+ messages)
` [PATCH v1 01/16] powerpc: CONFIG_THREAD_INFO_IN_TASK series
` [PATCH v1 02/16] powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
` [PATCH v1 03/16] powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
` [PATCH v1 04/16] powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one
` [PATCH v1 05/16] powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
` [PATCH v1 06/16] powerpc/40x: add exception frame marker
` [PATCH v1 07/16] powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG
` [PATCH v1 08/16] powerpc/40x: Refactor exception entry macros by using head_32.h
` [RFC PATCH v1 09/16] powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts
` [RFC PATCH v1 10/16] powerpc/32: enter syscall with MSR_EE inconditionaly set
` [RFC PATCH v1 11/16] powerpc/32: Enter exceptions with MSR_EE unset
` [RFC PATCH v1 12/16] powerpc/32: get rid of COPY_EE in exception entry
` [RFC PATCH v1 13/16] powerpc: Fix 32-bit handling of MSR_EE on exceptions
` [RFC PATCH v1 14/16] powerpc/32: implement fast entry for syscalls on non BOOKE
` [RFC PATCH v1 15/16] powerpc/32: Remove MSR_PR test when returning from syscall
` [RFC PATCH v1 16/16] powerpc/32: don't do syscall stuff in transfer_to_handler on non BOOKE

[PATCH] usb: dwc3: Enable GBit Ethernet on Odroid XU4
 2019-02-08 12:52 UTC  (6+ messages)

[PATCH 0/2] [REGRESSION v4.19-20] mm: shrinkers are now way too aggressive
 2019-02-08 12:50 UTC  (11+ messages)
` [PATCH 1/2] Revert "mm: don't reclaim inodes with many attached pages"

[PATCHv3 00/27] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-02-08 12:53 UTC  (25+ messages)
` [PATCHv3 13/27] PCI: mobiveil: move irq chained handler setup out of DT parse
` [PATCHv3 14/27] PCI: mobiveil: initialize Primary/Secondary/Subordinate bus number
` [PATCHv3 15/27] dt-bindings: pci: mobiveil: change gpio_slave and apb_csr to optional
` [PATCHv3 16/27] PCI: mobiveil: refactor Mobiveil PCIe Host Bridge IP driver
` [PATCHv3 17/27] PCI: mobiveil: fix the checking of valid device
` [PATCHv3 18/27] PCI: mobiveil: continue to initialize the host upon no PCIe link
` [PATCHv3 19/27] PCI: mobiveil: disabled IB and OB windows set by bootloader
` [PATCHv3 20/27] PCI: mobiveil: add Byte and Half-Word width register accessors
` [PATCHv3 21/27] PCI: mobiveil: make mobiveil_host_init can be used to re-init host
` [PATCHv3 23/27] PCI: mobiveil: add PCIe Gen4 RC driver for NXP Layerscape SoCs
` [PATCHv3 24/27] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577
` [PATCHv3 25/27] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451

[PATCH] regulator: rt5033: Constify rt5033_safe_ldo_ops and rt5033_buck_ops
 2019-02-08 12:42 UTC 

[PATCH v8 0/8] support ROHM BD70528 PMIC
 2019-02-08 12:41 UTC  (6+ messages)
` [PATCH v8 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core

[PATCH net] sctp: make sctp_setsockopt_events() less strict about the option length
 2019-02-08 12:36 UTC  (8+ messages)

[PATCH -next] spmi: pmic-arb: revert "validate type when mapping IRQ"
 2019-02-08 12:36 UTC 

[PATCH v2 11/15] dt-bindings: pinctrl: milbeaut: Add Milbeaut M10V pinctrl description
 2019-02-08 12:33 UTC 

[PATCH 0/2] Reset xHCI port PHY on disconnect
 2019-02-08 12:35 UTC  (5+ messages)
` [PATCH 2/2] drivers: xhci: Add quirk to reset xHCI port PHY

[PATCH 1/7] Revert "ARM: mediatek: add MT7623a smp bringup code"
 2019-02-08 12:30 UTC  (5+ messages)
` [PATCH 4/7] dt-bindings: mediatek: update bindings for MT7629 SoC
` [PATCH 7/7] arm: dts: mediatek: add basic support "

[PATCH 00/35] ARM: davinci: modernize the irq support
 2019-02-08 12:29 UTC  (6+ messages)

[PATCH v5 0/5] misc: Add support to Qualcomm FastRPC driver
 2019-02-08 12:28 UTC  (4+ messages)
` [PATCH v5 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings

[PATCH v2 15/15] MAINTAINERS: Add entry to MAINTAINERS for Milbeaut
 2019-02-08 12:29 UTC 

[PATCH v2 14/15] ARM: configs: Add Milbeaut M10V defconfig
 2019-02-08 12:28 UTC 

[PATCH v2 13/15] ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V board
 2019-02-08 12:28 UTC 

[PATCH] include: mtd: spi-nor: change HWCPAS to HWCAPS
 2019-02-08 12:27 UTC  (4+ messages)
  ` [EXT] "

[PATCH v2 12/15] pinctrl: milbeaut: Add Milbeaut M10V pinctrl
 2019-02-08 12:28 UTC 

[PATCH v2 10/15] serial: Add Milbeaut serial control
 2019-02-08 12:27 UTC 

[PATCH v2 09/15] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-08 12:27 UTC 

[PATCH v2 08/15] clock: milbeaut: Add Milbeaut M10V clock controller
 2019-02-08 12:27 UTC 

[PATCH v2 07/15] ndings: clock: milbeaut: add Milbeaut clock description
 2019-02-08 12:27 UTC 

[PATCH v2 06/15] clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs
 2019-02-08 12:26 UTC 

[PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
 2019-02-08 12:26 UTC 

[PATCH v2 04/15] ARM: milbeaut: Add basic support for Milbeaut m10v SoC
 2019-02-08 12:26 UTC 

[PATCH v2 03/15] dt-bindings: Add documentation for Milbeaut SoCs
 2019-02-08 12:26 UTC 

[PATCH v2 02/15] dt-bindings: arm: Add SMP enable-method for Milbeaut
 2019-02-08 12:25 UTC 

[PATCH v2 01/15] dt-bindings: sram: milbeaut: Add binding for Milbeaut smp-sram
 2019-02-08 12:25 UTC 

[PATCH v2 00/15] Add basic support for Socionext Milbeaut M10V SoC
 2019-02-08 12:24 UTC 

[PATCH 0/2] cpufreq/opp: rework regulator initialization
 2019-02-08 12:23 UTC  (16+ messages)

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

[PATCH v8 0/6] Add Fieldbus subsystem + support HMS Profinet card
 2019-02-08 12:19 UTC  (7+ messages)
` [PATCH v8 1/6] fieldbus_dev: add Fieldbus Device subsystem
` [PATCH v8 6/6] fieldbus_dev: support HMS Profinet IRT industrial controller

[PATCH v6 0/4] platform/chrome: Add basic support for Wilco EC
 2019-02-08 12:18 UTC  (3+ messages)
` [PATCH v6 4/4] platform/chrome: rtc: Add RTC driver

[PATCH v3 00/15] Habana Labs kernel driver
 2019-02-08 12:16 UTC  (7+ messages)
` [PATCH v3 05/15] habanalabs: add command buffer module
` [PATCH v3 09/15] habanalabs: add sysfs and hwmon support
` [PATCH v3 14/15] habanalabs: add debugfs support

[PATCH v4 00/10] mfd: add support for max77650 PMIC
 2019-02-08 12:15 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: mfd: add DT bindings for max77650
` [PATCH v4 07/10] gpio: max77650: add GPIO support

[PATCH v2 1/2] pci: imx6: avoid dereferencing program counter from user mode
 2019-02-08 12:13 UTC  (2+ messages)

[PATCH] pinctrl: qcom: qcs404: Drop unused UFS_RESET macro
 2019-02-08 12:09 UTC  (2+ messages)

[GIT PULL] x86/mm changes for v4.21
 2019-02-08 12:08 UTC  (9+ messages)
              ` [PATCH] x86/mm/cpa: Fix set_mce_nospec()

[PATCH v3 0/7] add support for SAM9X60 pin controller
 2019-02-08 12:07 UTC  (2+ messages)

Unremovable kernel module with one line of code
 2019-02-08 12:06 UTC 

general protection fault in prepare_to_wait
 2019-02-08 12:06 UTC  (2+ messages)

[PATCH] futex: Handle early deadlock return correctly
 2019-02-08 12:05 UTC  (2+ messages)
` [tip:locking/urgent] "

[PATCH] kernel/futex: Fix barrier comment
 2019-02-08 12:04 UTC  (2+ messages)
` [tip:locking/urgent] futex: "

dm-crypt patch in Linux 4.20.6 Commit e4efd3184d9a63a7923e5c62fa236254f03c6bf8
 2019-02-08 11:58 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: Document the i.MX50 IOMUXC binding
 2019-02-08 11:57 UTC  (3+ messages)

[PATCH] cpufreq: intel_pstate: Reporting reasons why driver prematurely exit
 2019-02-08 11:56 UTC 

Kernel 5.0-rc5 regression with NAT, bisected to: netfilter: nat: remove l4proto->manip_pkt
 2019-02-08 11:54 UTC  (3+ messages)

[PATCH] MAINTAINERS: drop Hoan Tran, e-mail is bouncing
 2019-02-08 11:54 UTC 

[PATCH 0/3] ASoC: msm8916-wcd: license and documentation fixes
 2019-02-08 11:53 UTC  (3+ messages)
` [PATCH 1/3] ASoC: msm8916-wcd-analog: add missing license information

[PATCH 0/3] gpio: drop a few unneeded irq_{request,release}_resources implementations
 2019-02-08 11:52 UTC  (4+ messages)
` [PATCH 1/3] gpio: bcm-kona: drop ->irq_{request,release}_resources hooks
` [PATCH 2/3] gpio: dwapb: "
` [PATCH 3/3] gpio: em: "

[PATCH 1/4] component: Add documentation
 2019-02-08 11:52 UTC  (4+ messages)
` [PATCH 2/4] components: multiple components for a device

[PATCH v2] ata: add Buddha PATA controller driver
 2019-02-08 11:38 UTC  (2+ messages)

[PATCH] memblock: update comments and kernel-doc
 2019-02-08 11:45 UTC 

linux-next: Fixes tag needs some work in the drm-fixes tree
 2019-02-08 11:45 UTC  (4+ messages)

[PATCH v6 00/16] locking/lockdep: Add support for dynamic keys
 2019-02-08 11:43 UTC  (11+ messages)

[Breakage] Git v2.21.0-rc0 - t5403 (NonStop)
 2019-02-08 11:36 UTC  (5+ messages)

[PATCH] acpi: get rid of acpi_sleep_dispatch
 2019-02-08 11:34 UTC  (2+ messages)

[PATCH] ACPI/PPTT: Add acpi_pptt_warn_missing() to consolidate logs
 2019-02-08 11:33 UTC  (3+ messages)

[PATCH/RFC] driver core: Postpone DMA tear-down until after devres release
 2019-02-08 11:34 UTC  (2+ messages)

[PATCH 0/8] ARM: davinci: move the da8xx-ohci GPIO logic into the driver
 2019-02-08 11:29 UTC  (3+ messages)
` [PATCH 5/8] usb: ohci-da8xx: add vbus and overcurrent gpios

[PATCH v2 0/7] binder: eliminate use of vmalloc space for binder buffers
 2019-02-08 11:26 UTC  (2+ messages)

[GIT PULL] ACPI fix for v5.0-rc6
 2019-02-08 11:22 UTC 

[PATCH 0/6] vmw_balloon: 64-bit limit support, compaction, shrinker
 2019-02-08 11:13 UTC  (3+ messages)
` [PATCH 2/6] vmw_balloon: support 64-bit memory limit

[PATCH 1/2] PCI: dwc: allow to limit registers set length
 2019-02-08 11:10 UTC  (2+ messages)

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-08 11:10 UTC  (11+ messages)

[PATCH v2 0/9] PCI: DWC/Keystone: MSI configuration cleanup
 2019-02-08 11:09 UTC  (4+ messages)
` [PATCH v2 2/9] PCI: keystone: Modify legacy_irq_handler to check the IRQ_STATUS of INTA/B/C/D

[Breakage] Git v2.21.0-rc0 - t5318 (NonStop)
 2019-02-08 11:08 UTC 

[PATCH] Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
 2019-02-08 11:05 UTC  (3+ messages)

[RFT PATCH 0/9] ARM: sun8i: a83t: Enable USB OTG
 2019-02-08 11:03 UTC  (5+ messages)
` [RFT PATCH 7/9] mfd: axp20x: add USB power supply mfd cell to AXP813

use generic DMA mapping code in powerpc V4
 2019-02-08 10:59 UTC  (12+ messages)

[PATCH] rtc: imx-sc: depend on HAVE_ARM_SMCCC
 2019-02-08 10:58 UTC  (2+ messages)

[PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8
 2019-02-08 10:55 UTC 

Linux 4.4.174
 2019-02-08 10:54 UTC  (2+ messages)

[PATCH] LSM: Allow syzbot to ignore security= parameter
 2019-02-08 10:52 UTC  (5+ messages)

[PATCH v2] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
 2019-02-08 10:49 UTC  (2+ messages)

[PATCH][4.14] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
 2019-02-08 10:46 UTC 

[GIT] Networking
 2019-02-08 10:42 UTC 

[PATCH] gpio: zynq: properly support runtime PM for GPIO used as interrupts
 2019-02-08 10:40 UTC 

[PATCH v4 00/13] Add support for TISCI irqchip drivers
 2019-02-08 10:39 UTC  (8+ messages)
` [PATCH v4 01/13] firmware: ti_sci: Add support to get TISCI handle using of_phandle
  ` [RFC PATCH v4 08/13] genirq/msi: Add support for allocating single MSI for a device

[PATCH V3 01/13] perf/core, x86: Add PERF_SAMPLE_DATA_PAGE_SIZE
 2019-02-08 10:39 UTC  (4+ messages)

[PATCH 0/3] drivers: Frequency constraint infrastructure
 2019-02-08 10:35 UTC  (6+ messages)

[PATCH 1/2] mmc: cqhci: replace NUM_SLOTS with cq_host->num_slots
 2019-02-08 10:34 UTC  (3+ messages)

[RFC/PATCH 0/5] DVFS in the OPP core
 2019-02-08 10:33 UTC  (9+ messages)

[PATCH 0/2] mm: put_user_page() call site conversion first
 2019-02-08 10:32 UTC  (3+ messages)
` [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions


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