aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-07-16h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Geert Uytterhoeven1-1/+1
2017-07-16blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven2-4/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+19
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds21-406/+145
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds127-1771/+2206
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-82/+201
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-172/+320
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2017-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-12/+1
2017-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-75/+74
2017-07-14Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds14-31/+162
2017-07-14xtensa: use generic fb.hTobias Klauser2-12/+1
2017-07-14Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan4-19/+40
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li6-5/+13
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li5-10/+35
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li5-37/+51
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li4-13/+12
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds42-404/+370
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan4-6/+17
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek2-4/+3
2017-07-12x86/efi: move asmlinkage before return typeJoe Perches1-2/+2
2017-07-12sh: move inline before return typeJoe Perches1-1/+1
2017-07-12MIPS: SMP: move asmlinkage before return typeJoe Perches1-1/+1
2017-07-12m68k: coldfire: move inline before return typeJoe Perches1-2/+2
2017-07-12ia64: sn: pci: move inline before typeJoe Perches2-3/+3
2017-07-12ia64: move inline before return typeJoe Perches1-1/+1
2017-07-12FRV: tlbflush: move asmlinkage before return typeJoe Perches1-4/+4
2017-07-12CRIS: gpio: move inline before return typeJoe Perches1-2/+2
2017-07-12ARM: HP Jornada 7XX: move inline before return typeJoe Perches1-1/+1
2017-07-12ARM: KVM: move asmlinkage before typeJoe Perches1-4/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko3-3/+3
2017-07-12MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko1-1/+1
2017-07-12powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel1-9/+19
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-12x86/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-12sh64: ascii armor the sh64 boot init stack canaryRik van Riel1-0/+1
2017-07-12arm64: ascii armor the arm64 boot init stack canaryRik van Riel1-0/+1
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel1-0/+1
2017-07-12sh: mark end of BUG() implementation as unreachableKees Cook1-0/+1
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay9-1/+36
2017-07-12powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-07-12powerpc: don't fortify prom_initDaniel Axtens1-0/+3
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin9-25/+458
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin5-5/+26
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin7-10/+13
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-2/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang5-14/+4
2017-07-12KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan2-0/+25
2017-07-12KVM: SVM: Add Virtual VMLOAD VMSAVE feature definitionJanakarajan Natarajan1-0/+1
2017-07-12KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan2-6/+6
2017-07-12KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan2-2/+4
2017-07-12KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek1-26/+33
2017-07-12KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář1-0/+2
2017-07-12kvm: vmx: Properly handle machine check during VM-entryJim Mattson1-6/+9
2017-07-12KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář1-1/+7
2017-07-12kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson1-26/+34
2017-07-12kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson1-11/+6
2017-07-12kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson1-0/+16
2017-07-12kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson1-2/+2
2017-07-12powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman1-2/+2
2017-07-12powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard1-0/+13
2017-07-12powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard1-2/+4
2017-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-20/+57
2017-07-12powerpc/perf: Add POWER9 alternate PM_RUN_CYC and PM_RUN_INST_CMPL eventsAnton Blanchard2-0/+6
2017-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds6-6/+0
2017-07-11xtensa: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-9/+10
2017-07-11unicore32: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-29/+28
2017-07-11tile: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-19/+19
2017-07-11sparc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-1/+2
2017-07-11sh: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-19/+18
2017-07-11parisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-6/+5
2017-07-11openrisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-28/+28
2017-07-11nios2: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-24/+24
2017-07-11nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.hMasahiro Yamada2-23/+0
2017-07-11powerpc/perf: Fix SDAR_MODE value for continous sampling on Power9Madhavan Srinivasan1-2/+4
2017-07-11MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki1-1/+1
2017-07-11MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn1-1/+1
2017-07-11MIPS: generic: Support MIPS Boston development boardsPaul Burton5-0/+311
2017-07-11MIPS: DTS: img: Don't attempt to build-in all .dtb filesPaul Burton1-2/+1
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan1-0/+7
2017-07-11MIPS: Correct forced syscall errorsJames Hogan1-1/+1
2017-07-11MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-07-11MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS selectJames Hogan1-1/+0
2017-07-11MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki16-0/+16
2017-07-11MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki1-0/+1
2017-07-11spufs: Implement show_optionsDavid Howells1-3/+19
2017-07-11powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran1-1/+1
2017-07-11powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9Nicholas Piggin3-18/+67
2017-07-10s390: reduce ELF_ET_DYN_BASEKees Cook1-8/+7
2017-07-10powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+7
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-07-10arm: move ELF_ET_DYN_BASE to 4MBKees Cook1-6/+2
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook1-6/+7
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer4-32/+36
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-0/+1
2017-07-10ARM: fix rd_size declarationBart Van Assche1-2/+1
2017-07-10frv: cmpxchg: implement cmpxchg64()Will Deacon1-0/+1
2017-07-10frv: use generic fb.hTobias Klauser2-12/+1
2017-07-10frv: remove wrapper header for asm/device.hTobias Klauser2-7/+1
2017-07-10arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin1-7/+1
2017-07-10x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin1-6/+1
2017-07-10um: Correctly check for PTRACE_GETRESET/SETREGSETRichard Weinberger1-1/+1
2017-07-10um: v2: Use generic NOTES macroThomas Meyer1-1/+1
2017-07-10ARM/PCI: Fix pcibios_init_resource() struct pci_host_bridge leakLorenzo Pieralisi1-1/+1
2017-07-10KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exitsPaolo Bonzini1-1/+7
2017-07-10powerpc/mm/radix: Synchronize updates to the process tableBenjamin Herrenschmidt1-0/+8
2017-07-10powerpc/mm/radix: Properly clear process table entryBenjamin Herrenschmidt1-3/+9
2017-07-10powerpc/powernv: Tell OPAL about our MMU mode on POWER9Benjamin Herrenschmidt3-3/+36
2017-07-10powerpc/kexec: Fix radix to hash kexec due to IAMR/AMORBalbir Singh1-0/+12
2017-07-10microblaze: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-26/+24
2017-07-10metag: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-25/+25
2017-07-10m68k: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-12/+11
2017-07-10m32r: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-4/+3
2017-07-10ia64: remove redundant generic-y += kvm_para.h from asm/KbuildMasahiro Yamada1-2/+0
2017-07-10hexagon: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-23/+23
2017-07-10h8300: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-28/+28
2017-07-10cris: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-19/+19
2017-07-10c6x: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-27/+26
2017-07-10blackfin: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-23/+23
2017-07-10arc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-24/+24
2017-07-10ARM: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-16/+14
2017-07-10arm64: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-17/+16
2017-07-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-56/+65
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-81/+158
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-40/+19
2017-07-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-18/+181
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds23-492/+889
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao1-1/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-47/+38
2017-07-07Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-18/+34
2017-07-07Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds5-5/+6
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds143-992/+3697
2017-07-07Merge tag 'backlight-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds8-8/+8
2017-07-08openrisc: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski1-1/+0
2017-07-08openrisc: explicitly include linux/bug.h in asm/fixmap.hTobias Klauser1-0/+1
2017-07-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-5/+0
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-136/+165
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer1-1/+30
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer1-0/+10
2017-07-07um: stub-data.h: remove superfluous includeThomas Meyer1-2/+0
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer1-2/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds32-195/+134
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-556/+4
2017-07-06Merge branch 'misc.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-41/+40
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds7-7/+0
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-18/+2
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds51-336/+464
2017-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-18/+6
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-147/+259
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds63-562/+1855
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner3-2/+1
2017-07-06mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal1-1/+1
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal11-12/+20
2017-07-06arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper1-23/+14
2017-07-06arm64: hugetlb: refactor find_num_contig()Steve Capper1-9/+8
2017-07-06powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V3-2/+16
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V6-3/+14
2017-07-06powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V1-0/+5
2017-07-06powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V1-64/+0
2017-07-06powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V1-0/+43
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko6-12/+12
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko6-64/+7
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko6-6/+6
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying1-0/+1
2017-07-06tile: provide default ioremap declarationLogan Gunthorpe1-0/+11
2017-07-06mn10300: use generic fb.hTobias Klauser2-23/+1
2017-07-06mn10300: remove wrapper header for asm/device.hTobias Klauser2-1/+1
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-912/+284
2017-07-06video: adp8870: move header file out of I2C realmWolfram Sang1-1/+1
2017-07-06backlight: adp8860: Move header file out of I2C realmWolfram Sang1-1/+1
2017-07-05Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds44-207/+912
2017-07-05um: add dummy ioremap and iounmap functionsLogan Gunthorpe1-0/+17
2017-07-05um: Allow building and running on older hostsFlorian Fainelli2-4/+12
2017-07-05um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli3-16/+20
2017-07-05um: console: Ignore console= optionMasami Hiramatsu1-0/+3
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu8-24/+26
2017-07-05um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu2-0/+11
2017-07-05um: Use os_info for the messages on normal pathMasami Hiramatsu4-27/+28
2017-07-05um: Add os_info() for pre-boot information messagesMasami Hiramatsu2-0/+27
2017-07-05um: Use printk instead of printf in make_uml_dirMasami Hiramatsu1-4/+7
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-39/+14
2017-07-05parisc: ->mapping_errorChristoph Hellwig1-2/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds22-150/+172
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds15-248/+595
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-8/+50
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+5
2017-07-05crypto: sha1-ssse3 - Disable avx2Herbert Xu1-1/+1
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki1-2/+37
2017-07-05MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki4-0/+7
2017-07-05Merge branches 'fixes' and 'misc' into for-linusRussell King10-18/+181
2017-07-05x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableChen Yu3-7/+29
2017-07-05x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu4-26/+26
2017-07-05x86/boot/e820: Avoid overwriting e820_table_firmwareChen Yu1-2/+4
2017-07-05x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka3-16/+20
2017-07-05s390/syscalls: Fix out of bounds arguments accessJiri Olsa1-0/+6