summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-05138-587/+746
|\
| * mm/page_io.c: fix polled swap page inJens Axboe2019-01-041-1/+3
| * checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz2019-01-041-0/+1
| * docs: fix Co-Developed-by docsJorge Ramirez-Ortiz2019-01-041-2/+2
| * drivers/base/platform.c: kmemleak ignore a known leakQian Cai2019-01-041-0/+3
| * fs: don't open code lru_to_page()Nikolay Borisov2019-01-0410-15/+15
| * fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-045-6/+6
| * mm/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)2019-01-041-0/+1
| * mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2019-01-042-0/+69
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-0444-151/+101
| * initramfs: cleanup incomplete rootfsDavid Engraf2019-01-041-3/+3
| * scripts/gdb: fix lx-version string outputDu Changbin2019-01-041-1/+1
| * kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-01-041-1/+1
| * kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-046-1/+28
| * panic: add options to print system info when panic happensFeng Tang2019-01-042-0/+36
| * bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-045-43/+41
| * exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-042-53/+53
| * exec: load_script: don't blindly truncate shebang stringOleg Nesterov2019-01-041-3/+7
| * fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-043-6/+2
| * fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-046-22/+39
| * fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-043-3/+10
| * fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-042-7/+8
| * include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeCarmeli Tamir2019-01-041-2/+2
| * hfsplus: return file attributes on statxErnesto A. Fernández2019-01-043-0/+24
| * autofs: add strictexpire mount optionIan Kent2019-01-044-3/+13
| * autofs: change catatonic setting to a bit flagIan Kent2019-01-045-16/+20
| * autofs: simplify parse_options() function callIan Kent2019-01-041-26/+29
| * autofs: improve ioctl sbi checksIan Kent2019-01-043-21/+9
| * init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan2019-01-041-1/+1
| * fs/epoll: deal with wait_queue only onceDavidlohr Bueso2019-01-041-11/+18
| * fs/epoll: rename check_events label to send_eventsDavidlohr Bueso2019-01-041-3/+3
| * fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso2019-01-041-2/+6
| * fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso2019-01-041-54/+60
| * fs/epoll: robustify ep->mtx held checksDavidlohr Bueso2019-01-041-0/+2
| * fs/epoll: drop ovflist branch predictionDavidlohr Bueso2019-01-041-1/+1
| * fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso2019-01-041-36/+37
| * fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso2019-01-041-8/+6
| * checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches2019-01-041-2/+11
| * drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanichuang.zijiang2019-01-041-1/+1
| * lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie2019-01-041-2/+2
| * lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov2019-01-041-6/+5
| * lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-01-042-14/+19
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-0416-20/+19
| * include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan2019-01-041-1/+1
| * drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder2019-01-041-1/+1
| * kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-01-041-4/+4