All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-29 06:26:25 to 2016-10-29 09:00:51 UTC [more...]

[PATCH v3.1 00/15] Initial PVHv2 Dom0 support
 2016-10-29  9:00 UTC  (15+ messages)
` [PATCH v3.1 01/15] xen/x86: remove XENFEAT_hvm_pirqs for PVHv2 guests
` [PATCH v3.1 02/15] xen/x86: fix return value of *_set_allocation functions
` [PATCH v3.1 03/15] xen/x86: allow calling {sh/hap}_set_allocation with the idle domain
` [PATCH v3.1 04/15] xen/x86: assert that local_events_need_delivery is not called by "
` [PATCH v3.1 05/15] x86/paging: introduce paging_set_allocation
` [PATCH v3.1 06/15] xen/x86: split the setup of Dom0 permissions to a function
` [PATCH v3.1 07/15] xen/x86: do the PCI scan unconditionally
` [PATCH v3.1 08/15] x86/vtd: fix mapping of RMRR regions
` [PATCH v3.1 09/15] xen/x86: allow the emulated APICs to be enabled for the hardware domain
` [PATCH v3.1 10/15] xen/x86: split Dom0 build into PV and PVHv2
` [PATCH v3.1 11/15] xen/mm: introduce a function to map large chunks of MMIO
` [PATCH v3.1 12/15] xen/x86: populate PVHv2 Dom0 physical memory map
` [PATCH v3.1 13/15] xen/x86: parse Dom0 kernel for PVHv2
` [PATCH v3.1 14/15] xen/x86: hack to setup PVHv2 Dom0 CPUs

[U-Boot] Patchwork breaks commit log format ?
 2016-10-29  8:58 UTC 

[PATCH] spi: fsl-espi: small fix to error path in fsl_espi_irq
 2016-10-29  8:53 UTC 

[PATCH 0/3] regulator: Send events on over current condition
 2016-10-29  8:50 UTC  (5+ messages)
` [RFC 1/3] regulator: core: Add over current changed event

[PATCH] cmake.bbclass: Exclude native sysroot from CMAKE_FIND_ROOT_PATH
 2016-10-29  8:47 UTC 

recovering failed raid5
 2016-10-29  8:46 UTC  (7+ messages)

[RFC][PATCH] arm64: Add support for CONFIG_DEBUG_VIRTUAL
 2016-10-29  8:39 UTC  (6+ messages)

[ANNOUNCE] Git v2.10.2
 2016-10-29  8:39 UTC  (2+ messages)

[PATCH 1/6] Input: gpio_keys_polled - keep button data constant
 2016-10-29  8:38 UTC  (3+ messages)
` [PATCH 5/6] Input: gpio_keys - add support for GPIO descriptors

[Qemu-devel] [PATCH 0/2] 680x0 mul and div instructions
 2016-10-29  8:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] target-m68k: add 64bit mull

pinctrl: mediatek: build failure if CONFIG_IRQ_DOMAIN is not set
 2016-10-29  8:36 UTC  (3+ messages)

[Buildroot] [PATCH] moarvm: bump to version 2016.10
 2016-10-29  8:35 UTC 

[PATCH v1 1/1] pinctrl: intel: merrifield: Add pin config group handlers
 2016-10-29  8:34 UTC  (2+ messages)

[Buildroot] [PATCH 0/2] fs: fix fakeroot issue with SElinux contexts
 2016-10-29  8:33 UTC  (4+ messages)
` [Buildroot] [PATCH 1/2] package/pseudo: new package
` [Buildroot] [PATCH 2/2] fs: use pseudo instead of fakeroot

[PATCH] pinctrl: generic: Parse pinmux init nodes if node status is okay
 2016-10-29  8:32 UTC  (2+ messages)

[PATCH] pinctrl: max77620: add OF dependency
 2016-10-29  8:30 UTC  (2+ messages)

[U-Boot] pull request: u-boot-uniphier/master
 2016-10-29  8:29 UTC 

[Buildroot] [Bug 9386] New: ubinize fails with or without custom config
 2016-10-29  8:28 UTC  (3+ messages)
` [Buildroot] [Bug 9386] "

[PATCH V2] pinctrl: qcom: Add msm8994 pinctrl driver
 2016-10-29  8:27 UTC  (2+ messages)

[Drbd-dev] [PATCH 00/60] block: support multipage bvec
 2016-10-29  8:08 UTC  (89+ messages)
` [Cluster-devel] "
`  "
` [PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
` [PATCH 02/60] block drivers: convert to bio_init_with_vec_table()
` [Drbd-dev] [PATCH 03/60] block: drbd: remove impossible failure handling
  `  "
` [PATCH 04/60] block: floppy: use bio_add_page()
` [PATCH 05/60] target: avoid to access .bi_vcnt directly
` [PATCH 06/60] bcache: debug: avoid to access .bi_io_vec 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 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 10/60] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 13/60] fs: logfs: remove unnecesary check
` [Drbd-dev] [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 25/60] block: pktcdvd: set NO_MP for pktcdvd request queue
` [PATCH 26/60] btrfs: set NO_MP for request queues behind BTRFS
` [PATCH 27/60] block: introduce BIO_SP_MAX_SECTORS
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [PATCH 29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT
` [PATCH 30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP
` [PATCH 31/60] block: introduce multipage/single page bvec helpers
` [PATCH 32/60] block: implement sp version of bvec iterator helpers
` [PATCH 33/60] block: introduce bio_for_each_segment_mp()
` [PATCH 34/60] block: introduce bio_clone_sp()
` [PATCH 35/60] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [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 39/60] bcache: debug: switch to bio_clone_sp()
` [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: "
  ` [Cluster-devel] "
` [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/2] Use CLOEXEC to avoid fd leaks
 2016-10-29  8:25 UTC  (18+ messages)
` [PATCH v3 2/3] sha1_file: open window into packfiles with O_CLOEXEC

[PATCH] video: ARM CLCD: fix Vexpress regression
 2016-10-29  8:23 UTC  (3+ messages)

kisskb: FAILED linus/axs101_defconfig/arcompact Sat Oct 29, 19:21
 2016-10-29  8:22 UTC 

[U-Boot] [PATCH 00/11] ARM: uniphier: UniPhier SoC code updates
 2016-10-29  8:18 UTC  (2+ messages)

[PATCH v2 0/6] add NS2 support to bgmac
 2016-10-29  8:18 UTC  (4+ messages)
` [PATCH v2 2/6] net: phy: broadcom: Add BCM54810 PHY entry

[U-Boot] [PATCH 1/2] ARM: uniphier: remove unneeded mdelay(1) in PLL setting function
 2016-10-29  8:18 UTC  (2+ messages)

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

[PATCH net-next] udp: do fwd memory scheduling on dequeue
 2016-10-29  8:17 UTC  (5+ messages)

891640410 linux-man
 2016-10-29  8:11 UTC 

couple questions about proper PACKAGECONFIG usage
 2016-10-29  8:08 UTC 

[Qemu-trivial] [PATCH] vl.c: move pidfile creation up
 2016-10-29  8:07 UTC  (2+ messages)
` [Qemu-devel] "

[B.A.T.M.A.N.] [PATCH 1/3] batman-adv: genetlink: no longer support using static family IDs
 2016-10-29  8:03 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: genetlink: statically initialize families
` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: genetlink: mark families as __ro_after_init

[qemu-mainline test] 101757: regressions - FAIL
 2016-10-29  7:57 UTC 

Let's do P4
 2016-10-29  7:53 UTC 

Kernel 4.8.4: INFO: task kworker/u16:8:289 blocked for more than 120 seconds
 2016-10-29  7:50 UTC  (10+ messages)

[RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted
 2016-10-29  7:38 UTC  (3+ 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)

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

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

[net-next 00/17][pull request] 40GbE Intel Wired LAN Driver Updates 2016-10-28
 2016-10-29  7:30 UTC  (18+ messages)
` [net-next 01/17] i40e: Fix client interaction
` [net-next 02/17] i40e: Rewrite Flow Director busy wait loop
` [net-next 03/17] i40e: Bit test mask correction
` [net-next 04/17] i40e: Remove unused function i40e_vsi_lookup
` [net-next 05/17] i40e: Drop code for unsupported flow types
` [net-next 06/17] i40e: reopen client after reset
` [net-next 07/17] i40e: group base mode VF offload flags
` [net-next 08/17] i40e/i40evf: fix interrupt affinity bug
` [net-next 09/17] i40e/i40evf: Changed version from 1.6.16 to 1.6.19
` [net-next 10/17] i40e: Make struct i40e_stats const
` [net-next 11/17] i40e: fix confusing dmesg info for ethtool -L option
` [net-next 12/17] i40e: Drop redundant Rx descriptor processing code
` [net-next 13/17] i40e: Fix for long link down notification time
` [net-next 14/17] i40e: Removal of workaround for simple MAC address filter deletion
` [net-next 15/17] i40e/i40evf: Changed version from 1.6.19 to 1.6.21
` [net-next 16/17] i40e: Fix bit logic error in failure case
` [net-next 17/17] i40e: Clean up handling of msglevel flags and debug parameter

[linux-4.1 baseline-only test] 67955: regressions - FAIL
 2016-10-29  7:20 UTC 

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Detect missing primaryif during tp_send as error
 2016-10-29  7:18 UTC 

[kernel-hardening] Expanding HARDENED_ATOMIC
 2016-10-29  7:13 UTC  (3+ messages)
` [kernel-hardening] "
  ` [kernel-hardening] "

[PATCHv2 00/36] Revamp the attr subsystem!
 2016-10-29  7:10 UTC  (4+ messages)
` [PATCHv2 27/36] attr: convert to new threadsafe API

[B.A.T.M.A.N.] [PATCH 1/6] batman-adv: use consume_skb for non-dropped packets
 2016-10-29  7:05 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH v3 0/2] batman-adv: hard interface removal fixes
 2016-10-29  6:55 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH v3 1/2] batman-adv: fix race conditions on interface removal

[RFD] match kernel and modules at run time
 2016-10-29  6:54 UTC 

[B.A.T.M.A.N.] [PATCH 00/17] pull request for net-next: batman-adv 2016-10-27
 2016-10-29  6:52 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 17/17] batman-adv: Avoid precedence issues in macros
      `  "

[Qemu-devel] [PATCH v4] This patch adds support for a new block device type called "vxhs"
 2016-10-29  6:47 UTC 

[xen-unstable test] 101756: regressions - FAIL
 2016-10-29  6:30 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-10-28
 2016-10-29  6:30 UTC 

[PATCH 00/12] of: Make drivers/of/resolver.c more readable
 2016-10-29  6:26 UTC  (9+ messages)
` [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


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.