Announce loop-AES-v3.4a file/swap crypto package
loop-AES changes since previous release: - Added faster (single thread) parallelized version Intel AES CBC encrypt, both 32 bit and 64 bit versions. - glue.c transfer functions re-write, better optimizations. - Added faster (single thread) parallelized version of MD5 for 64 bit amd64. - Requests sent to backing ... 11 Jun 2010 09:13
virtio: return ENOMEM on out of memory
On (Thu) Jun 10 2010 [18:16:11], Michael S. Tsirkin wrote: add_buf returns ring size on out of memory, this is not what devices expect. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> Acked-by: Amit Shah <amit.shah(a)redhat.com> Amit -- To unsubscribe from this list: send the line "unsubscribe l... 15 Jun 2010 01:06
drivers: staging: GPS protocol driver for wl128x
Alan, (slightly long mail warning..) as I mentioned before, the problem is how can I know which platform device's registration caused the tty_open to be called ? Background: [apart from the mail chain below...] A platform driver by name ST_0 allows registration of certain protocol driver like BT_0 to be register... 11 Jun 2010 09:13
smb380: accelerometer driver
On 06/11/10 11:59, Donggeun Kim wrote: This patch support driver for BOSCH SMB380 and BMA023. This driver will read x, y, z coordinate registers from the device and report the values to users through sysfs interface. Nack. This should not be in hwmon. Where to put it is a bit use dependent. Dmitry migh... 25 Jun 2010 04:25
[PATCH 2/2] kvm, ept: remove the default write bit
When ept enabled, current code set shadow_base_present_pte including the write bit, thus all pte entries have writabe bit, and it means guest os can always write to any mapped page (even VMM maps RO pages for the guest.) We always use get_user_pages(write=1), so this bad code does not cause any bad result curre... 11 Jun 2010 08:07
input: STMPE811 touch controller support
On Fri, Jun 11, 2010 at 12:13:15PM +0200, Luotao Fu wrote: +/* + * reference source: + * + * Set ref_sel = 0 for internal reference + * ref_sel = 1 for external reference + */ +static int ref_sel; +module_param(ref_sel, int, 0444); +MODULE_PARM_DESC(ref_sel, + "Set ADC reference sour... 11 Jun 2010 08:07
mfd: add STMPE811 core support
On 06/11/10 11:13, Luotao Fu wrote: Hi couple of really minor comments inline. Looks good to me, Acked-by: Jonathan Cameron<jic23(a)cam.ac.uk> STMPE811 is a multifunction device, which contains a GPIO controller, a Touchscreen controller, an ADC and a temperature sensor. This patch adds a core driver ... 15 Jun 2010 12:02
[PATCH] smb380: accelerometer driver
This patch support driver for BOSCH SMB380 and BMA023. This driver will read x, y, z coordinate registers from the device and report the values to users through sysfs interface. Signed-off-by: Donggeun Kim <dg77.kim(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/hwmon/Kconfi... 11 Jun 2010 07:02
drivers: regulator: add Maxim 8998 driver
On Fri, Jun 11, 2010 at 09:02:45AM +0200, Marek Szyprowski wrote: This patch adds voltage regulator driver for Maxim 8998 chip. This chip is used on Samsung Aquila and GONI boards. Overall this looks pretty good - some comments below, though. A few things in the code make it look like the driver should be... 21 Jun 2010 14:40
AT91: add new at91 chips in at91sam9g45 family
Le 10/05/2010 18:45, Nicolas Ferre : This is the basic support for at91sam9g46, at91sam9m10 and at91sam9m11. Those are just very basic cpu macros and clock definition. Signed-off-by: Patrice Vilchez <patrice.vilchez(a)atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre(a)atmel.com> Acked-by Andrew Vic... 11 Jun 2010 07:02