summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* affs ->d_compare(): don't bother with ->d_inodeAl Viro2016-07-292-5/+3
* fold _d_rehash() and __d_rehash() togetherAl Viro2016-07-291-23/+11
* fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro2016-07-291-15/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2016-07-294-5/+6
|\
| * ide: missing break statement in set_timings_mdma()Dan Carpenter2016-07-261-0/+1
| * ide: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King2016-07-261-1/+1
| * ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov2016-07-261-3/+3
| * cmd640: add __init attributeJulia Lawall2016-07-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-07-2914-94/+173
|\ \
| * | sparc64: Trim page tables for 8M hugepagesNitin Gupta2016-07-296-68/+129
| * | sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz2016-07-286-15/+19
| * | sparc: serial: sunhv: fix a double lock bugDan Carpenter2016-07-271-6/+0
| * | sparc32: off by ones in BUG_ON()Dan Carpenter2016-07-271-2/+2
| * | sparc: Don't leak context bits into thread->fault_addressDavid S. Miller2016-07-273-4/+24
* | | Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-07-294-3/+5
|\ \ \
| * | | ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta2016-07-281-1/+1
| * | | ARC: dma: fix address translation in arc_dma_freeVladimir Kondratiev2016-07-201-1/+2
| * | | ARC: typo fix in mm/ioremap.cAlexey Brodkin2016-07-191-1/+1
| * | | ARC: fix linux-next build breakageVineet Gupta2016-07-131-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-07-294-653/+675
|\ \ \ \
| * | | | avr32: off by one in at32_init_pio()Dan Carpenter2016-07-291-1/+1
| * | | | avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt2016-07-292-654/+654
| * | | | avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt2016-07-293-0/+22
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-07-2925-171/+373
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'cpuidle', 'fixes' and 'misc' into for-linusRussell King2016-07-28283-1685/+2851
| |\ \ \ \ \ \
| | | * | | | | ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is usedGregory CLEMENT2016-07-141-21/+65
| | | * | | | | ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherentGregory CLEMENT2016-07-141-20/+42
| | | * | | | | ARM: 8560/1: errata: Workaround errata A12 825619 / A17 852421Doug Anderson2016-07-142-0/+29
| | | * | | | | ARM: 8559/1: errata: Workaround erratum A12 821420Doug Anderson2016-07-142-0/+15
| | | * | | | | ARM: 8558/1: errata: Workaround errata A12 818325/852422 A17 852423Doug Anderson2016-07-142-0/+53
| | | * | | | | ARM: save and reset the address limit when entering an exceptionRussell King2016-07-075-6/+20
| | | * | | | | ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann2016-07-021-1/+1
| | | * | | | | ARM: 8583/1: mm: fix location of _etextKees Cook2016-07-022-3/+3
| | | * | | | | ARM: 8582/1: remove unused CONFIG_ARCH_HAS_BARRIERSMasahiro Yamada2016-07-022-9/+1
| | | * | | | | ARM: 8306/1: loop_udelay: remove bogomips value limitationNicolas Pitre2016-06-223-14/+12
| | | * | | | | ARM: 8581/1: add missing <asm/prom.h> to arch/arm/kernel/devtree.cBen Dooks2016-06-221-0/+1
| | | * | | | | ARM: 8576/1: avoid duplicating "Kernel: arch/arm/boot/*Image is ready"Masahiro Yamada2016-06-222-5/+2
| | | * | | | | ARM: 8556/1: on a generic DT system: do not touch l2x0Linus Walleij2016-06-221-0/+2
| | | * | | | | ARM: uaccess: remove put_user() code duplicationRussell King2016-06-221-57/+49
| | | * | | | | ARM: 8580/1: Remove orphaned __addr_ok() definitionRobin Murphy2016-06-221-8/+0
| | | * | | | | ARM: get rid of horrible *(unsigned int *)(regs + 1)Russell King2016-06-222-1/+3
| | | * | | | | ARM: introduce svc_pt_regs structureRussell King2016-06-224-4/+14
| | | * | | | | ARM: rename S_FRAME_SIZE to PT_REGS_SIZERussell King2016-06-226-15/+15
| | * | | | | | ARM: 8577/1: Fix Cortex-A15 798181 errata initializationMatija Glavinic Pecotic2016-07-021-4/+40
| * | | | | | | ARM: 8586/1: cpuidle: make arm_cpuidle_suspend() a bit more efficientJisheng Zhang2016-07-141-11/+6
| * | | | | | | ARM: 8585/1: cpuidle: fix !cpuidle_ops[cpu].init case during initJisheng Zhang2016-07-141-3/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-297-41/+44
|\ \ \ \ \ \ \
| * | | | | | | fuse: use filemap_check_errors()Miklos Szeredi2016-07-291-12/+2
| * | | | | | | mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-292-1/+3
| * | | | | | | fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
OpenPOWER on IntegriCloud