summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-03-247-32/+136
|\
| * ubifs: Remove unused headerAndreas Gruenbacher2016-03-201-1/+0
| * MAINTAINERS: Update UBIFS entryRichard Weinberger2016-03-201-1/+2
| * mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches2016-03-202-6/+59
| * ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnJoe Perches2016-03-203-24/+75
* | Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-2421-92/+723
|\ \
| * | nfsd: use short read as well as i_size to set eofBenjamin Coddington2016-03-233-7/+30
| * | nfsd: better layoutupdate bounds-checkingJ. Bruce Fields2016-03-221-4/+8
| * | nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig2016-03-181-2/+2
| * | nfsd: add SCSI layout supportChristoph Hellwig2016-03-1811-8/+358
| * | nfsd: move some blocklayout codeChristoph Hellwig2016-03-181-40/+50
| * | nfsd: add a new config option for the block layout driverChristoph Hellwig2016-03-187-8/+20
| * | nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
| * | nfs4.h: add SCSI layout definitionsChristoph Hellwig2016-03-171-0/+19
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-03-248-9/+215
|\ \ \
| * | | kbuild/mkspec: clean boot loader configuration on rpm removalPaolo Abeni2016-03-041-0/+5
| * | | kbuild/mkspec: fix grub2 installkernel issueJiri Kosina2016-02-261-4/+4
| * | | Coccinelle: Add api/setup_timer.cocciVaishali Thakkar2016-02-181-0/+199
| * | | coccinelle: bugon: reduce rule applicabilityJulia Lawall2016-02-181-1/+1
| * | | Coccinelle: pm_runtime: reduce rule applicabilityJulia Lawall2016-02-181-1/+1
| * | | Coccinelle: array_size: reduce rule applicabilityJulia Lawall2016-02-181-1/+1
| * | | Coccinelle: reduce rule applicabilityJulia Lawall2016-02-181-1/+1
| * | | scripts/tags.sh: add regex to map kprobe helpersNaveen N. Rao2016-02-181-0/+2
| * | | scripts/coccinelle: modernize &Julia Lawall2016-02-181-1/+1
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-03-242-6/+10
|\ \ \ \
| * | | | unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro2016-02-011-5/+7
| * | | | scripts/kconfig: allow building with make 3.80 againJan Beulich2016-02-011-1/+3
| |/ / /
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-03-246-9/+20
|\ \ \ \
| * | | | kbuild: Add option to turn incompatible pointer check into errorDaniel Wagner2016-03-151-0/+3
| * | | | kbuild: suppress annoying "... is up to date." messageMasahiro Yamada2016-03-041-3/+3
| * | | | kbuild: fixdep: Check fstat(2) return valueTom Rini2016-02-171-1/+5
| * | | | scripts/link-vmlinux.sh: force error on kallsyms failureArd Biesheuvel2016-02-081-3/+4
| * | | | Kbuild: provide a __UNIQUE_ID for clangArnd Bergmann2016-02-081-0/+5
| * | | | dtbsinstall: don't move target directory out of the wayRussell King2016-01-281-2/+0
| |/ / /
* | | | Merge branch 'parisc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-2411-31/+28
|\ \ \ \
| * | | | parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller2016-03-232-1/+5
| * | | | parisc: Use generic extable search and sort routinesHelge Deller2016-03-235-11/+9
| * | | | parisc: Panic immediately when panic_on_oopsAaro Koskinen2016-03-231-4/+1
| * | | | parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2016-03-232-1/+9
| * | | | parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller2016-03-233-14/+4
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-246-52/+36
|\ \ \ \ \
| * | | | | arm64: mm: allow preemption in copy_to_user_pageMark Rutland2016-03-241-4/+0
| * | | | | arm64: consistently use p?d_set_hugeMark Rutland2016-03-241-4/+2
| * | | | | arm64: kaslr: use callee saved register to preserve SCTLR across C callArd Biesheuvel2016-03-241-2/+2
| * | | | | arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Catalin Marinas2016-03-211-32/+28
| * | | | | arm64: drop unused __local_flush_icache_all()Kefeng Wang2016-03-211-7/+0
| * | | | | arm64: fix KASLR boot-time I-cache maintenanceMark Rutland2016-03-211-2/+3
| * | | | | arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel2016-03-211-1/+1
* | | | | | Merge tag 'armsoc-dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-03-2496-1339/+6088
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Arnd Bergmann2016-03-244-0/+145
| |\ \ \ \ \ \