All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-19 06:12:22 to 2017-06-19 07:28:34 UTC [more...]

[PATCH v2 00/12] AC97 device/driver model revamp
 2017-06-19  7:27 UTC  (18+ messages)
` [PATCH v2 01/12] ALSA: ac97: add an ac97 bus
` [PATCH v2 02/12] ASoC: add new ac97 bus support
` [PATCH v2 03/12] ASoC: arm: make pxa2xx-ac97-lib ac97 codec agnostic
` [PATCH v2 04/12] Input: wm97xx: split out touchscreen registering
` [PATCH v2 05/12] mfd: wm97xx-core: core support for wm97xx Codec
` [PATCH v2 06/12] Input: wm97xx: add new AC97 bus support
` [PATCH v2 07/12] ASoC: wm9713: add ac97 new "
` [PATCH v2 08/12] ASoC: wm9712: "
` [PATCH v2 09/12] ASoC: wm9705: add private structure
` [PATCH v2 10/12] ASoC: wm9705: add ac97 new bus support
` [PATCH v2 11/12] ASoC: pxa: switch to new ac97 "
` [PATCH v2 12/12] ASoC: Fix use-after-free at card unregistration

[PATCH v4] fscrypt: Add support for AES-128-CBC
 2017-06-19  7:27 UTC  (2+ messages)
` [PATCH v5] "

[Qemu-devel] [Question] How can we confirm hot-plug disk succesfully?
 2017-06-19  7:27 UTC  (2+ messages)

[Buildroot] [PATCH v4 0/6] Board: Add Engicam i.MX6 SOMs
 2017-06-19  7:27 UTC  (7+ messages)
` [Buildroot] [PATCH v4 1/6] board: Add support for Engicam i.CoreM6 DualLite/Solo boards
` [Buildroot] [PATCH v4 2/6] board: engicam: Rename defconfig engicam_imx6qdl_icore_mmc_defconfig
` [Buildroot] [PATCH v4 3/6] board: Add support for Engicam i.CoreM6 RQS SOM
` [Buildroot] [PATCH v4 4/6] board: engicam: Add icorem6 for i.CoreM6 support
` [Buildroot] [PATCH v4 5/6] board: Add support for Engicam GEAM6UL SOM
` [Buildroot] [PATCH v4 6/6] board: Add support for Engicam Is.IoT MX6UL SOM

Feature request: Tuneable zlib compression level
 2017-06-19  7:32 UTC  (2+ messages)

move bounce limits settings into the drivers
 2017-06-19  7:26 UTC  (11+ messages)
` [PATCH 01/10] pktcdvd: remove the call to blk_queue_bounce
` [PATCH 02/10] blk-map: call blk_queue_bounce from blk_rq_append_bio
` [PATCH 03/10] block: move bounce declarations to block/blk.h
` [PATCH 04/10] block: remove the queue_bounce_pfn helper
` [PATCH 05/10] block: don't bother with bounce limits for make_request drivers
` [PATCH 06/10] blk-mq: don't bounce by default
` [PATCH 07/10] block: don't set bounce limit in blk_init_allocated_queue
` [PATCH 08/10] block: don't set bounce limit in blk_init_queue
` [PATCH 09/10] dm: don't set bounce limit
` [PATCH 10/10] mmc/block: remove a call to blk_queue_bounce_limit

[PATCH] doc: Document suitability of IBM Verse for kernel development
 2017-06-19  7:20 UTC  (2+ messages)
`  "

[Buildroot] [git commit] configs/qemu_sh4*: rename back the linux config file to linux-4.9.config
 2017-06-19  7:26 UTC 

[PATCH 0/8] Isolate time_t data types for clock/timer syscalls
 2017-06-19  7:25 UTC  (10+ messages)
` [PATCH 1/8] time: add get_timespec64 and put_timespec64
` [PATCH 2/8] nanosleep: Move native and compat syscalls
` [PATCH 3/8] kernel: compat: Move clock and timer "
` [PATCH 4/8] nanosleep: Use get_timespec64() and set_timespec64()
` [PATCH 5/8] posix-timers: Use get_timepsec64() and put_timespec64()
` [PATCH 6/8] time: introduce {get,put}_itimerspec64
` [PATCH 7/8] posix_clocks: Use get_itimerspec64() and put_itimerspec64()
` [PATCH 8/8] timerfd: "

[PATCH 00/16] omap_hsmmc: Add ADMA support and UHS/HS200/DDR support
 2017-06-19  7:25 UTC  (9+ messages)
` [PATCH 12/16] mmc: host: omap_hsmmc: Add support to set IODELAY values

two small cleanups
 2017-06-19  7:24 UTC  (3+ messages)
` [PATCH 1/2] block: remove the unused bio_to_phys macro
` [PATCH 2/2] block: stop using bio_data() in blk_write_same_mergeable

[PATCH] powerpc/mm/hash: Free the subpage_prot_table correctly
 2017-06-19  7:22 UTC  (3+ messages)

[PATCH rfc 00/30] centralize nvme controller reset, delete and periodic reconnects
 2017-06-19  7:22 UTC  (19+ messages)
` [PATCH rfc 01/30] nvme: Add admin connect request queue
` [PATCH rfc 02/30] nvme-rdma: Don't alloc/free the tagset on reset
` [PATCH rfc 03/30] nvme-rdma: reuse configure/destroy admin queue
` [PATCH rfc 24/30] nvme-pci: rename to nvme_pci_configure_admin_queue
` [PATCH rfc 28/30] nvme: update tagset nr_hw_queues when reallocating io queues
` [PATCH rfc 29/30] nvme: add sed-opal ctrl manipulation in admin configuration

[OSSTEST PATCH] ts-windows-install: Provide guest with 32G of disk rather than 10G
 2017-06-19  7:21 UTC  (2+ messages)

[OSSTEST PATCH 1/3] ts-windows-install: Honour memsize and disksize guest runvars
 2017-06-19  7:20 UTC  (4+ messages)
` [OSSTEST PATCH 3/3] make-flight: Provide Windows 10 and Windows Server 16 guests with 3.5G of RAM

[Qemu-devel] [RFC PATCH v6 0/6] translate: [tcg] Generic translation framework
 2017-06-19  7:15 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 3/6] target: [tcg] Add generic "
  ` [Qemu-devel] [PATCH] translator mega-patch

[PATCH] gpu: drm: tilcdc: make of_device_ids const
 2017-06-19  7:14 UTC 

[PATCH v6 0/4] ro protection for dynamic data
 2017-06-19  7:12 UTC  (7+ messages)
` [PATCH 2/4] Protectable Memory Allocator
      ` [kernel-hardening] "

[PATCH] scsi: default to scsi-mq
 2017-06-19  7:09 UTC  (5+ messages)
` [lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression

[PATCH v2 0/4] refactor nvme-pci cq processing
 2017-06-19  7:05 UTC  (9+ messages)
` [PATCH v2 1/4] nvme-pci: Introduce nvme_ring_cq_doorbell
` [PATCH v2 2/4] nvme-pci: factor out cqe handling into a dedicated routine
` [PATCH v2 3/4] nvme-pci: factor out the cqe reading mechanics from __nvme_process_cq
` [PATCH v2 4/4] nvme-pci: open-code polling logic in nvme_poll

[PATCH] crypto: fix typo in docs
 2017-06-19  6:53 UTC 

[PATCH v2 1/2] nvme-core: change commas to semicolons in nvme_get_log_page
 2017-06-19  6:59 UTC  (4+ messages)
` [PATCH v2 2/2] nvme: use a single NVME_AQ_DEPTH and relax it to 32

New GCC compiler for 8086 cpu's
 2017-06-19  6:58 UTC  (7+ messages)

How to asign especific HW to each OS working with Xen over MPSoC
 2017-06-19  6:58 UTC 

[PATCH 0/5] move everyone over to thin archives
 2017-06-19  6:55 UTC  (17+ messages)
` [PATCH 1/5] kbuild: thin archives final link close --whole-archives option
` [PATCH 2/5] kbuild: thin archives use P option to ar
` [PATCH 3/5] sh: thin archives fix linking
` [PATCH 4/5] x86/um: thin archives build fix
` [PATCH 5/5] kbuild: thin archives make default for all archs

[PATCH v5 0/3] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-06-19  6:53 UTC  (10+ messages)
` [PATCH v5 1/3] PCI: Add new PCIe Fabric End Node flag, PCI_DEV_FLAGS_NO_RELAXED_ORDERING
` [PATCH v5 2/3] PCI: Enable PCIe Relaxed Ordering if supported
` [PATCH v5 3/3] net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag

sparc gcc 7.1 compile issue
 2017-06-19  6:54 UTC  (3+ messages)

[PATCH net-next] cxgb4: add new T6 pci device id's
 2017-06-19  6:54 UTC 

[PATCH V3 0/2] Add support for OCC command/response interface
 2017-06-19  6:49 UTC  (5+ messages)
` [PATCH V3 1/2] powerpc/powernv: Get a unique token for async completions
` [PATCH V3 2/2] powerpc/powernv : Add support for OPAL-OCC command/response interface

[PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request
 2017-06-19  6:46 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: engine - replace pr_xxx by dev_xxx

[U-Boot] [PATCH v1] rockchip: pwm: fix: pwm dosen't work on rk3288
 2017-06-19  6:45 UTC 

[PATCH] crypto: testmgr: use consistent format for errors
 2017-06-19  6:44 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: Intel: Skylake: Add deep buffer support
 2017-06-19  6:29 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] ASoC: Intel: Skylake: Fix dma buffer size calculation
` [PATCH v2 3/3] ASoC: skl_rt286: Add deepbuffer dai link

[PATCH 1/1] PCI: imx6: Add pcie compliance test option
 2017-06-19  6:43 UTC  (6+ messages)
` [PATCH v2 "

[PATCH] crypto: brcm: fix spelling mistake: "fallbck" -> "fallback"
 2017-06-19  6:43 UTC  (3+ messages)

[PATCH v3 00/13] ARM: sun5i: cryptographic engine support
 2017-06-19  6:43 UTC  (3+ messages)

[Qemu-devel] [PATCH] intel_iommu: relax iq tail check on VTD_GCMD_QIE enable
 2017-06-19  6:42 UTC  (2+ messages)

[Bug 100070] Rocket League: grass gets rendered incorrectly
 2017-06-19  6:42 UTC  (2+ messages)

[PATCH] crypto: algapi: Use pr_err common logging style
 2017-06-19  6:42 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] mmc: use new hwpart API when CONFIG_BLK enabled
 2017-06-19  6:42 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] mmc: rpmb: update size format for write_counter

[GIT PULL] ARM: SoC fixes
 2017-06-19  6:40 UTC  (2+ messages)

[PATCH] Documentation: crypto: Fixed bugs, added example usage of calc_hash()
 2017-06-19  6:40 UTC  (2+ messages)

[PATCH] crypto: glue_helper - Delete some dead code
 2017-06-19  6:40 UTC  (3+ messages)

[PATCH] crypto: mediatek - drop .owner field in mtk_crypto_driver
 2017-06-19  6:39 UTC  (3+ messages)

[PATCH] crypto: aes_ti - fix comment for MixColumns step
 2017-06-19  6:39 UTC  (2+ messages)

[PATCH v2 0/3] Add more algorithms and some misc cleanups
 2017-06-19  6:39 UTC  (2+ messages)

[PATCH] drivers/crypto/ccp: return NULL instead of 0
 2017-06-19  6:39 UTC  (3+ messages)

[PATCH V2] crypto: ccp - Add debugfs entries for CCP information
 2017-06-19  6:38 UTC  (2+ messages)

[PATCH v2] crypto: talitos: Extend max key length for SHA384/512-HMAC and AEAD
 2017-06-19  6:38 UTC  (2+ messages)

[PATCH v9 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-06-19  6:38 UTC  (9+ messages)
` [PATCH v9 5/7] vfio: Define vfio based dma-buf operations

[PATCH v3] ALSA: core: let low-level driver or userspace disable rewinds
 2017-06-19  6:22 UTC 

[PATCHSET v7] Add support for write life time hints
 2017-06-19  6:35 UTC  (11+ messages)
` [PATCH 01/11] fs: add support for an inode to carry write hint related data
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 05/11] fs: add fcntl() interface for setting/getting "
` [PATCH 06/11] fs: add O_DIRECT support for sending down "
` [PATCH 11/11] nvme: add support for streams and directives

[PATCH] VT-d: fix VF of RC integrated endpoint matched to wrong VT-d unit
 2017-06-19  6:33 UTC  (3+ messages)

[PATCH] arm64: renesas: salvator-common: sound clock-frequency needs descending order
 2017-06-19  6:33 UTC  (5+ messages)

[PATCH] tools/perf/pmu-events: Support additional POWER8+ PVR in mapfile
 2017-06-19  6:30 UTC 

[Qemu-devel] [PATCH v2 0/6] migration: objectify MigrationState
 2017-06-19  6:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 3/6] migration: move global_state.optional out

[-next] crypto: 842 propagate PTR_ERR value instead of -ENOMEM
 2017-06-19  6:28 UTC  (2+ messages)

[PATCH v2 net-next 0/7] qed*: RDMA and infrastructure for iWARP
 2017-06-19  6:28 UTC  (3+ messages)

[xfstests PATCH] overlay: test whiteout check in impure dir
 2017-06-19  6:28 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2017-06-18
 2017-06-19  6:27 UTC 

imx6: efficient buffer copy from fpga
 2017-06-19  6:27 UTC 

[PATCHSET v6] Add support for write life time hints
 2017-06-19  6:25 UTC  (9+ messages)
` [PATCH 11/11] nvme: add support for streams and directives

[PATCH] iio: accel: bmc150: Add support for BOSC0200 ACPI device id
 2017-06-19  6:22 UTC 

[Ksummit-discuss] [TECH TOPIC] printk redesign
 2017-06-19  6:22 UTC  (2+ messages)

[PATCH] hwrng: do not warn when there are no devices
 2017-06-19  6:21 UTC  (10+ messages)

[U-Boot] [PATCH v2 0/3] Add mipi dsi support for evb-rk3288
 2017-06-19  6:19 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi
` [U-Boot] [PATCH v2 2/3] rockchip: video: Makefile: Add soc specific driver for rk3288 "
` [U-Boot] [PATCH v2 3/3] rockchip: video: defconfig: Add mipi dsi support for evb-rk3288

[PATCH 0/9] [media] s5p-jpeg: Various fixes and improvements
 2017-06-19  6:16 UTC  (4+ messages)
` [PATCH 5/9] [media] s5p-jpeg: Add IOMMU support

[PATCH] virtio: virtio_mmio: make of_device_ids const
 2017-06-19  6:14 UTC 

[GIT PULL] ARM: at91: SoC for 4.13
 2017-06-19  5:53 UTC  (2+ messages)

[GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
 2017-06-19  5:51 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Updates for v4.13
 2017-06-19  5:52 UTC  (2+ messages)

[GIT PULL] ARM: at91: DT for 4.13
 2017-06-19  5:56 UTC  (2+ messages)

[PATCH] virtio: virtio_mmio: make of_device_ids const
 2017-06-19  6:14 UTC 

[GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.13
 2017-06-19  5:40 UTC  (2+ messages)

[GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.13
 2017-06-19  5:50 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC R-Car SYSC Updates for v4.13
 2017-06-19  5:51 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13
 2017-06-19  5:49 UTC  (2+ messages)

[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.13
 2017-06-19  5:44 UTC  (2+ messages)

[GIT PULL] ARM: at91: defconfig for 4.13
 2017-06-19  5:38 UTC  (2+ messages)

[GIT PULL] Qualcomm ARM64 Defconfig updates for 4.13
 2017-06-19  5:38 UTC  (11+ messages)
` [GIT PULL] Qualcomm ARM64 DT "
` [GIT PULL] Qualcomm Defconfig "
` [GIT PULL] Qualcomm Driver "
` [GIT PULL] Qualcomm Device Tree "
` [GIT PULL] Qualcomm SoC "

[PATCH v4 0/3] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-06-19  6:12 UTC  (8+ messages)
` [PATCH v4 2/3] PCI: Enable PCIe Relaxed Ordering if supported


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.