summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: avoid unused function warningArnd Bergmann2016-08-261-18/+18
* mm: clarify COMPACTION Kconfig textMichal Hocko2016-08-261-1/+8
* treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada2016-08-263-7/+5
* printk: fix parsing of "brl=" optionNicolas Iooss2016-08-261-2/+2
* soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli2016-08-261-1/+6
* sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-262-2/+45
* get_maintainer: quiet noisy implicit -f vcs_file_exists checkingJoe Perches2016-08-261-1/+3
* byteswap: don't use __builtin_bswap*() with sparseJohannes Berg2016-08-261-2/+6
* Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2016-08-254-14/+22
|\
| * thermal: imx: fix a possible NULL dereferenceCorentin LABBE2016-08-191-3/+1
| * thermal: trivial: fix the typoCaesar Wang2016-08-191-5/+5
| * Thermal-INT3406: Delete owner assignmentMarkus Elfring2016-08-191-1/+0
| * thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman2016-08-191-5/+16
* | Merge branch 'for-linus-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-241-1/+1
|\ \
| * | um: Don't discard .text.exit sectionAndrey Ryabinin2016-08-231-1/+1
* | | Merge tag 'upstream-4.8-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-08-242-2/+5
|\ \ \
| * | | ubifs: Fix xattr generic handler usageRichard Weinberger2016-08-231-1/+4
| * | | ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-08-231-1/+1
| |/ /
* | | Merge tag 'for-linus-4.8b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-244-5/+5
|\ \ \
| * | | xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-243-4/+4
| * | | xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-08-241-1/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-241-3/+3
|\ \ \ \
| * | | | vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington2016-08-231-3/+3
| |/ / /
* | | | Merge tag 'for-f2fs-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-08-235-40/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu2016-08-191-2/+7
| * | | f2fs: allow copying file range only in between regular filesChao Yu2016-08-191-2/+2
| * | | Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu2016-08-191-1/+1
| * | | Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-193-35/+30
* | | | Merge tag 'usercopy-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-08-231-2/+2
|\ \ \ \
| * | | | usercopy: fix overlap check for kernel textJosh Poimboeuf2016-08-221-1/+1
| * | | | usercopy: avoid potentially undefined behavior in pointer mathEric Biggers2016-08-221-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-08-233-7/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | crypto: sha512-mb - fix ctx pointerXiaodong Liu2016-08-161-2/+2
| * | | | crypto: sha256-mb - fix ctx pointer and digest copyXiaodong Liu2016-08-162-5/+6
* | | | | Merge tag 'arc-4.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-08-229-9/+30
|\ \ \ \ \
| * | | | | ARC: export __udivdi3 for modulesVineet Gupta2016-08-191-0/+2
| * | | | | ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta2016-08-191-1/+1
| * | | | | ARC: export kmapVineet Gupta2016-08-191-0/+1
| * | | | | ARC: Support syscall ABI v4Vineet Gupta2016-08-193-5/+14
| * | | | | ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana2016-08-191-2/+2
| * | | | | ARC: Elide redundant setup of DMA callbacksVineet Gupta2016-08-101-0/+9
| * | | | | ARC: Call trace_hardirqs_on() before enabling irqsDaniel Mentz2016-08-101-1/+1
* | | | | | Merge tag 'gpio-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-08-223-10/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | gpio: make any OF dependent driver depend on OF_GPIOLinus Walleij2016-08-191-5/+5
| * | | | | gpio: Fix OF build problem on UMLinus Walleij2016-08-191-0/+1
| * | | | | gpio: max730x: set gpiochip data pointer before using itChristophe Leroy2016-08-101-4/+4
| * | | | | tools/gpio: fix gpio-event-mon header commentBaruch Siach2016-08-081-1/+1
| |/ / / /
* | | | | Linux 4.8-rc3v4.8-rc3Linus Torvalds2016-08-211-1/+1
* | | | | Merge branch 'parisc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-213-22/+2
|\ \ \ \ \
| * | | | | parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-08-201-2/+2
OpenPOWER on IntegriCloud