All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-18 12:22:24 to 2017-12-18 12:43:34 UTC [more...]

post-receive: pub/scm/virt/kvm/kvm
 2017-12-18 12:43 UTC 

[PATCH 0/10] qtnfmac: regular portion of features and fixes
 2017-12-18 12:43 UTC  (5+ messages)
` [PATCH 10/10] qtnfmac: support MAC address based access control

[PATCH] ovl: fix overlay: warning prefix
 2017-12-18 12:43 UTC  (4+ messages)

[PATCH v3 0/7] typec: tcpm: Add sink side support for PPS
 2017-12-18 12:41 UTC  (16+ messages)
` [PATCH v3 1/7] typec: tcpm: Add PD Rev 3.0 definitions to PD header
  ` [v3,1/7] "
` [PATCH v3 3/7] typec: tcpm: Add SDB header for Status message handling
  ` [v3,3/7] "
` [PATCH v3 4/7] typec: tcpm: Add core support for sink side PPS
  ` [v3,4/7] "
` [PATCH v3 6/7] typec: tcpm: Represent source supply through power_supply class
  ` [v3,6/7] "
` [PATCH v3 7/7] typec: tcpm: Add support for sink PPS related messages
  ` [v3,7/7] "

[PATCH v5 0/9] Support PPTT for ARM64
 2017-12-18 12:42 UTC  (6+ messages)
` [PATCH v5 7/9] arm64: Topology, rename cluster_id

[PATCH v2] platform/x86: Add driver for GPD pocket custom fan controller
 2017-12-18 12:41 UTC  (2+ messages)

[PATCH v2 0/5] Support for generalized use of make C={1,2} via a wrapper program
 2017-12-18 12:36 UTC  (5+ messages)
` [PATCH v2 5/5] RDMA/core: Add runchecks.cfg for drivers/infiniband/core

[v3,5/7] power: supply: Add 'connected_type' property and supporting code
 2017-12-18 12:41 UTC  (2+ messages)
` [PATCH v3 5/7] "

[v3,2/7] typec: tcpm: Add ADO header for Alert message handling
 2017-12-18 12:41 UTC  (2+ messages)
` [PATCH v3 2/7] "

[PATCH] Add touchscreen platform data for the Onda oBook 20 Plus tablet
 2017-12-18 12:41 UTC  (2+ messages)

[PATCH v3 1/4] Introducing SPDX License Identifiers
 2017-12-18 12:39 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] change root makefile license to SPDX tag
  ` [PATCH v4 3/4] change NXP dpaa2 code License text to SPDX tags
  ` [PATCH v4 4/4] change NXP dpaa "

[PATCH V4 00/45] block: support multipage bvec
 2017-12-18 12:22 UTC  (70+ messages)
` [PATCH V4 01/45] block: introduce bio helpers for converting to "
` [PATCH V4 02/45] block: conver to bio_first_bvec_all & bio_first_page_all
` [PATCH V4 03/45] fs: convert to bio_last_bvec_all()
` [PATCH V4 04/45] block: bounce: avoid direct access to bvec table
` [PATCH V4 05/45] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH V4 06/45] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH V4 07/45] bcache: comment on direct access to bvec table
` [PATCH V4 08/45] block: move bio_alloc_pages() to bcache
` [PATCH V4 09/45] btrfs: avoid access to .bi_vcnt directly
` [PATCH V4 10/45] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH V4 11/45] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH V4 12/45] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size
` [PATCH V4 14/45] block: blk-merge: remove unnecessary check
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*
` [PATCH V4 16/45] block: rename rq_for_each_segment as rq_for_each_page
` [PATCH V4 17/45] block: rename bio_segments() with bio_pages()
` [PATCH V4 18/45] block: introduce multipage page bvec helpers
` [PATCH V4 19/45] block: introduce bio_for_each_segment()
` [PATCH V4 20/45] block: use bio_for_each_segment() to compute segments count
` [PATCH V4 21/45] block: use bio_for_each_segment() to map sg
` [PATCH V4 22/45] block: introduce segment_last_page()
` [PATCH V4 23/45] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V4 24/45] btrfs: use segment_last_page to get bio's last page
` [PATCH V4 25/45] block: implement bio_pages_all() via bio_for_each_page_all()
` [PATCH V4 26/45] block: introduce bio_segments()
` [PATCH V4 27/45] block: introduce rq_for_each_segment()
` [PATCH V4 28/45] block: loop: pass segments to iov_iter
` [PATCH V4 29/45] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [PATCH V4 30/45] block: deal with dirtying pages for multipage bvec
` [PATCH V4 31/45] block: convert to bio_for_each_page_all2()
` [PATCH V4 32/45] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [PATCH V4 33/45] fs: conver to bio_for_each_page_all2
` [PATCH V4 34/45] btrfs: "
` [PATCH V4 35/45] ext4: "
` [PATCH V4 36/45] f2fs: "
` [PATCH V4 37/45] xfs: "
` [PATCH V4 38/45] exofs: "
` [PATCH V4 39/45] gfs2: "
` [PATCH V4 40/45] block: kill bio_for_each_page_all()
` [PATCH V4 41/45] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [PATCH V4 42/45] block: enable multipage bvecs
` [PATCH V4 43/45] block: bio: pass segments to bio if bio_add_page() is bypassed
` [PATCH V4 44/45] block: always define BIO_MAX_PAGES as 256
` [PATCH V4 45/45] block: document usage of bio iterator helpers

[PATCH 2/3] drm/i915: Show IPEIR and IPEHR in the engine dump
 2017-12-18 12:39 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH v3 0/4] Add Exynos4412-based midas boards support
 2017-12-18 12:38 UTC  (5+ messages)
` [PATCH v3 2/4] ARM: dts: split trats2 DTS in preparation for midas boards
  ` [PATCH v3 1/4] dt-bindings: samsung: document bindings for Midas family boards
  ` [PATCH v3 3/4] ARM: dts: add Samsung's exynos4412-based midas boards
` [PATCH v3 4/4] ARM: exynos: extend cpuidle support to "

[U-Boot] [PULL] efi patch queue 2017-12-17
 2017-12-18 12:38 UTC  (3+ messages)

[PATCH 00/11] iwlwifi: updates intended for v4.16 2017-12-18
 2017-12-18 12:38 UTC  (12+ messages)
` [PATCH 01/11] iwlwifi: support internal debug data collection for new devices
` [PATCH 02/11] iwlwifi: avoid duplicate sw reset executions in the code
` [PATCH 03/11] iwlwifi: mvm: force quota update upon NoA setting
` [PATCH 04/11] iwlwifi: runtime: sync FW and host clocks for logs
` [PATCH 05/11] iwlwifi: mvm: support RX flags API change
` [PATCH 06/11] iwlwifi: fw: fix the enums in the rate scaling API
` [PATCH 07/11] iwlwifi: add skb address to tx cmd in trace events data
` [PATCH 08/11] iwlwifi: mvm: don't warn on multiple packets when opening a queue
` [PATCH 09/11] iwlwifi: mvm: adjust to quota offload
` [PATCH 10/11] iwlwifi: mvm: send the low latency command
` [PATCH 11/11] iwlwifi: define and use if iwl_mvm_has_tlc_offload

[PATCH] Add version number to released filenames
 2017-12-18 12:38 UTC 

Build problem in 2.31
 2017-12-18 12:38 UTC  (2+ messages)

Fetching commit instead of ref
 2017-12-18 12:30 UTC 

[Qemu-devel] [PATCH] tpm: add stubs for qdev-prop-tpm
 2017-12-18 12:37 UTC  (4+ messages)

[PATCH v3 00/11] Armada thermal: improvements and A7K/A8K SoCs support
 2017-12-18 12:37 UTC  (12+ messages)
` [PATCH v3 04/11] thermal: armada: Rationalize register accesses
` [PATCH v3 05/11] thermal: armada: Add support for Armada AP806

Setting a static pin to allow pairing
 2017-12-18 12:37 UTC  (2+ messages)

[PATCH RESEND 1/2] btrfs: handle volume split brain scenario
 2017-12-18 12:36 UTC  (2+ messages)

[PATCH 2/3 v6] battery: Add the ThinkPad "Not Charging" quirk
 2017-12-18 12:36 UTC  (7+ messages)
          ` [Devel] "

BUG: spinlock bad magic (2)
 2017-12-18 12:36 UTC 

[PATCH v2] ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliases
 2017-12-18 12:35 UTC  (3+ messages)

Stable inclusion of "mfd: lpc_ich: Do not touch SPI-NOR write protection bit on Haswell/Broadwell"
 2017-12-18 12:35 UTC  (4+ messages)

[RFC][PATCHv6 00/12] printk: introduce printing kernel thread
 2017-12-18 12:35 UTC  (11+ messages)

[U-Boot] [GIT PULL] Xilinx fixes for v2018.01-rc2 v2
 2017-12-18 12:34 UTC 

[PATCH] x86/pti: Add pti= cmdline option and documentation
 2017-12-18 12:33 UTC  (4+ messages)

[RFC v2 0/2] backlight: pwm_bl: support linear brightness to human eye
 2017-12-18 12:33 UTC  (8+ messages)
` [RFC v2 2/2] backlight: pwm_bl: compute brightness of LED linearly "

[Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15
 2017-12-18 12:33 UTC  (5+ messages)

[PATCH] mtd: nand: pxa3xx: Fix READOOB implementation
 2017-12-18 12:33 UTC  (2+ messages)

[Bug 104295] Launching counter strike global offensive fails after update from 17.2 to 17.3
 2017-12-18 12:32 UTC  (2+ messages)

[PATCH] ext4: delayed inode update for the consistency of file size after a crash
 2017-12-18 12:32 UTC  (3+ messages)

[PATCH 1/4] drm/i915: remove redundant lowfreq_avail setting for DDI
 2017-12-18 12:31 UTC  (3+ messages)
` [PATCH 4/4] drm/i915: push shared dpll enable to encoders on DDI platforms

[trivial PATCH] treewide: Align function definition open/close braces
 2017-12-18 12:31 UTC  (3+ messages)

[Qemu-devel] [PATCH] vl.c && linux-user/main.c : removed **envp from main() arguments
 2017-12-18 12:30 UTC  (5+ messages)

[PATCH] fsck: use free segments if free segments is enough
 2017-12-18 12:17 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2017-12-18 12:30 UTC 

[PATCH v4 00/18] kernel-doc: add supported to document nested structs
 2017-12-18 12:30 UTC  (19+ messages)
` [PATCH v4 01/18] docs: kernel-doc.rst: better describe kernel-doc arguments
` [PATCH v4 02/18] docs: kernel-doc.rst: improve private members description
` [PATCH v4 03/18] docs: kernel-doc.rst: improve function documentation section
` [PATCH v4 04/18] docs: kernel-doc.rst: improve structs chapter
` [PATCH v4 05/18] docs: kernel-doc.rst: improve typedef documentation
` [PATCH v4 06/18] docs: kernel-doc.rst: add documentation about man pages
` [PATCH v4 07/18] docs: get rid of kernel-doc-nano-HOWTO.txt
` [PATCH v4 08/18] scripts: kernel-doc: get rid of unused output formats
` [PATCH v4 09/18] scripts: kernel-doc: improve argument handling
` [PATCH v4 10/18] scripts: kernel-doc: change default to ReST format
` [PATCH v4 11/18] scripts: kernel-doc: replace tabs by spaces
` [PATCH v4 12/18] scripts: kernel-doc: parse next structs/unions
` [PATCH v4 13/18] scripts: kernel-doc: get rid of $nested parameter
` [PATCH v4 14/18] scripts: kernel-doc: print the declaration name on warnings
` [PATCH v4 15/18] scripts: kernel-doc: handle nested struct function arguments
` [PATCH v4 16/18] scripts: kernel-doc: improve nested logic to handle multiple identifiers
` [PATCH v4 17/18] scripts: kernel-doc: apply filtering rules to warnings
` [PATCH v4 18/18] w1_netlink.h: add support for nested structs

[Qemu-devel] [v22 0/2] virtio-crypto: virtio crypto device specification
 2017-12-18 12:29 UTC  (8+ messages)
` [Qemu-devel] [v22 1/2] virtio-crypto: Add "
        ` [Qemu-devel] [virtio-dev] "
          ` [virtio-dev] "

[Qemu-devel] [PATCH v2] hw/ide: Emulate SiI3112 SATA controller
 2017-12-18 12:30 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[U-Boot] [PATCH] config: Enable part command for socfpga platform
 2017-12-18 12:30 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] arm: imx53: remove usage of mx53_dram_size
 2017-12-18 12:29 UTC  (9+ messages)
` [U-Boot] [PATCH v2 3/4] arm: imx: m53evk: "

[BISECTED] tpm CLKRUN breaks PS/2 keyboard and touchpad on Braswell system
 2017-12-18 12:29 UTC  (12+ messages)

[PATCH 2/2] x86-64/Xen: eliminate W+X mappings
 2017-12-18 12:28 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH linux dev-4.10 v2] eSPI: add Aspeed AST2500 eSPI driver to boot a host with PCH runs on eSPI
 2017-12-18 12:27 UTC 

[PATCH V3 0/2] Xen/PCIback: PCI reset using 'reset' SysFS attribute
 2017-12-18 12:26 UTC  (11+ messages)
` [PATCH V3 1/2] Drivers/PCI: Export pcie_has_flr() interface
        ` [Xen-devel] "

[PATCH/trivial] samsung-laptop: Grammar s/are can/can/
 2017-12-18 12:25 UTC  (2+ messages)

[PATCH v1 00/10] Renesas Capture Engine Unit (CEU) V4L2 driver
 2017-12-18 12:25 UTC  (5+ messages)
` [PATCH v1 03/10] v4l: platform: Add Renesas CEU driver

[PATCH v4] f2fs: avoid dead loop in function find_fsync_dnodes
 2017-12-18 12:24 UTC  (2+ messages)

[PATCH] ovl: fix another overlay: warning prefix
 2017-12-18 12:25 UTC 

[PATCH net-next] udp: handle gro_receive only when necessary
 2017-12-18 12:09 UTC  (3+ messages)

[PATCH v3 00/33] Andes(nds32) Linux Kernel Port
 2017-12-18 12:22 UTC  (6+ messages)
` [PATCH v3 07/33] nds32: MMU initialization


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.