summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'microblaze-3.14-rc3' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-02-113-1/+9
|\
| * microblaze: Fix a typo when disabling stack protectionEdgar E. Iglesias2014-02-101-1/+1
| * microblaze: Define readq and writeq IO helper functionMichal Simek2014-02-101-0/+6
| * microblaze: Fix missing HZ macroMichal Simek2014-02-101-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-02-113-2/+16
|\ \
| * | s390: fix kernel crash due to linkage stack instructionsMartin Schwidefsky2014-02-051-2/+5
| * | s390/dump: Fix dump memory detectionMichael Holzheu2014-02-041-0/+10
| * | s390/appldata: restore missing init_virt_timer()Gerald Schaefer2014-01-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-113-6/+6
|\ \ \
| * | | ARM: sunxi: dt: Convert to the new net compatiblesMaxime Ripard2014-02-073-6/+6
* | | | xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-112-4/+14
| |_|/ |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-0814-82/+123
|\ \ \
| * \ \ Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-071753-27077/+59393
| |\ \ \
| | * | | x86/efi: Allow mapping BGRT on x86-32Matt Fleming2014-02-061-4/+6
| * | | | x86, microcode, AMD: Unify valid container checksBorislav Petkov2014-02-061-14/+29
| * | | | x86: Fix the initialization of physnode_mapPetr Tesarik2014-02-021-0/+2
| * | | | x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava2014-01-311-1/+8
| * | | | x86/intel/mid: Fix X86_INTEL_MID dependenciesDavid Cohen2014-01-251-0/+1
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2014-01-25376-7819/+9389
| |\ \ \ \
| * | | | | arch/x86/mm/srat: Skip NUMA_NO_NODE while parsing SLITToshi Kani2014-01-251-3/+13
| * | | | | mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridgeMel Gorman2014-01-252-11/+4Star
| * | | | | x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman2014-01-251-1/+1
| * | | | | x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman2014-01-251-27/+1Star
| * | | | | x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman2014-01-251-6/+6
| * | | | | mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-253-12/+12
| * | | | | x86/AMD/NB: Fix amd_set_subcaches() parameter typeDan Carpenter2014-01-252-2/+2
| * | | | | x86/quirks: Add workaround for AMD F16h Erratum792Aravind Gopalakrishnan2014-01-251-0/+37
| * | | | | x86, doc, kconfig: Fix dud URL for Microcode dataAlan2014-01-201-3/+3
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-02-0719-66/+101
|\ \ \ \ \ \
| * | | | | | arm64: defconfig: Expand default enabled featuresMark Rutland2014-02-072-4/+15
| * | | | | | arm64: asm: remove redundant "cc" clobbersWill Deacon2014-02-074-25/+21Star
| * | | | | | arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-075-18/+35
| * | | | | | arm64: barriers: allow dsb macro to take option parameterWill Deacon2014-02-061-1/+1
| * | | | | | arm64: compat: Wire up new AArch32 syscallsCatalin Marinas2014-02-051-1/+4
| * | | | | | arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch2014-02-051-2/+2
| * | | | | | arm64: vdso: fix coarse clock handlingNathan Lynch2014-02-051-1/+6
| * | | | | | arm64: simplify pgd_allocMark Rutland2014-02-051-9/+2Star
| * | | | | | arm64: fix typo: s/SERRROR/SERROR/Mark Rutland2014-02-052-2/+2
| * | | | | | arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas2014-02-051-2/+10
| * | | | | | arm64: Align CMA sizes to PAGE_SIZELaura Abbott2014-02-051-0/+1
| * | | | | | arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale2014-02-051-0/+1
| * | | | | | arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-041-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-02-077-11/+24
|\ \ \ \ \ \
| * | | | | | MIPS: fpu.h: Fix build when CONFIG_BUG is not setAaro Koskinen2014-02-061-0/+2
| * | | | | | MIPS: Wire up sched_setattr/sched_getattr syscallsJames Hogan2014-02-045-6/+20
| * | | | | | MIPS: Alchemy: Fix DB1100 GPIO registrationManuel Lauss2014-02-041-5/+2Star
| |/ / / / /
* | | | | | arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...Tang Chen2014-02-061-8/+11
* | | | | | arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...Tang Chen2014-02-061-1/+1
* | | | | | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-063-5/+29
|\ \ \ \ \ \
| * | | | | | xen/pvh: set CR4 flags for APsMukesh Rathor2014-02-031-0/+12