All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-18 12:12:01 to 2017-12-18 12:33:56 UTC [more...]

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

[Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15
 2017-12-18 12:33 UTC  (5+ 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 "

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

[PATCH V4 00/45] block: support multipage bvec
 2017-12-18 12:22 UTC  (92+ 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:32 UTC  (3+ messages)
` [PATCH v3] "

[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 

[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: "

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

[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] "

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

[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/11] Armada thermal: improvements and A7K/A8K SoCs support
 2017-12-18 12:25 UTC  (7+ messages)
` [PATCH v3 05/11] thermal: armada: Add support for Armada AP806

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

BUG: 4.14.6 unable to handle kernel NULL pointer dereference at xfrm_output_resume
 2017-12-18 12:22 UTC  (2+ messages)

[PATCH linux dev-4.13 v2 0/2] clocksource: npcm: add NPCM7xx timer driver
 2017-12-18 12:21 UTC  (3+ messages)
` [PATCH linux dev-4.13 v2 1/2] dt-binding: timer: document NPCM7xx timer DT bindings
` [PATCH linux dev-4.13 v2 2/2] clocksource: npcm: add NPCM7xx timer driver

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

[PATCH] lockdep: Print number of locks held by running tasks
 2017-12-18 12:19 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: Accept flat mode for type 4 multi mode status
 2017-12-18 12:19 UTC  (2+ messages)

[PATCH V4 0/9] mesh: Add configuration commands to meshctl
 2017-12-18 12:17 UTC  (2+ messages)

[PATCH v4 04/16] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
 2017-12-18 12:14 UTC  (26+ messages)
` [PATCH v4 05/16] media: rkisp1: add Rockchip ISP1 subdev driver
` [PATCH v4 06/16] media: rkisp1: add ISP1 statistics driver
` [PATCH v4 07/16] media: rkisp1: add ISP1 params driver
` [PATCH v4 08/16] media: rkisp1: add capture device driver
` [PATCH v4 09/16] media: rkisp1: add rockchip isp1 core driver
` [PATCH v4 10/16] dt-bindings: Document the Rockchip ISP1 bindings
` [PATCH v4 11/16] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings
` [PATCH v4 12/16] ARM: dts: rockchip: add isp node for rk3288
` [PATCH v4 13/16] ARM: dts: rockchip: add rx0 mipi-phy "
` [PATCH v4 14/16] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v4 15/16] arm64: dts: rockchip: add rx0 mipi-phy "
` [PATCH v4 16/16] MAINTAINERS: add entry for Rockchip ISP1 driver

[PATCH] drm/nouveau/imem/nv50: fix incorrect use of refcount API
 2017-12-18 12:16 UTC  (3+ messages)
  ` [Nouveau] "

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

[PATCH 0/4] sched: cpufreq: Track util update flags
 2017-12-18 12:14 UTC  (8+ messages)
` [PATCH 2/4] sched: cpufreq: Keep track of cpufreq utilization "

[Buildroot] [PATCH 1/1] utils/checkpackagelib: add function to check of the default package source variable
 2017-12-18 12:14 UTC 

[Buildroot] [PATCH 1/1] utils/checkpackagelib: add function to check of
 2017-12-18 12:13 UTC 

[PATCH 0/2] drm/i915: improve tracepoints for process/hw_id tracking
 2017-12-18 12:12 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: reorder field in gem_request tracepoints
` [PATCH 2/2] drm/i915/trace: add hw_id to gem requests trace points

[PATCH] x86/mm: Unbreak modules that use the DMA API
 2017-12-18 12:09 UTC  (2+ messages)
` [tip:x86/urgent] "

[patch V163 00/51] x86/pti: Updated patch queue
 2017-12-18 11:42 UTC  (5+ messages)
` [patch V163 02/51] x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
` [patch V163 05/51] x86/ldt: Rework locking
` [patch V163 06/51] x86/ldt: Prevent ldt inheritance on exec
` [patch V163 08/51] x86/doc: Remove obvious weirdness


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.