First  |  Prev |  Next  |  Last
Pages: 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
[PATCH] trivial, document that div64_u64() is not precise on 32bit platforms
We have a bugreport which blames div64_u64() on 32bit platforms. However, the code obviously doesn't even try to pretend it can do the 64bit division precisely. If there is something in the high word of divisor, div64_u64() just shifts both arguments and throws out the low bits. Add a small comment to avoid th... 2 Aug 2010 12:33
[PATCH 5/6] arch/blackfin: Remove dead CONFIG_ADF702X
ADF702X doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/blackfin/mach-bf537/boards/stamp.c | 59 ------------------------------- 1 files changed, 0 insertions(+), 59 deletions(-) diff --... 2 Aug 2010 12:33
[PATCH 3/6] arch/blackfin: Remove CONFIG_MEM_GENERIC_BOARD
MEM_GENERIC_BOARD depends on GENERIC_BOARD, but this flag was removed in 4f25eb85d64640bc656e72917113a84701521b99, therefore all references to it from the source can be removed Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/blackfin/Kconfig | 5 ----- ar... 2 Aug 2010 12:33
[PATCH 6/6] arch/blackfin: Removing dead SND_BLACKFIN_AD183X
CONFIG_SND_BLACKFIN_AD183X doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/blackfin/mach-bf527/boards/cm_bf527.c | 18 ------------------ arch/blackfin/mach-bf527/boards/ezkit.c | 18... 2 Aug 2010 12:33
[PATCH 1/6] arch/blackfin: Remove config HIGHMEM
CONFIG_HIGHMEM can't be selected in blackfin, therefore all references to it can be removed from the arch/blackfin. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/blackfin/mm/init.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/blackfin/... 2 Aug 2010 12:33
[PATCH 2/6] arch/blackfin: Remove dead CONFIG_BF535
CONFIG_BF535 doesn't exist in Kconfig, therefore removing all references to it from the source. In the past[0] there was also removed code for this kind of CPU, reasoning, that it's not supported at all. [0] 986d6c1e05642edac81cb8cc99f36a26d16ef220 Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni... 2 Aug 2010 12:33
[GIT PULL] SWIOTLB features: separation of physical and virtual address translation for v2.6.36
Linus, Please include the following patches, located at this git tree: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git stable/swiotlb-0.8.3 in your new 2.6.36 branch. They have been reviewed, ack-ed, re-reviewed, tested and been brewing properly for 7 weeks in linux-next. These set of ... 2 Aug 2010 12:33
swiotlb: make io_tlb_overflow static
On Mon, Aug 02, 2010 at 11:48:06PM +0900, FUJITA Tomonori wrote: We don't need to export io_tlb_overflow_buffer. I'll remove io_tlb_overflow_buffer completely in the long term though. <nods> This can be applied to: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git = Fro... 2 Aug 2010 12:33
[PATCH 0/6] Removing dead code
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. I've been running a check on the blackfin sourcetree for config Items not defined in Kconfig and found many such cases. Sourcecode b... 2 Aug 2010 12:33
perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call
* Frederic Weisbecker (fweisbec(a)gmail.com) wrote: We use synchronize_sched() to ensure a tracepoint won't be called while/after we release the perf buffers it references. But the tracepoint API has its own API for that: tracepoint_synchronize_unregister(). Use it instead as it's self-explanatory and ... 2 Aug 2010 12:32
First  |  Prev |  Next  |  Last
Pages: 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256