All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-07 20:44:13 to 2014-11-07 22:14:54 UTC [more...]

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2014-11-07 22:14 UTC 

[PATCH for-4.5 v3] EFI: Ignore EFI commandline, skip console setup when booted from GRUB
 2014-11-07 22:14 UTC 

[PATCH] ipvs: Keep skb->sk when allocating headroom on tunnel xmit
 2014-11-07 22:12 UTC  (4+ messages)

[U-Boot] [PATCH 0/8] *** iMX6 SabreSD SPL Support ***
 2014-11-07 22:12 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] kconfig: add SUPPORT_SPL
` [U-Boot] [PATCH 2/8] imx: add file in makefile
` [U-Boot] [PATCH 3/8] imx6: add spl on board configuration
` [U-Boot] [PATCH 4/8] imx6: add flexibility for defining stack address
` [U-Boot] [PATCH 5/8] mmc: imx: add spl_board_mmc_init
` [U-Boot] [PATCH 6/8] mx6: add SPL support in the header
` [U-Boot] [PATCH 7/8] imx: add configuration file for SPL
` [U-Boot] [PATCH 8/8] imx: SPL support for iMX6 SabreSD

[PATCHv4 0/5] Add Altera peripheral memories to EDAC framework
 2014-11-07 22:11 UTC  (11+ messages)
` [PATCHv4 1/5] arm: socfpga: Enable L2 Cache ECC on startup
` [PATCHv4 2/5] arm: socfpga: Enable OCRAM "

[PATCH 1/4] inet: Add skb_copy_datagram_iter
 2014-11-07 22:11 UTC  (6+ messages)

[PATCH 0/7] Security: Provide unioned file support
 2014-11-07 22:10 UTC  (16+ messages)
` [PATCH 1/7] Security: Provide copy-up security hooks for unioned files
` [PATCH 2/7] Overlayfs: Use copy-up security hooks
` [PATCH 3/7] SELinux: Stub in copy-up handling

[seabios test] 31430: regressions - FAIL
 2014-11-07 22:10 UTC 

[GIT PULL] xfs: fixes for 3.18-rc3
 2014-11-07 22:07 UTC  (2+ messages)

[PATCH v5 0/6] Add of-graph helpers to loop over endpoints and find ports by id
 2014-11-07 22:06 UTC  (3+ messages)
` [PATCH v5 1/6] of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint

[PATCH v1 0/5] Fixes for the pxa common clocks
 2014-11-07 22:05 UTC  (3+ messages)

[PATCH 0/2] blk-mq: switch from preempt_disable/enable to get/put_cpu
 2014-11-07 22:04 UTC  (3+ messages)
` [PATCH 1/2] blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed
` [PATCH 2/2] blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable

[PATCH v2 net-next 2/2] mlx4: use napi_complete_done()
 2014-11-07 22:00 UTC  (2+ messages)

[wireless-regdb] [ANN] wireless-regdb: master-2014-11-07
 2014-11-07 21:50 UTC  (2+ messages)
`  "

[PATCH net-next] net: gro: add a per device gro flush timer
 2014-11-07 22:00 UTC  (4+ messages)
  ` [PATCH v2 net-next 1/2] "

[U-Boot] [PATCH] test: ums: Add sleep before unmount directory
 2014-11-07 22:00 UTC  (7+ messages)
` [U-Boot] [PATCH v2] "

[PATCH net-next] rtnetlink: add babel protocol recognition
 2014-11-07 21:58 UTC  (2+ messages)

[PATCH] PM / Domains: Fix initial default state of the need_restore flag
 2014-11-07 21:57 UTC  (4+ messages)

[PATCH net-next] net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation feature mask
 2014-11-07 21:57 UTC  (2+ messages)

[PATCH 00/47] e2fsprogs November 2014 patchbomb
 2014-11-07 21:55 UTC  (47+ messages)
` [PATCH 01/47] tests: fix test scripts that don't work on non-Linux systems
` [PATCH 02/47] misc: fix compiler warnings and minor build errors
` [PATCH 03/47] dumpe2fs: don't crash when the user provides no block device argument
` [PATCH 04/47] libext2fs: fix endian handling error; reduce fragmentation some
` [PATCH 05/47] libext2fs: set BLOCK_UNINIT for non-last blockgroups if all blocks are free
` [PATCH 06/47] libext2fs: don't allow alloc_stats on bad inode/block numbers
` [PATCH 07/47] libext2fs: refactor extent head creation
` [PATCH 08/47] libext2fs: file IO routines should handle uninit blocks
` [PATCH 09/47] libext2fs: use a dynamically sized (or caller-provided) block zeroing buffer
` [PATCH 10/47] libext2fs: support BLKZEROOUT/FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks
` [PATCH 11/47] libext2fs: find inode goal when allocating blocks
` [PATCH 12/47] libext2fs: set interior tree block goal more intelligently
` [PATCH 13/47] libext2fs: add a way to check the theoretical maximum extent tree depth
` [PATCH 14/47] libext2fs: ext2fs_new_block2() should call alloc_block hook
` [PATCH 15/47] misc: don't allow mk_hugefiles unless the fs supports extents
` [PATCH 16/47] dumpe2fs: 80 column outputs, please
` [PATCH 17/47] dumpe2fs: output cleanup
` [PATCH 18/47] e2fsck: only complain about no-checksum directory blocks once
` [PATCH 19/47] e2fsck: don't complain about root dir csum failures when getting lnf
` [PATCH 20/47] tune2fs: warn if extents are not enabled when turning on metadata_csum
` [PATCH 21/47] tune2fs: enable uninit_bg when disabling metadata_csum
` [PATCH 22/47] tests: testcases for enabling/disabling metadata_csum via tune2fs
` [PATCH 23/47] mke2fs: don't zero inode table blocks that are already zeroed
` [PATCH 24/47] resize2fs: don't exit if shrinking sparse_super2 fs to one bg
` [PATCH 25/47] resize2fs: quickly rewrite extent blocks when moving an inode w/ metadata_csum
` [PATCH 26/47] resize2fs: use old_fs to detect per-bg metadata blocks to free
` [PATCH 27/47] resize2fs: don't interpret bitmap shift while crossing flexbg as raid stride
` [PATCH 28/47] resize2fs: set bg flags and unused inode count when resizing
` [PATCH 29/47] resize2fs: don't mark unallocated bg metadata blocks when fixing bg flags
` [PATCH 30/47] resize2fs: don't play stupid games with the block count
` [PATCH 31/47] libext2fs/e2fsck: provide routines to read-ahead metadata
` [PATCH 32/47] e2fsck: read-ahead metadata during passes 1, 2, and 4
` [PATCH 33/47] e2fsck: rebuild sparse extent trees/convert non-extent ext3 files
` [PATCH 34/47] tests: verify proper rebuilding of sparse extent trees and block map file conversion
` [PATCH 35/47] resize2fs: convert fs to and from 64bit mode
` [PATCH 36/47] tests: test resize2fs 32->64 and 64->32bit conversion code
` [PATCH 37/47] libext2fs: support allocating uninit blocks in bmap2()
` [PATCH 38/47] libext2fs: find/alloc a range of empty blocks
` [PATCH 39/47] libext2fs: add new hooks to support large allocations
` [PATCH 40/47] libext2fs: implement fallocate
` [PATCH 41/47] libext2fs: use fallocate for creating journals and hugefiles
` [PATCH 42/47] debugfs: implement fallocate
` [PATCH 43/47] tests: test debugfs punch command
` [PATCH 45/47] fuse2fs: translate ACL structures
` [PATCH 46/47] fuse2fs: handle 64-bit dates correctly
` [PATCH 47/47] fuse2fs: implement fallocate

[PATCH v3] mmc: add Toshiba PCI SD controller driver
 2014-11-07 21:54 UTC 

[PATCH] nfsd: convert nfs4_file searches to use RCU
 2014-11-07 21:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] Kernel Live Patching
 2014-11-07 21:54 UTC  (13+ messages)
` [PATCH 2/2] kernel: add support for live patching
  ` more patches for the same func: was "

[RFC][PATCH 00/12 v3] seq-buf/x86/printk: Print all stacks from NMI safely
 2014-11-07 21:49 UTC  (8+ messages)
` [RFC][PATCH 10/12 v3] seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF

Very slow throughput when using cdparanoia on two SATA CDROM drives with /dev/sr but not /dev/sg
 2014-11-07 21:37 UTC  (2+ messages)

[PATCH v9 00/12] Coresight framework and drivers
 2014-11-07 21:48 UTC  (8+ messages)
` [PATCH v9 01/12] coresight: add CoreSight core layer framework

post-receive: pub/scm/linux/kernel/git/linville/wireless-regdb
 2014-11-07 21:46 UTC 

[PATCH] Replace mentions of "list_struct" to "list_head"
 2014-11-07 21:41 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2014-11-07 21:38 UTC 

HMM (heterogeneous memory management) v5
 2014-11-07 21:37 UTC  (7+ messages)
` [PATCH 4/5] hmm: heterogeneous memory management v6
` [PATCH 5/5] hmm/dummy: dummy driver to showcase the hmm api v3

post-receive: pub/scm/linux/kernel/git/dgc/linux-xfs
 2014-11-07 21:36 UTC 

[PATCH] tty: serial: msm_serial: Use DT aliases
 2014-11-07 21:35 UTC  (6+ messages)

[PATCH] proc/smaps: add proportional size of anonymous page
 2014-11-07 21:34 UTC  (2+ messages)

[PATCH] Btrfs: make xattr replace operations atomic
 2014-11-07 21:34 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/dgc/linux-xfs
 2014-11-07 21:34 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-11-07 21:32 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-11-07 21:31 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2014-11-07 21:31 UTC 

wireless-regdb: Update regulatory rules for New Zealand (NZ) on 5GHz and 60 GHz [UNCLASSIFIED]
 2014-11-07 21:21 UTC  (3+ messages)
` [wireless-regdb] "

post-receive: pub/scm/linux/kernel/git/acme/linux
 2014-11-07 21:29 UTC 

hotplug thread issues
 2014-11-07 21:27 UTC  (5+ messages)
  ` [PATCH]: kthread: Fix memory ordering in __kthread_parkme

post-receive: pub/scm/linux/kernel/git/dgc/linux-xfs
 2014-11-07 21:26 UTC 

[Xenomai] I-pipe error when requesting irq that is on omap gpio
 2014-11-07 21:26 UTC  (6+ messages)

[RFC PATCH 0/7] lib/librte_vhost: Add vhost-user extension
 2014-11-07 21:25 UTC  (3+ messages)
` [RFC PATCH 7/7] lib/librte_vhost: Add vhost-user implementation

[Qemu-devel] [PATCH] kvm: Fix memory slot page alignment logic
 2014-11-07 21:24 UTC  (4+ messages)
`  "
` [Qemu-devel] [Qemu-ppc] "
  `  "

[PATCH v4 0/3] NFS: Add ALLOCATE and DEALLOCATE support
 2014-11-07 21:22 UTC  (5+ messages)
` [PATCH v4 2/3] nfsd: Add ALLOCATE support

post-receive: pub/scm/linux/kernel/git/linville/wireless-regdb
 2014-11-07 21:21 UTC 

[Qemu-devel] [PATCH] mips: Set the CP0.Config3.DSP and CP0.Config3.DSP2P bits
 2014-11-07 21:16 UTC  (8+ messages)

[patch net-next 00/10] introduce rocker switch driver with hardware accelerated datapath api - phase 1: bridge fdb offload
 2014-11-07 21:15 UTC  (4+ messages)
` [patch net-next 09/10] rocker: implement rocker ofdpa flow table manipulation
    ` [PATCH] checkpatch: Add --strict preference for #defines using BIT(foo)

kernel panic receiving flooded VXLAN traffic with OVS
 2014-11-07 21:13 UTC  (5+ messages)

[PATCH 2/6] drm/i915: use compute_config in set_config v3
 2014-11-07 21:11 UTC  (2+ messages)
` [PATCH] drm/i915: use compute_config in set_config v4

[PATCH v8] kernel, add panic_on_warn
 2014-11-07 21:09 UTC  (9+ messages)

[PATCH] i2c: mux: create "channel-n" symlinks for child segments
 2014-11-07 21:10 UTC  (2+ messages)

[PATCH] nfs: Add '--with-nss-modules' configure option to specify nss modules
 2014-11-07 21:09 UTC 

[PATCH] sparse: suppress an "using sizeof on a function" warning
 2014-11-07 21:07 UTC  (4+ messages)

[PATCH v13 3/7] KVM: x86: flush TLBs last before returning from KVM_GET_DIRTY_LOG
 2014-11-07 21:07 UTC  (8+ messages)

[PATCH] arm: dts: socfpga: enable watchdog for socfpga platform
 2014-11-07 21:05 UTC  (2+ messages)

[PATCH] l10n: de.po: translate 62 new messages
 2014-11-07 21:05 UTC 

absurdly high "optimal_io_size" on Seagate SAS disk
 2014-11-07 21:04 UTC  (13+ messages)

[U-Boot] [PATCH V4 1/3] usb: eth: fix Makefile
 2014-11-07 21:04 UTC  (2+ messages)

[PATCH v5 00/48] kernel: Add support for power-off handler call chain
 2014-11-07 21:00 UTC  (3+ messages)
` [PATCH v5 20/48] mfd: rn5t618: Register power-off handler with kernel power-off handler

[Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent
 2014-11-07 21:01 UTC  (3+ messages)

[wireless-regdb] [PATCH 1/1] wireless-regdb: Update rules for Australia (AU) to align with class licence
 2014-11-07 20:59 UTC  (2+ messages)

[PATCH 1/2] plugins/sixaxis: Add Sony Navigation Controller
 2014-11-07 21:00 UTC  (2+ messages)

post-receive: pub/scm/bluetooth/bluez
 2014-11-07 21:00 UTC 

[PATCH] ARM: at91: move sdramc/ddrsdr header to include/soc/at91
 2014-11-07 20:58 UTC  (2+ messages)

[PATCH] u-boot: update to version 2014.07
 2014-11-07 20:54 UTC  (6+ messages)

[PATCH v2 1/6] ib/mad: Add function to support format specifiers for node description
 2014-11-07 20:53 UTC  (3+ messages)

[PATCH] sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks
 2014-11-07 20:52 UTC  (3+ messages)

[PATCH v1 0/4] ACPI / LPSS: fix system hangup on BYT
 2014-11-07 20:46 UTC  (5+ messages)

[U-Boot] mpc85xx: inhibit bman portals by default
 2014-11-07 20:52 UTC 

[PATCH 0/3] arm/arm64: Add dirty page logging for ARMv8
 2014-11-07 20:51 UTC  (13+ messages)
` [PATCH 1/3] arm64: ARMv8 headers changes for dirty page logging
` [PATCH 2/3] arm64: Add HYP interface to flush VM Stage 1/2 TLB entires
` [PATCH 3/3] arm/arm64: Enable Dirty Page logging for ARMv8 move log read, tlb flush to generic code

[PATCH net-next] net: introduce SO_INCOMING_CPU
 2014-11-07 20:51 UTC 

soc-camera and focuser vcm devices
 2014-11-07 20:50 UTC  (3+ messages)

[PATCH] sparc64: Do irq_{enter,exit}() around generic_smp_call_function*()
 2014-11-07 20:50 UTC 

post-receive: pub/scm/linux/kernel/git/davem/sparc
 2014-11-07 20:49 UTC 

[dm-crypt] How can I write a passphrase hash to key file for plain dm-crypt ?
 2014-11-07 20:47 UTC  (3+ messages)

[PATCH v4 net-next] udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
 2014-11-07 20:46 UTC  (2+ messages)

[PATCH v13 4/7] arm: KVM: Add ARMv7 API to flush TLBs
 2014-11-07 20:46 UTC  (5+ messages)

pull request: wireless-next 2014-11-07
 2014-11-07 20:30 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.