summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-10-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-10-20arm64: remove pr_cont abuse from mem_initMark Rutland
2016-10-20arm64: fix show_regs fallout from KERN_CONT changesMark Rutland
2016-10-20arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-10-19Merge tag 'sh-for-4.9' of git://git.libc.org/linux-shLinus Torvalds
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon
2016-10-19arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon
2016-10-18sh: add earlycon support to j2_defconfigRich Felker
2016-10-18sh: add Kconfig option for J-Core SoC core driversRich Felker
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-10-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-10-18locking/rwsem/x86: Add stack frame dependency for ____down_write()Josh Poimboeuf
2016-10-17x86, pkeys: remove cruft from never-merged syscallsDave Hansen
2016-10-17arm64: sysreg: Fix use of XZR in write_sysreg_sWill Deacon
2016-10-17arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=yArd Biesheuvel
2016-10-17arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier
2016-10-17arm64: kernel: numa: fix ACPI boot cpu numa node mappingLorenzo Pieralisi
2016-10-17arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel
2016-10-17perf/x86/intel/uncore: Add Knights Mill CPUIDPiotr Luc
2016-10-17perf/x86/intel/rapl: Add Knights Mill CPUIDPiotr Luc
2016-10-17perf/x86/intel: Add Knights Mill CPUIDPiotr Luc
2016-10-17x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc
2016-10-16perf/x86/intel: Remove an inconsistent NULL checkDan Carpenter
2016-10-16Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar
2016-10-16x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov
2016-10-16kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-10-14Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle
2016-10-14x86: Remove duplicate rtit status MSR macroLongpeng(Mike)
2016-10-14x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li
2016-10-13sh: support CPU_J2 when compiler lacks -mj2Rich Felker