All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-18 12:02:59 to 2017-12-18 12:24:13 UTC [more...]

[PATCH V4 00/45] block: support multipage bvec
 2017-12-18 12:22 UTC  (77+ 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 v3 00/33] Andes(nds32) Linux Kernel Port
 2017-12-18 12:22 UTC  (6+ messages)
` [PATCH v3 07/33] nds32: MMU initialization

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

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  (4+ 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 2/3] drm/i915: Show IPEIR and IPEHR in the engine dump
 2017-12-18 12:17 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[Qemu-devel] [PATCH] tpm: add stubs for qdev-prop-tpm
 2017-12-18 12:16 UTC 

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

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

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 12:11 UTC  (20+ 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
` [patch V163 09/51] x86/entry: Remove SYSENTER_stack naming
` [patch V163 10/51] x86/uv: Use the right tlbflush API
` [patch V163 11/51] x86/microcode: Dont abuse the tlbflush interface
` [patch V163 12/51] x86/mm: Use __flush_tlb_one() for kernel memory
` [patch V163 13/51] x86/mm: Remove superfluous barriers
` [patch V163 14/51] x86/mm: Clarify which functions are supposed to flush what
` [patch V163 15/51] x86/mm: Move the CR3 construction functions to tlbflush.h
` [patch V163 18/51] x86/mm: Create asm/invpcid.h
` [patch V163 19/51] init: Invoke init_espfix_bsp() from mm_init()
` [patch V163 22/51] x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [patch V163 23/51] x86/mm/pti: Add infrastructure for page table isolation
` [patch V163 24/51] x86/mm/pti: Add mapping helper functions
` [patch V163 25/51] x86/mm/pti: Allow NX poison to be set in p4d/pgd
` [patch V163 27/51] x86/mm/pti: Populate user PGD

Backport request for Arm
 2017-12-18 12:11 UTC 

Unexpected raid1 behaviour
 2017-12-18 12:10 UTC  (5+ messages)

[PATCH v3 00/12] Rockchip ISP1 Driver
 2017-12-18 12:10 UTC  (5+ messages)
` [PATCH v3 04/12] media: rkisp1: add rockchip isp1 driver

Patch "mac80211: Fix addition of mesh configuration element" has been added to the 4.9-stable tree
 2017-12-18 12:10 UTC 

Patch "mac80211: Fix addition of mesh configuration element" has been added to the 4.4-stable tree
 2017-12-18 12:10 UTC 

Patch "KEYS: add missing permission check for request_key() destination" has been added to the 4.4-stable tree
 2017-12-18 12:10 UTC 

[PATCH] mac80211: Fix addition of mesh configuration element
 2017-12-18 12:10 UTC  (4+ messages)

Patch "mac80211: Fix addition of mesh configuration element" has been added to the 3.18-stable tree
 2017-12-18 12:10 UTC 

Patch "KEYS: Don't permit request_key() to construct a new keyring" has been added to the 3.18-stable tree
 2017-12-18 12:10 UTC 

Patch "Don't leak a key reference if request_key() tries to use a revoked keyring" has been added to the 3.18-stable tree
 2017-12-18 12:10 UTC 

[PATCH v4] KVM: Fix stack-out-of-bounds read in write_mmio
 2017-12-18 12:09 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix a potential deadlock in dlm_reset_mleres_owner()
 2017-12-18 12:08 UTC  (3+ messages)

broken link to 4.10.0 on website
 2017-12-18 12:07 UTC 

[PATCH] libblkid: fix overflow in implicit constant conversion
 2017-12-18 12:08 UTC  (2+ messages)

replace hciattach with a compiled binary
 2017-12-18 12:08 UTC 

[PATCH for 4.4] KEYS: add missing permission check for request_key() destination
 2017-12-18 12:07 UTC  (2+ messages)

[PATCH 1/2 for 3.18/4.1] KEYS: Don't permit request_key() to construct a new keyring
 2017-12-18 12:07 UTC  (4+ messages)
` [PATCH 2/2 for 3.18/4.1] KEYS: add missing permission check for request_key() destination

[PATCH 0/4] kms++util: Provide validation helpers
 2017-12-18 12:06 UTC  (6+ messages)
` [PATCH 3/4] kms++util: Add verification module

[Ocfs2-devel] [PATCH] ocfs2: fall back to buffer IO when append dio is disabled with file hole existing
 2017-12-18 12:06 UTC 

[PATCH v2] ASOC: wm8960: Add multiple MCLK frequency support
 2017-12-18 11:55 UTC  (7+ messages)

[PATCH for 3.18] Don't leak a key reference if request_key() tries to use a revoked keyring
 2017-12-18 12:05 UTC  (2+ messages)

[PATCH v4 00/16] Rockchip ISP1 Driver
 2017-12-18 12:03 UTC  (8+ messages)
` [PATCH v4 01/16] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v4 02/16] media: doc: add document for "
` [PATCH v4 03/16] media: rkisp1: Add user space ABI definitions

[PATCH 0/4] ARM: ep93xx: ts72xx: Add support for BK3 board
 2017-12-18 12:03 UTC  (11+ messages)
` [PATCH v5 "

Patch "usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "xhci: Don't add a virt_dev to the devs array before it's fully allocated" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "usb: xhci: fix TDS for MTK xHCI1.1" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "usbip: fix stub_rx: get_pipe() to validate endpoint number" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "USB: core: prevent malicious bNumInterfaces overflow" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 ID" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "sched/rt: Do not pull from current CPU if only one CPU to pull" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "tracing: Allocate mask_str buffer dynamically" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "ext4: fix crash when a directory's i_size is too small" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "ext4: fix fdatasync(2) after fallocate(2) operation" has been added to the 4.9-stable tree
 2017-12-18 12:02 UTC 

Patch "dmaengine: dmatest: move callback wait queue to thread context" has been added to the 4.9-stable tree
 2017-12-18 12:02 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.