summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-10-01[ARM] mm: enable sparsemem on clps7500 and RiscPCRussell King4-3/+35
2008-10-01[ARM] mm: finish ARM sparsemem supportRussell King1-29/+57
2008-10-01[ARM] mm: provide helpers for accessing membanksRussell King2-31/+39
2008-10-01[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.cRussell King3-21/+22
2008-10-01[ARM] mm: move validation of membanks to one placeRussell King3-12/+19
2008-09-30[ARM] 5272/1: remove conditional compilation in show_pte()Nicolas Pitre1-3/+2
2008-09-30[ARM] 5271/1: get rid of pages_to_mb()Nicolas Pitre1-5/+0
2008-09-30[ARM] 5269/1: ARMv7: Use -march=armv7-a as compiler flagCatalin Marinas1-1/+1
2008-09-30[ARM] dma: fix some comments in dma-mapping.hRussell King1-8/+7
2008-09-30[ARM] dma: don't touch cache on dma_*_for_cpu()Russell King2-11/+3
2008-09-29[ARM] dma: add validation of DMA paramsRussell King2-4/+15
2008-09-29[ARM] dma: coding style cleanupsRussell King2-88/+64
2008-09-29[ARM] dma: fix dmabounce dma_sync_xxx() implementationsRussell King2-101/+69
2008-09-29[ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx()Russell King2-98/+76
2008-09-29[ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King3-38/+31
2008-09-26[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King2-54/+16
2008-09-26[ARM] dma: provide a better dma_map_page() implementationRussell King2-1/+23
2008-09-25[ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King3-125/+115
2008-09-25[ARM] dma: rename consistent.c to dma-mapping.cRussell King2-2/+2
2008-09-25[ARM] Print details relevant to how we handle the cacheRussell King1-0/+9
2008-09-25[ARM] Introduce new bitmask based cache type macrosRussell King2-81/+59
2008-09-25[ARM] Remove cache type printksRussell King1-141/+1
2008-09-17[ARM] Fix IOP13xx build warningsRussell King1-19/+39
2008-09-09[ARM] Add -march=all to assembly file build in arch/arm/boot/compressedRussell King1-1/+1
2008-09-06[ARM] Convert asm/bitops.h to linux/bitops.hRussell King4-4/+4
2008-09-06[ARM] Convert asm/delay.h to linux/delay.hRussell King2-2/+2
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King278-306/+282
2008-09-06[ARM] Convert asm/uaccess.h to linux/uaccess.hRussell King14-15/+13
2008-09-06[ARM] clean up a load of old declarationsRussell King5-9/+3
2008-09-06[ARM] move initrd code from kernel/setup.c to mm/init.cRussell King2-39/+37
2008-09-06[ARM] sparse: quieten arch/arm/kernel/irq.cRussell King1-0/+4
2008-09-06[ARM] remove pc_pointer()Russell King5-14/+7
2008-09-05[ARM] sparse: fix several warningsRussell King6-38/+11
2008-09-01[ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functionsCatalin Marinas2-8/+4
2008-09-01[ARM] 5230/1: Replace post-indexed LDRT/STRT in uaccess.hCatalin Marinas1-5/+5
2008-09-01[ARM] 5232/1: Do not post-index STRT instruction in clear_user.SCatalin Marinas1-1/+1
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas58-50/+201
2008-09-01[ARM] 5222/1: Allow configuring user:kernel split via KconfigLennert Buytenhek4-33/+34
2008-09-01[ARM] 5221/1: fix ldm/stm emulation for kprobesNicolas Pitre1-2/+2
2008-09-01[ARM] 5211/2: fix a couple warnings from BUG() usageNicolas Pitre1-1/+1
2008-09-01[ARM] 5218/1: arm: improved futex supportMikael Pettersson1-3/+121
2008-09-01[ARM] 5206/1: remove kprobe_trap_handler() hackNicolas Pitre3-14/+4
2008-09-01[ARM] Update arch/arm/Kconfig for drivers/Kconfig changes, add cpuidleRussell King1-4/+14
2008-09-01[ARM] 5195/1: ARMv7 Oprofile supportJean PIHET7-0/+527
2008-09-01[ARM] cachetype: move definitions to separate headerRussell King7-90/+101
2008-09-01[ARM] cputype: separate definitions, use themRussell King17-111/+130
2008-08-26[x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512Linus Torvalds1-22/+8
2008-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-20/+139
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity1-1/+1
2008-08-25x86: fix cpufreq + sched_clock() regressionPeter Zijlstra1-1/+1