linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-21 01:39:38 to 2018-09-21 07:29:52 UTC [more...]

[PATCH v5 00/22] nvmem: rework of the subsystem for non-DT users
 2018-09-21  7:29 UTC  (11+ messages)
` [PATCH v5 02/22] nvmem: remove the name field from struct nvmem_device
` [PATCH v5 03/22] nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
` [PATCH v5 05/22] nvmem: check the return value of nvmem_add_cells()
` [PATCH v5 06/22] nvmem: use kref
` [PATCH v5 07/22] nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
` [PATCH v5 08/22] nvmem: sunxi_sid: use devm_nvmem_register()
` [PATCH v5 09/22] nvmem: lpc18xx_eeprom: "
` [PATCH v5 12/22] nvmem: remove the global cell list
` [PATCH v5 13/22] nvmem: add support for cell info
` [PATCH v5 15/22] nvmem: add support for cell lookups from machine code

block: DMA alignment of IO buffer allocated from slab
 2018-09-21  7:25 UTC  (4+ messages)

[PATCH 1/2] spi: spi-mem: Add the spi_set_xfer_bpw function
 2018-09-21  7:15 UTC  (4+ messages)
` [PATCH 2/2] spi: spi-fsl-dspi: Fix support for XSPI transport mode
` [PATCH] spi: spi-mem: Adjust op len based on message/transfer size limitations

[PATCH 0/2] Add API to retrieve the Bluetooth Device Address (BD_ADDR)
 2018-09-21  7:13 UTC  (9+ messages)
` [PATCH 1/2] device property: Add device_get_bd_address() and fwnode_get_bd_address()

[PATCH v8 01/20] kasan, mm: change hooks signatures
 2018-09-21  7:03 UTC  (3+ messages)

[PATCH v2] scsi: sd: don't crash the host on invalid commands
 2018-09-21  7:01 UTC 

[PATCH 0/5] Fix some bugs on RV32 build fail and issue
 2018-09-21  7:00 UTC  (9+ messages)
` [PATCH 1/5] RISC-V: Build tishift only on 64-bit
` [PATCH 2/5] RISC-V: Use swiotlb on RV64 only
` [PATCH 3/5] lib: Add umoddi3 and udivmoddi4 of GCC library routines
` [PATCH 5/5] RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap

[PATCH] linux-firmware: mediatek: add firmware for mt7668u Bluetooth
 2018-09-21  6:56 UTC 

[PATCHv2] media: qcom: remove duplicated include file
 2018-09-21  6:56 UTC  (2+ messages)

[PATCH v2] ALSA: xen-front: Refine indentations and constify snd_pcm_ops, Re: [PATCH v2] ALSA: xen-front: Refine indentations and constify snd_pcm_ops
 2018-09-21  6:51 UTC 

[PATCH] staging: wilc1000: Remove unnecessary pointer check
 2018-09-21  6:31 UTC  (4+ messages)

BUG: unable to handle kernel paging request in do_mount
 2018-09-21  6:44 UTC 

[PATCH] f2fs: fix to recover inode's uid/gid during POR
 2018-09-21  6:40 UTC  (4+ messages)

possible deadlock in __do_page_fault
 2018-09-21  6:37 UTC  (5+ messages)

[PATCH 0/2] Add support per ATA port ledtrigger on armada 38x
 2018-09-21  6:31 UTC  (6+ messages)
` [PATCH 1/2] libata: add ledtrig support

[PATCH v2 2/7] mfd: Add ST Multi-Function eXpander (STMFX) core driver
 2018-09-21  6:29 UTC  (2+ messages)

[PATCH 0/6] platform/x86: acerhdf: new BIOS string, better modparam handling
 2018-09-21  6:20 UTC  (8+ messages)
` [PATCH 1/6] platform/x86: acerhdf: clarify modinfo messages for BIOS override
` [PATCH 2/6] platform/x86: acerhdf: Enable ability to list supported systems
` [PATCH 3/6] platform/x86: acerhdf: Remove cut-and-paste trap from instructions
` [PATCH 4/6] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
` [PATCH 5/6] platform/x86: acerhdf: mark appropriate content with __init prefix
` [PATCH 6/6] platform/x86: acerhdf: restructure to allow large BIOS table be __initconst

[PATCH] scsi: sd: don't crash the host on invalid commands
 2018-09-21  6:29 UTC  (3+ messages)

[PATCH] Revert "ubifs: xattr: Don't operate on deleted inodes"
 2018-09-21  6:29 UTC  (5+ messages)

KASAN: slab-out-of-bounds Read in _decode_session6
 2018-09-21  6:21 UTC 

[PATCH] clocksource/drivers/fttmr010: fix set_next_event handler
 2018-09-21  6:22 UTC  (5+ messages)

[PATCH 00/12][v4] Backport several fixes from 64bits to 32bits hibernation
 2018-09-21  6:28 UTC  (13+ messages)
` [PATCH 01/12][v4] x86, hibernate: Fix nosave_regions setup for hibernation
` [PATCH 02/12][v4] PM / hibernate: Check the success of generating md5 digest before hibernation
` [PATCH 03/12][v4] x86-32/asm/power: Create stack frames in hibernate_asm_32.S
` [PATCH 04/12][v4] x86, hibernate: Extract the common code of 64/32 bit system
` [PATCH 05/12][v4] x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit system
` [PATCH 06/12][v4] x86, hibernate: Rename temp_level4_pgt to temp_pgt
` [PATCH 07/12][v4] x86-32, hibernate: Use temp_pgt as the temporary page table
` [PATCH 08/12][v4] x86-32, hibernate: Use the page size macro instead of constant value
` [PATCH 09/12][v4] x86-32, hibernate: Switch to original page table after resumed
` [PATCH 10/12][v4] x86-32, hibernate: Switch to relocated restore code during resume on 32bit system
` [PATCH 11/12][v4] x86-32, hibernate: Set up temporary text mapping for "
` [PATCH 12/12][v4] x86-32, hibernate: Adjust in_suspend after resumed on "

[PATCH v8 3/3] powerpc/sysfs: Add topology/smallcore_thread_siblings[_list]
 2018-09-21  6:20 UTC  (2+ messages)

[PATCH v3 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-21  6:18 UTC  (14+ messages)
` [PATCH v3 01/12] drm/mediatek: add refcount for DPI power on/off
` [PATCH v3 02/12] drm/mediatek: move hardware register to node data
` [PATCH v3 03/12] drm/mediatek: adjust EDGE to match clock and data
` [PATCH v3 04/12] drm/mediatek: add clock factor for different IC
` [PATCH v3 05/12] drm/mediatek: convert dpi driver to use drm_of_find_panel_or_bridge
` [PATCH v3 06/12] drm/mediatek: add dpi driver for mt2701 and mt7623
` [PATCH v3 07/12] drm/mediatek: separate hdmi phy to different file
` [PATCH v3 08/12] drm/mediatek: add support for SPDIF audio in HDMI
` [PATCH v3 09/12] drm/mediatek: add hdmi driver for MT2701 and MT7623
` [PATCH v3 10/12] drm/mediatek: implement connection from BLS to DPI0
` [PATCH v3 11/12] drm/mediatek: add a error return value when clock driver has been prepared
` [PATCH v3 12/12] drm/mediatek: config component output by device node port

[RFCv2 00/48] perf tools: Add threads to record command
 2018-09-21  6:13 UTC  (6+ messages)

[PATCH] bug fix for making cache device failed
 2018-09-21  6:14 UTC 

[PATCH 0/3] System call table generation support
 2018-09-21  6:09 UTC  (5+ messages)

linux-next: Tree for Sep 21
 2018-09-21  6:09 UTC 

[PATCH v4 00/17] remoteproc: add fixed memory region support
 2018-09-21  6:04 UTC  (2+ messages)

[RESEND PATCH v3 0/2] add the Amlogic Meson PCIe controller driver
 2018-09-21  6:03 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller
` [RESEND PATCH v3 2/2] PCI: meson: add the Amlogic Meson PCIe controller driver

[PATCH 0/4] Add clock support for Hi3670 SoC
 2018-09-21  6:01 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk
` [PATCH 2/4] arm64: dts: hisilicon: Add clock nodes for Hi3670 SoC
` [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6
` [PATCH 4/4] clk: hisilicon: Add clock driver for Hi3670 SoC

[PATCH] scsi: advansys: Remove unnecessary parentheses
 2018-09-21  5:57 UTC  (3+ messages)

[PATCH v2] vfio/pci: Mask buggy SR-IOV VF INTx support
 2018-09-21  5:53 UTC  (2+ messages)

Bug report: HiBMC crash
 2018-09-21  5:49 UTC  (2+ messages)

[PATCH v2 0/5] System call table generation support
 2018-09-21  5:48 UTC  (3+ messages)
` [PATCH v2 1/5] m68k: Rename system call table file name

[PATCH 2/2] drm/virtio: add iommu support
 2018-09-21  5:47 UTC  (12+ messages)
  ` [virtio-dev] "

[PATCH 1/2] cpufeature: avoid warning when compiling with clang
 2018-09-21  5:46 UTC  (2+ messages)

[PATCH 0/2] Miscellaneous SEV fixes
 2018-09-21  5:46 UTC  (7+ messages)
` [PATCH 1/2] Fix static checker warning

[PATCH v2 00/12] crypto: caam - add DPAA2 (DPSECI) driver
 2018-09-21  5:44 UTC  (2+ messages)

[PATCH] crypto: cavium/nitrox - use dma_pool_zalloc()
 2018-09-21  5:43 UTC  (2+ messages)

[PATCHv2] kernel: kexec_file: remove some duplicated include file
 2018-09-21  5:33 UTC  (5+ messages)

[PATCH 0/3] x86/mm/doc: Clean up mm.txt
 2018-09-21  5:29 UTC  (8+ messages)
` [PATCH 1/3] x86/KASLR: Update document about KERNEL_IMAGE_SIZE
` [PATCH 2/3] x86/mm/doc: Clean up the memory region layout descriptions
` [PATCH 3/3] x86/doc/kaslr.txt: Create a separate part of document abourt KASLR at the end of file
  ` [PATCH v2 "
    ` [PATCH v3 "

[PATCH] dma-debug: Check for drivers mapping vmalloc addresses
 2018-09-21  5:25 UTC  (2+ messages)

[PATCH] net: netronome: remove redundant continue
 2018-09-21  5:21 UTC  (3+ messages)

[PATCH V4 00/27] C-SKY(csky) Linux Kernel Port
 2018-09-21  5:18 UTC  (3+ messages)

[PATCH] KVM: x86: fix failure of injecting exceptions inx86_emulate_instruction
 2018-09-21  5:13 UTC 

[PATCH] iio: magnetometer: Add support for PNI RM3100 9-axis magnetometer
 2018-09-21  5:07 UTC  (4+ messages)

[PATCH] drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d,3d}
 2018-09-21  4:53 UTC  (2+ messages)

[PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-21  4:52 UTC  (12+ messages)
` [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library

[RESEND PATCH] error-injection: remove meaningless null pointer check before debugfs_remove_recursive
 2018-09-21  4:49 UTC  (2+ messages)

[PATCH v9 1/7] phy: Update PHY power control sequence
 2018-09-21  4:28 UTC  (7+ messages)
` [PATCH v9 2/7] phy: General struct and field cleanup
` [PATCH v9 3/7] phy: Add QMP phy based UFS phy support for sdm845
` [PATCH v9 4/7] scsi: ufs: Add core reset support
` [PATCH v9 5/7] scsi: ufs: Power on phy after it is initialized
` [PATCH v9 6/7] dt-bindings: phy-qcom-qmp: Add UFS phy compatible string for sdm845
` [PATCH v9 7/7] dt-bindings: ufshcd-pltfrm: Add core reset string

[PATCH v2 00/22] Unify MediaTek pinctrl in preparation for MT8183 and MT6765
 2018-09-21  4:22 UTC  (5+ messages)

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-21  4:15 UTC  (6+ messages)
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCH 1/4] pinctrl: mediatek: fix static checker warning caused by EINT_NA
 2018-09-21  4:07 UTC  (4+ messages)
` [PATCH 2/4] pinctrl: mediatek: add no eint function for pin define
` [PATCH 3/4] pinctrl: mediatek: add MT6765 pinctrl driver
` [PATCH 4/4] pinctrl: mediatek: add eint support to "

[PATCH net-next] net: apple: fix return type of ndo_start_xmit function
 2018-09-21  3:46 UTC 

[PATCH] ARM: dts: sun8i: sun8i-h3-nanopi-m1-plus: enable HDMI output
 2018-09-21  3:44 UTC  (2+ messages)

[PATCH] Driver core: add bus_find_device_by_of_node
 2018-09-21  3:44 UTC  (3+ messages)

[PATCH net-next] net: i825xx: fix return type of ndo_start_xmit function
 2018-09-21  3:44 UTC 

[PATCH] media: qcom: remove duplicated include file
 2018-09-21  3:36 UTC  (3+ messages)

[PATCH net-next] net: wiznet: fix return type of ndo_start_xmit function
 2018-09-21  3:35 UTC 

[PATCH v12 1/2] leds: core: Introduce LED pattern trigger
 2018-09-21  3:31 UTC  (2+ messages)

[PATCH v4] gpu/drm/exynos: Convert drm_atomic_helper_suspend/resume()
 2018-09-21  3:14 UTC  (4+ messages)

[PATCH net-next] net: sgi: fix return type of ndo_start_xmit function
 2018-09-21  3:05 UTC 

[PATCH net-next] net: cirrus: fix return type of ndo_start_xmit function
 2018-09-21  3:02 UTC 

[PATCH v8 0/3] powerpc: Detection and scheduler optimization for POWER9 bigcore
 2018-09-21  3:02 UTC  (3+ messages)
` [PATCH v8 1/3] powerpc: Detect the presence of big-cores via "ibm,thread-groups"

[PATCH v2 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-21  3:02 UTC  (4+ messages)
` [PATCH v2 13/13] drm/mediatek: config component output by device node port

[PATCH security-next v2 00/26] LSM: Explict LSM ordering
 2018-09-21  3:02 UTC  (9+ messages)
` [PATCH security-next v2 26/26] LSM: Add all exclusive LSMs to ordered initialization

[PATCH 6/7] mm/gup: Combine parameters into struct
 2018-09-21  2:58 UTC  (3+ messages)

[PATCH] lib/xz: Put CRC32_POLY_LE in xz_private.h
 2018-09-21  2:54 UTC 

[PATCH net-next] net: seeq: fix return type of ndo_start_xmit function
 2018-09-21  2:53 UTC 

[PATCH v5 0/8] usb: dwc3: Fix broken BULK stream support to dwc3 gadget driver
 2018-09-21  2:53 UTC  (2+ messages)

[PATCH net-next] net: freescale: fix return type of ndo_start_xmit function
 2018-09-21  2:50 UTC 

[PATCH] kernel: kexec_file: remove some duplicated include file
 2018-09-21  2:48 UTC  (5+ messages)

[PATCH v4 0/5] Address issues slowing persistent memory initialization
 2018-09-21  2:46 UTC  (7+ messages)
` [PATCH v4 5/5] nvdimm: Schedule device registration on node local to the device

[PATCH net-next] net: micrel: fix return type of ndo_start_xmit function
 2018-09-21  2:42 UTC 

[PATCH] lib/xz: Fix powerpc build with KERNEL_XZ
 2018-09-21  2:30 UTC  (3+ messages)

Code of Conduct: Let's revamp it
 2018-09-21  2:16 UTC  (7+ messages)

[RFC PATCH 0/3] blk-mq: rework queue freeze and preempt-only
 2018-09-21  2:24 UTC  (8+ messages)
` [PATCH 1/3] percpu_ref: add a new helper interface __percpu_ref_get_many

[PATCH v6 0/5] seccomp trap to userspace
 2018-09-21  2:18 UTC  (9+ messages)
` [PATCH v6 4/5] seccomp: add support for passing fds via USER_NOTIF

[PATCH v2 1/3] x86/mm/KASLR: Fix the wrong calculation of kalsr region initial size
 2018-09-21  2:10 UTC  (11+ messages)
` [PATCH v2 2/3] x86/mm/KASLR: Calculate the actual size of vmemmap region

[RFC] gpiolib: Fix gpio_direction_* for single direction GPIOs
 2018-09-21  2:05 UTC  (9+ messages)
` [PATCH] gpiolib: Show correct direction from the beginning

[PATCH -next] pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_state
 2018-09-21  1:59 UTC 

[PATCH RFC] scsi: ufs: Disable blk-mq for now
 2018-09-21  1:59 UTC  (2+ messages)

[PATCH] spi: pic32: Use proper enum in dmaengine_prep_slave_rg
 2018-09-21  1:58 UTC  (2+ messages)
` Applied "spi: pic32: Use proper enum in dmaengine_prep_slave_rg" to the spi tree

Applied "regulator: da905{2,5}: Remove unnecessary array check" to the regulator tree
 2018-09-21  1:58 UTC 

[PATCH] framewarn: expand KASAN_EXTRA exception to KASAN
 2018-09-21  1:50 UTC  (2+ messages)

[PATCH v2] HID: logitech: fix a used uninitialized GCC warning
 2018-09-21  1:46 UTC  (2+ messages)

[PATCH v1 0/3] arm: support get_user_pages_fast
 2018-09-21  1:43 UTC  (3+ messages)
` [PATCH v1 1/3] arm: mm: reordering memory type table

[PATCHv2] hwmon: scpi-hwmon: remove redundant continue
 2018-09-21  1:30 UTC 

[PATCH v3 1/3] power: supply: Add support for the Qualcomm Battery Monitoring System
 2018-09-20 22:13 UTC  (10+ messages)
` [PATCH v7 1/4] fixp-arith: add a linear interpolation function
  ` [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings


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