summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-10-2019-120/+183
|\
| * arm64: remove pr_cont abuse from mem_initMark Rutland2016-10-201-13/+13
| * arm64: fix show_regs fallout from KERN_CONT changesMark Rutland2016-10-201-3/+12
| * arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel2016-10-201-1/+1
| * arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse2016-10-203-1/+16
| * arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse2016-10-201-0/+9
| * arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-206-9/+21
| * arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2016-10-202-12/+23
| * arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon2016-10-191-64/+56
| * arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon2016-10-191-14/+22
| * arm64: sysreg: Fix use of XZR in write_sysreg_sWill Deacon2016-10-171-1/+1
| * arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=yArd Biesheuvel2016-10-171-1/+1
| * arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier2016-10-171-1/+2
| * arm64: kernel: numa: fix ACPI boot cpu numa node mappingLorenzo Pieralisi2016-10-171-0/+1
| * arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel2016-10-171-0/+5
* | Merge tag 'sh-for-4.9' of git://git.libc.org/linux-shLinus Torvalds2016-10-193-1/+13
|\ \
| * | sh: add earlycon support to j2_defconfigRich Felker2016-10-181-0/+1
| * | sh: add Kconfig option for J-Core SoC core driversRich Felker2016-10-182-0/+11
| * | sh: support CPU_J2 when compiler lacks -mj2Rich Felker2016-10-131-1/+1
* | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-1920-48/+76
|\ \ \
| * | | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-1912-36/+64
| * | | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-193-7/+4
| * | | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-185-5/+8
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-187-3/+8
|\ \ \ \
| * | | | perf/x86/intel/uncore: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * | | | perf/x86/intel/rapl: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * | | | perf/x86/intel: Add Knights Mill CPUIDPiotr Luc2016-10-171-1/+2
| * | | | x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc2016-10-171-0/+1
| * | | | Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar2016-10-161802-31200/+44093
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams2016-10-161-1/+1
| * | | | x86: Remove duplicate rtit status MSR macroLongpeng(Mike)2016-10-141-1/+0
| * | | | x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li2016-10-141-0/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-183-6/+11
|\ \ \ \ \
| * | | | | perf/x86/intel: Remove an inconsistent NULL checkDan Carpenter2016-10-161-2/+2
| * | | | | kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-162-1/+5
| * | | | | kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov2016-10-161-3/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-10-181-2/+4
|\ \ \ \ \
| * | | | | locking/rwsem/x86: Add stack frame dependency for ____down_write()Josh Poimboeuf2016-10-181-2/+4
| |/ / / /
* / / / / x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0
|/ / / /
* | | | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-152-0/+23
|\ \ \ \
| * | | | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-102-0/+23
| | |_|/ | |/| |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-15210-3399/+4748
|\ \ \ \
| * | | | MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2016-10-121-1/+1
| * | | | MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan2016-10-111-2/+0
| * | | | MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan2016-10-111-1/+1
| * | | | MIPS: Enable hardened usercopyPaul Burton2016-10-102-0/+19
| * | | | MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton2016-10-0622-730/+152
| * | | | MIPS: generic: Introduce generic DT-based board supportPaul Burton2016-10-0622-1/+643
| * | | | MIPS: Support generating Flattened Image Trees (.itb)Paul Burton2016-10-062-1/+64
| * | | | MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0Paul Burton2016-10-063-7/+5