summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-09platform/x86: mlx-platform: Add support for new msn201x system typeVadim Pasternak
2018-02-09platform/x86: mlx-platform: Add support for new msn274x system typeVadim Pasternak
2018-02-08platform/x86: mlx-platform: Fix power cable setting for msn21xx familyVadim Pasternak
2018-02-08platform/x86: mlx-platform: Add define for the negative busVadim Pasternak
2018-02-08platform/x86: mlx-platform: Use defines for bus assignmentVadim Pasternak
2018-02-08platform/mellanox: mlxreg-hotplug: Fix uninitialized variableGeert Uytterhoeven
2018-02-07platform/x86: samsung-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-07platform/x86: ideapad-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-07platform/x86: dell-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-02-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-06Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-06Documentation/sysctl/user.txt: fix typoKangmin Park
2018-02-06MAINTAINERS: update ARM/QUALCOMM SUPPORT patternsJoe Perches
2018-02-06MAINTAINERS: update various PALM patternsJoe Perches
2018-02-06MAINTAINERS: update "ARM/OXNAS platform support" patternsJoe Perches
2018-02-06MAINTAINERS: update Cortina/Gemini patternsJoe Perches
2018-02-06MAINTAINERS: remove ARM/CLKDEV SUPPORT file patternJoe Perches
2018-02-06MAINTAINERS: remove ANDROID ION patternJoe Perches
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport
2018-02-06mm: docs: fixup punctuationMike Rapoport
2018-02-06pipe: read buffer limits atomicallyEric Biggers
2018-02-06pipe: simplify round_pipe_size()Eric Biggers
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-02-06pipe: fix off-by-one error when checking buffer limitsEric Biggers
2018-02-06pipe: actually allow root to exceed the pipe buffer limitsEric Biggers
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-02-06kasan: rework Kconfig settingsArnd Bergmann
2018-02-06crash_dump: is_kdump_kernel can be booleanYaowei Bai
2018-02-06kernel/mutex: mutex_is_locked can be booleanYaowei Bai
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2018-02-06lib/lockref: __lockref_is_dead can be booleanYaowei Bai
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06mm/userfaultfd.c: remove duplicate includePravin Shedge
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt
2018-02-06arch/score/kernel/setup.c: combine two seq_printf() calls into one call in sh...Markus Elfring
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws
2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan
2018-02-06lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin
2018-02-06lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin