summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/vio: Use put_device() on device_register failureNishanth Aravamudan2010-10-131-2/+1
| * | | | powerpc/dma: Fix check for direct DMA supportNishanth Aravamudan2010-10-131-1/+1
| * | | | powerpc/dma: Fix dma_iommu_dma_supported compareNishanth Aravamudan2010-10-131-10/+11
| * | | | powerpc/pci: Fix return type of BUID_{HI,LO} macrosNishanth Aravamudan2010-10-131-2/+2
| * | | | powerpc/irq.c: Add of_node_put to avoid memory leakJulia Lawall2010-10-131-1/+3
| * | | | powerpc: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-132-3/+3
| * | | | powerpc: Use static const char arraysJoe Perches2010-10-132-3/+3
| * | | | powerpc/pseries: Partition migration in the kernelNathan Fontenot2010-10-132-1/+363
| * | | | powerpc/pseries: Export rtas_ibm_suspend_me()Nathan Fontenot2010-10-132-2/+3
| * | | | powerpc/pseries: Export device tree updating routinesNathan Fontenot2010-10-132-2/+11
| * | | | Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt2010-10-13231-1144/+1900
| |\ \ \ \
| | * | | | powerpc/ppc64e: Fix link problem when building ppc64e_defconfigKumar Gala2010-10-081-0/+7
| * | | | | powerpc/perf: Fix sampling enable for PPC970Paul Mackerras2010-09-231-0/+2
| * | | | | powerpc: mtmsrd not definedSean MacLennan2010-09-022-16/+28
| * | | | | powerpc: Fix incorrect .stabs entry for copy_32.SSean MacLennan2010-09-021-1/+1
| * | | | | powerpc/mm: Assume first cpu is boot_cpuid not 0Matthew McClintock2010-09-021-2/+4
| * | | | | powerpc: Wire up direct socket system callsIan Munsie2010-09-022-1/+39
| * | | | | powerpc/chrp/nvram.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-1/+3
| * | | | | powerpc/cell: Add of_node_put to avoid memory leakJulia Lawall2010-09-022-2/+6
| * | | | | powerpc/powermac/pfunc_core.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-3/+6
| * | | | | powerpc/maple: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-0/+1
| * | | | | powerpc/dart_iommu: Support for 64-bit iommu bypass window on PCIeBenjamin Herrenschmidt2010-09-021-10/+64
| * | | | | powerpc/dma: Add optional platform override of dma_set_mask()Benjamin Herrenschmidt2010-09-023-13/+22
| * | | | | powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov2010-09-027-12/+12
| * | | | | powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab2010-09-026-48/+26
| * | | | | powerpc/pseries: Re-enable dispatch trace log userspace interfacePaul Mackerras2010-09-023-41/+179
| * | | | | powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-0213-194/+290
| * | | | | powerpc: Dynamically allocate most lppaca structsPaul Mackerras2010-09-022-3/+69
| * | | | | powerpc: Abstract indexing of lppaca structsPaul Mackerras2010-09-027-18/+20
| * | | | | powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling2010-09-022-11/+9
| * | | | | powerpc: Check end of stack canary at oops timeAnton Blanchard2010-09-021-0/+6
| * | | | | powerpc: Feature nop out reservation clear when stcx checks addressAnton Blanchard2010-09-022-5/+31
| * | | | | powerpc: Add 64bit csum_and_copy_to_userAnton Blanchard2010-09-022-0/+40
| * | | | | powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_...Anton Blanchard2010-09-024-88/+276
| * | | | | powerpc: Optimise 64bit csum_partialAnton Blanchard2010-09-021-40/+153
* | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-2159-722/+881
|\ \ \ \ \ \
| * | | | | | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.SJeremy Fitzhardinge2010-10-142-1/+2
| * | | | | | xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge2010-10-133-8/+24
| * | | | | | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-125-17/+17
| * | | | | | Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-113-10/+10
| |\ \ \ \ \ \
| * | | | | | | memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge2010-10-111-0/+3
| * | | | | | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-08240-1178/+1962
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | memblock/arm: Fix memblock_region_is_memory() typoYinghai Lu2010-10-081-1/+1
| * | | | | | | x86, memblock: Remove __memblock_x86_find_in_range_size()Yinghai Lu2010-10-051-28/+11
| * | | | | | | x86-32, memblock: Make add_highpages honor early reserved rangesYinghai Lu2010-10-054-43/+33
| * | | | | | | x86, memblock: Fix crashkernel allocationYinghai Lu2010-10-051-4/+9
| * | | | | | | arm, memblock: Fix the sparsemem buildYinghai Lu2010-09-161-2/+1
| * | | | | | | powerpc, memblock: Fix memblock API change falloutYinghai Lu2010-09-111-1/+1
| * | | | | | | memblock, microblaze: Fix memblock API change falloutMichal Simek2010-09-111-5/+5
| * | | | | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-312289-372254/+99570
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud