summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta22-33/+737
2015-06-22ARCv2: [intc] HS38 core interrupt controllerVineet Gupta4-0/+282
2015-06-22ARC: uncached base is hard constant for ARC, don't save itVineet Gupta2-3/+2
2015-06-22crypto: marvell/cesa - remove COMPILE_TEST dependencyBoris Brezillon1-1/+1
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2-1/+8
2015-06-22crypto: af_alg - Forbid the use internal algorithmsHerbert Xu1-1/+4
2015-06-22crypto: echainiv - Only hold RNG during initialisationHerbert Xu1-22/+6
2015-06-22crypto: seqiv - Add compatibility support without RNGHerbert Xu1-25/+25
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu1-19/+12
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu1-26/+29
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2-1/+12
2015-06-22crypto: user - Move cryptouser.h to uapiHerbert Xu1-0/+0
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2-4/+32
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu1-1/+1
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar643-5867/+9094
2015-06-22hwmon: add driver for Microchip TC74Maciej S. Szmigiero4-0/+208
2015-06-22Linux 4.1v4.1Linus Torvalds1-1/+1
2015-06-22ext4: only call ext4_truncate when size <= isizeJosef Bacik1-20/+18
2015-06-22ext4: make online defrag error reporting consistentEric Whitney1-3/+7
2015-06-22ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney2-23/+9
2015-06-22ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner7-21/+26
2015-06-22xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner1-56/+55
2015-06-22xfs: factor out free space extent length checkDave Chinner1-27/+44
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner4-46/+37
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig3-30/+29
2015-06-22xfs: use void pointers in log validation helpersChristoph Hellwig2-17/+15
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig6-17/+13
2015-06-22xfs: remove inst_tChristoph Hellwig3-6/+4
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig4-20/+9
2015-06-22xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-06-21MIPS: BCM47xx: Simplify handling SPROM revisionsRafał Miłecki1-44/+9
2015-06-21MIPS: Cobalt Don't use module_init in non-modular MTD registration.Paul Gortmaker1-2/+1
2015-06-21MIPS: BCM47xx: Move NVRAM driver to the drivers/firmware/Rafał Miłecki9-2/+25
2015-06-21MIPS: use for_each_sg()Akinobu Mita1-10/+20
2015-06-21MIPS: BCM47xx: Don't select BCMA_HOST_PCIRafał Miłecki1-1/+0
2015-06-21MIPS: BCM47xx: Add helper variable for storing NVRAM lengthRafał Miłecki1-21/+16
2015-06-21MIPS: IRQ/IP27: Move IRQ allocation API to platform code.Ralf Baechle3-41/+51
2015-06-21MIPS: Replace smp_mb with release barrier function in unlocks.Leonid Yegoshin2-2/+2
2015-06-21MIPS: i8259: DT supportPaul Burton2-2/+42
2015-06-21MIPS: Malta: Basic DT plumbingPaul Burton6-1/+49
2015-06-21MIPS: include errno.h for ENODEV in mips-cm.hPaul Burton1-0/+1
2015-06-21MIPS: Define GCR_GIC_STATUS register fieldsPaul Burton1-0/+4
2015-06-21MIPS: BPF: Introduce BPF ASM helpersMarkos Chandras4-145/+302
2015-06-21MIPS: BPF: Use BPF register names to describe the ABIMarkos Chandras1-4/+4
2015-06-21MIPS: BPF: Move register definition to the BPF headerMarkos Chandras2-35/+35
2015-06-21MIPS: net: BPF: Replace RSIZE with SZREGMarkos Chandras1-14/+14
2015-06-21MIPS: BPF: Free up some callee-saved registersMarkos Chandras2-20/+17
2015-06-21MIPS: Xtalk: Update xwidget.h with known Xtalk device numbersJoshua Kinard1-0/+112
2015-06-21MIPS: Optimise non-EVA kernel user memory accessesPaul Burton1-16/+31