All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-24 00:10:51 to 2018-08-24 03:05:32 UTC [more...]

[PATCH 0/3] i.MX8 malloc pool position and 32-bit only DMA
 2018-08-24  3:05 UTC  (2+ messages)
` [PATCH 1/3] mci: imx-esdhc: Bail out if DMA address is larger than 32-bits

[PATCH] drivers: qcom: rpmh: use struct_size() in kzalloc()
 2018-08-24  3:05 UTC  (2+ messages)

[PATCH kernel RFC 0/3] powerpc/pseries/iommu: GPU coherent memory pass through
 2018-08-24  3:04 UTC  (4+ messages)

[PATCH/RFC] commit: new option to abort -a something is already staged
 2018-08-24  3:02 UTC  (9+ messages)

[ANNOUNCE] Git v2.19.0-rc0
 2018-08-24  2:59 UTC  (13+ messages)

[PATCH] ath10k: use struct_size() in kzalloc()
 2018-08-24  2:59 UTC  (2+ messages)

[PATCH] drm/i915/dsc: Fix PPS register definition macros for 2nd VDSC engine
 2018-08-24  2:59 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[RFC PATCH 00/11] Secure Virtual Machine Enablement
 2018-08-24  2:59 UTC  (12+ messages)
` [RFC PATCH 01/11] powerpc/svm: Detect Secure Virtual Machine (SVM) platform
` [RFC PATCH 02/11] powerpc/svm: Select CONFIG_DMA_DIRECT_OPS and CONFIG_SWIOTLB
` [RFC PATCH 03/11] powerpc/svm: Add memory conversion (shared/secure) helper functions
` [RFC PATCH 04/11] powerpc/svm: Convert SWIOTLB buffers to shared memory
` [RFC PATCH 05/11] powerpc/svm: Don't release SWIOTLB buffers on secure guests
` [RFC PATCH 06/11] powerpc/svm: Use SWIOTLB DMA API for all virtio devices
` [RFC PATCH 07/11] powerpc/svm: Use shared memory for Debug Trace Log (DTL)
` [RFC PATCH 08/11] powerpc: Add and use LPPACA_SIZE constant
` [RFC PATCH 09/11] powerpc/svm: Use shared memory for LPPACA structures
` [RFC PATCH 10/11] powerpc/svm: Force the use of bounce buffers
` [RFC PATCH 11/11] powerpc/svm: Increase SWIOTLB buffer size

[RFC PATCH 0/2] minor mmu_gather patches
 2018-08-23 23:27 UTC  (5+ messages)

[PATCH 0/5] include/linux/log2.h warning fix
 2018-08-24  2:58 UTC  (6+ messages)
` [PATCH 1/5] log2: make order_base_2() behave correctly on const input value zero
` [PATCH 2/5] give up on gcc ilog2() constant optimizations
` [PATCH 3/5] log2: Use fls_long() in __roundup_pow_of_two()
` [PATCH 4/5] linux/log2.h: fix kernel-doc notation
` [PATCH 5/5] scsi: ilog2: create truly constant version for sparse

[PATCH] mtd: rawnand: atmel: use struct_size() in devm_kzalloc()
 2018-08-24  2:57 UTC  (4+ messages)

[PATCH v2] avoid race condition between start_xmit and cm_rep_handler
 2018-08-23 23:25 UTC  (6+ messages)
      ` [non-nasa source] "

[PATCH] memory: atmel-ebi: Use struct_size() in devm_kzalloc()
 2018-08-24  2:56 UTC  (4+ messages)

Unable to build staging-4.9 on RHEL6
 2018-08-24  2:56 UTC 

[git pull] new mount API
 2018-08-23 23:24 UTC  (2+ messages)

[PATCH] drm/sun4i: tcon-top: Use struct_size() in devm_kzalloc()
 2018-08-24  2:56 UTC  (4+ messages)

[PATCH] staging: greybus: Fix null pointer dereference
 2018-08-24  4:07 UTC 

[PATCH] ARM: mmu64: Don't flush freshly invalidated region
 2018-08-24  2:54 UTC 

[PATCH v2 00/24] i.MX BBU improvements and bugfixes
 2018-08-24  2:52 UTC  (25+ messages)
` [PATCH v2 01/24] ARM: i.MX: bbu: Remove unused define
` [PATCH v2 02/24] filetype: Add arch/ to include path
` [PATCH v2 03/24] filetype: Add code to detect i.MX image v1
` [PATCH v2 04/24] filetype: Add code to detect i.MX image v2
` [PATCH v2 05/24] ARM: i.MX: bbu: Move inner-image type check
` [PATCH v2 06/24] ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NAND
` [PATCH v2 07/24] ARM: i.MX: bbu: Consolidate various update helpers
` [PATCH v2 08/24] ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()
` [PATCH v2 09/24] ARM: i.MX: bbu: Constify all 'devicefile' arguments
` [PATCH v2 10/24] ARM: i.MX: bbu: Detect which platforms need v2 i.MX header
` [PATCH v2 11/24] ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()
` [PATCH v2 12/24] ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()
` [PATCH v2 13/24] ARM: i.MX: bbu: Move protect code into a separate routine
` [PATCH v2 14/24] ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQ
` [PATCH v2 15/24] ARM: i.MX: bbu: Add support for SPI/I2C on VFxxx
` [PATCH v2 16/24] ARM: i.MX: zii-vf610-dev-rev-b/c: Add support for BBU on SPI-NOR
` [PATCH v2 17/24] ARM: i.MX: bbu: Add support for MMC on i.MX8MQ
` [PATCH v2 18/24] ARM: nxp-imx8mq-evk: Add eMMC BBU configuration
` [PATCH v2 19/24] libfile: Introduce pwrite_full()
` [PATCH v2 20/24] ARM: i.MX: bbu: Use pwrite_full() instead of pwrite()
` [PATCH v2 21/24] bbu: Remove logical negation in barebox_update_handler_exists()
` [PATCH v2 22/24] block: Do not ignore error in blk->ops->write()
` [PATCH v2 23/24] bbu: Report update failures explicitly
` [PATCH v2 24/24] bbu: command: Make sure specified update handler exists

[RFC 0/3] Adding BCM43430 NVRAM files
 2018-08-24  2:53 UTC  (5+ messages)
` [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

[PATCH 2/2] ASoC: rt5682: Change DAC/ADC volume scale
 2018-08-24  2:52 UTC 

[PATCH 1/2] ASoC: rt5682: Update calibration function
 2018-08-24  2:51 UTC 

[Patch net] tipc: fix a missing rhashtable_walk_exit()
 2018-08-23 23:19 UTC 

[PATCH v3] acpi/processor: Fix the return value of acpi_processor_ids_walk()
 2018-08-24  2:51 UTC  (2+ messages)

Questions about the hash function transition
 2018-08-24  2:51 UTC  (5+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2018-08-24  2:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] job: Fix nested aio_poll() hanging in job_txn_apply
 2018-08-24  2:43 UTC 

[PATCH bpf] xsk: fix return value of xdp_umem_assign_dev()
 2018-08-23 23:10 UTC  (3+ messages)

pull-request: bpf 2018-08-24
 2018-08-23 23:09 UTC 

[GIT PULL] apparmor updates for v4.19
 2018-08-24  2:34 UTC  (2+ messages)

[PATCH] libata: Add missing newline at end of file
 2018-08-24  2:34 UTC  (3+ messages)

[Fuego] Problem of adding a benchmark result table
 2018-08-24  2:34 UTC 

[PATCH] x86/speculation/l1tf: fix off-by-one error when warning that system has too much RAM
 2018-08-24  2:22 UTC  (3+ messages)

Backport request - 3a2b8525b883baa87fe89b3da58f5c09fa599b99 to staging-4.9
 2018-08-24  2:32 UTC 

+ mm-respect-arch_dup_mmap-return-value.patch added to -mm tree
 2018-08-23 22:57 UTC 

[xen-4.7-testing test] 126388: regressions - FAIL
 2018-08-24  2:28 UTC 

[Qemu-devel] [PATCH v3 0/2] hw/pci: PCI resource reserve capability
 2018-08-24  2:27 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/2] hw/pci: add PCI resource reserve capability to legacy PCI bridge

[PATCH] scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()
 2018-08-24  2:27 UTC  (2+ messages)

[PREVIEW] [PATCH V3] staging: erofs: replace BUG_ON with DBG_BUGON in data.c
 2018-08-24  2:23 UTC  (2+ messages)

+ mm-migration-fix-migration-of-huge-pmd-shared-pages.patch added to -mm tree
 2018-08-23 22:49 UTC 

tpm: Provide a TPM access library
 2018-08-23 22:49 UTC  (4+ messages)

openbmc repository restructuring
 2018-08-24  2:20 UTC 

[cip-dev] CIP-dev IRC weekly meeting log: week 34
 2018-08-24  2:20 UTC 

[PATCH] rtc: sun6i: Use struct_size() in kzalloc()
 2018-08-24  0:25 UTC  (13+ messages)
    ` [Cocci] [Fwd: Re: [PATCH] rtc: sun6i: Use struct_size() in kzalloc()]

[PATCH] lpfc: Correct MDS diag and nvmet configuration
 2018-08-24  2:13 UTC  (2+ messages)

[PATCHv2] iscsi target: Set conn->sess to NULL when iscsi_login_set_conn_values fails
 2018-08-24  2:11 UTC  (2+ messages)

Deadlock when using crypto API for block devices
 2018-08-24  2:10 UTC  (2+ messages)

[PATCH 1/2] cairo: merge cairo-fpu.inc into cairo.inc
 2018-08-24  2:09 UTC  (2+ messages)
` [PATCH 2/2] cairo: merge cairo.inc into cairo recipe

[U-Boot] [v2 patch] net: fman: Support both new and legacy FMan Compatibles
 2018-08-24  2:08 UTC  (3+ messages)

[PATCH] blk-wbt: get back the missed wakeup from __wbt_done
 2018-08-24  2:06 UTC  (3+ messages)

Backport e666d4e9ceec crypto: vmx - Use skcipher for ctr fallback
 2018-08-24  2:06 UTC  (2+ messages)

[PATCH] staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{, s}
 2018-08-24  2:02 UTC  (2+ messages)
` [PATCH] staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s}

Warnings from building at HEAD
 2018-08-24  2:02 UTC  (2+ messages)

[PATCH] m68k/mac: Use correct PMU response format
 2018-08-24  2:02 UTC 

[PATCH v4 0/3] udev-extraconf/mount.sh: add support to systemd
 2018-08-24  2:00 UTC  (3+ messages)
` [PATCH v4 1/3] "

[Intel-wired-lan] [PATCH v1 net-next] igb: Use an advanced ctx descriptor for launchtime
 2018-08-23 22:23 UTC  (2+ messages)

[LTP] [PATCH] fs/ftest/ftest06.c: Fix too small name string and related failure
 2018-08-24  1:59 UTC 

[PATCH] ARM: phytec-phycard-imx27: Add debug UART support
 2018-08-24  1:57 UTC  (2+ messages)

Problem with StopDiscovery() via dbus-send
 2018-08-24  1:58 UTC 

[PATCH] drm/i915: Free write_buf that we allocated with kzalloc
 2018-08-23 22:25 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v3 0/2] Add sdm845 interconnect provider driver
 2018-08-24  1:56 UTC  (3+ messages)
` [PATCH v3 1/2] interconnect: qcom: "
` [PATCH v3 2/2] arm64: dts: sdm845: Add interconnect provider DT nodes

[PATCH] drm/amdgpu: Adjust the VM size based on system memory size v2
 2018-08-24  1:53 UTC  (2+ messages)

[PATCH] scsi: documentation: add scsi_mod.use_blk_mq to scsi-parameters
 2018-08-24  1:51 UTC  (2+ messages)

[PATCH v3 0/6] mmc: tmio: refactor TMIO core a bit and add UniPhier SD/eMMC controller support
 2018-08-24  1:50 UTC  (5+ messages)
` [PATCH v3 4/6] mmc: uniphier-sd: add UniPhier SD/eMMC controller driver

[Intel-wired-lan] [next PATCH S95 01/12] i40e: Fix VF's link state notification
 2018-08-24  1:50 UTC  (3+ messages)
` [Intel-wired-lan] [next PATCH S95 06/12] i40e: fix condition of WARN_ONCE for stat strings

[LTP] [PATCH] fs/ftest/ftest06.c: Fix too small name string and related failure
 2018-08-24  1:46 UTC 

[PATCH] scsi: core: Update SCSI_MQ_DEFAULT help text to match default
 2018-08-24  1:44 UTC  (2+ messages)

Getting Started with meta-ti "rocko" and beaglebone black (BBB)
 2018-08-24  1:42 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver
 2018-08-24  1:41 UTC  (3+ messages)

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

[v2,2/2] dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver
 2018-08-24  1:41 UTC  (3+ messages)
` [PATCH v2 2/2] "

[v2,1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC
 2018-08-24  1:41 UTC  (3+ messages)
` [PATCH v2 1/2] "

[v2] ASoC: max98373: Added 10ms sleep after amp software reset
 2018-08-24  1:37 UTC 

[1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC
 2018-08-24  1:34 UTC  (2+ messages)
` [PATCH 1/2] "

[PATCH net 1/1] qlge: Fix netdev features configuration
 2018-08-23 21:59 UTC  (2+ messages)

[meta-perl][PATCH] libio-socket-ssl-perl: 2.058 -> 2.059
 2018-08-24  0:48 UTC 

[Qemu-devel] [PATCH] tests: vm: auto_install OpenBSD
 2018-08-24  1:21 UTC 

[PATCH v2] ubifs: remove unnecessary check in ubifs_log_start_commit
 2018-08-24  1:15 UTC 

[rocko][PATCH] module-base.bbclass: fix out-of-tree module builds with custom EXTRA_OEMAKE
 2018-08-24  1:15 UTC  (3+ messages)

=?gb18030?B?u9i4tKO6ILvYuLSjuiC72Li0o7ogu9i4tKO6IEtWTSBTdXBwb3J0Pw==?=
 2018-08-24  1:06 UTC  (3+ messages)
` 回复: 回复: 回复: 回复: KVM Support?
  `  "

broken behaviour of TC filter delete
 2018-08-23 21:39 UTC 

Device Delete Stalls - Conclusion
 2018-08-23 21:33 UTC 

KASAN: slab-out-of-bounds Write in process_preds
 2018-08-24  1:03 UTC  (5+ messages)

[PATCH] ASoC: max98373: Added 10ms delay after amp software reset
 2018-08-24  1:00 UTC  (6+ messages)

[PATCH 00/18] drm/i915: GTT remapping for display
 2018-08-24  1:01 UTC  (5+ messages)
` [PATCH 09/18] drm/i915: Nuke plane->can_scale/min_downscale
` [PATCH 10/18] drm/i915: Extract per-platform plane->check() functions

[linux-3.18 bisection] complete test-amd64-amd64-xl-shadow
 2018-08-24  0:58 UTC 

[PATCH] iio: light: isl29501: Simplify code to kill compiler warning
 2018-08-23 21:24 UTC 

[meta-networking][PATCH] autofs: specify fifodir and flagdir
 2018-08-24  0:52 UTC 

[virtio-dev] [PATCH v25 0/2] virtio-crypto: virtio crypto device specification
 2018-08-24  0:51 UTC  (8+ messages)
` [Qemu-devel] "
` [virtio-dev] [PATCH v25 1/2] virtio-crypto: Add "
  ` [Qemu-devel] "
` [virtio-dev] [PATCH v25 2/2] virtio-crypto: Add conformance clauses
  ` [Qemu-devel] "
` [virtio-dev] Re: [PATCH v25 0/2] virtio-crypto: virtio crypto device specification

[PATCH] tracing: Fix event filters and triggers to handle negative numbers
 2018-08-24  0:48 UTC  (2+ messages)

[merged] reiserfs-fix-broken-xattr-handling-heap-corruption-bad-retval.patch removed from -mm tree
 2018-08-23 21:14 UTC 

[PATCH 0/5] arm: dts: aspeed DTS updates for OpenPower
 2018-08-24  0:43 UTC  (4+ messages)
` [PATCH 3/5] arm: dts: OpenPower Palmetto system can use coprocessor for FSI

[merged] zram-fix-bug-storing-backing_dev.patch removed from -mm tree
 2018-08-23 21:10 UTC 

KASAN: null-ptr-deref Write in binder_update_page_range
 2018-08-24  0:36 UTC  (4+ messages)

[PATCH 19/24 v2] pynfs: python3 support plan: fix import fail on python3
 2018-08-23 21:02 UTC  (2+ messages)

[PATCH v2] hash table: add an iterator over conflicting entries
 2018-08-24  0:33 UTC  (9+ messages)

[ANNOUNCE] 4.14.63-rt40
 2018-08-24  0:32 UTC  (3+ messages)

[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
 2018-08-24  0:31 UTC  (3+ messages)

[ovmf baseline-only test] 75111: tolerable FAIL
 2018-08-24  0:28 UTC 

nfs4-acl-tools 0.3.5
 2018-08-23 20:57 UTC  (11+ messages)

[2/4] usb: dwc3: gadget: check if dep->frame_number is still valid
 2018-08-24  0:28 UTC 

mmotm 2018-08-23-17-26 uploaded
 2018-08-24  0:27 UTC 

13bc396977 [ 2.513606] kernel BUG at mm/slab.c:2159!
 2018-08-24  0:22 UTC 

[PATCH 0/3] trivial code refine for sparsemem
 2018-08-24  0:15 UTC  (5+ messages)
` [PATCH 1/3] mm/sparse: add likely to mem_section[root] check in sparse_index_init()
` [PATCH 3/3] mm/sparse: use __highest_present_section_nr as the boundary for pfn check

Caching/buffers become useless after some time
 2018-08-24  0:11 UTC  (12+ messages)

[PATCH] perf annotate: fix parsing aarch64 branch instructions after objdump update
 2018-08-24  0:10 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.