First  |  Prev |  Next  |  Last
Pages: 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
kprobes: Update document about irq disabled state in kprobe handler
On Thu, Aug 05, 2010 at 09:35:05PM +0900, Masami Hiramatsu wrote: Update kprobes.txt about interrupts disabled state inside kprobes handlers, because optimized probe/boosted kretprobe run without disabling interrrupts on x86. Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt(a)hitachi.com> Cc: Anant... 5 Aug 2010 09:07
[PATCH 1/5] U6/U6715 ARM architecture files
Signed-off-by: Philippe Langlais <philippe.langlais(a)stericsson.com> --- arch/arm/Kconfig | 11 + arch/arm/Makefile | 2 + arch/arm/mach-u67xx/Kconfig | 12 + arch/arm/mach-u67xx/Makefile | 11 + arch/arm/mach... 5 Aug 2010 09:07
[PATCH 1/2] kprobes: Update document about irq disabled state in kprobe handler
Update kprobes.txt about interrupts disabled state inside kprobes handlers, because optimized probe/boosted kretprobe run without disabling interrrupts on x86. Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt(a)hitachi.com> Cc: Ananth N Mavinakayanahalli <ananth(a)in.ibm.com> Cc: linux-kernel(a)vger.kernel.org Cc... 5 Aug 2010 09:07
direct-io regression [Was: How to track down abysmal performance ata - raid1 - crypto - vg/lv - xfs]
On Thu, Aug 05, 2010 at 07:32:40AM -0400, Chris Mason wrote: On Thu, Aug 05, 2010 at 11:31:00AM +0200, Dominik Brodowski wrote: Hey, when attempting to track down insufficient I/O performance, I found the following reression relating to direct-io on my notebook, where an ata device, which c... 5 Aug 2010 09:07
[PATCH 5/5] U6715 16550A serial driver support
UART Features extract from STEricsson U6715 data-sheet (arm926 SoC for mobile phone): * Fully compatible with industry standard 16C550 and 16C450 from various manufacturers * RX and TX 64 byte FIFO reduces CPU interrupts * Full double buffering * Modem control signals include CTS, RTS, (and DSR, DTR on UART1 only)... 5 Aug 2010 09:07
[PATCH] timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs
The tv_nsec is a long and when added to the shift value it can wrap and become negative which later causes looping problems in the getrawmonotonic(). The edge case occurs when the system has slept for a short period of time of ~2 seconds. A trace printk of the values in this patch illustrate the problem: ftra... 5 Aug 2010 09:07
[PATCHv2] fixed resource leak in scripts/mod/modpost.c
Patch modified for released 2.6.35 kernel. sec2annotation returns malloc'ed buffer directly to printf as an argument. Patch lets free this buffer after printing. ... 5 Aug 2010 09:07
lp3971: remove unnecessary ret value checking in lp3971_i2c_write()
On Thu, Aug 05, 2010 at 11:40:38AM +0800, Axel Lin wrote: i2c_smbus_write_byte_data() returns zero or negative value, therefore no need to check if ret is greater than zero or not. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> but can I once mor... 5 Aug 2010 09:07
lp3971: remove redundant checking for count in lp3971_i2c_read()
On Thu, Aug 05, 2010 at 11:42:53AM +0800, Axel Lin wrote: We already check count value before calling i2c_smbus_read_byte_data(), no need to check it again. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> -- To unsubscribe from this list: send th... 5 Aug 2010 09:07
stop_machine: struct cpu_stopper, remove alignment padding on 64 bits
On Thu, 2010-08-05 at 12:11 +0100, Richard Kennedy wrote: Reorder elements in structure cpu_stopper to remove alignment padding on 64 bit builds, this shrinks its size from 40 to 32 bytes saving 8 bytes per cpu. Signed-off-by: Richard Kennedy <richard(a)rsk.demon.co.uk> Looks good to me. Tejun will you... 5 Aug 2010 08:02
First  |  Prev |  Next  |  Last
Pages: 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194