First  |  Prev |  Next  |  Last
Pages: 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
usb gadget: don't save bind callback in struct usb_configuration
On Mon, 02 Aug 2010 20:27:46 +0200, Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> wrote: The bind function is only called at init time so there is no need to save a pointer to it in the driver struct. This is not entirely true. How about such wording: The bind function is often called only at init... 6 Aug 2010 04:59
pps: declare variables where they are used in switch
On Thu, Aug 05, 2010 at 01:06:39AM +0400, Alexander Gordeev wrote: Move variable declarations where they are used in pps_cdev_ioctl. Signed-off-by: Alexander Gordeev <lasaine(a)lvk.cs.msu.su> --- drivers/pps/pps.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/... 5 Aug 2010 05:53
block_dev: always serialize exclusive open attempts
On 2010-08-04 17:59, Tejun Heo wrote: bd_prepare_to_claim() incorrectly allowed multiple attempts for exclusive open to progress in parallel if the attempting holders are identical. This triggered BUG_ON() as reported in the following bug. https://bugzilla.kernel.org/show_bug.cgi?id=16393 __bd... 5 Aug 2010 05:53
usb gadget: don't save bind callback in struct usb_gadget_driver
On Mon, 02 Aug 2010 20:27:45 +0200, Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> wrote: diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c @@ -2045,7 +2045,6 @@ static void __exit udc_exit(void) } EXPORT_SYMBOL(usb_gadget_unregister_driver); -EXPORT_SYMBOL(usb_gadget_r... 5 Aug 2010 06:57
arm: R_ARM_REL32 relocation support
Olof Johansson writes: commit d0679c730395d0bde9a46939e7ba255b4ba7dd7c moved -fno-dwarf2-cfi-asm to be powerpc-only, causing R_ARM_REL32 to be used with some toolchains on ARM. Implement support for it to make modules work with more toolchains. Signed-off-by: Olof Johansson <olof(a)lixom.net> ... 5 Aug 2010 11:20
ACPI, APEI, ERST debug support
On Monday 02 August 2010 09:48:25 Huang Ying wrote: This patch adds debugging/testing support to ERST. A misc device is implemented to export raw ERST read/write/clear etc operations to user space. With this patch, we can add ERST testing support to linuxfirmwarekit ISO (linuxfirmwarekit.org) to verify the ... 12 Aug 2010 12:34
[tip:perf/core] perf: expose event__process function
Commit-ID: b83f920e179101a54721e5ab1d6c3edfb9d4bcbb Gitweb: http://git.kernel.org/tip/b83f920e179101a54721e5ab1d6c3edfb9d4bcbb Author: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> AuthorDate: Mon, 2 Aug 2010 18:08:51 +0530 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Wed, 4 Aug 2010... 5 Aug 2010 04:48
[tip:perf/core] tracing/kprobes: unregister_trace_probe needs to be called under mutex
Commit-ID: 9da79ab83ee33ddc1fdd0858fd3d70925a1bde99 Gitweb: http://git.kernel.org/tip/9da79ab83ee33ddc1fdd0858fd3d70925a1bde99 Author: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> AuthorDate: Wed, 30 Jun 2010 14:15:48 +0530 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Wed, 4 Aug 201... 5 Aug 2010 04:48
[tip:perf/core] perf events: Fix mmap offset determination
Commit-ID: b5a6325464b700c4bdac8799c495970516eed41c Gitweb: http://git.kernel.org/tip/b5a6325464b700c4bdac8799c495970516eed41c Author: Dave Martin <dave.martin(a)linaro.org> AuthorDate: Tue, 3 Aug 2010 12:48:35 +0100 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Wed, 4 Aug 2010 12:41:23... 5 Aug 2010 04:48
[GIT PULL] Performance events updates for v2.6.36
Linus, Please pull the latest perf-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf-core-for-linus Lots of updates. Note that it also includes the new generic soft/hard watchdog code and adds it for x86. Thanks, Ingo ------------------> Am�... 5 Aug 2010 04:48
First  |  Prev |  Next  |  Last
Pages: 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198