summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland3-19/+47
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello1-2/+2
2017-10-05Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s...Ingo Molnar1-1/+5
2017-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-27/+118
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds91-388/+863
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-10-05net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-10-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds44-503/+810
2017-10-05Update James Hogan's email addressJames Hogan5-6/+8
2017-10-04Merge tag 'stm32-dt-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson7-300/+538
2017-10-04Merge tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson14-49/+150
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds49-205/+381
2017-10-04Merge branch 'fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-31/+26
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+2
2017-10-04ARM: dts: stm32: use right pinctrl compatible for stm32f469Alexandre Torgue7-297/+537
2017-10-04ARM: dts: stm32: Fix STMPE1600 binding on stm32429i-eval boardAlexandre Torgue1-3/+1
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2-31/+26
2017-10-04Merge tag 'omap-for-v4.14/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson6-18/+8
2017-10-04Merge tag 'v4.14-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux...Olof Johansson2-73/+5
2017-10-04Merge tag 'mvebu-fixes-4.14-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2-2/+8
2017-10-04Merge tag 'reset-fixes-for-4.14' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson7-47/+76
2017-10-04Merge tag 'davinci-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-0/+7
2017-10-04Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson2-10/+13
2017-10-04ARM: defconfig: update Gemini defconfigLinus Walleij1-1/+2
2017-10-04ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =mArnd Bergmann3-3/+3
2017-10-04include/linux/fs.h: fix comment about struct address_spaceMike Rapoport1-1/+1
2017-10-04checkpatch: fix ignoring cover-letter logicStafford Horne1-1/+1
2017-10-04m32r: fix build failureSudip Mukherjee1-0/+9
2017-10-04lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky1-1/+3
2017-10-04kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare1-8/+8
2017-10-04kernel/params.c: fix an overflow in param_attr_showJean Delvare1-10/+7
2017-10-04kernel/params.c: fix the maximum length in param_get_stringJean Delvare1-1/+1
2017-10-04mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU1-2/+2
2017-10-04mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2-3/+9
2017-10-04kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov1-1/+1
2017-10-04memremap: add scheduling point to devm_memremap_pagesMichal Hocko1-1/+3
2017-10-04mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko1-0/+1
2017-10-04mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko1-0/+1
2017-10-04lib/idr.c: fix comment for idr_replace()Eric Biggers1-2/+2
2017-10-04mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2-13/+21
2017-10-04kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez1-2/+0
2017-10-04include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada1-1/+1
2017-10-04lib/lz4: make arrays static const, reduces object code sizeColin Ian King1-2/+2
2017-10-04exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov1-9/+5
2017-10-04exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov1-4/+8
2017-10-04exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov1-2/+2
2017-10-04exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov1-6/+6
2017-10-04exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov1-13/+9
2017-10-04exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov3-10/+11
2017-10-04userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli1-10/+56