linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 09:04:46 to 2020-05-15 11:20:57 UTC [more...]

[PATCH] clk / soc: mediatek: fix ptr_ret.cocci warnings
 2020-05-15 11:20 UTC  (3+ messages)

[GIT PULL] sound fixes for 5.6-rc6
 2020-05-15 11:20 UTC 

[PATCH V1 0/3] Internal voltage control for qcom SDHC
 2020-05-15 11:18 UTC  (4+ messages)
` [PATCH V1 1/3] dt-bindings: mmc: Supply max load for mmc supplies
` [PATCH V1 2/3] mmc: sdhci-msm: Use internal voltage control
` [PATCH V1 3/3] mmc: sdhci: Allow platform controlled voltage switching

[PATCH] x86: fix early boot crash on gcc-10
 2020-05-15 11:20 UTC  (2+ messages)
` [tip: x86/urgent] x86: Fix early boot crash on gcc-10, third try

[PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6
 2020-05-15 11:17 UTC  (10+ messages)

[PATCH v2 0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC
 2020-05-15 11:16 UTC  (8+ messages)
` [PATCH v2 1/7] usb: gadget: udc: atmel: use of_find_matching_node_and_match
` [PATCH v2 2/7] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60
` [PATCH v2 3/7] usb: gadget: udc: atmel: simplify endpoint allocation
` [PATCH v2 4/7] usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
` [PATCH v2 5/7] usb: gadget: udc: atmel: rename errata into caps
` [PATCH v2 6/7] usb: gadget: udc: atmel: update endpoint allocation for sam9x60
` [PATCH v2 7/7] ARM: dts: at91: sam9x60ek: enable usb device

PTRACE_SYSEMU behavior difference on arm64
 2020-05-15 11:15 UTC 

[PATCH] ceph: don't return -ESTALE if there's still an open file
 2020-05-15 11:15 UTC  (6+ messages)

[PATCH RFC 0/5] KVM: x86: KVM_MEM_ALLONES memory
 2020-05-15 11:15 UTC  (5+ messages)

[PATCH 0/5] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-15 11:11 UTC  (26+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] dt-bindings: dma: dw: Add max burst transaction length property
  ` [PATCH v2 3/6] dmaengine: dw: Set DMA device max segment size parameter
  ` [PATCH v2 5/6] dmaengine: dw: Introduce max burst length hw config

[PATCH/RFC] MM: fix writeback for NFS
 2020-05-15 11:10 UTC  (13+ messages)
` Writeback fixes "
  ` Writeback fixes for NFS - V2
    ` Writeback fixes for NFS - V3
      ` [PATCH 1/2 V3] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
                ` [PATCH 1/2 V4] "
                ` [PATCH 2/2 V4] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

[PATCH v2 0/2] ASoC: fsl_esai: Add support for imx8qm
 2020-05-15 11:10 UTC  (4+ messages)
` [PATCH v2 1/2] ASoC: fsl_esai: introduce SoC specific data
` [PATCH v2 2/2] ASoC: fsl_esai: Add new compatible string for imx8qm

[RFC v1 0/3] Add QTI QFPROM-Efuse driver support
 2020-05-15 11:09 UTC  (5+ messages)
` [RFC v1 2/3] drivers: nvmem: Add driver for QTI qfprom-efuse support

[PATCH] libata: Use per port sync for detach
 2020-05-15 11:09 UTC 

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-15 11:08 UTC  (2+ messages)

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-15 11:04 UTC  (11+ messages)
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
                ` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)

[PATCH v4 1/4] powercap/drivers/idle_inject: Specify idle state max latency
 2020-05-15 11:03 UTC  (7+ messages)
` [PATCH v4 4/4] thermal: cpuidle: Register cpuidle cooling device

[PATCH 1/2] hwrng: iproc-rng200 - Set the quality value
 2020-05-15 10:59 UTC  (4+ messages)

[PATCH v2 00/14] Split off nVHE hyp code
 2020-05-15 10:58 UTC  (15+ messages)
` [PATCH v2 01/14] arm64: kvm: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH v2 02/14] arm64: kvm: Move __smccc_workaround_1_smc to .rodata
` [PATCH v2 03/14] arm64: kvm: Formalize hypcall ABI
` [PATCH v2 04/14] arm64: kvm: Add build rules for separate nVHE object files
` [PATCH v2 05/14] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE
` [PATCH v2 06/14] arm64: kvm: Split hyp/tlb.c to VHE/nVHE
` [PATCH v2 07/14] arm64: kvm: Split hyp/switch.c "
` [PATCH v2 08/14] arm64: kvm: Split hyp/debug-sr.c "
` [PATCH v2 09/14] arm64: kvm: Split hyp/sysreg-sr.c "
` [PATCH v2 10/14] arm64: kvm: Split hyp/timer-sr.c "
` [PATCH v2 11/14] arm64: kvm: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH v2 12/14] arm64: kvm: Add comments around __kvm_nvhe_ symbol aliases
` [PATCH v2 13/14] arm64: kvm: Remove __hyp_text macro, use build rules instead
` [PATCH v2 14/14] arm64: kvm: Lift instrumentation restrictions on VHE

[PATCH v7 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-15 10:55 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v7 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH 0/2] arm64: dts: qcom: sc7180: Add support for ETMv4 PM and skipping power up
 2020-05-15 10:55 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: qcom: sc7180: Support ETMv4 power management
` [PATCH 2/2] arm64: dts: qcom: sc7180: Add support to skip powering up of ETM

[PATCH v2 0/6] mfd: Add support for Khadas Microcontroller
 2020-05-15 10:55 UTC  (5+ messages)
` [PATCH v2 4/6] nvmem: add support for the Khadas MCU Programmable User Memory

get_maintainer.pl: unexpected behaviour for path/to//file
 2020-05-15 10:52 UTC 

[PATCH v9 0/3] Add support for the Gateworks System Controller
 2020-05-15 10:54 UTC  (3+ messages)
` [PATCH v9 2/3] mfd: add Gateworks System Controller core driver

[PATCH 0/2] io_uring: add a CQ ring flag to enable/disable eventfd notification
 2020-05-15 10:54 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add 'cq_flags' field for the CQ ring
` [PATCH 2/2] io_uring: add IORING_CQ_NEED_WAKEUP to the CQ ring flags

[PATCHES] uaccess simple access_ok() removals
 2020-05-15 10:54 UTC  (10+ messages)
` [PATCH 01/20] dlmfs_file_write(): get rid of pointless access_ok()
  ` [PATCH 06/20] n_hdlc_tty_read(): remove "
  ` [PATCH 07/20] nvram: drop useless access_ok()
  ` [PATCH 18/20] usb: get rid of pointless access_ok() calls
  ` [PATCH 4/4] vmci_host: get rid of pointless access_ok()

[PATCH 00/17] spi: dw: Add generic DW DMA controller support
 2020-05-15 10:47 UTC  (12+ messages)
` [PATCH v2 00/19] "
  ` [PATCH v2 01/19] dt-bindings: spi: dw: Add Tx/Rx DMA properties
  ` [PATCH v2 03/19] spi: dw: Clear DMAC register when done or stopped
  ` [PATCH v2 05/19] spi: dw: Enable interrupts in accordance with DMA xfer mode
  ` [PATCH v2 09/19] spi: dw: Parameterize the DMA Rx/Tx burst length
  ` [PATCH v2 10/19] spi: dw: Use DMA max burst to set the request thresholds
  ` [PATCH v2 11/19] spi: dw: Initialize paddr in DW SPI MMIO private data
  ` [PATCH v2 14/19] spi: dw: Remove DW DMA code dependency from DW_DMAC_PCI
  ` [PATCH v2 15/19] spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI core
  ` [PATCH v2 17/19] spi: dw: Add DMA support to the DW SPI MMIO driver
  ` [PATCH v2 19/19] dt-bindings: spi: Convert DW SPI binding to DT schema

[PATCH v1 0/2] Introduce QTI I2C PMIC controller
 2020-05-15 10:45 UTC  (5+ messages)
` [PATCH v1 2/2] mfd: "

[PATCH -next] fs/btrfs: Fix unlocking in btrfs_ref_tree_mod
 2020-05-15 10:44 UTC  (5+ messages)

[PATCH] drm/etnaviv: fix perfmon domain interation
 2020-05-15 10:44 UTC  (8+ messages)

[PATCH v7 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2020-05-15 10:43 UTC  (5+ messages)
` [PATCH v7 2/5] remoteproc: Add device-managed variants of rproc_alloc/rproc_add
` [PATCH v7 3/5] remoteproc: Add support for runtime PM
` [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver
` [PATCH v7 5/5] MAINTAINERS: Add myself as reviewer for Ingenic rproc driver

[PATCH updated] sched/fair: core wide cfs task priority comparison
 2020-05-15 10:43 UTC  (12+ messages)
    ` [PATCH updated v2] "

[PATCH] mfd: remove max8907 wake_base
 2020-05-15 10:42 UTC  (2+ messages)

[PATCH v4 0/9] Prereqs for HiKey960 USB support
 2020-05-15 10:41 UTC  (10+ messages)
` [PATCH v4 3/9] usb: dwc3: Increase timeout for CmdAct cleared by device controller

[PATCH] ALSA: pcm: fix incorrect hw_base increase
 2020-05-15 10:40 UTC  (8+ messages)

[PATCH v4 0/6] Introduce NVIDIA Tegra Partition Table
 2020-05-15 10:03 UTC  (3+ messages)
` [PATCH v4 4/6] partitions/efi: Support GPT entry lookup at a non-standard location

[PATCH 01/11] tty/sysrq: alpha: export and use __sysrq_get_key_op()
 2020-05-15 10:39 UTC  (5+ messages)
` [PATCH 10/11] kernel/power: constify sysrq_key_op

[PATCH] mfd: sprd: Remove unnecessary spi_bus_type setting
 2020-05-15 10:37 UTC  (2+ messages)

[RFC PATCH 00/13] scsi: ufs: Add HPB Support
 2020-05-15 10:30 UTC  (14+ messages)
` [RFC PATCH 01/13] scsi: ufs: Add HPB parameters
` [RFC PATCH 02/13] scsi: ufshpb: Init part I - Read HPB config
` [RFC PATCH 03/13] scsi: scsi_dh: Introduce scsi_dh_ufshpb
` [RFC PATCH 04/13] scsi: ufs: ufshpb: Init part II - Attach scsi device
` [RFC PATCH 05/13] scsi: ufs: ufshpb: Disable HPB if no HPB-enabled luns
` [RFC PATCH 06/13] scsi: scsi_dh: ufshpb: Prepare for L2P cache management
` [RFC PATCH 07/13] scsi: scsi_dh: ufshpb: Add ufshpb state machine
` [RFC PATCH 08/13] scsi: dh: ufshpb: Activate pinned regions
` [RFC PATCH 09/13] scsi: ufshpb: Add response API
` [RFC PATCH 10/13] scsi: dh: ufshpb: Add ufshpb_set_params
` [RFC PATCH 11/13] scsi: Allow device handler set their own CDB
` [RFC PATCH 12/13] scsi: dh: ufshpb: Add prep_fn handler
` [RFC PATCH 13/13] scsi: scsi_dh: ufshpb: Add "Cold" subregions timer

[PATCH] kgdb: Fix broken handling of printk() in NMI context
 2020-05-15 10:33 UTC  (7+ messages)
        ` [PATCH] printk/kdb: Redirect printk messages into kdb in any context

[PATCH v3 0/5] Enable ilitek ili9341 on stm32f429-disco board
 2020-05-15 10:32 UTC  (12+ messages)
` [PATCH v3 3/5] ARM: dts: stm32: enable ltdc binding with ili9341 on stm32429-disco board
        ` [Linux-stm32] "
` [PATCH v3 4/5] clk: stm32: Fix stm32f429 ltdc driver loading hang in clk set rate. keep ltdc clk running after kernel startup

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-05-15 10:28 UTC  (4+ messages)
` [PATCH v3 03/16] mfd: mfd-core: match device tree node against reg property

[PATCH 5.7-rc5] HID: apple: Swap the Fn and Left Control keys on Apple keyboards
 2020-05-15 10:26 UTC  (2+ messages)

[PATCH v2 0/3] printk: replace ringbuffer
 2020-05-15 10:24 UTC  (2+ messages)

[PATCH v2] x86/PCI: Mark Power Control Unit as having non-compliant BARs
 2020-05-15 10:07 UTC 

[PATCH] rtlwifi: rtl8192ee: remove redundant for-loop
 2020-05-15 10:22 UTC 

[PATCH v2] arm64: dts: ti: k3-am654-main: Update otap-del-sel values
 2020-05-15 10:14 UTC  (3+ messages)

[PATCH v3 0/2] irqchip/gic-v3-its: Balance LPI affinity across CPUs
 2020-05-15 10:14 UTC  (6+ messages)

linux-next: manual merge of the fsinfo tree with the vfs tree
 2020-05-15 10:14 UTC 

[PATCH v4 00/15] virtio-mem: paravirtualized memory
 2020-05-15 10:14 UTC  (2+ messages)
` [PATCH v4 16/15] virtio-mem: Don't rely on implicit compiler padding for requests

[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-05-15 10:13 UTC  (6+ messages)
` [PATCH v5 01/38] dma-mapping: add generic helpers for mapping sgtable objects
    ` [PATCH v5 25/38] drm: virtio: fix common struct sg_table related issues
    ` [PATCH v5 30/38] dmabuf: "

[PATCH v7 0/6] Add new series Micron SPI NAND devices
 2020-05-15 10:13 UTC  (7+ messages)
      ` [EXT] "

[PATCH] ftrace: show debugging information when panic_on_warn set
 2020-05-15 10:08 UTC 

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-05-15 10:07 UTC  (4+ messages)
` [PATCH v2 23/33] iommu/mediatek-v1 Convert to probe/release_device() call-backs

[PATCH] dm: replace strncpy() with strscpy()
 2020-05-15 10:05 UTC 

[PATCH] rtl8723bs: core: fix a coding style error
 2020-05-15 10:05 UTC  (2+ messages)

[PATCH 0/3] ASoC: fsl_esai: Add support for imx8qm
 2020-05-15 10:01 UTC  (7+ messages)
` [PATCH 2/3] "

[PATCH v2 0/5] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-05-15  9:59 UTC  (6+ messages)
` [PATCH v2 1/5] PCI: dwc: Add msi_host_isr() callback
` [PATCH v2 2/5] PCI: uniphier: Add misc interrupt handler to invoke PME and AER
` [PATCH v2 3/5] dt-bindings: PCI: uniphier: Add iATU register description
` [PATCH v2 4/5] PCI: uniphier: Add iATU register support
` [PATCH v2 5/5] PCI: uniphier: Add error message when failed to get phy

[PATCH] firmware: arm_scmi: fix SMCCC_RET_NOT_SUPPORTED management
 2020-05-15  9:57 UTC  (5+ messages)

[PATCH V2] dynamic_debug: Add an option to enable dynamic debug for modules only
 2020-05-15  9:55 UTC  (6+ messages)

[PATCH] iommu: Implement deferred domain attachment
 2020-05-15  9:45 UTC 

[PATCH v29 00/20] Intel SGX foundations
 2020-05-15  9:42 UTC  (10+ messages)

linux-next: manual merge of the notifications tree with the vfs tree
 2020-05-15  9:40 UTC 

[PATCH v2 0/2] Add i2c ac-timing adjust support
 2020-05-15  9:40 UTC  (5+ messages)
` [PATCH v2 1/2] MAINTAINERS: add maintainer for mediatek i2c controller driver
` [PATCH v2 2/2] i2c: mediatek: Add i2c ac-timing adjust support

[RFC PATCH] kbuild: add variables for compression tools
 2020-05-15  9:40 UTC  (3+ messages)

[PATCH 0/4] Move the sysctl interface to the corresponding feature code file
 2020-05-15  9:39 UTC  (10+ messages)
` [PATCH 2/4] proc/sysctl: add shared variables -1
` [PATCH 3/4] watchdog: move watchdog sysctl to watchdog.c
` [PATCH 4/4] sysctl: Add register_sysctl_init() interface

[GIT PULL] Ressurect the atomisp staging driver
 2020-05-15  9:37 UTC  (3+ messages)
                  ` Ressurect the atomisp staging driver - current progress

[PATCH] ACPI: GED: add support for _Exx / _Lxx handler methods
 2020-05-15  9:36 UTC 

[patch V4 part 1 00/36] x86/entry: Entry/exception code rework, preparatory patches
 2020-05-15  9:34 UTC  (4+ messages)
` [patch V4 part 1 14/36] x86/entry: Get rid of ist_begin/end_non_atomic()

[PATCH v2] arm: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver
 2020-05-15  9:34 UTC  (3+ messages)

[RFC][PATCH 0/4] Support non-default CMA regions to the dmabuf heaps interface
 2020-05-15  9:32 UTC  (10+ messages)
` [RFC][PATCH 3/4] dma-buf: cma_heap: Extend logic to export CMA regions tagged with "linux,cma-heap"

[PATCH v2 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-15  9:32 UTC  (3+ messages)
` [PATCH v2 7/9] fs/ext4: Make DAX mount option a tri-state

[PATCH v8] Add matrix keypad driver support for Mediatek SoCs
 2020-05-15  9:30 UTC  (2+ messages)
  ` [PATCH v8 2/3] drivers: input: keyboard: Add mtk keypad driver

[PATCH v6 0/2] Add USB DWC3 support for SC7180
 2020-05-15  9:29 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindings
` [PATCH v6 2/2] dt-bindings: usb: qcom,dwc3: Add compatible for SC7180

[PATCH 5/5] PCI: uniphier: Add error message when failed to get phy
 2020-05-15  9:28 UTC  (3+ messages)

[PATCH v4 0/4] Add support for iMX8MQ Display Controller Subsystem
 2020-05-15  9:27 UTC  (3+ messages)
` [PATCH v4 2/4] drm/imx: Add initial support for DCSS on iMX8MQ

[PATCH] Bluetooth: Add SCO fallback for invalid LMP parameters error
 2020-05-15  9:27 UTC 

[PATCH] i2c: at91: Restore pinctrl state if can't get scl/sda gpios
 2020-05-15  9:26 UTC  (2+ messages)

linux-next: manual merge of the notifications tree with the vfs tree
 2020-05-15  9:25 UTC 

[PATCH 1/2] firmware: arm-smccc: define identifier for Arm SMCCC v1.2
 2020-05-15  9:24 UTC  (5+ messages)
` [PATCH 2/2] firmware: psci: support SMCCC v1.2 for SMCCC conduit

[PATCH v12 00/18] Enable FSGSBASE instructions
 2020-05-15  9:24 UTC  (2+ messages)

[PATCH] xhci: Fix log mistake of xhci_start
 2020-05-15  9:21 UTC  (2+ messages)

[PATCH v5 00/18] Rework READ_ONCE() to improve codegen
 2020-05-15  9:20 UTC  (11+ messages)

[PATCH v3 0/7] firmware: smccc: Add basic SMCCC v1.2 + ARCH_SOC_ID support
 2020-05-15  9:16 UTC  (3+ messages)

[PATCH 0/8] Copy hashmap to libapi, use in perf expr
 2020-05-15  9:17 UTC  (3+ messages)
` [PATCH 4/8] libbpf hashmap: Localize static hashmap__* symbols

[PATCH 0/2] opp: core: add regulators enable and disable
 2020-05-15  9:16 UTC  (2+ messages)

[PATCH] hw_breakpoint: Remove unused '__register_perf_hw_breakpoint' declaration
 2020-05-15  9:15 UTC  (4+ messages)

[PATCH] MAINTAINERS: add lib/livepatch to LIVE PATCHING
 2020-05-15  9:15 UTC  (2+ messages)

[PATCH 00/10] spi: Adding support for Microchip Sparx5 SoC
 2020-05-15  9:11 UTC  (4+ messages)
` [PATCH 01/10] spi: dw: Add support for polled operation via no IRQ specified in DT

[PATCH 1/2] perf expr: Test parsing of floating point numbers
 2020-05-15  9:09 UTC  (7+ messages)
` [PATCH 2/2] perf test: Improve pmu event metric testing

[PATCH v2] arm64: dts: qcom: apq8016-sbc-d3: Add Qualcomm APQ8016 SBC + D3Camera mezzanine
 2020-05-15  9:08 UTC 

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-15  9:08 UTC  (9+ messages)
` [PATCH 2/3] mm/util.c: make vm_memory_committed() more accurate
` [PATCH 3/3] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH 1/2] hwrng: iproc-rng200 - Set the quality value
 2020-05-15  9:06 UTC  (2+ messages)


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