summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-04arm64: Use larger stacks when KASAN is selectedMark Rutland
2017-10-04ACPI/IORT: Fix PCI ACS enablementLorenzo Pieralisi
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng
2017-10-04Merge branch 'fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-10-04bsg-lib: fix use-after-free under memory-pressureBenjamin Block
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli
2017-10-04ARM: dts: stm32: use right pinctrl compatible for stm32f469Alexandre Torgue
2017-10-04powerpc/mm: Call flush_tlb_kernel_range with interrupts enabledGuenter Roeck
2017-10-04powerpc/xive: Clear XIVE internal structures when a CPU is removedCédric Le Goater
2017-10-04powerpc/xive: Fix IPI resetCédric Le Goater
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig
2017-10-04ARM: dts: stm32: Fix STMPE1600 binding on stm32429i-eval boardAlexandre Torgue
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-10-03Merge tag 'omap-for-v4.14/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson
2017-10-03Merge tag 'v4.14-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux...Olof Johansson
2017-10-03Merge tag 'mvebu-fixes-4.14-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson
2017-10-03Merge tag 'reset-fixes-for-4.14' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson
2017-10-03Merge tag 'davinci-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2017-10-03Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson
2017-10-03ARM: defconfig: update Gemini defconfigLinus Walleij
2017-10-03ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =mArnd Bergmann
2017-10-03include/linux/fs.h: fix comment about struct address_spaceMike Rapoport
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne
2017-10-03m32r: fix build failureSudip Mukherjee
2017-10-03lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare
2017-10-03mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU
2017-10-03kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov
2017-10-03memremap: add scheduling point to devm_memremap_pagesMichal Hocko
2017-10-03mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko
2017-10-03mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko
2017-10-03lib/idr.c: fix comment for idr_replace()Eric Biggers
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez
2017-10-03include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada
2017-10-03lib/lz4: make arrays static const, reduces object code sizeColin Ian King
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov