All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-23 19:53:15 to 2014-12-23 21:50:03 UTC [more...]

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2014-12-23 21:50 UTC 

[PATCH 00/24] Clustered MD RAID1
 2014-12-23 21:47 UTC  (3+ messages)

[PATCH 1/2] audit: restore AUDIT_LOGINUID unset ABI
 2014-12-23 21:46 UTC  (10+ messages)
` [PATCH 2/2] audit: shrink audit_krule by using smaller bitfields

3.19rc1, extent_io.c:2193:13: warning: cast to pointer from integer of different size
 2014-12-23 21:46 UTC 

[PATCH 0/3] iio: frequency: Fix checkpatch warnings
 2014-12-23 21:46 UTC  (6+ messages)
` [PATCH 1/3] iio: frequency: Remove 'out of memory' message

[XFS updates] XFS development tree branch, for-next, updated. v3.19-rc1
 2014-12-23 21:45 UTC 

[Cocci] Dynamic construction of SmPL constraints
 2014-12-23 21:45 UTC  (4+ messages)

[nfs-utils PATCH] rpc.idmapd: Add a reference to nfsidmap(8) on the man page
 2014-12-23 21:44 UTC 

(no subject)
 2014-12-23 21:42 UTC 

[PATCH net-next 00/11] Time Counter fixes and improvements
 2014-12-23 21:42 UTC  (10+ messages)
` [PATCH net-next 01/11] time: move the timecounter/cyclecounter code into its own file
` [PATCH net-next 06/11] net: e1000e: convert to timecounter adjtime
` [PATCH net-next 07/11] net: igb: "
` [PATCH net-next 08/11] net: ixgbe: "

[PATCH v3 0/8] dm: add request-based blk-mq support
 2014-12-23 21:42 UTC  (10+ messages)

[XFS updates] XFS development tree branch, master, updated. v3.19-rc1
 2014-12-23 21:41 UTC 

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2014-12-23 21:41 UTC 

Regression: bug 85491: radeon 0000:01:00.0: Fatal error during GPU init
 2014-12-23 21:41 UTC  (11+ messages)

[PATCH] elfutils: Update PREFERRED_VERSION after upgrade
 2014-12-23 21:41 UTC 

[PULL] amdkfd-fixes
 2014-12-23 21:40 UTC 

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2014-12-23 21:39 UTC 

[PATCH] printk: add per console loglevel
 2014-12-23 21:37 UTC  (7+ messages)
` [PATCH 1/3] printk: Use a flag to indicate console-private loglevel
` [PATCH 2/3] netconsole: make loglevel configurable per target
` [PATCH 3/3] netconsole: New console flag to dump full log buffer

[PATCH 01/66] dvb-usb-v2: add pointer to 'struct usb_interface' for driver usage
 2014-12-23 20:49 UTC  (64+ messages)
` [PATCH 02/66] rtl2832: convert driver to I2C binding
` [PATCH 03/66] rtl28xxu: switch rtl2832 demod attach "
` [PATCH 04/66] rtl28xxu: change module unregister order
` [PATCH 05/66] rtl2830: convert driver to kernel I2C model
` [PATCH 06/66] rtl28xxu: use I2C binding for RTL2830 demod driver
` [PATCH 07/66] rtl2830: get rid of legacy DVB driver binding
` [PATCH 08/66] rtl2830: rename 'priv' to 'dev'
` [PATCH 09/66] rtl2830: carry pointer to I2C client for every function
` [PATCH 10/66] rtl2830: fix logging
` [PATCH 11/66] rtl2830: get rid of internal config data
` [PATCH 12/66] rtl2830: style related changes
` [PATCH 13/66] rtl2830: implement DVBv5 CNR statistic
` [PATCH 14/66] rtl2830: implement DVBv5 signal strength statistics
` [PATCH 15/66] rtl2830: implement DVBv5 BER statistic
` [PATCH 16/66] rtl2830: wrap DVBv5 signal strength to DVBv3
` [PATCH 17/66] rtl2830: wrap DVBv5 BER "
` [PATCH 18/66] rtl2830: wrap DVBv5 CNR to DVBv3 SNR
` [PATCH 19/66] rtl2830: implement PID filter
` [PATCH 20/66] rtl28xxu: add support for RTL2831U/RTL2830 "
` [PATCH 21/66] rtl2830: implement own I2C locking
` [PATCH 22/66] rtl2830: convert to regmap API
` [PATCH 23/66] rtl2832: add platform data callbacks for exported resources
` [PATCH 24/66] rtl28xxu: use rtl2832 demod callbacks accessing its resources
` [PATCH 25/66] rtl2832: remove exported resources
` [PATCH 26/66] rtl2832: rename driver state variable from 'priv' to 'dev'
` [PATCH 27/66] rtl2832: enhance / fix logging
` [PATCH 28/66] rtl2832: move all configuration to platform data struct
` [PATCH 29/66] rtl28xxu: use platform data config for rtl2832 demod
` [PATCH 30/66] rtl2832: convert to regmap API
` [PATCH 31/66] rtl2832: implement DVBv5 CNR statistic
` [PATCH 32/66] rtl2832: implement DVBv5 BER statistic
` [PATCH 33/66] rtl2832: wrap DVBv5 CNR to DVBv3 SNR
` [PATCH 34/66] rtl2832: wrap DVBv5 BER to DVBv3
` [PATCH 35/66] rtl2832: implement DVBv5 signal strength statistics
` [PATCH 36/66] rtl28xxu: use demod mux I2C adapter for every tuner
` [PATCH 37/66] rtl2832: drop FE i2c gate control support
` [PATCH 38/66] rtl2832: define more demod lock statuses
` [PATCH 39/66] rtl2832: implement PID filter
` [PATCH 40/66] rtl28xxu: add support for RTL2832U/RTL2832 "
` [PATCH 41/66] rtl2832: use regmap reg cache
` [PATCH 42/66] rtl2832: remove unneeded software reset from init()
` [PATCH 43/66] rtl2832: merge reg page as a part of reg address
` [PATCH 44/66] rtl2832: provide register IO callbacks
` [PATCH 45/66] rtl2832_sdr: rename state variable from 's' to 'dev'
` [PATCH 46/66] rtl2832_sdr: convert to platform driver
` [PATCH 47/66] rtl28xxu: switch SDR module "
` [PATCH 48/66] rtl28xxu: use master I2C adapter for slave demods
` [PATCH 49/66] rtl2832_sdr: fix logging
` [PATCH 50/66] rtl2832_sdr: cleanups
` [PATCH 51/66] rtl2832: cleanups and minor changes
` [PATCH 52/66] rtl2832: claim copyright and module author
` [PATCH 53/66] rtl2832: implement sleep
` [PATCH 55/66] rtl28xxu: simplify FE callback handling
` [PATCH 56/66] rtl28xxu: do not refcount rtl2832_sdr module
` [PATCH 57/66] rtl2832_sdr: refcount to rtl28xxu
` [PATCH 59/66] rtl28xxu: rename state variable 'priv' to 'dev'
` [PATCH 60/66] rtl28xxu: fix logging
` [PATCH 61/66] rtl28xxu: move usb buffers to state
` [PATCH 62/66] rtl28xxu: add heuristic to detect chip type
` [PATCH 63/66] rtl28xxu: merge chip type specific all callbacks
` [PATCH 64/66] rtl28xxu: merge rtl2831u and rtl2832u properties
` [PATCH 65/66] rtl28xxu: correct reg access routine name prefixes
` [PATCH 66/66] rtl2832: implement own lock for regmap

Ext4 tail merging?
 2014-12-23 21:34 UTC 

[PATCH] clocksource: sirf: Remove unused variable
 2014-12-23 21:33 UTC 

post-receive: pub/scm/linux/kernel/git/dgc/linux-xfs
 2014-12-23 21:33 UTC 

post-receive: pub/scm/linux/kernel/git/dgc/linux-xfs
 2014-12-23 21:32 UTC 

[PATCH 00/18] Introduce an internal API to interact with the fsck machinery
 2014-12-23 21:17 UTC  (18+ messages)
` [PATCH 16/18] fsck: support demoting errors to warnings

[bisected] KVM in 3.19-rc1 is completely broken
 2014-12-23 21:29 UTC  (5+ messages)

[PATCH 0/4] nvme-blkmq fixes
 2014-12-23 21:24 UTC  (15+ messages)

[meta-oe][PATCH] fedora-initscripts: Add new recipe
 2014-12-23 21:21 UTC  (2+ messages)

[GIT PULL] One more vdso fix for 3.19
 2014-12-23 21:19 UTC 

[Buildroot] [PATCH] system: run getty on boot console by default
 2014-12-23 21:18 UTC  (7+ messages)

Using separate initcall level for crypto subsystem
 2014-12-23 21:17 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/luto/linux
 2014-12-23 21:17 UTC 

Uncorrectable errors on RAID-1?
 2014-12-23 21:16 UTC  (3+ messages)

Can get the size of original bio from split bio?
 2014-12-23 21:15 UTC 

[PATCH 0/5] MIPS/crypto: MD5 for OCTEON
 2014-12-23 21:15 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/herbert/cryptodev-2.6
 2014-12-23 21:14 UTC 

[RFC/PATCHv2 0/5] Add support for Marvell's RD-DXBC2
 2014-12-23 21:13 UTC  (6+ messages)
` [RFC/PATCHv2 1/5] dtc: Use quotes to include header files
` [RFC/PATCHv2 2/5] ARM: mvebu: use dt_fixup to provide fallback for enable-method
` [RFC/PATCHv2 3/5] clk: mvebu: armada-xp: Support for 98DX4251
` [RFC/PATCHv2 4/5] ARM: mvebu: Initial support for rd-dxbc2
` [RFC/PATCHv2 5/5] ARM: mvebu: Custom smp_ops for 98DX4251

[Bug 87625] Radeon 7950 hangs for a bit when switching video to fullscreen mode in mplayer2
 2014-12-23 21:13 UTC  (4+ messages)

[PATCH] is_hfs_dotgit: loosen over-eager match of \u{..47}
 2014-12-23 21:12 UTC  (7+ messages)

full osdmaps in mon txns
 2014-12-23 21:10 UTC 

[PATCH v2 0/4] Add basic support for Mediatek MT8173 SoC
 2014-12-23 21:07 UTC  (6+ messages)
` [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile

post-receive: pub/scm/linux/kernel/git/luto/linux
 2014-12-23 21:05 UTC 

post-receive: pub/scm/linux/kernel/git/luto/linux
 2014-12-23 21:04 UTC 

[PATCH 0/8] ARM: Conexant Digicolor CX92755 SoC support
 2014-12-23 21:03 UTC  (9+ messages)
` [PATCH 2/8] ARM: digicolor: add low level debug support
` [PATCH 5/8] irqchip: Conexant CX92755 interrupts controller driver

[PATCH] dracut-functions.sh: avoid tokenizing ldconfig output with 'read'
 2014-12-23 21:03 UTC 

[patch 0/3] KVM: add option to advance tscdeadline hrtimer expiration (v6)
 2014-12-23 20:58 UTC  (4+ messages)
` [patch 1/3] KVM: x86: add method to test PIR bitmap vector
` [patch 2/3] KVM: x86: add option to advance tscdeadline hrtimer expiration
` [patch 3/3] KVM: x86: add tracepoint to wait_lapic_expire

[meta-qt5][dizzy][PATCH] adding qttranslations for 5.3.2
 2014-12-23 21:00 UTC  (2+ messages)

[RFC][PATCH RESEND] mm: vmalloc: remove ioremap align constraint
 2014-12-23 20:58 UTC  (2+ messages)

Kernel 3.17.x Attaching Keyspan 4-Port Serial to USB Adapter Causes Kernel Panic
 2014-12-23 20:57 UTC  (3+ messages)

[PATCH] btrfs: add regression test for remount with thread_pool resized
 2014-12-23 20:56 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] ASLRv3: randomize_va_space=3 preventing offset2lib attack
 2014-12-23 20:53 UTC  (14+ messages)

[Cocci] RFC - simple scanners and matching macros
 2014-12-23 20:53 UTC  (10+ messages)

[PATCH RESEND v4] sched/fair: Add advisory flag for borrowing a timeslice
 2014-12-23 20:47 UTC  (13+ messages)

[PATCH] media: i2c/adp1653: devicetree support for adp1653
 2014-12-23 20:49 UTC  (4+ messages)

[meta-oe][PATCH] log4cpp : Add new recipe
 2014-12-23 20:46 UTC 

[PATCH v5] usb: gadget: f_fs: add "no_disconnect" mode
 2014-12-23 20:47 UTC  (3+ messages)

[RFC/PATCH] extcon: otg_gpio: add driver for USB OTG port controlled by GPIO(s)
 2014-12-23 20:43 UTC  (5+ messages)

[PATCH] Bluetooth: Cancel the hci_request timeout if it received expected event
 2014-12-23 20:37 UTC  (4+ messages)

XFS corruption
 2014-12-23 20:36 UTC  (7+ messages)

Quota limit question
 2014-12-23 20:36 UTC  (2+ messages)

weird quota issue
 2014-12-23 20:35 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB
 2014-12-23 20:34 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] ARM: tegra: fix variable naming in query_sdram_size()
` [U-Boot] [PATCH 3/3] ARM: tegra: support large RAM sizes

[PATCH] PCIe: Designware: Do not allow config space through ranges
 2014-12-23 20:31 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/12] spapr: add support for pci hotplug
 2014-12-23 15:12 UTC  (9+ messages)
` [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

[PATCH v5 0/8] crypto: AF_ALG: add AEAD and RNG support
 2014-12-23 20:24 UTC  (6+ messages)
` [PATCH v5 3/8] crypto: AF_ALG: add AEAD support

[PATCH 00/17] net2280: Code cleanout, improve debug and remove broken param
 2014-12-23 20:20 UTC  (7+ messages)
` [PATCH 06/17] net2280: Remove restart_dma inline function definition

[DISCUSSION] USB device remote wakeup is not working for S3 case
 2014-12-23 20:19 UTC  (2+ messages)

usb: musb: Scheduling of interrupt endpoints
 2014-12-23 20:16 UTC  (3+ messages)

[U-Boot] [PATCH] buildman: Fix some typos in README
 2014-12-23 20:07 UTC  (2+ messages)

[Qemu-devel] [PATCH] scripts/qapi-types.py: Add dummy member to empty structs
 2014-12-23 20:04 UTC  (2+ messages)

[PATCH v6 0/4] Add support for parametrized events
 2014-12-23 19:59 UTC  (13+ messages)
` [PATCH v6 1/4] tools/perf: support parsing parameterized events
` [PATCH v6 3/4] perf Documentation: add event parameters

[PATCH] netlink/genetlink: pass network namespace to bind/unbind
 2014-12-23 20:00 UTC 

[U-Boot] [PATCH 0/4] i2c: UniPhier: add I2C drivers based on driver model
 2014-12-23 19:58 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] i2c: UniPhier: add driver for UniPhier i2c controller
` [U-Boot] [PATCH 2/4] i2c: UniPhier: add driver for UniPhier FIFO-builtin "

[PATCH 0/3] Fix MCE handling for AMD multi-node processors
 2014-12-23 19:41 UTC  (5+ messages)

[PATCH net] neigh: remove next ptr from struct neigh_table
 2014-12-23 19:57 UTC  (2+ messages)

[Buildroot] [PATCH] f2fs-tools: add big-endian fixes/patches from upstream
 2014-12-23 19:56 UTC  (2+ messages)

[Buildroot] [git commit] f2fs-tools: add big-endian fixes/patches from upstream
 2014-12-23 19:55 UTC 

[Buildroot] [PATCH] ts5x00: remember to set the active flag
 2014-12-23 19:55 UTC  (2+ messages)

[Buildroot] [git commit] ts5x00: remember to set the active flag
 2014-12-23 19:54 UTC 

[PATCH v2] genetlink: pass multicast bind/unbind to families
 2014-12-23 19:54 UTC 

Announcing Git for Windows 1.9.5
 2014-12-23 19:54 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] xdriver_xf86-video-intel: Bump version to 2.99.917
 2014-12-23 19:53 UTC  (2+ messages)

[Buildroot] [git commit] xdriver_xf86-video-intel: Bump version to 2.99.917
 2014-12-23 19:53 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.