linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-24 07:35:34 to 2018-08-24 12:23:08 UTC [more...]

[PATCH v3 0/5] support a new type of PMIC,including two chips(rk817 and rk809)
 2018-08-24 12:23 UTC  (3+ messages)
` [PATCH v3 2/5] regulator: rk808: add RK809 and RK817 support

[PATCH] x86/speculation/l1tf: fix off-by-one error when warning that system has too much RAM
 2018-08-24 12:20 UTC  (11+ messages)
` [PATCH] x86/speculation/l1tf: suggest what to do on systems with "
      ` [tip:x86/urgent] x86/speculation/l1tf: Suggest "
` [tip:x86/urgent] x86/speculation/l1tf: Fix off-by-one error when warning that system has "

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-08-24 12:18 UTC  (9+ messages)

[PATCH 0/4] Add support to register platform service IRQ
 2018-08-24 12:16 UTC  (2+ messages)

[PATCH 0/4] x86: TLB invalidate fixes
 2018-08-24 11:39 UTC  (18+ messages)
` [PATCH 2/4] mm/tlb: Remove tlb_remove_table() non-concurrent condition
` [PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE

[PATCH v2] PCI/AER: Enable SERR# forwarding in non ACPI flow
 2018-08-24 12:13 UTC  (3+ messages)

Linux 4.4.152
 2018-08-24 12:10 UTC  (2+ messages)

Linux 4.9.124
 2018-08-24 12:10 UTC  (2+ messages)

Linux 4.14.67
 2018-08-24 12:09 UTC  (2+ messages)

Linux 4.17.19
 2018-08-24 12:09 UTC  (2+ messages)

Linux 4.18.5
 2018-08-24 12:08 UTC  (2+ messages)

[RFC PATCH] EDAC, ghes: Enable per-layer error reporting for ARM
 2018-08-24 12:01 UTC  (8+ messages)

[PATCH ghak10 v5 0/2] audit: Log modifying adjtimex(2) calls
 2018-08-24 12:00 UTC  (3+ messages)
` [PATCH ghak10 v5 1/2] audit: Add functions to log time adjustments
` [PATCH ghak10 v5 2/2] timekeeping/ntp: Audit clock/NTP params adjustments

[PATCH v5 1/2] dt-bindings: leds: Add bindings for lm3697 driver
 2018-08-24 11:58 UTC  (5+ messages)
` [PATCH v5 2/2] leds: lm3697: Introduce the "

[PATCH] iwlwifi: d3: use struct_size() in kzalloc()
 2018-08-24 11:58 UTC  (4+ messages)

[GIT PULL] tee subsystem for v4.20
 2018-08-24 11:55 UTC 

[PATCH] wcn36xx: use dma_zalloc_coherent instead of allocator/memset
 2018-08-24 11:50 UTC  (2+ messages)

[PATCH] wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg_rsp
 2018-08-24 11:49 UTC  (2+ messages)

linux-next: build warnings from the build of Linus' tree
 2018-08-24 11:47 UTC  (3+ messages)

[PATCH v6 0/2] huge_pmd_unshare migration and flushing
 2018-08-24 11:35 UTC  (5+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages

[PATCH] xen-netfront: wait xenbus state change when load module manually
 2018-08-24 11:26 UTC  (5+ messages)
  ` [Xen-devel] "

Deadlock when using crypto API for block devices
 2018-08-24 11:25 UTC  (6+ messages)

[PATCH] drivers/video/fbdev: use ioremap_wc() instead of __ioremap(_PAGE_NO_CACHE)
 2018-08-24 11:10 UTC  (3+ messages)

[PATCH] locking/ww_mutex: fix spelling mistake "cylic" -> "cyclic"
 2018-08-24 11:22 UTC 

[PATCH] qed: fix spelling mistake "comparsion" -> "comparison"
 2018-08-24 11:18 UTC 

[PATCH] regulator: bd71837: Remove duplicate assignment for n_voltages of LDO2
 2018-08-24 11:16 UTC 

[PATCH] gpio: Add driver for PC Engines APU2/APU3 GPIOs
 2018-08-24 10:56 UTC  (3+ messages)

[PATCH 1/2] ipmi_ssif: Unregister i2c device only if created by ssif
 2018-08-24 11:10 UTC  (2+ messages)
` [PATCH 2/2] ipmi_ssif: Fix crash seen while ipmi_unregister_smi

[PATCH net] vhost: correctly check the iova range when waking virtqueue
 2018-08-24 11:02 UTC  (3+ messages)

[PATCH] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
 2018-08-24 11:00 UTC  (12+ messages)

[PATCH] ARM: u300: add missing check for kmalloc
 2018-08-24 10:28 UTC 

[RFC PATCH 00/20] x86/intel_rdt: Start abstraction for a second arch
 2018-08-24 10:45 UTC  (21+ messages)
` [RFC PATCH 01/20] x86/intel_rdt: Split struct rdt_resource
` [RFC PATCH 02/20] x86/intel_rdt: Split struct rdt_domain
` [RFC PATCH 03/20] x86/intel_rdt: Group staged configuration into a separate struct
` [RFC PATCH 04/20] x86/intel_rdt: Add closid to the staged config
` [RFC PATCH 05/20] x86/intel_rdt: make update_domains() learn the affected closids
` [RFC PATCH 06/20] x86/intel_rdt: Add a helper to read a closid's configuration for show_doms()
` [RFC PATCH 07/20] x86/intel_rdt: Expose update_domains() as an arch helper
` [RFC PATCH 08/20] x86/intel_rdt: Make cdp enable/disable global
` [RFC PATCH 09/20] x86/intel_rdt: Track the actual number of closids separately
` [RFC PATCH 10/20] x86/intel_rdt: Let resctrl change the resources's num_closid
` [RFC PATCH 11/20] x86/intel_rdt: Pass in the code/data/both configuration value when parsing
` [RFC PATCH 12/20] x86/intel_rdt: Correct the closid when staging configuration changes
` [RFC PATCH 13/20] x86/intel_rdt: Allow different CODE/DATA configurations to be staged
` [RFC PATCH 14/20] x86/intel_rdt: Add a separate resource list for resctrl
` [RFC PATCH 15/20] x86/intel_rdt: Walk the resctrl schema list instead of the arch's resource list
` [RFC PATCH 16/20] x86/intel_rdt: Move the schemata names into struct resctrl_schema
` [RFC PATCH 17/20] x86/intel_rdt: Stop using Lx CODE/DATA resources
` [RFC PATCH 18/20] x86/intel_rdt: Remove the CODE/DATA illusionary caches
` [RFC PATCH 19/20] x86/intel_rdt: Kill off alloc_enabled
` [RFC PATCH 20/20] x86/intel_rdt: Merge cdp enable/disable calls

[PATCH V3] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
 2018-08-24 10:42 UTC 

[PATCH v1 0/1] Cold on & off support for Qualcomm BT chip wcn3990
 2018-08-24 10:41 UTC  (4+ messages)
` [PATCH v1 1/1] Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990

[PATCH v8 00/26] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
 2018-08-24 10:38 UTC  (10+ messages)
` [PATCH v8 07/26] PM / Domains: Add genpd governor for CPUs

[PATCH] tpm: factor out TPM 1.x duration calculation to tpm1-cmd.c
 2018-08-24 10:35 UTC 

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-08-24 10:28 UTC  (17+ messages)
` [PATCH v9 21/22] KVM: s390: CPU model support for AP virtualization

[PATCH V5 0/8] backlight: qcom-wled: Support for QCOM wled driver
 2018-08-24 10:27 UTC  (9+ messages)
` [PATCH V5 1/8] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
` [PATCH V5 2/8] backlight: qcom-wled: restructure the qcom-wled bindings
` [PATCH V5 3/8] backlight: qcom-wled: Add new properties for PMI8998
` [PATCH V5 4/8] backlight: qcom-wled: Rename PM8941* to WLED3
` [PATCH V5 5/8] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V5 6/8] backlight: qcom-wled: Add support for WLED4 peripheral
` [PATCH V5 7/8] backlight: qcom-wled: add support for short circuit handling
` [PATCH V5 8/8] backlight: qcom-wled: Add auto string detection logic

[PATCH] staging: greybus: Fix null pointer dereference
 2018-08-24 10:27 UTC  (4+ messages)

[PATCH v5 1/2] leds: core: Introduce LED pattern trigger
 2018-08-24 10:11 UTC  (3+ messages)

[PATCH] Input: elants_i2c - Fix sw reset delays
 2018-08-24  8:49 UTC  (5+ messages)

[PATCH 1/3] powerpc/32: Add ioremap_wt()
 2018-08-24 10:04 UTC  (3+ messages)
` [PATCH 2/3] drivers/video/fbdev: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH 3/3] drivers/block/z2ram: "

[PATCH] arm64: dts: rockchip: Add idle-states to device tree for rk3399
 2018-08-24 10:03 UTC  (2+ messages)

[PATCH] sched/fair: vruntime should normalize when switching from fair
 2018-08-24  9:47 UTC  (4+ messages)

[PATCH 1/2] iio: adc: sc27xx: Add raw data support
 2018-08-24  9:53 UTC  (2+ messages)
` [PATCH 2/2] iio: adc: sc27xx: Add ADC scale calibration

[PATCH] cpuidle: menu: Retain tick when shallow state is selected
 2018-08-24  9:44 UTC  (2+ messages)

[GIT PULL] Urgent ACPI Kconfig fix for v4.19-rc1
 2018-08-24  9:37 UTC 

[PATCH V2] Bluetooth: bt3c_cs: Fix obsolete function
 2018-08-24 10:44 UTC 

[PATCH v1] tools/vm/slabinfo.c: fix sign-compare warning
 2018-08-24  9:32 UTC 

namespace fixes for v4.19-rc1
 2018-08-24  9:31 UTC  (2+ messages)
` [GIT PULL] "

[PATCH v2 0/2] drm/atmel-hlcdc: revise selection of pixel-clock frequency divider
 2018-08-24  9:24 UTC  (3+ messages)
` [PATCH v2 1/2] drm/atmel-hlcdc: prefer a higher rate clock as pixel-clock base
` [PATCH v2 2/2] drm/atmel-hlcdc: allow selecting a higher pixel-clock than requested

[PATCH v1] tools/vm/page-types.c: fix "defined but not used" warning
 2018-08-24  9:24 UTC 

[PATCH 0/3] Add CAN support to rcar_can driver
 2018-08-24  9:22 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: can: rcar_can: Add r8a774a1 support

[PATCH V6 0/9] mmc: add support for sdhci 4.0
 2018-08-24  9:20 UTC  (10+ messages)
` [PATCH V6 1/9] mmc: sdhci: Add version V4 definition
` [PATCH V6 2/9] mmc: sdhci: Add sd host v4 mode
` [PATCH V6 3/9] mmc: sdhci: Change SDMA address register for "
` [PATCH V6 4/9] mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
` [PATCH V6 5/9] mmc: sdhci: Add 32-bit block count support for v4 mode
` [PATCH V6 6/9] mmc: sdhci: Add Auto CMD Auto Select support
` [PATCH V6 7/9] mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode
` [PATCH V6 8/9] mmc: sdhci-sprd: Add Spreadtrum's initial host controller
` [PATCH V6 9/9] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

[PATCH 1/4] mfd: sec-core: Add SPDX license identifiers
 2018-08-24  9:20 UTC  (8+ messages)
` [PATCH 2/4] mfd: maxim: "
` [PATCH 3/4] mfd: sec-core: Fix indentation of Kconfig description
` [PATCH 4/4] mfd: sec-core: Allow building as module

[PATCH v2 0/2] tree-wide: use SPDX identifier for Renesas drivers
 2018-08-24  9:18 UTC  (5+ messages)
` [PATCH v2 1/2] dmaengine: "
` [PATCH v2 2/2] can: rcar: "

[PATCH] Bluetooth: bt3c_cs: Fix obsolete function
 2018-08-24 10:23 UTC 

[PATCH v2 0/8] Tegra SDHCI support HS400 on Tegra210 and Tegra186
 2018-08-24  9:11 UTC  (2+ messages)

[PATCH 0/2] drm/atmel-hlcdc: revise selection of pixel-clock frequency divider
 2018-08-24  9:07 UTC  (5+ messages)
` [PATCH 1/2] drm/atmel-hlcdc: prefer a higher rate clock as pixel-clock base
` [PATCH 2/2] drm/atmel-hlcdc: allow selecting a higher pixel-clock that requested

[PATCH] Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"
 2018-08-24  9:04 UTC 

[PATCH v6 0/4] Venus updates - PIL
 2018-08-24  9:01 UTC  (12+ messages)
` [PATCH v6 1/4] venus: firmware: add routine to reset ARM9
` [PATCH v6 2/4] venus: firmware: move load firmware in a separate function
` [PATCH v6 3/4] venus: firmware: add no TZ boot and shutdown routine
` [PATCH v6 4/4] venus: firmware: register separate platform_device for firmware loader

[PATCH] perf: Force USER_DS when recording user stack data
 2018-08-24  8:56 UTC  (2+ messages)

[perf] perf_event.h ABI visibility question
 2018-08-24  8:50 UTC  (2+ messages)

[PATCH] mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported
 2018-08-24  8:46 UTC  (3+ messages)

[PATCH V10 2/2] scsi: ufs: Add configfs support for UFS provisioning
 2018-08-24  8:45 UTC  (2+ messages)

[PATCH] riscv: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig
 2018-08-24  8:33 UTC 

[PATCH] dt-bindings: can: rcar_can: Add r8a774a1 support
 2018-08-24  8:31 UTC  (5+ messages)

[PATCH RFC] drm: omapdrm: do not allow kmalloc to fail
 2018-08-24  8:27 UTC 

[PATCH 1/2] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
 2018-08-24  8:29 UTC  (3+ messages)

[PATCH v2 0/2] add the Amlogic Meson PCIe controller driver
 2018-08-24  8:22 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller
` [PATCH v2 2/2] PCI: meson: add the Amlogic Meson PCIe controller driver

[PATCH RESEND v1 0/5] Wakeup GPIO support for SDM845 SoC
 2018-08-24  8:22 UTC  (3+ messages)
` [PATCH RESEND v1 2/5] drivers: pinctrl: msm: enable PDC interrupt only during suspend

[PATCH] mt76: Fix comparisons with invalid hardware key index
 2018-08-24  8:20 UTC  (3+ messages)

[PATCH v1] KVM: s390: store DXC/VXC in fpc on DATA/Vector-processing exceptions
 2018-08-24  8:10 UTC  (5+ messages)

[RFC PATCH 0/2] minor mmu_gather patches
 2018-08-24  8:05 UTC  (3+ messages)

Fix 80d20d35af1e ("nohz: Fix local_timer_softirq_pending()") may have revealed another problem
 2018-08-24  8:01 UTC  (4+ messages)

[PATCH] perf annotate: fix parsing aarch64 branch instructions after objdump update
 2018-08-24  7:59 UTC  (2+ messages)

[PATCH v8 0/4] drm/atmel-hlcdc: bus-width override support
 2018-08-24  7:59 UTC  (11+ messages)
` [PATCH v8 3/4] drm/atmel-hlcdc: iterate over all output endpoints

[PATCH v6 0/5] Add i.MX8MQ clock driver
 2018-08-24  7:58 UTC  (7+ messages)
` [PATCH v6 3/5] clk: imx: add SCCG PLL type
` [PATCH v6 4/5] clk: imx: add imx composite clock
` [PATCH v6 5/5] clk: imx: add clock driver for i.MX8MQ CCM

[BUGFIX PATCH -tip] kprobes/x86: Fix to copy RIP relative instruction correctly
 2018-08-24  7:57 UTC  (3+ messages)

[PATCH 0/6] Document r8a774a1 USB bindings
 2018-08-24  7:56 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support
` [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: "
` [PATCH 3/6] dt-bindings: usb-xhci: "
` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
` [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
` [PATCH 6/6] usb: gadget: udc: renesas_usb3: "

[PATCH v2 1/3] mm: rework memcg kernel stack accounting
 2018-08-24  7:52 UTC  (4+ messages)

[PATCH] xen/gntdev: fix up blockable calls to mn_invl_range_start
 2018-08-24  7:49 UTC  (7+ messages)

[PATCH v1] mm: relax deferred struct page requirements
 2018-08-24  7:44 UTC  (7+ messages)

[GIT PULL] s390 patches for the 4.19 merge window #2
 2018-08-24  7:42 UTC 

KASAN: use-after-free Read in sctp_transport_get_next
 2018-08-24  7:40 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).