aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stm32429i-eval.dts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner1-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner1-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner3-10/+13
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner3-7/+10
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner3-25/+34
2017-10-04mmc: sdhci-xenon: Fix clock resource by adding an optional bus clockGregory CLEMENT3-9/+28
2017-10-04mmc: meson-gx: include tx phase in the tuning processJerome Brunet1-1/+18
2017-10-04mmc: meson-gx: fix rx phase resetJerome Brunet1-2/+4
2017-10-04mmc: meson-gx: make sure the clock is rounded downJerome Brunet1-2/+1
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij6-132/+12
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2-31/+26
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-10-03ARC: [plat-hsdk]: Temporary fix to set CPU frequency to 1GHzEugeniy Paltsev1-0/+42
2017-10-03ARC: fix allnoconfig build warningVineet Gupta1-1/+1
2017-10-03ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta2-4/+16
2017-10-03ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta2-8/+15
2017-10-03arc: remove redundant UTS_MACHINE define in arch/arc/MakefileMasahiro Yamada1-2/+0
2017-10-03ARC: [plat-eznps] Update platform maintainer as Noam leftVineet Gupta1-1/+2
2017-10-03ARC: [plat-hsdk] use actual clk driver to manage cpu clkEugeniy Paltsev2-3/+11
2017-10-03ARC: [*defconfig] Reenable soft lock-up detectorAlexey Brodkin7-7/+7
2017-10-03ARC: [plat-axs10x] sdio: Temporary fix of sdio ciu frequencyEugeniy Paltsev1-1/+8
2017-10-03ARC: [plat-hsdk] sdio: Temporary fix of sdio ciu frequencyEugeniy Paltsev1-1/+11
2017-10-03ARC: [plat-axs103] Add temporary quirk to reset ethernet IPEugeniy Paltsev1-0/+7
2017-10-03ARM: defconfig: update Gemini defconfigLinus Walleij1-1/+2
2017-10-03ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =mArnd Bergmann3-3/+3
2017-10-03include/linux/fs.h: fix comment about struct address_spaceMike Rapoport1-1/+1
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne1-1/+1
2017-10-03m32r: fix build failureSudip Mukherjee1-0/+9
2017-10-03lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky1-1/+3
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare1-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare1-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare1-1/+1
2017-10-03mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU1-2/+2
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline functionYASUAKI ISHIMATSU2-3/+9
2017-10-03kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov1-1/+1
2017-10-03memremap: add scheduling point to devm_memremap_pagesMichal Hocko1-1/+3
2017-10-03mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko1-0/+1
2017-10-03mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko1-0/+1
2017-10-03lib/idr.c: fix comment for idr_replace()Eric Biggers1-2/+2
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2-13/+21
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez1-2/+0
2017-10-03include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada1-1/+1
2017-10-03lib/lz4: make arrays static const, reduces object code sizeColin Ian King1-2/+2
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov1-9/+5
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov1-4/+8
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov1-2/+2
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict_inode()Oleg Nesterov1-6/+6
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov1-13/+9
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov3-10/+11