summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-077-47/+38
|\
| * tile: remove unneeded extra-y in MakefileMasahiro Yamada2017-06-301-1/+0
| * kbuild: thin archives make default for all archsNicholas Piggin2017-06-302-9/+1
| * x86/um: thin archives build fixNicholas Piggin2017-06-301-1/+1
| * tile: thin archives fix linkingNicholas Piggin2017-06-301-7/+7
| * ia64: thin archives fix linkingNicholas Piggin2017-06-301-6/+9
| * sh: thin archives fix linkingNicholas Piggin2017-06-301-8/+8
| * ia64: remove unneeded extra-y in Makefile.gateMasahiro Yamada2017-06-301-3/+1
| * tile: fix dependency and .*.cmd inclusion for incremental buildMasahiro Yamada2017-06-301-6/+5
| * sparc64: Use indirect calls in hamming weight stubsDavid S. Miller2017-06-301-8/+8
* | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-074-18/+34
|\ \
| * | x86/build: Specify stack alignment for clangMatthias Kaehlcke2017-06-251-5/+21
| * | x86/build: Use __cc-option for boot code compiler optionsMatthias Kaehlcke2017-06-251-4/+5
| * | kbuild: remove cc-option-alignMasahiro Yamada2017-06-251-4/+3
| * | kbuild: replace genhdr-y with generated-yMasahiro Yamada2017-06-222-6/+6
* | | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-07-075-5/+6
|\ \ \
| * | | openrisc: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-081-1/+0
| * | | openrisc: explicitly include linux/bug.h in asm/fixmap.hTobias Klauser2017-07-081-0/+1
| * | | openrisc: Switch to use export.h instead of module.hStafford Horne2017-05-153-3/+4
| * | | openrisc: Change toolchain from or32- to or1k-Stafford Horne2017-05-151-1/+1
* | | | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-07143-992/+3697
|\ \ \ \
| * | | | powerpc/Kconfig: Enable STRICT_KERNEL_RWX for some configsBalbir Singh2017-07-041-0/+2
| * | | | powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-042-2/+69
| * | | | powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-044-0/+56
| * | | | powerpc/vmlinux.lds: Align __init_begin to 16MBalbir Singh2017-07-031-2/+8
| * | | | powerpc/lib/code-patching: Use alternate map for patch_instruction()Balbir Singh2017-07-031-4/+167
| * | | | powerpc/xmon: Add patch_instruction() support for xmonBalbir Singh2017-07-031-2/+5
| * | | | powerpc/kprobes/optprobes: Use patch_instruction()Balbir Singh2017-07-031-21/+32
| * | | | powerpc/kprobes: Move kprobes over to patch_instruction()Balbir Singh2017-07-031-6/+2
| * | | | powerpc/mm/radix: Fix execute permissions for interrupt_vectorsBalbir Singh2017-07-031-1/+2
| * | | | powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()Balbir Singh2017-07-031-1/+10
| * | | | powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao2017-07-031-0/+4
| * | | | powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-033-13/+27
| * | | | powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao2017-07-031-1/+13
| * | | | powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao2017-07-031-3/+4
| * | | | powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao2017-07-031-12/+14
| * | | | powerpc/64s: Convert .L__replay_interrupt_return to a local labelNaveen N. Rao2017-07-031-2/+2
| * | | | powerpc64/elfv1: Only dereference function descriptor for non-text symbolsNaveen N. Rao2017-07-031-1/+9
| * | | | cxl: Export library to support IBM XSLChristophe Lombard2017-07-031-0/+1
| * | | | Merge branch 'fixes' into nextMichael Ellerman2017-07-0327-117/+289
| |\ \ \ \
| * | | | | powerpc/dts: Use #include "..." to include local DTMasahiro Yamada2017-07-033-3/+3
| * | | | | powerpc/perf/hv-24x7: Aggregate result elements on POWER9 SMT8Thiago Jung Bauermann2017-07-021-11/+42
| * | | | | powerpc/perf/hv-24x7: Support v2 of the hypervisor APIThiago Jung Bauermann2017-07-023-35/+160
| * | | | | powerpc/perf/hv-24x7: Minor improvementsThiago Jung Bauermann2017-07-022-6/+14
| * | | | | powerpc/perf/hv-24x7: Fix return value of hcallsThiago Jung Bauermann2017-07-021-15/+13
| * | | | | powerpc-perf/hx-24x7: Don't log failed hcall twiceThiago Jung Bauermann2017-07-021-23/+12
| * | | | | powerpc/perf/hv-24x7: Properly iterate through resultsThiago Jung Bauermann2017-07-021-9/+23
| * | | | | powerpc/perf/hv-24x7: Fix off-by-one error in request_buffer checkThiago Jung Bauermann2017-07-021-1/+5
| * | | | | powerpc/perf/hv-24x7: Fix passing of catalog version numberThiago Jung Bauermann2017-07-021-5/+5
| * | | | | powerpc/mm: Enable ZONE_DEVICE on powerpcOliver O'Halloran2017-07-021-0/+1