summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-28ALSA: timer: Reject user params with too small ticksTakashi Iwai1-3/+15
2017-02-28Merge branches 'fixes' and 'misc'; commit 'kuser^{/add CPU_THUMB_CAPABLE to i...Russell King126-551/+951
2017-02-28ARM: mm: round the initrd reservation to page boundariesRussell King1-5/+18
2017-02-28ARM: mm: clean up initrd initialisationRussell King1-12/+15
2017-02-28ARM: mm: move initrd init code out of arm_memblock_init()Russell King1-4/+9
2017-02-28ARM: 8655/1: improve NOMMU definition of pgprot_*()Arnd Bergmann1-3/+3
2017-02-28ARM: 8654/1: decompressor: add strlen prototypeArnd Bergmann1-0/+1
2017-02-28ARM: 8652/1: cache-uniphier: clean up active way setup codeMasahiro Yamada1-14/+9
2017-02-28ARM: 8651/1: cache-uniphier: include <linux/errno.h> instead of <linux/types.h>Masahiro Yamada1-1/+1
2017-02-28ARM: 8650/1: module: handle negative R_ARM_PREL31 addends correctlyArd Biesheuvel1-2/+11
2017-02-28ARM: 8649/2: nommu: remove Hivecs configuration is asmAfzal Mohammed1-5/+0
2017-02-28ARM: 8648/2: nommu: display vectors baseAfzal Mohammed1-2/+7
2017-02-28ARM: 8647/2: nommu: dynamic exception base address settingAfzal Mohammed1-2/+50
2017-02-28ARM: 8646/1: mmu: decouple VECTORS_BASE from KconfigAfzal Mohammed4-5/+9
2017-02-28ARM: 8644/1: Reduce "CPU: shutdown" message to debug levelFlorian Fainelli1-1/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli54-86/+86
2017-02-28ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli4-2/+72
2017-02-28Merge branch 'devel-stable' into miscRussell King51-337/+569
2017-02-28ARM: 8639/1: Define KERNEL_START and KERNEL_ENDFlorian Fainelli3-10/+10
2017-02-28ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_Florian Fainelli1-12/+12
2017-02-28ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott2-3/+12
2017-02-28ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott3-48/+30
2017-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds423-946/+1288
2017-02-28Merge tag 'ktest-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-35/+76
2017-02-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-6/+8
2017-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds30-93/+2182
2017-02-28objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf1-1/+2
2017-02-28Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2017-02-28Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds30-1898/+3264
2017-02-28Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-3/+2
2017-02-28Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds35-376/+1956
2017-02-28drm/ast: Call open_key before enable_mmio in POST codeY.C. Chen1-1/+1
2017-02-28drm/ast: Fix test for VGA enabledY.C. Chen1-6/+2
2017-02-28drm/ast: POST code for the new AST2500Y.C. Chen2-3/+476
2017-02-28drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300Benjamin Herrenschmidt1-3/+3
2017-02-28drm/ast: Factor mmc_test code in POST codeBenjamin Herrenschmidt1-51/+31
2017-02-28drm/ast: Fixed vram size incorrect issue on POWERY.C. Chen2-4/+4
2017-02-28drm/ast: Base support for AST2500Y.C. Chen4-19/+103
2017-02-28drm/ast: Fix calculation of MCLKBenjamin Herrenschmidt1-2/+4
2017-02-28drm/ast: Remove spurious includeBenjamin Herrenschmidt1-2/+0
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt3-59/+59
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey3-109/+168
2017-02-28drm/ast: Fix AST2400 POST failure without BMC FW or VBIOSY.C. Chen1-3/+35
2017-02-28mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()Dave Jiang1-1/+2
2017-02-28mm: add arch-independent testcases for RODATAJinbum Park11-105/+90
2017-02-28hfs: atomically read inode sizeFabian Frederick1-1/+1
2017-02-28mm: clarify mm_struct.mm_{users,count} documentationVegard Nossum1-2/+21
2017-02-28mm: use mmget_not_zero() helperVegard Nossum7-9/+9
2017-02-28mm: add new mmget() helperVegard Nossum10-14/+35
2017-02-28mm: add new mmgrab() helperVegard Nossum40-43/+65