All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-22 22:23:58 to 2015-01-22 23:47:25 UTC [more...]

[PATCH 00/16] PCI generic configuration space accessors
 2015-01-22 23:47 UTC  (6+ messages)

[PATCH] ASoC: ts3a227e: Remap keys to match Android headset specification
 2015-01-22 23:47 UTC 

[PATCH] Btrfs: fix setup_leaf_for_split() to avoid leaf corruption
 2015-01-22 23:46 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] package/infozip: fix LARGE_FILE_SUPPORT check
 2015-01-22 23:44 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] package/infozip: silent LFS warning
` [Buildroot] [PATCH 3/3] package/infozip: add hash file

[Buildroot] [PATCH] infozip: fix compilation with LARGE_FILE_SUPPORT
 2015-01-22 23:43 UTC  (3+ messages)

iw wlan0 set txpower ...does not work using rt2x00 drivers
 2015-01-22 23:36 UTC 

[Powertop] Powertop crashes with 'powertop --auto-tune'
 2015-01-22 23:43 UTC 

[PATCH] test: add git apply whitespace expansion tests
 2015-01-22 23:42 UTC  (8+ messages)
` [PATCH v2 0/4] apply --whitespace=fix buffer corruption fix
  ` [PATCH v2 1/4] apply.c: typofix
  ` [PATCH v2 2/4] apply: make update_pre_post_images() sanity check the given postlen
  ` [PATCH v2 3/4] apply: count the size of postimage correctly
  ` [PATCH v2 4/4] apply: detect and mark whitespace errors in context lines when fixing

[PATCH v4] media: au0828 - convert to use videobuf2
 2015-01-22 23:42 UTC 

[PATCH 1/3] connect.c: Improve parsing of literal IPV6 addresses
 2015-01-22 23:41 UTC  (4+ messages)

[PATCH] clk: ti: Drop use of clk-private.h
 2015-01-22 23:40 UTC 

[PATCH v5 00/51] Add Flexfile Layout Module
 2015-01-22 23:36 UTC  (52+ messages)
` [PATCH v5 01/51] pnfs: Prepare for flexfiles by pulling out common code
` [PATCH v5 02/51] pnfs: Do not grab the commit_info lock twice when rescheduling writes
` [PATCH v5 03/51] nfs41: pull data server cache from file layout to generic pnfs
` [PATCH v5 04/51] nfs41: pull decode_ds_addr "
` [PATCH v5 05/51] nfs41: pull nfs4_ds_connect "
` [PATCH v5 06/51] nfs41: allow LD to choose DS connection auth flavor
` [PATCH v5 07/51] nfs41: move file layout macros to generic pnfs
` [PATCH v5 08/51] nfsv3: introduce nfs3_set_ds_client
` [PATCH v5 09/51] nfs41: allow LD to choose DS connection version/minor_version
` [PATCH v5 10/51] nfs41: create NFSv3 DS connection if specified
` [PATCH v5 11/51] pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
` [PATCH v5 12/51] nfs: allow different protocol in nfs_initiate_commit
` [PATCH v5 13/51] nfs4: pass slot table to nfs40_setup_sequence
` [PATCH v5 14/51] nfs4: export nfs4_sequence_done
` [PATCH v5 15/51] nfs: allow to specify cred in nfs_initiate_pgio
` [PATCH v5 16/51] NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()
` [PATCH v5 17/51] sunrpc: add rpc_count_iostats_idx
` [PATCH v5 18/51] nfs: set hostname when creating nfsv3 ds connection
` [PATCH v5 19/51] nfs/flexclient: export pnfs_layoutcommit_inode
` [PATCH v5 20/51] nfs41: close a small race window when adding new layout to global list
` [PATCH v5 21/51] nfs41: serialize first layoutget of a file
` [PATCH v5 22/51] nfs: save server READ/WRITE/COMMIT status
` [PATCH v5 23/51] nfs41: pass iomode through layoutreturn args
` [PATCH v5 24/51] nfs41: make a helper function to send layoutreturn
` [PATCH v5 25/51] nfs41: add a helper to mark layout for return
` [PATCH v5 26/51] nfs41: don't use a layout if it is marked for returning
` [PATCH v5 27/51] nfs41: send layoutreturn in last put_lseg
` [PATCH v5 28/51] nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send
` [PATCH v5 29/51] nfs/filelayout: use pnfs_error_mark_layout_for_return
` [PATCH v5 30/51] nfs: introduce pg_cleanup op for pgio descriptors
` [PATCH v5 31/51] pnfs: release lseg in pnfs_generic_pg_cleanup
` [PATCH v5 32/51] nfs: handle overlapping reqs in lock_and_join
` [PATCH v5 33/51] nfs: rename pgio header ds_idx to ds_commit_idx
` [PATCH v5 34/51] pnfs: pass ds_commit_idx through the commit path
` [PATCH v5 35/51] nfs: add mirroring support to pgio layer
` [PATCH v5 36/51] nfs: mirroring support for direct io
` [PATCH v5 37/51] pnfs: fail comparison when bucket verifier not set
` [PATCH v5 38/51] nfs41: add a debug warning if we destroy an unempty layout
` [PATCH v5 39/51] nfs: only reset desc->pg_mirror_idx when mirroring is supported
` [PATCH v5 40/51] nfs: add nfs_pgio_current_mirror helper
` [PATCH v5 41/51] pnfs: allow LD to ask to resend read through pnfs
` [PATCH v5 42/51] nfs41: add range to layoutreturn args
` [PATCH v5 43/51] nfs41: allow async version layoutreturn
` [PATCH v5 44/51] nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE
` [PATCH v5 45/51] nfs/flexfiles: send layoutreturn before freeing lseg
` [PATCH v5 46/51] nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags
` [PATCH v5 47/51] nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
` [PATCH v5 48/51] nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET
` [PATCH v5 49/51] nfs: count DIO good bytes correctly with mirroring
` [PATCH v5 50/51] pnfs/flexfiles: Add the FlexFile Layout Driver
` [PATCH v5 51/51] pnfs: Update documentation on the Layout Drivers

Business Overture
 2015-01-22 23:37 UTC 

[PATCH] drm/udl: properly set active_16 flag in udl_crtc_page_flip()
 2015-01-22 23:34 UTC 

[PATCH] iio: imu: adis16400: Fix sign extension
 2015-01-22 23:34 UTC 

[Powertop] Powertop crashes with 'powertop --auto-tune'
 2015-01-22 23:32 UTC 

+ mincore-apply-page-table-walker-on-do_mincore.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ mm-proc-pid-clear_refs-avoid-split_huge_page.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ mempolicy-apply-page-table-walker-on-queue_pages_range.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ arch-powerpc-mm-subpage-protc-use-walk-vma-and-walk_page_vma.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ memcg-cleanup-preparation-for-page-table-walk.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ numa_maps-remove-numa_maps-vma.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ numa_maps-fix-typo-in-gather_hugetbl_stats.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ pagemap-use-walk-vma-instead-of-calling-find_vma.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ clear_refs-remove-clear_refs_private-vma-and-introduce-clear_refs_test_walk.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ smaps-remove-mem_size_stats-vma-and-use-walk_page_vma.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ pagewalk-add-walk_page_vma.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ pagewalk-improve-vma-handling.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ revert-mm-pagewalk-call-pte_hole-for-vm_pfnmap-during-walk_page_range.patch added to -mm tree
 2015-01-22 23:31 UTC 

+ mm-pagewalk-remove-pgd_entry-and-pud_entry.patch added to -mm tree
 2015-01-22 23:31 UTC 

[question] incremental backup a running vm
 2015-01-22 23:29 UTC  (4+ messages)
    ` [Qemu-devel] "

[PATCH 1/1] bridge: forward IPv6 fragmented packets when passing netfilter
 2015-01-22 23:27 UTC  (2+ messages)
` [PATCHv2 "

[PATCH v2 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS)
 2015-01-22 23:27 UTC  (7+ messages)

race between inode eviction with delegation and opening same file
 2015-01-22 23:25 UTC  (5+ messages)

Memstore issue on v0.91
 2015-01-22 23:25 UTC  (4+ messages)

All drive in Raid 5 are in 'spare' mode
 2015-01-22 23:23 UTC 

[PATCH] i2c-ocores: add common clock support
 2015-01-22 23:21 UTC  (11+ messages)

[PATCH] drm/exynos: IOMMU support should not be selectable by user
 2015-01-22 23:19 UTC  (2+ messages)

[PATCH] mm/slub: suppress BUG messages for kmem_cache_alloc/kmem_cache_free
 2015-01-22 23:19 UTC  (3+ messages)

[PATCH 1/2] drivers/hwmon/ad7314.c: Do proper sign extension
 2015-01-22 23:16 UTC  (8+ messages)
` [lm-sensors] "
` [PATCH 2/2] drivers/hwmon/adc128d818.c: "
  ` [lm-sensors] "

[patch] NVMe: return an error code if blk_mq_alloc_tag_set() fails
 2015-01-22 23:15 UTC  (6+ messages)

[PATCH] of: Empty node & property flag accessors when !OF
 2015-01-22 23:13 UTC  (3+ messages)

[f2fs-dev][PATCH 2/2] f2fs: enable recover_xattr_data to avoid cp when fsync after operating xattr
 2015-01-22 23:13 UTC  (8+ messages)

+ mm-gup-use-get_user_pages_unlocked-within-get_user_pages_fast.patch added to -mm tree
 2015-01-22 23:12 UTC 

+ mm-gup-use-get_user_pages_unlocked.patch added to -mm tree
 2015-01-22 23:12 UTC 

+ mm-gup-kvm-use-get_user_pages_unlocked.patch added to -mm tree
 2015-01-22 23:12 UTC 

+ mm-gup-add-get_user_pages_locked-and-get_user_pages_unlocked.patch added to -mm tree
 2015-01-22 23:12 UTC 

+ mm-gup-add-__get_user_pages_unlocked-to-customize-gup_flags.patch added to -mm tree
 2015-01-22 23:12 UTC 

[PATCHv2 5/5] refs.c: enable large transactions
 2015-01-22 23:11 UTC  (7+ messages)
` [RFC PATCH 0/5] So you dislike the sequence of system calls?
  ` [PATCH 1/5] fixup for "refs.c: enable large transactions"
  ` [PATCH 2/5] refs.c: remove unlock_ref from write_ref_sha1
  ` [PATCH 3/5] refs.c: move static functions to close and commit refs
  ` [PATCH 4/5] refs.c: remove committing the ref from write_ref_sha1
  ` [PATCH 5/5] refs.c: write values to lock files early for committing

[PATCH] staging: iio: ad2s1200: Fix sign extension
 2015-01-22 23:09 UTC 

[PATCH] i2c: Mark instantiated device nodes with OF_POPULATE
 2015-01-22 23:09 UTC  (5+ messages)

[PATCH net 0/2] net: marvell: Fix highmem support on non-TSO path
 2015-01-22 23:09 UTC  (9+ messages)

[Qemu-devel] [PATCH] fix QEMU build on Xen/ARM
 2015-01-22 23:06 UTC  (5+ messages)
  `  "

mmotm 2015-01-22-15-04 uploaded
 2015-01-22 23:05 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2015-01-22 23:05 UTC  (4+ messages)

mmotm 2015-01-22-15-04 uploaded
 2015-01-22 23:05 UTC 

[PATCH 0/1] pseudo 1.6.3
 2015-01-22 23:04 UTC  (4+ messages)
` [PATCH 1/1] pseudo_1.6.2.bb/pseudo_git.bb: Pseudo 1.6.3

+ rtc-s5m-terminate-s5m_rtc_id-array-with-empty-element.patch added to -mm tree
 2015-01-22 23:03 UTC 

kvms390 tree for Linux next
 2015-01-22 22:59 UTC  (4+ messages)

+ sparc32-fix-broken-set_pte.patch added to -mm tree
 2015-01-22 22:58 UTC 

[PATCH] x86: Re-enable IO-APIC for non-SMP X86_32
 2015-01-22 22:58 UTC 

[PATCH] Makefile: do not compile git with debugging symbols by default
 2015-01-22 22:55 UTC  (6+ messages)

[PATCH] drm/i915: Insert a command barrier on BLT/BSD cache flushes
 2015-01-22 22:41 UTC  (2+ messages)

[PATCH] ethernet: fm10k: Actually drop 4 bits
 2015-01-22 22:53 UTC 

[PATCH v2] drm/i915: Insert a command barrier on BLT/BSD cache flushes
 2015-01-22 22:45 UTC  (2+ messages)

[PATCH] x86: Re-enable IO-APIC for non-SMP X86_32
 2015-01-22 22:52 UTC  (3+ messages)

[PATCH] drivers: net: xgene: fix: Out of order descriptor bytes read
 2015-01-22 22:50 UTC  (3+ messages)

[PATCH v12 0/6] Per-user clock constraints
 2015-01-22 22:48 UTC  (7+ messages)
` [PATCH v12 3/6] clk: Make clk API return per-user struct clk instances
` [PATCH v12 4/6] clk: Add rate constraints to clocks

[PATCH] maintainers.inc: Update some items for Randy Witt
 2015-01-22 22:46 UTC 

[RFC v3 0/2] x86/xen: add xen hypercall preemption
 2015-01-22 22:44 UTC  (19+ messages)
` [RFC v3 1/2] x86/xen: add xen_is_preemptible_hypercall()
` [RFC v3 2/2] x86/xen: allow privcmd hypercalls to be preempted
  ` [Xen-devel] "

[PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id
 2015-01-22 22:43 UTC  (6+ messages)
` [RFC PATCH] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel

[PATCH v2 0/8] CR4 handling improvements
 2015-01-22 22:42 UTC  (4+ messages)

make config on cents 6.6 with 3.5 kernel and 4.7 gcc not finding config target
 2015-01-22 22:42 UTC 

[PATCH v3/resend 0/4] drivers: bus: Add Simple Power-Managed Bus
 2015-01-22 22:42 UTC  (5+ messages)
` [PATCH v3/resend 3/4] drivers: bus: Add Simple Power-Managed Bus DT Bindings

[PATCH] net: openvswitch: Support masked set actions
 2015-01-22 22:41 UTC  (2+ messages)
` [ovs-dev] "

Difference between target, cross, native and nativesdk
 2015-01-22 22:31 UTC  (7+ messages)

Fwd: [PATCH] arm64: Read reg property based on address-cells value
 2015-01-22 22:37 UTC  (2+ messages)

[PATCH v2 0/4] Add emev2 pinmux support
 2015-01-22 22:37 UTC  (4+ messages)
` [PATCH v2 2/4] sh-pfc: "

[PATCH v2 1/2] printk: Add dummy routine for when CONFIG_PRINTK=n
 2015-01-22 22:35 UTC  (6+ messages)
` [PATCH v2 2/2] powerpc/powernv: Skip registering log region "

[U-Boot] SPI driver convert to Driver Model
 2015-01-22 22:35 UTC 

[PATCH 1/3 V3] acpi:soc: merge common codes for creating platform device
 2015-01-22 22:57 UTC  (2+ messages)

[PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni
 2015-01-22 22:30 UTC  (6+ messages)

[PATCH v2] iio: imu: inv_mpu6050: client enumeration
 2015-01-22 22:31 UTC  (4+ messages)
` [PATCH v2] iio: imu: inv_mpu6050: Create mux clients for ACPI

[PATCH] MODSIGN: /proc/keys is not unconditionally available
 2015-01-22 22:28 UTC  (3+ messages)

[U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support
 2015-01-22 22:29 UTC  (2+ messages)

conntrack GRE behaves differently in 3.17 / 3.18
 2015-01-22 22:28 UTC  (4+ messages)

[PATCH 00/13] ARM: dts: omap3-gta04: Various DT fixes
 2015-01-22 21:37 UTC  (3+ messages)
` [PATCH 06/13] ARM: dts: omap3-gta04: Enable power-off using twl4030

[RFC Patch 00/19] Improve ACPI resource parsing interfaces and data structures
 2015-01-22 22:50 UTC  (3+ messages)
` [RFC PATCH] ACPICA: Resources: Provide common part for struct acpi_resource_address structures

[PATCH v3 0/3] au0828 vb2 conversion
 2015-01-22 22:27 UTC  (6+ messages)
` [PATCH v3 2/3] media: au0828 - convert to use videobuf2

[PATCH v1 1/3] i2c: designware-pci: shrink dw_pci_controllers array
 2015-01-22 22:27 UTC  (4+ messages)

imx6 silent memory corruption
 2015-01-22 22:25 UTC  (2+ messages)

[PATCH v2 00/15] media: blackfin: bfin_capture enhancements
 2015-01-22 22:18 UTC  (5+ messages)
` [PATCH v2 10/15] media: blackfin: bfin_capture: return -ENODATA for *std calls
` [PATCH v2 12/15] media: blackfin: bfin_capture: add support for vidioc_create_bufs
` [PATCH v2 14/15] media: blackfin: bfin_capture: add support for VIDIOC_EXPBUF
` [PATCH v2 15/15] media: blackfin: bfin_capture: set v4l2 buffer sequence

[PATCH] transport-helper: do not request symbolic refs to remote helpers
 2015-01-22 22:24 UTC  (8+ messages)


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.