summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-1580-488/+84
|\
| * arm64: Removed unused variableRichard Weinberger2015-04-131-1/+0
| * sparc: Fix execution domain removalGuenter Roeck2015-04-121-7/+9
| * arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-1221-39/+0
| * arc: Remove signal translation and exec_domainRichard Weinberger2015-04-122-15/+1
| * xtensa: Remove signal translation and exec_domainRichard Weinberger2015-04-122-11/+2
| * xtensa: Autogenerate offsets in struct thread_infoRichard Weinberger2015-04-122-11/+8
| * x86: Remove signal translation and exec_domainRichard Weinberger2015-04-122-18/+1
| * unicore32: Remove signal translation and exec_domainRichard Weinberger2015-04-123-11/+0
| * um: Remove signal translation and exec_domainRichard Weinberger2015-04-122-9/+0
| * tile: Remove signal translation and exec_domainRichard Weinberger2015-04-123-18/+2
| * sparc: Remove signal translation and exec_domainRichard Weinberger2015-04-124-33/+23
| * sh: Remove signal translation and exec_domainRichard Weinberger2015-04-125-38/+6
| * s390: Remove signal translation and exec_domainRichard Weinberger2015-04-124-27/+4
| * mn10300: Remove signal translation and exec_domainRichard Weinberger2015-04-123-20/+4
| * microblaze: Remove signal translation and exec_domainRichard Weinberger2015-04-122-10/+1
| * m68k: Remove signal translation and exec_domainRichard Weinberger2015-04-122-14/+2
| * m32r: Remove signal translation and exec_domainRichard Weinberger2015-04-122-11/+3
| * m32r: Autogenerate offsets in struct thread_infoRichard Weinberger2015-04-124-13/+17
| * frv: Remove signal translation and exec_domainRichard Weinberger2015-04-124-20/+5
| * blackfin: Remove exec_domain usageRichard Weinberger2015-04-122-7/+1
| * blackfin: Autogenerate offsets in struct thread_infoRichard Weinberger2015-04-123-9/+7
| * arm64: Remove signal translation and exec_domainRichard Weinberger2015-04-123-10/+0
| * arm: Remove signal translation and exec_domainRichard Weinberger2015-04-124-20/+3
| * ia64: Remove Linux/x86 exec domain supportRichard Weinberger2015-04-121-25/+0
| * arm: Remove RISC OS personalityRichard Weinberger2015-04-124-106/+0
* | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-1556-1997/+246
|\ \
| * | um: Print minimum physical memory requirementThomas Meyer2015-04-131-6/+35
| * | um: Move uml_postsetup in the init_thread stackThomas Meyer2015-04-133-6/+12
| * | um: add a kmsg_dumperThomas Meyer2015-04-133-1/+46
| * | x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-04-131-1/+1
| * | um: Remove broken highmem supportRichard Weinberger2015-04-136-93/+1
| * | um: Remove broken SMP supportRichard Weinberger2015-04-1310-366/+2
| * | um: Remove SKAS3/4 supportRichard Weinberger2015-04-1318-814/+148
| * | um: Remove ppc cruftRichard Weinberger2015-04-1315-635/+0
| * | um: Remove ia64 cruftRichard Weinberger2015-04-136-70/+0
| * | um: Remove dead code from stacktraceRichard Weinberger2015-04-131-5/+1
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+0
|\ \ \
| * | | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0
| * | | Merge branch 'for-davem' into for-nextAl Viro2015-04-1266-359/+696
| |\ \ \
* | \ \ \ Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-04-156-8/+8
|\ \ \ \ \
| * | | | | kbuild: ia64: use $(src)/Makefile.gate rather than particular pathMasahiro Yamada2015-04-021-1/+1
| * | | | | kbuild: use relative path more to include MakefileMasahiro Yamada2015-04-024-6/+6
| * | | | | kbuild: use relative path to include MakefileMasahiro Yamada2015-04-022-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1568-1129/+10913
|\ \ \ \ \ \
| * | | | | | crypto: arm - workaround for building with old binutilsArd Biesheuvel2015-04-131-4/+15
| * | | | | | crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann2015-04-131-0/+1
| * | | | | | crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-176/+44
| * | | | | | crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-173/+50
| * | | | | | crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layerArd Biesheuvel2015-04-101-111/+28