public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-28 20:18:46 to 2016-10-29 08:23:05 UTC [more...]

[PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
 2016-10-29  8:08 UTC  (46+ messages)
` [PATCH 02/60] block drivers: convert to bio_init_with_vec_table()
` [PATCH 04/60] block: floppy: use bio_add_page()
` [PATCH 05/60] target: avoid to access .bi_vcnt directly
` [PATCH 07/60] dm: crypt: use bio_add_page()
` [PATCH 08/60] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 10/60] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 13/60] fs: logfs: remove unnecesary check
` [PATCH 14/60] block: drbd: comment on direct access bvec table
` [PATCH 15/60] block: loop: comment on direct access to "
` [PATCH 16/60] block: pktcdvd: "
` [PATCH 17/60] kernel/power/swap.c: "
` [PATCH 18/60] mm: page_io.c: "
` [PATCH 19/60] fs/buffer: "
` [PATCH 20/60] f2fs: f2fs_read_end_io: "
` [PATCH 21/60] bcache: "
` [PATCH 22/60] block: comment on bio_alloc_pages()
` [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
` [PATCH 24/60] md: set NO_MP for request queue of md
` [PATCH 30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP
` [PATCH 34/60] block: introduce bio_clone_sp()
` [PATCH 36/60] block: bounce: avoid direct access to bvec from bio->bi_io_vec
` [PATCH 37/60] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH 38/60] block: bounce: convert multipage bvecs into singlepage
` [PATCH 40/60] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH 41/60] block: blk-merge: try to make front segments in full size
` [PATCH 42/60] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH 43/60] block: use bio_for_each_segment_mp() to map sg
` [PATCH 44/60] block: introduce bvec_for_each_sp_bvec()
` [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
` [PATCH 46/60] block: deal with dirtying pages for multipage bvec
` [PATCH 47/60] block: convert to bio_for_each_segment_all_rd()
` [PATCH 48/60] fs/mpage: "
` [PATCH 49/60] fs/direct-io: "
` [PATCH 50/60] ext4: "
` [PATCH 51/60] xfs: "
` [PATCH 52/60] logfs: "
` [PATCH 53/60] gfs2: "
` [PATCH 54/60] f2fs: "
` [PATCH 55/60] exofs: "
` [PATCH 56/60] fs: crypto: "
` [PATCH 57/60] bcache: "
` [PATCH 58/60] dm-crypt: "
` [PATCH 59/60] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH 60/60] block: enable multipage bvecs

[PATCH v2 0/6] add NS2 support to bgmac
 2016-10-29  8:18 UTC  (8+ messages)
` [PATCH v2 1/6] net: phy: broadcom: add bcm54xx_auxctl_read
` [PATCH v2 2/6] net: phy: broadcom: Add BCM54810 PHY entry
` [PATCH v2 3/6] Documentation: devicetree: net: add NS2 bindings to amac
` [PATCH v2 4/6] net: ethernet: bgmac: device tree phy enablement
` [PATCH v2 5/6] net: ethernet: bgmac: add NS2 support
` [PATCH v2 6/6] arm64: dts: NS2: add AMAC ethernet support

[GIT PULL] tpmdd critical fix for Linux 4.9
 2016-10-29  8:18 UTC  (2+ messages)

aio: fix a user triggered use after free
 2016-10-29  7:44 UTC  (2+ messages)
` [PATCH] aio: fix a user triggered use after free (and fix freeze protection of aio writes)

[RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted
 2016-10-29  7:38 UTC  (2+ messages)

[PATCH] add one parameter wro_enable to enable relaxed ordering for IXGBE
 2016-10-29  7:42 UTC  (3+ messages)
` [PATCH] add one parameter wro_enable "

Warning from free_init_pages with large initrd
 2016-10-29  7:33 UTC  (10+ messages)

[PATCH 0/2] clk: hisilicon: add CRG driver for Hi3798CV200 and Hi3516CV300 SoCs
 2016-10-29  6:13 UTC  (3+ messages)
` [PATCH 1/2] clk: hisilicon: add CRG driver for Hi3798CV200 SoC
` [PATCH 2/2] clk: hisilicon: add CRG driver for Hi3516CV300 SoC

[PATCH 00/12] of: Make drivers/of/resolver.c more readable
 2016-10-29  6:26 UTC  (13+ messages)
` [PATCH 01/12] of: Remove comments that state the obvious, to reduce clutter
` [PATCH 02/12] of: Remove excessive printks "
` [PATCH 03/12] of: Convert comparisons to zero or NULL to logical expressions
` [PATCH 04/12] of: Rename functions to more accurately reflect what they do
` [PATCH 05/12] of: Remove prefix "__of_" from local function names
` [PATCH 06/12] of: Rename variables to better reflect purpose or follow convention
` [PATCH 07/12] of: Update structure of code to be clearer, also remove BUG_ON()
` [PATCH 08/12] of: Remove redundant size check
` [PATCH 09/12] of: Update comments to reflect changes and increase clarity
` [PATCH 10/12] of: Add back an error message, restructured
` [PATCH 11/12] of: Move setting of pointer to beside test for non-null
` [PATCH 12/12] of: Remove unused variable overlay_symbols

[ANNOUNCE] Git v2.10.2
 2016-10-29  6:24 UTC 

net/dccp: warning in dccp_feat_clone_sp_val/__might_sleep
 2016-10-29  6:10 UTC  (2+ messages)

[ANNOUNCE] Multiple Queue Skiplist Scheduler version 0.120
 2016-10-29  5:41 UTC 

[PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler
 2016-10-29  5:38 UTC  (21+ messages)

[PATCH v6 00/11] implement vcpu preempted check
 2016-10-29  4:37 UTC  (3+ messages)
` [Xen-devel] "

[PATCH v10 00/19] Add Mediated device support
 2016-10-29  4:30 UTC  (8+ messages)
` [PATCH v10 01/19] vfio: Mediated device Core driver
` [PATCH v10 10/19] vfio iommu: Add blocking notifier to notify DMA_UNMAP

[PATCH v4] time: alarmtimer: Add the trcepoints for alarmtimer
 2016-10-29  3:23 UTC  (3+ messages)

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-10-29  3:21 UTC  (6+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()

[PATCH v2 0/3] usb: musb: da8xx: Fix few issues
 2016-10-29  3:11 UTC  (6+ messages)
` [PATCH v2 3/3] usb: musb: da8xx: Only execute the OTG workaround when phy in OTG mode

[RFC] v4l2 support for thermopile devices
 2016-10-29  2:59 UTC  (7+ messages)

[PATCH v2] checkpatch: fix uninitialized var when run with --no-tree
 2016-10-29  2:44 UTC 

[PATCH] checkpatch: fix uninitialized var when run with --no-tree
 2016-10-29  2:36 UTC  (2+ messages)

[PATCH 0/3] Remove clocks dependency from SCM driver
 2016-10-29  2:31 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: firmware: scm: Add MSM8996 DT bindings
` [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency
` [PATCH 3/3] firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails

(no subject)
 2016-10-29  2:00 UTC  (10+ messages)
` [PATCH v2 1/5] kconfig: introduce the "imply" keyword
` [PATCH v2 0/5] make POSIX timers optional with some Kconfig help

[GIT PULL] ACPI fixes for v4.9-rc3
 2016-10-29  0:58 UTC 

[GIT PULL] Power management fixes for v4.9-rc3
 2016-10-29  0:57 UTC 

[PATCH 1/1] arm64: dts: msm8996: Add SCM DT node
 2016-10-29  0:14 UTC 

[GIT PULL] ARC updates for 4.9-rc3
 2016-10-28 23:46 UTC 

/dev/mem and PCI memory = EFAULT?
 2016-10-28 23:47 UTC  (7+ messages)
      ` /dev/mem and PCI memory = EFAULT (regression?)

[PATCH 00/10] scripts/basic: Fine-tuning for seven function implementations
 2016-10-28 23:42 UTC  (5+ messages)
` [PATCH 01/10] scripts/basic/bin2c: Complete error handling in main()
` [PATCH 09/10] scripts/basic/fixdep: Complete error handling in print_cmdline()

[PATCHv2] clk: xgene: Don't call __pa on ioremaped address
 2016-10-28 23:30 UTC  (2+ messages)

[PATCH] [v2 netfilter-next] netfilter: nf_tables: fib warnings
 2016-10-28 23:26 UTC  (2+ messages)

[PATCH] lpfc: use %zd format string for size_t
 2016-10-28 23:16 UTC  (9+ messages)

[PATCH 1/6] Input: gpio_keys_polled - keep button data constant
 2016-10-28 23:14 UTC  (6+ messages)
` [PATCH 2/6] Input: gpio_keys_polled - always use gpiod_get_value_cansleep
` [PATCH 3/6] Input: gpio_keys - annotate PM methods as __maybe_unused
` [PATCH 4/6] Input: gpio_keys - fix leaking DT node references
` [PATCH 5/6] Input: gpio_keys - add support for GPIO descriptors
` [PATCH 6/6] Input: gpio_keys - switch to using generic device properties

Linux Foundation Technical Advisory Board Elections updates and location
 2016-10-28 23:13 UTC  (2+ messages)

[PATCH] usb: gadget: mv_u3d: add check for dma mapping error
 2016-10-28 23:12 UTC 

[RFC PATCH] kbuild: add -fno-PIE
 2016-10-28 23:00 UTC  (11+ messages)

[PATCH 1/2] block: immediately dispatch big size request
 2016-10-28 22:52 UTC  (2+ messages)
` [PATCH 2/2] blk-mq: "

[PATCH] Staging: ks7010: ks7010_stio: Fixed several coding style issues
 2016-10-28 22:23 UTC  (2+ messages)

[RFC PATCH] NFSv4: replace seqcount_t with a seqlock_t
 2016-10-28 22:24 UTC  (5+ messages)
` [lkp] [NFSv4] 931437ee2c: BUG: sleeping function called from invalid context at mm/slab.h:393
` [PATCH v2] NFSv4: replace seqcount_t with a seqlock_t

[PATCH] ubifs: Fix regression in ubifs_readdir()
 2016-10-28 22:23 UTC  (4+ messages)

[PATCH] ipc/sem: ensure we left shift a ULL rather than a 32 bit integer
 2016-10-28 22:15 UTC  (2+ messages)

[RFC][PATCH] arm64: Add support for CONFIG_DEBUG_VIRTUAL
 2016-10-28 22:07 UTC  (4+ messages)

[PATCH v6 00/10] Intel Cache Allocation Technology
 2016-10-28 22:04 UTC  (11+ messages)
` [PATCH v6 01/10] Documentation, x86: Documentation for Intel resource allocation user interface
` [PATCH v6 02/10] x86/intel_rdt: Build structures for each resource based on cache topology
` [PATCH v6 03/10] x86/intel_rdt: Add basic resctrl filesystem support
` [PATCH v6 04/10] x86/intel_rdt: Add "info" files to resctrl file system
` [PATCH v6 05/10] x86/intel_rdt: Add mkdir "
` [PATCH v6 06/10] x86/intel_rdt: Add cpus file
` [PATCH v6 07/10] x86/intel_rdt: Add tasks files
` [PATCH v6 08/10] x86/intel_rdt: Add schemata file
` [PATCH v6 09/10] x86/intel_rdt: Add scheduler hook
` [PATCH v6 10/10] MAINTAINERS: Add maintainer for Intel RDT resource allocation

[PATCH 0/5] KVM: x86: cleanup and minimal speedup for APICv
 2016-10-28 22:04 UTC  (9+ messages)
` [PATCH 1/5] KVM: x86: avoid atomic operations on APICv vmentry

[GIT PULL] Please pull powerpc/linux.git powerpc-4.9-4 tag
 2016-10-28 22:02 UTC 

[PATCH v2 0/4] Make input drivers y2038 safe
 2016-10-28 22:01 UTC  (8+ messages)
` [PATCH v2 3/4] input: Deprecate real timestamps beyond year 2106

[PATCH] device-dax: check devm_nsio_enable() return value
 2016-10-28 21:46 UTC 

[PATCH 0/3] trace-cmd record: add --cpu-list option
 2016-10-28 21:39 UTC  (7+ messages)
` [PATCH 3/3] "

BUGreport: fix minor infoleak in get_user_ex()
 2016-10-28 21:29 UTC  (5+ messages)
  ` [4.1 backport trouble] "

Crash in -next due to 'mm/vmalloc: replace opencoded 4-level page walkers'
 2016-10-28 21:26 UTC  (3+ messages)

[PATCH v2 3/5] fpga manager: Add cyclone-ps-spi driver for Altera FPGAs
 2016-10-28 21:05 UTC  (3+ messages)

[PATCH v2] of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible
 2016-10-28 21:15 UTC 

[PATCH v2 2/2] arm64: dts: hi6220: add resets property into dwmmc nodes
 2016-10-28 21:12 UTC  (11+ messages)

[PATCH] m68k: Fix ndelay() macro
 2016-10-28 21:08 UTC  (3+ messages)

[PATCH 0/3] ASoC: lpass-platform: Fixes and Cleanup
 2016-10-28 21:11 UTC  (4+ messages)
` [PATCH 2/3] ASoC: lpass-platform: Fix broken pcm data usage

[PATCH] Tools: hv: recover after hv_vss_daemon freeze times out
 2016-10-28 18:21 UTC  (2+ messages)

[PATCH v6 0/5] da8xx USB PHY platform devices and clocks
 2016-10-28 20:53 UTC  (7+ messages)
` [PATCH v6 4/5] ARM: DTS: da850: Add cfgchip syscon node

[PATCH v7] soc: qcom: add l2 cache perf events driver
 2016-10-28 20:50 UTC 

[PATCH V6 0/3] irqchip: qcom: Add IRQ combiner driver
 2016-10-28 20:48 UTC  (4+ messages)
` [PATCH V6 1/3] ACPI: Retry IRQ conversion if it failed previously
` [PATCH V6 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping
` [PATCH V6 3/3] irqchip: qcom: Add IRQ combiner driver

[PATCH v2] irqchip/bcm2836: Prevent spurious interrupts
 2016-10-28 19:55 UTC  (4+ messages)

[PATCH v3 0/5] mtd: use ONFI bad blocks per LUN to calculate UBI bad PEB limit
 2016-10-28 20:27 UTC  (6+ messages)
` [PATCH v3 1/5] mtd: introduce function max_bad_blocks
` [PATCH v3 2/5] mtd: ubi: use 'max_bad_blocks' to compute bad_peb_limit if available
` [PATCH v3 3/5] mtd: nand: Add bb_per_lun and blocks_per_lun fields to nand_chip
` [PATCH v3 4/5] mtd: nand: implement 'max_bad_blocks' mtd function
` [PATCH v3 5/5] mtd: nand: set bb_per_lun and blocks_per_lun for ONFI compliant chips

[PATCH] [rfc, netfilter-next] netfilter: nf_tables: fib warnings
 2016-10-28 20:23 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox