[PATCH] Documentation: SubmittingDrivers: Resources
- Add additional location (Git) for the kernel master tree - Add reference to Git Project Signed-off-by: Abraham Arce <x0066660(a)ti.com> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- Documentation/SubmittingDrivers | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Document... 5 May 2010 04:57
take tu->qlock with irqs disabled
At Wed, 28 Apr 2010 10:29:14 +0200, Dan Carpenter wrote: We should disable irqs when we take the tu->qlock because it is used in the irq handler. The only place that doesn't is snd_timer_user_ccallback(). Most of the time snd_timer_user_ccallback() is called with interrupts disabled but the the first... 5 May 2010 04:57
mtd: nand: Extend NAND flash detection to new MLC chips
Hi, Kevin Cernekee a �crit : Some of the newer MLC devices have a 6-byte ID sequence in which several field definitions differ from older chips in a manner that is not backward compatible. For instance: Doesn't these nand support ONFI "Read Parameter Page" (cmd 0xec) ? If yes it will be a more generi... 5 May 2010 03:52
cpu_stop: implement and use cpu_stop, take#2
On 05/04/2010 08:52 PM, Peter Zijlstra wrote: On Tue, 2010-05-04 at 15:47 +0200, Tejun Heo wrote: Peter, if you ack the series, I'll add refresh the patches w/ your ACK and request pull into sched/core to Ingo. Acked-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Great, thank you. As soon as Pau... 5 May 2010 03:52
[PATCH v2 0/2] x86 FPU API
Currently all fpu accessors are wedded to task_struct. However kvm also uses the fpu in a different context. Introduce an FPU API, and replace the current uses with the new API. While this patchset is oriented towards deeper changes, as a first step it simlifies xsave for kvm. v2: eliminate useless padding... 5 May 2010 03:52
[git pull] Input updates for 2.6.34-rc6
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Nothing super exciting but owners of newer touchpads will get a bit happier. Changelog: ... 5 May 2010 03:52
[PATCH] Staging: Check kmalloc return value before use the buffer in ieee80211_softmac.c
Check kmalloc return value before use the buffer. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/stag... 5 May 2010 03:52
sst25l.c: remove unnecessary MTD_DEBUG_LEVEL2 messages
On Thu, 2010-04-29 at 17:52 -0500, H Hartley Sweeten wrote: All the SST25L series flash parts have uniform erase sectors. Remove the extra MTD_DEBUG_LEVEL2 messages showing the eraseregions info since they could never be shown. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: Davi... 5 May 2010 02:48
perf: add perf_event_task_migrate()
On Tue, May 04, 2010 at 02:38:35PM +0200, Tejun Heo wrote: Instead of calling perf_sw_event() directly from set_task_cpu(), implement perf_event_task_migrate() which takes the same arguments as trace_sched_migrate_task() and invokes perf_sw_event() is the task is really migrating (cur_cpu != new_cpu). This... 5 May 2010 06:02
[PATCHv2 1/2] mtd: nand: Extend NAND flash detection to new MLC chips
Some of the newer MLC devices have a 6-byte ID sequence in which several field definitions differ from older chips in a manner that is not backward compatible. For instance: Samsung K9GAG08U0M (5-byte sequence): ec d5 14 b6 74 4th byte, bits 1:0 encode the page size: 0=1KiB, 1=2KiB, 2=4KiB, 3=8KiB 4th byte, bit... 5 May 2010 00:38