linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-14 02:09:41 to 2018-11-14 09:07:49 UTC [more...]

[PATCH 0/5] Add new features for SC27XX fuel gauge driver
 2018-11-14  9:07 UTC  (2+ messages)
` [PATCH 1/5] dt-bindings: power: supply: Add nvmem properties to calibrate FGU

KMSAN: uninit-value in rcu_accelerate_cbs / KMSAN: uninit-value in rcu_process_callbacks
 2018-11-14  9:03 UTC 

[PATCH v5 0/9] Port the FSL QSPI driver to the SPI framework
 2018-11-14  9:03 UTC  (5+ messages)
` [PATCH v5 3/9] spi: Add a driver for the Freescale/NXP QuadSPI controller

Memory hotplug softlock issue
 2018-11-14  9:01 UTC  (5+ messages)

[PATCH v4 0/4] Add support of STM32 hwspinlock
 2018-11-14  9:00 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: hwlock: Document STM32 hwspinlock bindings
` [PATCH v4 2/4] hwspinlock: add STM32 hwspinlock device
` [PATCH v4 3/4] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC
` [PATCH v4 4/4] ARM: dts: stm32: enable hwspinlock on stm32mp157c-ed1

[PATCH v3 0/2] Add device driver for APU2/APU3 GPIOs
 2018-11-14  9:00 UTC  (5+ messages)
` [PATCH v3 1/2] gpio: Add driver for PC Engines "
` [PATCH v3 2/2] kernel: Add reset button platform device for APU2/APU3

[PATCH] reset: Add reset_control_get_count()
 2018-11-14  8:58 UTC  (3+ messages)

[PATCH RFC v1 00/11] hwpoison improvement part 1
 2018-11-14  8:53 UTC  (9+ messages)
` [RFC][PATCH v1 02/11] mm: soft-offline: add missing error check of set_hwpoison_free_buddy_page()
` [RFC][PATCH v1 11/11] mm: hwpoison: introduce clear_hwpoison_free_buddy_page()

[PATCH v2] drm/rockchip: update cursors asynchronously through atomic
 2018-11-14  8:49 UTC  (2+ messages)

[PATCH V7 0/4] blk-mq: refactor and fix on issue request directly
 2018-11-14  8:45 UTC  (5+ messages)
` [PATCH V7 1/4] blk-mq: refactor the code of "
` [PATCH V7 2/4] blk-mq: fix issue directly case when q is stopped or quiesced
` [PATCH V7 3/4] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V7 4/4] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH v1 1/5] drivercore: Revert "deferral race condition fix"
 2018-11-14  8:45 UTC  (8+ messages)
  ` [PATCH v1 2/5] extcon: Return -EPROBE_DEFER when extcon device is not found

[PATCH v12 0/2] Initial Allwinner V3s CSI Support
 2018-11-14  8:40 UTC  (3+ messages)

[RFC/RFT 0/2] RISC-V: kprobes/kretprobe support
 2018-11-14  8:37 UTC  (3+ messages)
` [RFC/RFT 2/2] "

[PATCH 0/2] media: intel-ipu3: allow the media graph to be used even if a subdev fails
 2018-11-14  8:28 UTC  (5+ messages)

[PATCH] mailbox: tegra-hsp: use devm_kstrdup_const()
 2018-11-14  8:27 UTC  (3+ messages)

use generic DMA mapping code in powerpc V4
 2018-11-14  8:23 UTC  (35+ messages)
` [PATCH 01/34] powerpc: use mm zones more sensibly
` [PATCH 02/34] powerpc: allow NOT_COHERENT_CACHE for amigaone
` [PATCH 03/34] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 04/34] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 05/34] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 06/34] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page,sg} routines
` [PATCH 08/34] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
` [PATCH 09/34] powerpc/dma: handle iommu bypass in dma_iommu_ops
` [PATCH 10/34] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 11/34] powerpc/pseries: use the generic iommu bypass code
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure
` [PATCH 13/34] powerpc/cell: use the generic iommu bypass code
` [PATCH 14/34] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 15/34] powerpc/dart: use the generic iommu bypass code
` [PATCH 16/34] powerpc/powernv: remove pnv_pci_ioda_pe_single_vendor
` [PATCH 17/34] powerpc/powernv: remove pnv_npu_dma_set_mask
` [PATCH 18/34] powerpc/powernv: use the generic iommu bypass code
` [PATCH 19/34] cxl: drop the dma_set_mask callback from vphb
` [PATCH 20/34] powerpc/dma: stop overriding dma_get_required_mask
` [PATCH 21/34] powerpc/pci: remove the dma_set_mask pci_controller ops methods
` [PATCH 22/34] powerpc/dma: remove the iommu fallback for coherent allocations
` [PATCH 23/34] powerpc/dma: remove get_pci_dma_ops
` [PATCH 24/34] powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c
` [PATCH 25/34] powerpc/dma: remove max_direct_dma_addr
` [PATCH 26/34] powerpc/dma: fix an off-by-one in dma_capable
` [PATCH 27/34] powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
` [PATCH 28/34] dma-mapping, powerpc: simplify the arch dma_set_mask override
` [PATCH 29/34] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 30/34] powerpc/dma: remove dma_nommu_mmap_coherent
` [PATCH 31/34] powerpc/dma: use generic direct and swiotlb ops
` [PATCH 32/34] powerpc/dma: remove get_dma_offset
` [PATCH 33/34] powerpc/dma: remove set_dma_offset
` [PATCH 34/34] powerpc/dma: trim the fat from <asm/dma-mapping.h>

[PATCH v0 2/2] Documentation: ARM: sunxi: Add Allwinner SoC T3
 2018-11-14  8:22 UTC 

[PATCH v0 1/2] ARM: dts: sun8i: Add board dts file for t3-cqa3t-bv3
 2018-11-14  8:22 UTC 

[PATCH v0 0/2] Initial Allwinner T3 support
 2018-11-14  8:20 UTC 

[PATCH] Uprobes: Fix kernel oops with delayed_uprobe_remove()
 2018-11-14  8:19 UTC 

[PATCH] nfs: fix comment to nfs_generic_pg_test which does the opposite
 2018-11-14  8:12 UTC 

[RFC PATCH 00/13] m68k: Drop arch_gettimeoffset and adopt clocksource API
 2018-11-14  7:58 UTC  (21+ messages)
` [RFC PATCH 06/13] m68k: Drop ARCH_USES_GETTIMEOFFSET
` [RFC PATCH 01/13] arm: Fix mutual exclusion in arch_gettimeoffset

[PATCH 0/8] pstore improvements (pstore-next)
 2018-11-14  7:56 UTC  (4+ messages)
` [PATCH 2/8] pstore: Do not use crash buffer for decompression

[PATCH 1/1] Bluetooth: make the balance of judgement condition to fix a false report
 2018-11-14  7:54 UTC  (2+ messages)

[PATCH RFC] bluetooth: add uart h4 devices via serdev/devicetree
 2018-11-14  7:51 UTC  (8+ messages)
    ` [Letux-kernel] "

multipath-tools: add ANA support for NVMe device
 2018-11-14  7:49 UTC  (3+ messages)

Bug fixes for Qualcomm BT chip wcn3990
 2018-11-14  7:48 UTC  (16+ messages)
` [PATCH v1 1/4] Bluetooth: hci_qca: use wait_until_sent() for power pulses
` [PATCH v1 2/4] Bluetooth: hci_qca: Pull RTS line high for baudrate change command
` [PATCH v1 3/4] Bluetooth: hci_qca: clear HCI_QUIRK_RESET_ON_CLOSE flag

[PATCH] net: phy: mdio-gpio: fix access that may sleep
 2018-11-14  7:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] l1tf: drop the swap storage limit restriction when l1tf=off
 2018-11-14  7:32 UTC  (3+ messages)

[PATCH 0/2 v6] add reserved e820 ranges to the kdump kernel e820 table
 2018-11-14  7:29 UTC  (3+ messages)
` [PATCH 1/2 v6] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name
` [PATCH 2/2 v6] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table

[PATCH 0/2] x86: Asm macros fixes
 2018-11-14  7:29 UTC  (6+ messages)
` [PATCH 1/2] Makefile: Fix distcc compilation with x86 macros

[PATCH v3] thermal: qoriq: add multiple sensors support
 2018-11-14  7:28 UTC  (2+ messages)

[PATCH v2] UAPI: move RENAME_* definitions to separated file
 2018-11-14  7:26 UTC  (2+ messages)

[PATCH] HID: i2c-hid: Disable runtime PM for LG touchscreen
 2018-11-14  7:24 UTC 

KASAN: null-ptr-deref Read in refcount_sub_and_test_checked (2)
 2018-11-14  7:18 UTC 

kernel BUG at mm/slab.c:LINE! (3)
 2018-11-14  7:18 UTC 

[PATCH RFC v2 0/3] cleanups for pstore and ramoops
 2018-11-14  7:14 UTC  (2+ messages)

[RFC PATCH] mm, memory_hotplug: do not clear numa_node association after hot_remove
 2018-11-14  7:14 UTC  (2+ messages)

Applied "ASoC: pcm3060: Add DT property for single-ended output" to the asoc tree
 2018-11-14  7:15 UTC  (2+ messages)

UBSAN: Undefined behaviour in mm/page_alloc.c
 2018-11-14  7:10 UTC  (5+ messages)

[PATCH] zram: close udev startup race condition as default groups
 2018-11-14  7:09 UTC  (2+ messages)

[PATCH v3 0/4] sparc: system call table generation support
 2018-11-14  7:04 UTC  (7+ messages)
` [PATCH v3 1/4] sparc: move __IGNORE* entries to non uapi header
` [PATCH v3 2/4] sparc: add __NR_syscalls along with NR_syscalls
` [PATCH v3 3/4] sparc: add system call table generation support
` [PATCH v3 4/4] sparc: generate uapi header and system call table files

[PATCH v4 00/26] drm/sun4i: Allwinner A64 MIPI-DSI support
 2018-11-14  6:58 UTC  (5+ messages)
` [PATCH v4 25/26] [DO NOT MERGE] arm64: dts: allwinner: bananapi-m64: Bananapi S070WV20-CT16 DSI panel

[PATCH v6 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-11-14  6:42 UTC  (3+ messages)

[PATCH v7 0/5] parisc: system call table generation support
 2018-11-14  6:35 UTC  (6+ messages)
` [PATCH v7 1/5] parisc: move __IGNORE* entries to non uapi header
` [PATCH v7 2/5] parisc: add __NR_syscalls along with __NR_Linux_syscalls
` [PATCH v7 3/5] parisc: add system call table generation support
` [PATCH v7 4/5] parisc: generate uapi header and system call table files
` [PATCH v7 5/5] parisc: syscalls: ignore nfsservctl for other architectures

[RFC/RFT][PATCH v3] cpuidle: New timer events oriented governor for tickless systems
 2018-11-14  6:26 UTC  (2+ messages)

[PATCH v1 00/11] Mediatek MT8183 clock and scpsys support
 2018-11-14  6:25 UTC  (3+ messages)
` [PATCH v1 08/11] clk: mediatek: Add MT8183 clock support

[GIT PULL] PCI fixes for v4.20
 2018-11-14  6:20 UTC 

[PATCH v11 0/5] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2018-11-14  6:12 UTC  (9+ messages)
` [PATCH v11 3/5] x86/boot: Add get_acpi_rsdp() to parse RSDP in cmdlien from kexec

[PATCH -next] i3c: master: Remove set but not used variable 'old_i3c_scl_lim'
 2018-11-14  6:10 UTC 

[PATCH v2] PCI/MSI: Don't touch MSI bits when the PCI device is disconnected
 2018-11-14  5:59 UTC  (11+ messages)

[PATCH 4/6] autofs - use struct for mount params
 2018-11-14  5:56 UTC  (3+ messages)

[PATCH] HID: multitouch: Add pointstick support for Cirque Touchpad
 2018-11-14  5:35 UTC 

[PATCH v2 1/2] platform/chrome: straighten out cros_ec_get_{next,host}_event() error codes
 2018-11-14  5:34 UTC  (4+ messages)
` [PATCH v2 2/2] platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup

linux-next: Tree for Nov 14
 2018-11-14  5:26 UTC 

[PATCH] ideapad-laptop: Add Lenovo Yoga 2 13 to the no_hw_rfkill DMI list
 2018-11-14  5:16 UTC 

[PATCH v4 00/10] Allwinner H6 USB support
 2018-11-14  5:15 UTC  (8+ messages)
` [PATCH v4 07/10] dt-bindings: phy: add binding for Allwinner USB3 PHY
` [PATCH v4 08/10] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC

[PATCH v3] mm: Create the new vm_fault_t type
 2018-11-14  5:13 UTC  (2+ messages)

[PATCH 00/15] ARM: sunxi: Enable Broadcom-based Bluetooth controllers
 2018-11-14  5:06 UTC  (6+ messages)
` [PATCH 01/15] dt-bindings: net: broadcom-bluetooth: Fix external clock names
` [PATCH 14/15] ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards

[PATCH v5 0/5] ia64: system call table generation support
 2018-11-14  4:57 UTC  (3+ messages)

linux-next: build warnings from Linus' tree
 2018-11-14  4:54 UTC  (2+ messages)

[PATCH] nvme: utilize two queue maps, one for reads and one for writes
 2018-11-14  4:52 UTC  (3+ messages)

[PATCH v2] fork: Fix some -Wmissing-prototypes warnings
 2018-11-14  4:34 UTC 

[PATCH v3 0/3] sh: system call table generation support
 2018-11-14  4:32 UTC  (4+ messages)
` [PATCH v3 1/3] sh: add __NR_syscalls along with NR_syscalls
` [PATCH v3 2/3] sh: add system call table generation support
` [PATCH v3 3/3] sh: generate uapi header and syscall table header files

[PATCH v3 1/2] dt-bindings: gpu: mali-utgard: Add compatible for A64 Mali
 2018-11-14  4:28 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: allwinner: a64: Add device node for Mali-400 GPU

[PATCH] media: venus: fix reported size of 0-length buffers
 2018-11-14  4:12 UTC  (2+ messages)

[PATCH v4] cpufreq: ti-cpufreq: Only register platform_device when supported
 2018-11-14  4:02 UTC  (2+ messages)

[PATCH] media: venus: amend buffer size for bitstream plane
 2018-11-14  3:51 UTC  (8+ messages)

[PATCH] hwmon: (ina2xx) Fix current value calculation
 2018-11-14  3:48 UTC 

[PATCH V6 0/5] blk-mq: refactor and fix on issue request directly
 2018-11-14  3:38 UTC  (6+ messages)
` [PATCH V6 3/5] blk-mq: ensure hctx to be ran on mapped cpu when issue directly

[PATCH 0/5] media: Allwinner A10 CSI support
 2018-11-14  3:24 UTC  (2+ messages)

[PATCH] ARM: dts: i.MX25: add the clocks for the EPIT blocks
 2018-11-14  3:04 UTC  (2+ messages)

[RFCv3 PATCH 0/6] A General Accelerator Framework, WarpDrive
 2018-11-14  2:58 UTC  (4+ messages)
` [RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce

Unable to handle kernel paging request for data at address 0xc000000001da0000
 2018-11-14  2:58 UTC 

[PATCH V9 00/19] block: support multi-page bvec
 2018-11-14  2:57 UTC  (3+ messages)

BUG: KASAN: slab-out-of-bounds in try_to_unmap_one+0x1c4/0x1af0
 2018-11-14  2:49 UTC 

scsi_set_medium_removal timeout issue
 2018-11-14  2:46 UTC  (3+ messages)

[PATCH 00/25] sched/nohz: Make kcpustat vtime aware (Fix kcpustat on nohz_full)
 2018-11-14  2:46 UTC  (26+ messages)
` [PATCH 01/25] sched/vtime: Fix guest/system mis-accounting on task switch
` [PATCH 02/25] sched/vtime: Protect idle accounting under vtime seqcount
` [PATCH 03/25] vtime: Rename vtime_account_system() to vtime_account_kernel()
` [PATCH 04/25] vtime: Spare a seqcount lock/unlock cycle on context switch
` [PATCH 05/25] sched/vtime: Record CPU under seqcount for kcpustat needs
` [PATCH 06/25] sched/cputime: Add vtime idle task state
` [PATCH 07/25] sched/cputime: Add vtime guest "
` [PATCH 08/25] vtime: Exit vtime before exit_notify()
` [PATCH 09/25] kcpustat: Track running task following vtime sequences
` [PATCH 10/25] context_tracking: Remove context_tracking_active()
` [PATCH 11/25] context_tracking: s/context_tracking_is_enabled/context_tracking_enabled()
` [PATCH 12/25] context_tracking: Rename context_tracking_is_cpu_enabled() to context_tracking_enabled_this_cpu()
` [PATCH 13/25] context_tracking: Introduce context_tracking_enabled_cpu()
` [PATCH 14/25] sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu()
` [PATCH 15/25] sched/vtime: Introduce vtime_accounting_enabled_cpu()
` [PATCH 16/25] sched/cputime: Allow to pass cputime index on user/guest accounting
` [PATCH 17/25] sched/cputime: Standardize the kcpustat index based accounting functions
` [PATCH 18/25] vtime: Track nice-ness on top of context switch
` [PATCH 19/25] sched/vite: Handle nice updates under vtime
` [PATCH 20/25] sched/kcpustat: Introduce vtime-aware kcpustat accessor
` [PATCH 21/25] procfs: Use vtime aware "
` [PATCH 22/25] cpufreq: "
` [PATCH 23/25] leds: Use vtime aware kcpustat accessors
` [PATCH 24/25] rackmeter: "
` [PATCH 25/25] sched/vtime: Clarify vtime_task_switch() argument layout

WARNING: possible circular locking dependency detected
 2018-11-14  2:41 UTC 

kmemleak: Early log buffer exceeded (525980) during boot
 2018-11-14  2:31 UTC  (5+ messages)

[PATCH] openrisc: make function cache_loop() inline
 2018-11-14  2:19 UTC  (3+ messages)

linux-next: build warning after merge of the spi tree
 2018-11-14  2:18 UTC 

[PATCH cgroup/for-4.21 1/2] cpuset: Minor cgroup2 interface updates
 2018-11-14  2:09 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).