summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-127-11/+24
|\
| * ubi: Reject MLC NANDRichard Weinberger2018-04-041-0/+11
| * ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao2018-04-041-3/+1
| * ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao2018-04-041-1/+1
| * ubifs: remove unnecessary assignmentStefan Agner2018-04-041-1/+0
| * ubi: Fix error for write accessRomain Izard2018-04-041-1/+1
| * ubi: fastmap: Don't flush fastmap work on detachRichard Weinberger2018-04-041-1/+0
| * ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-041-4/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2018-04-1223-325/+3395
|\ \
| * | Fix vector raw inintialization logicAnton Ivanov2018-03-294-10/+21
| * | Migrate vector timers to new timer APIAnton Ivanov2018-03-291-7/+3
| * | um: Compile with modern headersJason A. Donenfeld2018-03-293-0/+3
| * | um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET2018-02-191-3/+3
| * | um: vector: Fix a memory allocation checkChristophe JAILLET2018-02-191-1/+1
| * | um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun2018-02-191-1/+3
| * | um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov2018-02-191-0/+1
| * | High Performance UML Vector Network DriverAnton Ivanov2018-02-1910-3/+2932
| * | Epoll based IRQ controllerAnton Ivanov2018-02-198-317/+444
| * | um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-192-2/+2
| * | um: time: Use timespec64 for persistent clockArnd Bergmann2018-02-191-3/+3
| * | um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven2018-02-191-0/+1
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-04-122-3/+10
|\ \ \
| * | | MAINTAINERS: Update ASPEED entry with detailsJoel Stanley2018-04-111-2/+7
| * | | MAINTAINERS: Migrate oxnas list to groups.ioNeil Armstrong2018-04-101-1/+1
| * | | arm: npcm: enable L2 cache in NPCM7xx architectureTomer Maimon2018-04-101-0/+2
* | | | Merge tag 'nios2-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-121-2/+2
|\ \ \ \
| * | | | nios2: Use read_persistent_clock64() instead of read_persistent_clock()Baolin Wang2018-04-021-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-11182-2095/+4159
|\ \ \ \
| * | | | page cache: use xa_lockMatthew Wilcox2018-04-1139-366/+345
| * | | | xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-116-13/+42
| * | | | fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-112-2/+2
| * | | | export __set_page_dirtyMatthew Wilcox2018-04-113-14/+5
| * | | | unicore32: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2
| * | | | arm64: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2
| * | | | mac80211_hwsim: use DEFINE_IDAMatthew Wilcox2018-04-111-1/+1
| * | | | radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-114-5/+9
| * | | | linux/const.h: refactor _BITUL and _BITULL a bitMasahiro Yamada2018-04-111-2/+2
| * | | | linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-115-18/+12
| * | | | linux/const.h: prefix include guard of uapi/linux/const.h with _UAPIMasahiro Yamada2018-04-111-3/+3
| * | | | xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-116-16/+31
| * | | | elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-04-111-3/+10
| * | | | fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-04-112-5/+12
| * | | | mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-116-0/+16
| * | | | MAINTAINERS: update bouncing aacraid@adaptec.com addressesJoe Perches2018-04-111-2/+2
| * | | | fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov2018-04-111-3/+2
| * | | | include/linux/kfifo.h: fix commentValentin Vidic2018-04-111-4/+4
| * | | | ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton2018-04-111-1/+1
| * | | | kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long2018-04-111-2/+20
| * | | | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-111-1/+1
| * | | | ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-114-5/+15