linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-26 09:14:24 to 2019-08-26 12:11:34 UTC [more...]

[PATCH v2,0/3] arm64: meson-g12b: Add support for the Ugoos AM6
 2019-08-26 12:11 UTC  (5+ messages)
` [PATCH v2,1/3] dt-bindings: Add vendor prefix for Ugoos
` [PATCH v2,2/3] dt-bindings: arm: amlogic: Add support for the Ugoos AM6

[PATCH] scsi: aic7xxx: Remove dead code
 2019-08-26 12:10 UTC  (3+ messages)

[RESEND PATCH v3 00/20] mtd: spi-nor: move manuf out of the core
 2019-08-26 12:09 UTC  (21+ messages)
` [RESEND PATCH v3 01/20] mtd: spi-nor: Regroup flash parameter and settings
` [RESEND PATCH v3 02/20] mtd: spi-nor: Use nor->params
` [RESEND PATCH v3 03/20] mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
` [RESEND PATCH v3 04/20] mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
` [RESEND PATCH v3 05/20] mtd: spi-nor: Add default_init() hook to tweak flash parameters
` [RESEND PATCH v3 06/20] mtd: spi-nor: Add a default_init() fixup hook for gd25q256
` [RESEND PATCH v3 07/20] mtd: spi_nor: Move manufacturer quad_enable() in ->default_init()
` [RESEND PATCH v3 08/20] mtd: spi-nor: Split spi_nor_init_params()
` [RESEND PATCH v3 09/20] mtd: spi-nor: Create a ->set_4byte() method
` [RESEND PATCH v3 10/20] mtd: spi-nor: Rework the SPI NOR lock/unlock logic
` [RESEND PATCH v3 11/20] mtd: spi-nor: Add post_sfdp() hook to tweak flash config
` [RESEND PATCH v3 12/20] mtd: spi-nor: Add spansion_post_sfdp_fixups()
` [RESEND PATCH v3 13/20] mtd: spi-nor: Add a ->convert_addr() method
` [RESEND PATCH v3 14/20] mtd: spi_nor: Add a ->setup() method
` [RESEND PATCH v3 15/20] mtd: spi-nor: Add s3an_post_sfdp_fixups()
` [RESEND PATCH v3 16/20] mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag
` [RESEND PATCH v3 17/20] mtd: spi-nor: Bring flash params init together
` [RESEND PATCH v3 18/20] mtd: spi_nor: Introduce spi_nor_set_addr_width()
` [RESEND PATCH v3 19/20] mtd: spi-nor: Introduce spi_nor_get_flash_info()
` [RESEND RFC PATCH v3 20/20] mtd: spi-nor: Rework the disabling of block write protection

[PATCH] [media] pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() returns error code
 2019-08-26 12:08 UTC  (2+ messages)

[PATCH v7 0/9] drm: cec: convert DRM drivers to the new notifier API
 2019-08-26 12:08 UTC  (3+ messages)
` [PATCH v7 2/9] drm/i915/intel_hdmi: use cec_notifier_conn_(un)register

[PATCH v1] scsi: ufs: Disable local LCC in .link_startup_notify() in Cadence UFS
 2019-08-26 12:07 UTC  (2+ messages)

[PATCH] powerpc/time: use feature fixup in __USE_RTC() instead of cpu feature
 2019-08-26 12:06 UTC  (4+ messages)

[PATCH] mm: release the spinlock on zap_pte_range
 2019-08-26 12:06 UTC  (11+ messages)
        ` [RFC PATCH] mm: drop mark_page_access from the unmap path

[RFC 1/9] dt-bindings: arm: samsung: Convert Samsung board/soc bindings to json-schema
 2019-08-26 12:06 UTC  (6+ messages)
` [RFC 5/9] dt-bindings: arm: samsung: Convert Exynos PMU "
` [RFC 7/9] dt-bindings: rtc: s3c: Convert S3C/Exynos RTC "

[PATCH v3 00/15] Improvements and fixes for mxsfb DRM driver
 2019-08-26 12:05 UTC  (2+ messages)

[PATCH v1 1/2] vsprintf: introduce %dE for error constants
 2019-08-26 12:05 UTC  (7+ messages)

[PATCH] watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
 2019-08-26 12:05 UTC  (3+ messages)

[PATCH v3 10/20] mtd: spi-nor: Rework the SPI NOR lock/unlock logic
 2019-08-26 12:02 UTC  (5+ messages)
` [PATCH v3 11/20] mtd: spi-nor: Add post_sfdp() hook to tweak flash config
` [PATCH v3 12/20] mtd: spi-nor: Add spansion_post_sfdp_fixups()
` [PATCH v3 13/20] mtd: spi-nor: Add a ->convert_addr() method
` [PATCH v3 14/20] mtd: spi_nor: Add a ->setup() method

[PATCH -next] ASoC: SOF: imx8: Fix return value check in imx8_probe()
 2019-08-26 12:01 UTC  (2+ messages)

[PATCH v2 00/20] Initial support for Marvell MMP3 SoC
 2019-08-26 11:59 UTC  (5+ messages)

[PATCH v3] i2c: axxia: support slave mode
 2019-08-26 11:59 UTC  (2+ messages)

[PATCH v3 00/20] mtd: spi-nor: move manuf out of the core
 2019-08-26 11:58 UTC  (10+ messages)
` [PATCH v3 01/20] mtd: spi-nor: Regroup flash parameter and settings
` [PATCH v3 02/20] mtd: spi-nor: Use nor->params
` [PATCH v3 03/20] mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
` [PATCH v3 04/20] mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
` [PATCH v3 05/20] mtd: spi-nor: Add default_init() hook to tweak flash parameters
` [PATCH v3 06/20] mtd: spi-nor: Add a default_init() fixup hook for gd25q256
` [PATCH v3 07/20] mtd: spi_nor: Move manufacturer quad_enable() in ->default_init()
` [PATCH v3 08/20] mtd: spi-nor: Split spi_nor_init_params()
` [PATCH v3 09/20] mtd: spi-nor: Create a ->set_4byte() method

[PATCH -next] crypto: hisilicon: select CRYPTO_LIB_DES while compiling SEC driver
 2019-08-26 11:59 UTC 

[PATCH] x86/Hyper-V: Fix build error with CONFIG_HYPERV_TSCPAGE=N
 2019-08-26 11:55 UTC  (5+ messages)

[PATCH] sched/fair: update_curr changed sum_exec_runtime to 1 when sum_exec_runtime is 0 beacuse some kernel code use sum_exec_runtime==0 to test task just be forked
 2019-08-26 11:46 UTC 

[PATCH v3 00/19][RFC] virtio-fs: Enable DAX support
 2019-08-26 11:53 UTC  (5+ messages)
` [PATCH 01/19] dax: remove block device dependencies
` [PATCH 02/19] dax: Pass dax_dev to dax_writeback_mapping_range()

linux-next: build warning after merge of the devfreq tree
 2019-08-26 11:50 UTC 

[RFC] mm: Proactive compaction
 2019-08-26 11:47 UTC  (4+ messages)

[PATCH v0 1/6] perf/x86/intel/pt: Clean up ToPA allocation path
 2019-08-26 11:45 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 0/5] Further sanitize INTEL_FAM6 naming
 2019-08-26 11:46 UTC  (8+ messages)
` [PATCH 4/5] x86/intel: Aggregate microserver naming
  ` [tip: x86/cpu] x86/cpu/intel: "

[tip: x86/cpu] x86/cpu/intel: Fix rename fallout
 2019-08-26 11:46 UTC 

[PATCH 1/5] x86/intel: Aggregate big core client naming
 2019-08-26 11:46 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu/intel: "

[PATCH 3/5] x86/intel: Aggregate big core graphics naming
 2019-08-26 11:46 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu/intel: "

[PATCH 5/5] x86/intel: Add common OPTDIFFs
 2019-08-26 11:46 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu/intel: "

[PATCH 2/5] x86/intel: Aggregate big core modile naming
 2019-08-26 11:46 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu/intel: Aggregate big core mobile naming

[PATCH] x86/apic: Update virtual irq base for DT/OF based system as well
 2019-08-26 11:46 UTC  (2+ messages)
` [tip: x86/urgent] x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines

[PATCH v0 3/6] perf/x86/intel/pt: Use pointer arithmetics instead in ToPA entry calculation
 2019-08-26 11:45 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v0 4/6] perf/x86/intel/pt: Split ToPA metadata and page layout
 2019-08-26 11:45 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v0 6/6] perf/x86/intel/pt: Get rid of reverse lookup table for ToPA
 2019-08-26 11:45 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v0 2/6] perf/x86/intel/pt: Use helpers to obtain ToPA entry size
 2019-08-26 11:45 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v0 5/6] perf/x86/intel/pt: Free up space in a ToPA descriptor
 2019-08-26 11:45 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH] KVM: selftests: Detect max PA width from cpuid
 2019-08-26 11:43 UTC  (8+ messages)

[PATCH V5 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant
 2019-08-26 11:39 UTC  (3+ messages)
` [PATCH V5 1/3] mmc: mmci: add hardware busy timeout feature

BoF on LPC 2019 : Linux Perf advancements for compute intensive and server systems
 2019-08-26 11:36 UTC 

[PATCH] riscv: add arch/riscv/Kbuild
 2019-08-26 11:35 UTC  (2+ messages)

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-26 11:33 UTC  (6+ messages)
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH v2 10/11] arm64: edit zone_dma_bits to fine tune dma-direct min mask

[PATCH] x86/mm: Do not split_large_page() for set_kernel_text_rw()
 2019-08-26 11:33 UTC  (5+ messages)

[PATCH] tpm: tpm_crb: Fix an improper buffer size calculation bug
 2019-08-26 11:32 UTC  (2+ messages)

[PATCH] media: em28xx: Fix exception handling in em28xx_alloc_urbs()
 2019-08-26 11:30 UTC 

[PATCH] sched/cpufreq: Align trace event behavior of fast switching
 2019-08-26 11:24 UTC  (5+ messages)

[PATCH v2 1/2] dt-bindings: reset: Add YAML schemas for the Intel Reset controller
 2019-08-26 11:23 UTC  (4+ messages)

[PATCH v11 0/6] Introduced new Cadence USBSS DRD Driver
 2019-08-26 11:19 UTC  (7+ messages)
` [PATCH v11 1/6] dt-bindings: add binding for USBSS-DRD controller
` [PATCH v11 2/6] usb:common Separated decoding functions from dwc3 driver
` [PATCH v11 3/6] usb:common Patch simplify usb_decode_set_clear_feature function
` [PATCH v11 4/6] usb:common Simplify usb_decode_get_set_descriptor function
` [PATCH v11 5/6] usb:cdns3 Add Cadence USB3 DRD Driver
` [PATCH v11 6/6] usb:cdns3 Fix for stuck packets in on-chip OUT buffer

[PATCH v2] nvme: allow 64-bit results in passthru commands
 2019-08-26 11:20 UTC  (3+ messages)

[PATCH] /dev/mem: Bail out upon SIGKILL when reading memory
 2019-08-26 11:19 UTC  (11+ messages)

linux-next: manual merge of the pinctrl tree with the gpio tree
 2019-08-26 11:16 UTC  (2+ messages)

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-08-26 11:16 UTC  (3+ messages)
` [PATCH v2 1/2] mm, sl[ou]b: improve memory accounting
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCH v3] powerpc/fadump: sysfs for fadump memory reservation
 2019-08-26 11:16 UTC  (5+ messages)

[PATCH] MAINTAINERS: change list for KVM/s390
 2019-08-26 11:15 UTC  (2+ messages)

poisoned pages do not play well in the buddy allocator
 2019-08-26 11:14 UTC  (2+ messages)

linux-next: build warning after merge of the staging tree
 2019-08-26 11:13 UTC  (6+ messages)

[PATCH] powerpc/prom: convert PROM_BUG() to standard trap
 2019-08-26 11:10 UTC 

[PATCH v6 08/57] MIPS: Remove dev_err() usage after platform_get_irq()
 2019-08-26 11:05 UTC  (2+ messages)

Linux-next-20190823: x86_64/i386: prot_hsymlinks.c:325: Failed to run cmd: useradd hsym
 2019-08-26 11:05 UTC  (3+ messages)

[PATCH v2 1/2] firmware: bcm47xx_nvram: Correct size_t printf format
 2019-08-26 11:04 UTC  (2+ messages)

WARNINGs in set_task_reclaim_state with memory cgroup and full memory usage
 2019-08-26 10:55 UTC  (3+ messages)

[LKP] [drm/mgag200] 90f479ae51: vm-scalability.median -18.8% regression
 2019-08-26 10:50 UTC  (4+ messages)

[PATCH v2 0/4] add dual-boot support
 2019-08-26 10:46 UTC  (5+ messages)
` [PATCH v2 1/4] vesnin: add wdt2 section with alt-boot option
` [PATCH v2 2/4] vesnin: add secondary SPI flash chip
` [PATCH v2 3/4] watchdog/aspeed: add support for dual boot
` [PATCH v2 4/4] dt-bindings/watchdog: Add access_cs0 option for alt-boot

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-26 10:41 UTC  (5+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease

[v2] rtc: pcf85363/pcf85263: fix error that failed to run hwclock -w
 2019-08-26 10:40 UTC  (11+ messages)
          ` [EXT] "

[PATCH v2 0/5] 0/6] arm64: meson-sm1: add support for DVFS
 2019-08-26 10:38 UTC  (2+ messages)

[1/3] rtc/fsl: support flextimer for lx2160a
 2019-08-26 10:37 UTC  (5+ messages)
  ` [EXT] "

[PATCH v2 0/5] Support running driver's probe for a device powered off
 2019-08-26 10:32 UTC  (6+ messages)
` [PATCH v2 1/5] ACPI: Enable driver and firmware hints to control power at probe time

[PATCH v6 1/7] nfc: pn533: i2c: "pn532" as dt compatible string
 2019-08-26 10:31 UTC  (5+ messages)
` [PATCH v6 5/7] nfc: pn533: add UART phy driver

[PATCH] PCI: Add missing link delays required by the PCIe spec
 2019-08-26 10:17 UTC  (3+ messages)

[PATCH v3 00/14] drm: rcar-du: Add Color Management Module (CMM)
 2019-08-26 10:15 UTC  (5+ messages)
` [PATCH v3 01/14] dt-bindings: display: renesas,cmm: Add R-Car CMM documentation

[PATCH v2 0/2] x86/apic: reset LDR in clear_local_APIC
 2019-08-26 10:15 UTC  (3+ messages)
` [PATCH v2 1/2] x86/apic: Do not initialize LDR and DFR for bigsmp
` [PATCH v2 2/2] x86/apic: include the LDR when clearing out apic registers

[PATCH] udf: augment owner permissions on new inodes
 2019-08-26 10:14 UTC  (2+ messages)

[PATCH 0/3] arm64: ftrace with regs
 2019-08-26 10:14 UTC  (4+ messages)
` [PATCH 1/3] ftrace: introdue ftrace_call_init

Verify your account linux-kernel@archiver.kernel.org
 2019-08-26 10:12 UTC 

[PATCH v2 0/8] sched/fair: rework the CFS load balance
 2019-08-26 10:11 UTC  (8+ messages)
` [PATCH v2 4/8] sched/fair: rework load_balance

[PATCH v2 1/6] mm/memory_hotplug: Exit early in __remove_pages() on BUGs
 2019-08-26 10:10 UTC  (5+ messages)
` [PATCH v2 2/6] mm: Exit early in set_zone_contiguous() if already contiguous
` [PATCH v2 3/6] mm/memory_hotplug: Process all zones when removing memory
` [PATCH v2 4/6] mm/memory_hotplug: Cleanup __remove_pages()
` [PATCH v2 5/6] mm: Introduce for_each_zone_nid()

[PATCH] x86/mce: show the status of cmci_disabled to user
 2019-08-26 10:04 UTC  (2+ messages)

[PATCH 0/2] hwmon: a new driver for Synaptics AS370 PVT sensor
 2019-08-26 10:02 UTC  (3+ messages)
` [PATCH 1/2] hwmon: Add Synaptics AS370 PVT sensor driver
` [PATCH 2/2] hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT

[PATCH] bus: imx-weim: remove __init from 2 functions
 2019-08-26  9:58 UTC 

[PATCH] PCI: hotplug: Remove surplus return from a void function
 2019-08-26  9:51 UTC 

[PATCH v8 0/4] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-08-26  9:49 UTC  (3+ messages)
` [PATCH v8 1/4] mtd: spi-nor: add support for is25wp256

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-26  9:49 UTC  (4+ messages)
` [PATCH v2 08/10] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

[PATCH] net: Adding parameter detection in __ethtool_get_link_ksettings
 2019-08-26  9:47 UTC  (2+ messages)

linux-next: Fixes tags need some work in the arm-soc tree
 2019-08-26  9:44 UTC  (4+ messages)

[PATCH net v2 0/2] r8152: fix side effect
 2019-08-26  9:43 UTC  (4+ messages)
` [PATCH net v2 1/2] Revert "r8152: napi hangup fix after disconnect"

[PATCH V2 1/4] clk: imx: pll14xx: avoid glitch when set rate
 2019-08-26  9:42 UTC  (4+ messages)
` [PATCH V2 2/4] clk: imx: clk-pll14xx: unbypass PLL by default
` [PATCH V2 3/4] clk: imx: imx8mm: fix pll mux bit
` [PATCH V2 4/4] clk: imx: imx8mn: "

[PATCH v2] sched/fair: don't assign runtime for throttled cfs_rq
 2019-08-26  9:25 UTC  (2+ messages)

gnome-shell stuck because of amdgpu driver [5.3 RC5]
 2019-08-26  9:24 UTC 

[PATCH] Add support for Macronix NAND randomizer
 2019-08-26  9:24 UTC  (5+ messages)

[PATCH] cpufreq: Print driver name if cpufreq_suspend() fails
 2019-08-26  9:22 UTC  (4+ messages)

[PATCH v4 0/2] PM / wakeup: Fix wakeup class wrecakge in -next
 2019-08-26  9:21 UTC  (2+ messages)

[PATCH v3 0/8] thunderbolt: Intel Ice Lake support
 2019-08-26  9:20 UTC  (2+ messages)

[PATCH] cpufreq: remove redundant assignment to ret
 2019-08-26  9:20 UTC  (3+ messages)

swiotlb-xen cleanups
 2019-08-26  9:20 UTC  (4+ messages)
` [PATCH 01/11] xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
  ` [Xen-devel] "

[PATCH v4 3/8] PM/sleep: Replace strncmp with str_has_prefix
 2019-08-26  9:19 UTC  (2+ messages)

[PATCH V4 2/2] cpufreq: intel_pstate: Implement QoS supported freq constraints
 2019-08-26  9:18 UTC  (3+ messages)
` [PATCH V5 "

[PATCH 1/2] kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
 2019-08-26  9:17 UTC  (2+ messages)

[PATCH v8 0/3] PM / wakeup: Show wakeup sources stats in sysfs
 2019-08-26  9:15 UTC  (2+ messages)

[Patch v3] drivers: mtd: spi-nor: Add flash property for mt25qu512a and mt35xu02g
 2019-08-26  9:15 UTC  (2+ messages)

[PATCH] PM/sleep: Expose suspend stats in sysfs
 2019-08-26  9:14 UTC  (3+ messages)
` [PATCH v2] "

Build regressions/improvements in v5.3-rc6
 2019-08-26  9:14 UTC 

[PATCH v2] udf: reduce leakage of blocks related to named streams
 2019-08-26  9:14 UTC  (4+ 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).