summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pgt' (early part) into develRussell King2011-01-0615-332/+315
|\
| * ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King2010-12-225-42/+41
| * ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King2010-12-224-35/+34
| * ARM: pgtable: remove FIRST_USER_PGD_NRRussell King2010-12-222-7/+4
| * ARM: pgtable: use conventional page table code for identity mappingsRussell King2010-12-221-15/+31
| * ARM: pgtable: collect up identity mapping functionsRussell King2010-12-225-71/+56
| * ARM: pgtable: remove L2 cache flushes for SMP page table bring-upRussell King2010-12-221-2/+0
| * ARM: pgtable: switch order of Linux vs hardware page tablesRussell King2010-12-225-49/+41
| * ARM: pgtable: introduce pteval_t to represent a pte valueRussell King2010-11-265-25/+28
| * ARM: pgtable: use phys_addr_t for physical addressesRussell King2010-11-263-7/+10
| * ARM: pgtable: use pXd_none_or_clear_bad() in pgd_free()Russell King2010-11-261-13/+14
| * ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()Russell King2010-11-262-7/+4
| * ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King2010-11-262-12/+12
| * ARM: pgtable: group pte functions togetherRussell King2010-11-261-59/+51
| * ARM: pgtable: group pgd functions and data togetherRussell King2010-11-261-21/+23
| * ARM: pgtable: move pgprot functions to one placeRussell King2010-11-261-22/+21
* | Merge branch 'misc' into develRussell King2011-01-06147-1316/+1674
|\ \
| * \ Merge branch 'smp' into miscRussell King2011-01-061391-12331/+25581
| |\ \
| | * | ARM: TWD: enable one-shot modeRussell King2011-01-021-0/+1
| | * | ARM: 6539/1: ux500: remove unnecessary barrier from the secondary startupSrinidhi Kasagar2010-12-241-1/+0
| | * | ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplugRussell King2010-12-201-0/+1
| | * | ARM: SMP: split out software TLB maintainence broadcastingRussell King2010-12-203-127/+140
| | * | ARM: localtimer: clean up local timer on hot unplugRussell King2010-12-204-24/+18
| | * | ARM: CPU hotplug: fix hard-coded control register constantsRussell King2010-12-203-12/+12
| | * | ARM: CPU hotplug: add Versatile Express hotplug CPU supportRussell King2010-12-202-0/+129
| | * | ARM: CPU hotplug: fix reporting of spurious wakeupsRussell King2010-12-203-27/+33
| | * | ARM: smp: improve CPU bringup failure diagnosticsRussell King2010-12-201-9/+5
| | * | ARM: VFP: re-initialize VFP coprocessor access enables on CPU hotplugRussell King2010-12-201-1/+23
| | * | ARM: Fix subtle race in CPU pen_release hotplug codeRussell King2010-12-204-21/+60
| | * | ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin2010-12-204-9/+32
| | * | ARM: SMP: remove smp_mpidr.hRussell King2010-12-207-23/+0
| | * | ARM: CPU hotplug: ensure correct ordering of unplugRussell King2010-12-201-1/+3
| | * | ARM: CPU hotplug: remove bug checks in platform_cpu_die()Russell King2010-12-205-48/+0
| | * | ARM: CPU hotplug: move cpu_killed completion to core codeRussell King2010-12-206-35/+19
| | * | ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King2010-12-207-12/+1
| | * | ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-208-169/+83
| | * | ARM: SMP: get rid of references to poke_milo and MiloRussell King2010-12-202-39/+12
| | * | ARM: SMP: get rid of get_core_count()Russell King2010-12-203-26/+8
| | * | ARM: SMP: Clean up ncores sanity checksRussell King2010-12-206-33/+6
| | * | ARM: SMP: move CPU number sanity checks to smp_init_cpus()Russell King2010-12-203-33/+34
| | * | ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King2010-12-201-3/+15
| | * | ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King2010-12-201-17/+22
| | * | ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King2010-12-202-0/+23
| | * | ARM: SMP: provide individual IPI interrupt statisticsRussell King2010-12-203-7/+27
| | * | ARM: fix /proc/interrupts formattingRussell King2010-12-205-18/+23
| | * | ARM: SMP: move ipi_count into irq_stat structureRussell King2010-12-202-12/+5
| | * | ARM: SMP: provide accessors for irq_stat dataRussell King2010-12-202-2/+5
| | * | ARM: include local timer irq stats only when local timers configuredRussell King2010-12-203-12/+16
| | * | ARM: SMP: remove send_ipi_message()Russell King2010-12-201-13/+5
| | * | ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King2010-12-031-6/+0