linux-2.6-microblaze.git
2018-02-07 Sergey Senozhatskymm: remove unneeded kallsyms include
2018-02-07 Pravin Shedgemm/userfaultfd.c: remove duplicate include
2018-02-07 Shakeel Buttvfs: remove might_sleep() from clear_inode()
2018-02-07 Markus Elfringarch/score/kernel/setup.c: combine two seq_printf(...
2018-02-07 Jonathan Hawsipc/mqueue.c: have RT tasks queue in by priority in...
2018-02-07 Philippe Mikoyanipc: fix ipc data structures inconsistency
2018-02-07 Andrey Ryabininlib/ubsan: remove returns-nonnull-attribute checks
2018-02-07 Andrey Ryabininlib/ubsan: add type mismatch handler for new GCC/Clang
2018-02-07 Andrew Mortonlib/ubsan.c: s/missaligned/misaligned/
2018-02-07 Masahiro Yamadabuild_bug.h: remove BUILD_BUG_ON_NULL()
2018-02-07 Masahiro Yamadainclude/linux/genl_magic_func.h: remove own BUILD_BUG_O...
2018-02-07 Dmitry Vyukovkcov: detect double association with a single task
2018-02-07 Eric Biggerskernel/relay.c: revert "kernel/relay.c: fix potential...
2018-02-07 Arnd Bergmannpps: parport: use timespec64 instead of timespec
2018-02-07 Mike Rapoportpids: introduce find_get_task_by_vpid() helper
2018-02-07 Markus Elfringdrivers/rapidio/devices/tsi721_dma.c: adjust six checks...
2018-02-07 Markus Elfringdrivers/rapidio/devices/tsi721_dma.c: delete an unneces...
2018-02-07 Markus Elfringdrivers/rapidio/devices/tsi721_dma.c: delete an error...
2018-02-07 Markus Elfringrapidio: move 12 EXPORT_SYMBOL_GPL() calls to function...
2018-02-07 Markus Elfringrapidio: return an error code only as a constant in...
2018-02-07 Markus Elfringrapidio: delete an unnecessary variable initialisation...
2018-02-07 Markus Elfringrapidio: improve a size determination in five functions
2018-02-07 Markus Elfringrapidio: adjust five function calls together with a...
2018-02-07 Markus Elfringrapidio: adjust 12 checks for null pointers
2018-02-07 Markus Elfringrapidio: delete an error message for a failed memory...
2018-02-07 Alexey Dobriyancpumask: make cpumask_size() return "unsigned int"
2018-02-07 Marcos Paulo... kernel/fork.c: add comment about usage of CLONE_FS...
2018-02-07 Marcos Paulo... kernel/fork.c: check error and return early
2018-02-07 Randy Dunlap<asm-generic/siginfo.h>: fix language in comments
2018-02-07 Ernesto A.... hfsplus: honor setgid flag on directories
2018-02-07 Arnd Bergmannnilfs2: use time64_t internally
2018-02-07 Huacai Chenkallsyms: let print_ip_sym() print raw addresses
2018-02-07 Alexey Dobriyanelf: fix NT_FILE integer overflow
2018-02-07 Joe Perchescheckpatch: improve OPEN_BRACE test
2018-02-07 Joe Perchescheckpatch: avoid some false positives for TABSTOP...
2018-02-07 Joe Perchescheckpatch: exclude drivers/staging from if with unnece...
2018-02-07 Joe Perchescheckpatch: improve the TABSTOP test to include declara...
2018-02-07 Joe Perchescheckpatch: add a few DEVICE_ATTR style tests
2018-02-07 Joe Perchescheckpatch: improve quoted string and line continuation...
2018-02-07 Joe Perchescheckpatch: ignore some octal permissions of 0
2018-02-07 Andreas Brauchlicheckpatch: allow long lines containing URL
2018-02-07 Pravin Shedgelib/test_sort.c: add module unload support
2018-02-07 Vincent Legolllib/: make RUNTIME_TESTS a menuconfig to ease disabling...
2018-02-07 Clement Courbetlib: optimize cpumask_next_and()
2018-02-07 Yury Norovlib/find_bit_benchmark.c: improvements
2018-02-07 Yury Norovlib/test_find_bit.c: rename to find_bit_benchmark.c
2018-02-07 Alexander Potapenkolib/stackdepot.c: use a non-instrumented version of...
2018-02-07 Andy Shevchenkoinclude/linux/bitmap.h: make bitmap_fill() and bitmap_z...
2018-02-07 Andy Shevchenkolib/test_bitmap.c: clean up test_zero_fill_copy() test...
2018-02-07 Andy Shevchenkolib/test_bitmap.c: add bitmap_fill()/bitmap_set() test...
2018-02-07 Andy Shevchenkolib/test_bitmap.c: add bitmap_zero()/bitmap_clear(...
2018-02-07 Yury Norovbitmap: replace bitmap_{from,to}_u32array
2018-02-07 Yury Norovbitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32
2018-02-07 Stephen BoydMAINTAINERS: update sboyd's email address
2018-02-07 Rasmus Villemoeskernel/async.c: revert "async: simplify lowest_in_progr...
2018-02-07 Sergey Senozhatskytools/lib/subcmd/pager.c: do not alias select() params
2018-02-07 Alexey Dobriyanuuid: cleanup <uapi/linux/uuid.h>
2018-02-07 Kees CookMakefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO
2018-02-07 Kees CookMakefile: move stack-protector availability out of...
2018-02-07 Kees CookMakefile: move stack-protector compiler breakage test...
2018-02-07 Markus Elfringfs/proc/consoles.c: use seq_putc() in show_console_dev()
2018-02-07 Alexey Dobriyanproc: rearrange args
2018-02-07 Alexey Dobriyanproc: spread likely/unlikely a bit
2018-02-07 Alexey Dobriyanfs/proc: use __ro_after_init
2018-02-07 Alexey Dobriyanfs/proc/internal.h: fix up comment
2018-02-07 Alexey Dobriyanfs/proc/internal.h: rearrange struct proc_dir_entry
2018-02-07 Heiko Carstensfs/proc/kcore.c: use probe_kernel_read() instead of...
2018-02-07 Alexey Dobriyanfs/proc/array.c: delete children_seq_release()
2018-02-07 Alexey Dobriyanproc: less memory for /proc/*/map_files readdir
2018-02-07 Alexey Dobriyanfs/proc/vmcore.c: simpler /proc/vmcore cleanup
2018-02-07 Alexey Dobriyanproc: fix /proc/*/map_files lookup
2018-02-07 Alexey Dobriyanproc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nth
2018-02-07 Alexey Dobriyanproc: use %u for pid printing and slightly less stack
2018-02-07 Colin Ian Kingkasan: remove redundant initialization of variable...
2018-02-07 Andrey Konovalovkasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
2018-02-07 Andrey Konovalovkasan: fix prototype author email address
2018-02-07 Dmitry Vyukovkasan: detect invalid frees
2018-02-07 Dmitry Vyukovkasan: unify code between kasan_slab_free() and kasan_p...
2018-02-07 Dmitry Vyukovkasan: detect invalid frees for large mempool objects
2018-02-07 Dmitry Vyukovkasan: don't use __builtin_return_address(1)
2018-02-07 Dmitry Vyukovkasan: detect invalid frees for large objects
2018-02-07 Alexander Potapenkokasan: add functions for unpoisoning stack variables
2018-02-07 Paul Lawrencekasan: add tests for alloca poisoning
2018-02-07 Paul Lawrencekasan: support alloca() poisoning
2018-02-07 Andrey Ryabininkasan/Makefile: support LLVM style asan parameters
2018-02-07 Paul Lawrencekasan: add compiler support for clang
2018-02-07 Andrey Konovalovkasan: don't emit builtin calls when sanitization is off
2018-02-05 Linus TorvaldsMerge tag 'xfs-4.16-merge-5' of git://git./fs/xfs/xfs...
2018-02-05 Linus TorvaldsMerge branch 'overlayfs-linus' of git://git./linux...
2018-02-05 Linus TorvaldsMerge tag 'rproc-v4.16' of git://github.com/andersson...
2018-02-05 Linus TorvaldsMerge tag 'rpmsg-v4.16' of git://github.com/andersson...
2018-02-05 Linus TorvaldsMerge tag 'mmc-v4.16-2' of git://git./linux/kernel...
2018-02-05 Linus TorvaldsMerge tag 'pwm/for-4.16-rc1' of git://git./linux/kernel...
2018-02-05 Thierry Redingnet: mediatek: Explicitly include pinctrl headers
2018-02-05 Thierry Redingmmc: meson-gx-mmc: Explicitly include pinctr/consumer.h
2018-02-05 Thierry Redingdrm/rockchip: lvds: Explicitly include pinctrl headers
2018-02-05 Stephen Rothwellpinctrl: files should directly include apis they use
2018-02-05 Amir Goldsteinovl: check ERR_PTR() return value from ovl_encode_fh()
2018-02-05 Amir Goldsteinovl: fix regression in fsnotify of overlay merge dir
2018-02-04 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git./linux...
next