First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
[PATCH 1/2] rtc: rtc-lpc32xx: Introduce RTC driver for the LPC32XX SoC
Hi Alessandro, Thanks for helping to review this. + + retval = request_irq(rtc->irq, lpc32xx_rtc_alarm_interrupt, + IRQF_DISABLED, "rtcalarm", rtc); + if (retval < 0) { + dev_err(&pdev->dev, "Can't request interrupt\n"); + goto err_free_irq; + } if the driver can w... 10 Aug 2010 16:54
[PATCH] staging: spectra needs <linux/slab.h>
On one of my m68k test builds I get: drivers/staging/spectra/ffsport.c: In function �ioctl_read_page_data�: drivers/staging/spectra/ffsport.c:196: error: implicit declaration of function �kmalloc� drivers/staging/spectra/ffsport.c:196: warning: assignment makes pointer from integer without a cast drivers/staging/... 10 Aug 2010 15:48
[git pull] m68k updates for 2.6.36
Hi Linus, Please pull to receive the m68k updates for 2.6.36. BTW, according to your comments for Jens, this time I did not rebase my for-linus branch on top of your tree-of-the-moment, but on top of v2.6.35. But I'm still wondering if this really is better? I never merge anything on my for-linus branch, and ... 10 Aug 2010 15:48
Linux 2.6.35.1
I'm announcing the release of the 2.6.35.1 kernel. All users of the 2.6.35 kernel series should upgrade. The updated 2.6.35.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35.y.git and can be browsed at the normal kernel.org git web browser: http://git... 10 Aug 2010 15:48
[PATCH 2/2] VMware balloon: export module version as module parameter
To allow external tools detect presence of the driver in the kernel when the driver is built in (as opposed to be compiled as a module) export driver version as a read-only module parameter. Signed-off-by: Dmitry Torokhov <dtor(a)vmware.com> --- drivers/misc/vmware_balloon.c | 14 +++++++++++++- 1 files change... 10 Aug 2010 15:48
Linux 2.6.34.3
I'm announcing the release of the 2.6.34.3 kernel. All users of the 2.6.34 kernel series should upgrade. The updated 2.6.34.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.34.y.git and can be browsed at the normal kernel.org git web browser: http://git... 10 Aug 2010 15:48
[PATCH 1/2] param: allow omitting set() methods for truly read-only params
Certain "parameters", such as acpica version and upcoming VMware Balloon version, are need to be purely read-only. They are exported as parameters so that they are visible in sysfs even in cases when the module is built directly into the kernel, but their values should be immutable. Specifying S_IRUGO takes care of... 10 Aug 2010 15:48
PATCH 3/6 - direct-io: do not merge logically non-contiguous requests
Christian Ehrhardt <ehrhardt(a)linux.vnet.ibm.com> writes: On 08/06/2010 02:03 PM, Christoph Hellwig wrote: Something is deeply wrong here. Raw block device access has a 1:1 mapping between logical and physical block numbers. They really should never be non-contiguous. At least I did nothing I kn... 10 Aug 2010 15:48
Linux 2.6.27.50
diff --git a/Documentation/accounting/.gitignore b/Documentation/accounting/.gitignore new file mode 100644 index 0000000..8648520 --- /dev/null +++ b/Documentation/accounting/.gitignore @@ -0,0 +1 @@ +getdelays diff --git a/Documentation/auxdisplay/.gitignore b/Documentation/auxdisplay/.gitignore new file mode... 10 Aug 2010 15:48
[PATCH] nfs: Add "lookupcache" to displayed mount options
Running "cat /proc/mounts" fails to display the "lookupcache" option. This oversight cost me a bunch of wasted time recently. The following simple patch fixes it. CC: stable <stable(a)kernel.org> Signed-off-by: Patrick LoPresti <lopresti(a)gmail.com> --- linux-2.6.35/fs/nfs/super.c~ 2010-08-01 15:11:14.000000000... 10 Aug 2010 14:42
First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85