summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: sirf: enable support in multi_v7_defconfigArnd Bergmann2013-03-251-0/+6
* ARM: sirf: enable multiplatform supportArnd Bergmann2013-03-2513-173/+18
* ARM: sirf: use clocksource_of infrastructureArnd Bergmann2013-03-255-563/+11
* ARM: sirf: move debug-macro.S to include/debug/sirf.SArnd Bergmann2013-03-253-3/+27
* ARM: sirf: enable sparse IRQArnd Bergmann2013-03-253-17/+3
* ARM: sirf: move irq driver to drivers/irqchipArnd Bergmann2013-03-253-138/+2
* ARM: sirf: fix prima2 interrupt lookupArnd Bergmann2013-03-251-4/+2
* Merge branches 'prima2/soc' and 'clksrc/cleanup' into prima2/multiplatformArnd Bergmann2013-03-199-34/+17
|\
| * ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-119-34/+17
* | ARM/dts: prima2: add .dtsi for atlas6 and .dts for atla6-evb boardBarry Song2013-03-182-0/+746
* | arm: prima2: add new SiRFatlas6 machine in common boardBarry Song2013-03-182-1/+30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-093-0/+3
|\
| * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-033-0/+3
* | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-081-0/+1
|\ \
| * | alpha: boot: fix build breakage introduced by system.h disintegrationWill Deacon2013-03-081-0/+1
* | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-03-082-13/+32
|\ \ \
| * | | tile: properly use COMPAT_SYSCALL_DEFINExChris Metcalf2013-03-041-16/+19
| * | | tile: work around bug in the generic sys_llseekChris Metcalf2013-03-042-0/+16
| | |/ | |/|
* | | Merge tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-03-082-3/+1
|\ \ \ | |_|/ |/| |
| * | metag: Inhibit NUMA balancing.Paul Mundt2013-03-041-0/+1
| * | metag: remove SET_PERSONALITY()James Hogan2013-03-041-3/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-075-9/+36
|\ \
| * | x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
| * | x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-061-1/+15
| * | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-061-1/+3
| * | x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-061-3/+2
| * | x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-061-2/+8
| * | x86, smpboot: Remove unused variableBorislav Petkov2013-03-051-2/+1
| |/
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-0721-109/+178
|\ \
| * | ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Ivan Djelic2013-03-071-41/+44
| * | ARM: 7667/1: perf: Fix section mismatch on armpmu_init()Stephen Boyd2013-03-061-1/+1
| * | ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompre...Jonathan Austin2013-03-061-1/+1
| * | ARM: 7665/1: Wire up kcmp syscallCyrill Gorcunov2013-03-032-2/+2
| * | ARM: 7664/1: perf: remove erroneous semicolon from event initialisationChen Gang2013-03-031-1/+1
| * | ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bitWill Deacon2013-03-031-1/+1
| * | ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resumeDietmar Eggemann2013-03-031-1/+1
| * | ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon2013-03-034-1/+6
| * | ARM: 7660/1: tlb: add branch predictor maintenance operationsWill Deacon2013-03-032-6/+40
| * | ARM: 7659/1: mm: make mm->context.id an atomic64_t variableWill Deacon2013-03-034-14/+19
| * | ARM: 7658/1: mm: fix race updating mm->context.id on ASID rolloverWill Deacon2013-03-031-3/+3
| * | ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endianWill Deacon2013-03-031-4/+22
| * | ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmpShawn Guo2013-03-031-0/+4
| * | ARM: 7652/1: mm: fix missing use of 'asid' to get asid value from mm->context.idBen Dooks2013-03-031-1/+1
| * | ARM: 7642/1: netx: bump IRQ offset to 64Linus Walleij2013-03-032-33/+33
* | | powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
* | | powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
* | | powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling2013-03-051-1/+2
* | | powerpc: Wireup the kcmp syscall to sys_niTony Breeds2013-03-053-1/+3
* | | powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita2013-03-051-2/+0
* | | powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
OpenPOWER on IntegriCloud