summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-283-1/+12
* ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-283-6/+6
* ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta2015-10-284-14/+8
* ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2015-10-283-3/+16
* ARC: remove @init_time, @init_irq platform callbacksVineet Gupta2015-10-283-14/+5
* ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta2015-10-282-9/+9
* ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta2015-10-285-29/+42
* ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta2015-10-172-43/+21
* ARC: boot log: decode more mmu config itemsVineet Gupta2015-10-172-7/+9
* ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-175-10/+11
* ARC: mm: compute TLB size as needed from ways * setsVineet Gupta2015-10-172-7/+6
* ARC: mm: MMU v1..v3 only selectable for ARCompact ISA based coresVineet Gupta2015-10-171-0/+4
* ARC: make write_aux_reg safer against macro substitutionVineet Gupta2015-10-171-1/+1
* ARC: [arcompact] entry.S: Elide extra check/branch in exception ret pathVineet Gupta2015-10-171-12/+6
* ARC: [arcompact] entry.S: Document preemption games for L2 intrVineet Gupta2015-10-171-1/+14
* ARC: [arcompact] entry.S: Improve early return from exceptionVineet Gupta2015-10-172-7/+8
* ARC: [arcompact] don't check for hard isr calling local_irq_enable()Vineet Gupta2015-10-172-69/+18
* ARCv2: mm: THP: flush_pmd_tlb_range make SMP safeVineet Gupta2015-10-172-2/+30
* ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimizationVineet Gupta2015-10-172-0/+24
* ARCv2: mm: THP: boot validation/reportingVineet Gupta2015-10-171-1/+7
* ARCv2: mm: THP supportVineet Gupta2015-10-176-6/+192
* ARC: mm: Introduce PTE_SPECIALVineet Gupta2015-10-091-2/+5
* ARC: mm: pte flags comsetic cleanups, commentsVineet Gupta2015-10-092-22/+17
* ARC: mm: switch pgtable_to to pte_t *Vineet Gupta2015-10-092-5/+5
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0422-29/+25
|\
| * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0821-0/+21
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
|\ \
| * | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| * | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| * | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| * | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| * | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
|\ \ \
| * | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| * | | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
| * | | x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3
| * | | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgentIngo Molnar2015-10-013-52/+55
| |\ \ \
| | * | | x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner2015-09-303-84/+55
| | * | | x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner2015-09-301-10/+42
| * | | | x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin2015-09-301-0/+2
| * | | | Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fixIngo Molnar2015-09-3073-365/+477
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov2015-09-301-5/+7