summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-10-30sparc64: Increase size of boot string to 1024 bytesDave Kleikamp1-1/+4
2014-10-30sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller3-26/+5
2014-10-30sparc64: sparse irqbob picco3-175/+342
2014-10-30sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller4-20/+28
2014-10-30sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller3-5/+16
2014-10-30sparc64: Use kernel page tables for vmemmap.David S. Miller3-56/+36
2014-10-30sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller7-374/+244
2014-10-30sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2-21/+37
2014-10-30sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2-11/+25
2014-10-30sparc64: Switch to 4-level page tables.David S. Miller6-10/+109
2014-10-30sparc64: T5 PMUbob picco5-5/+73
2014-10-30sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais1-0/+8
2014-10-30sparc64: support M6 and M7 for building CPU distribution mapAllen Pais1-0/+2
2014-10-30sparc64: correctly recognise M6 and M7 cpu typeAllen Pais3-0/+26
2014-10-30sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller1-2/+2
2014-10-30sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller1-1/+2
2014-10-30sparc64: Fix FPU register corruption with AES crypto offload.David S. Miller2-1/+21
2014-10-30sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller1-3/+4
2014-10-30sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller1-2/+2
2014-10-30sparc: Let memset return the address argumentAndreas Larsson1-4/+14
2014-10-30sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan4-26/+28
2014-10-30sparc64: find_node adjustmentbob picco1-1/+4
2014-10-30sparc64: Fix corrupted thread fault code.David S. Miller2-6/+6
2014-10-30sparc64: sun4v TLB error power off eventsbob picco4-20/+34
2014-10-30sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom1-2/+3
2014-10-30sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller3-3/+8
2014-10-30sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller1-1/+0
2014-10-30ARM: mvebu: Netgear RN102: Use Hardware BCH ECCklightspeed@killerwolves.net1-0/+4
2014-10-30ARM: mvebu: Netgear RN2120: Use Hardware BCH ECCArnaud Ebalard1-0/+4
2014-10-30ARM: mvebu: Netgear RN104: Use Hardware BCH ECCArnaud Ebalard1-0/+4
2014-10-30ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocksLudovic Desroches1-0/+1
2014-10-30ARM: at91: fix at91sam9263ek DT mmc pinmuxing settingsAndreas Henriksson1-0/+2
2014-10-30ARM: at91/dt: Fix typo regarding can0_clkDavid Dueck1-1/+1
2014-10-30arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky1-2/+2
2014-10-30powerpc/iommu/ddw: Fix endiannessAlexey Kardashevskiy1-23/+28
2014-10-30m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()Geert Uytterhoeven1-0/+6
2014-10-30x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2014-10-30KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2014-10-30kvm: fix potentially corrupt mmio cacheDavid Matlack1-8/+12
2014-10-30kvm: x86: fix stale mmio cache bugDavid Matlack3-6/+17
2014-10-09mm: per-thread vma cachingDavidlohr Bueso1-1/+3
2014-10-05ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variantsRajendra Nayak1-0/+6
2014-10-05perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas1-3/+9
2014-10-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-10-05parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-10-05powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman1-0/+4
2014-10-05powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman1-0/+1
2014-10-05powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2-1/+8
2014-10-05sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-10-05x86/kaslr: Avoid the setup_data area when picking locationKees Cook1-0/+15