aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08shm: add memfd_create() syscallDavid Herrmann2-0/+2
2014-08-08arch/x86: replace strict_strto callsDaniel Walter5-9/+9
2014-08-08arch/powerpc: replace obsolete strict_strto* callsDaniel Walter4-7/+7
2014-08-08arch/arm/mach-w90x900/cpu.c: replace obsolete strict_strtoDaniel Walter1-1/+2
2014-08-08arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter1-1/+1
2014-08-08arch/arm/mach-pxa: replace strict_strto call with kstrtoDaniel Walter2-2/+2
2014-08-08arch/arm/mach-omap2: replace strict_strto* with kstrto*Daniel Walter2-17/+7
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski18-134/+41
2014-08-08lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott14-47/+7
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott24-56/+19
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2-4/+4
2014-08-08rtc: ia64: allow other architectures to use EFI RTCMark Salter1-15/+0
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-18/+28
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds1-3/+8
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds130-1800/+4296
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds141-2652/+4905
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds14-216/+266
2014-08-07avr32: fix error return codeJulia Lawall1-3/+8
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds21-309/+48
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-5/+2
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds13-16/+13
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds40-48/+0
2014-08-06Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-0/+90
2014-08-07powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan1-0/+1
2014-08-06memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan1-2/+3
2014-08-06memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-1/+2
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-2/+2
2014-08-06PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim5-277/+14
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim1-0/+1
2014-08-06sh: fix build error by adding generic ioport_{map/unmap}()Pranith Kumar1-0/+11
2014-08-06sh: SH7724 clock fixesDaniel Palmer1-1/+3
2014-08-06arch/sh/kernel/time.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-06arch/sh/mm/asids-debugfs.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-06sh: remove CPU_SUBTYPE_SH7764Richard Weinberger3-6/+3
2014-08-06score, ptrace: remove unused macrosChen Gang1-11/+0
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds11-280/+390
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-25/+29
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds2-0/+2
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds10-6/+18
2014-08-06s390/locking: Reenable optimistic spinningChristian Borntraeger1-0/+1
2014-08-05sparc64: Fix up merge thinko.David S. Miller1-1/+0
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller68-233/+540
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-288/+92
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-133/+17
2014-08-05x86: MCE: Add raw_lock conversion againThomas Gleixner1-9/+9