summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-083-0/+54
* kexec: support kexec/kdump on EFI systemsVivek Goyal2014-08-081-12/+134
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-086-16/+687
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-085-2/+406
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-0810-0/+160
* purgatory: core purgatory functionalityVivek Goyal2014-08-088-0/+305
* purgatory/sha256: provide implementation of sha256 in purgaotory contextVivek Goyal2014-08-082-0/+305
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-0/+45
* kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-081-0/+1
* kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal2014-08-081-0/+1
* shm: add memfd_create() syscallDavid Herrmann2014-08-082-0/+2
* arch/x86: replace strict_strto callsDaniel Walter2014-08-085-9/+9
* arch/powerpc: replace obsolete strict_strto* callsDaniel Walter2014-08-084-7/+7
* arch/arm/mach-w90x900/cpu.c: replace obsolete strict_strtoDaniel Walter2014-08-081-1/+2
* arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter2014-08-081-1/+1
* arch/arm/mach-pxa: replace strict_strto call with kstrtoDaniel Walter2014-08-082-2/+2
* arch/arm/mach-omap2: replace strict_strto* with kstrto*Daniel Walter2014-08-082-17/+7
* arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-0818-134/+41
* lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott2014-08-0814-47/+7
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-0824-56/+19
* proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-082-4/+4
* rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-081-15/+0
* Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-08-074-18/+28
|\
| * microblaze: Change libgcc-style functions from lib-y to obj-yDavid Holsgrove2014-07-181-11/+3
| * microblaze: Wire-up renameat2 syscallMichal Simek2014-07-092-0/+2
| * microblaze: Add syscall number commentMichal Simek2014-07-091-1/+1
| * microblaze: delay.h fix udelay and ndelay for 8 bit argsMichal Simek2014-07-091-6/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2014-08-071-3/+8
|\ \
| * | avr32: fix error return codeJulia Lawall2014-08-071-3/+8
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-07130-1800/+4296
|\ \ \
| * | | powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan2014-08-071-0/+1
| * | | powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_APIBenjamin Herrenschmidt2014-08-051-0/+4
| * | | powerpc: Reduce scariness of interrupt frames in stack tracesPaul Mackerras2014-08-051-1/+1
| * | | powerpc: start loop at section start of start in vmemmap_populated()Li Zhong2014-08-051-1/+2
| * | | powerpc: implement vmemmap_free()Li Zhong2014-08-051-21/+64
| * | | powerpc: implement vmemmap_remove_mapping() for BOOK3SLi Zhong2014-08-052-1/+23
| * | | powerpc: implement vmemmap_list_free()Li Zhong2014-08-051-10/+52
| * | | powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTEMadhusudanan Kandasamy2014-08-051-2/+3
| * | | powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.Mahesh Salgaonkar2014-08-051-12/+37
| * | | powerpc/book3s: handle HMIs for cpus in nap mode.Mahesh Salgaonkar2014-08-051-0/+32
| * | | powerpc/powernv: Invoke opal call to handle hmi.Mahesh Salgaonkar2014-08-056-7/+267
| * | | powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-0513-3/+139
| * | | powerpc/iommu: Fix comments with it_page_shiftAlexey Kardashevskiy2014-08-051-2/+2
| * | | powerpc/powernv: Handle compound PE in config accessorsGavin Shan2014-08-051-28/+59
| * | | powerpc/powernv: Handle compound PE for EEHGavin Shan2014-08-051-47/+78
| * | | powerpc/powernv: Handle compound PEGavin Shan2014-08-052-0/+146
| * | | powerpc/powernv: Split ioda_eeh_get_state()Gavin Shan2014-08-051-80/+104
| * | | powerpc/powernv: Allow to freeze PEGavin Shan2014-08-052-1/+9
| * | | powerpc/powernv: Enable M64 aperatus for PHB3Guo Chao2014-08-053-22/+307
| * | | powerpc/eeh: Aux PE data for error logGavin Shan2014-08-054-15/+58