summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-13slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2016-12-13mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2016-12-13ocfs2: replace CURRENT_TIME macroDeepa Dinamani3-4/+6
2016-12-13ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani3-4/+4
2016-12-13ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant1-1/+0
2016-12-13ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun3-8/+5
2016-12-13ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun1-6/+0
2016-12-13ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua1-4/+1
2016-12-13ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun1-2/+0
2016-12-13drivers/pcmcia/m32r_pcc.c: check return from add_pcc_socketSudip Mukherjee1-2/+8
2016-12-13drivers/pcmcia/m32r_pcc.c: use common error pathSudip Mukherjee1-7/+10
2016-12-13drivers/pcmcia/m32r_pcc.c: check return from request_irqSudip Mukherjee1-4/+10
2016-12-13m32r: fix build warningSudip Mukherjee1-0/+2
2016-12-13m32r: add simple dmaSudip Mukherjee3-2/+38
2016-12-13scripts/tags.sh: handle OMAP platforms properlySam Protsenko1-2/+17
2016-12-13scripts/bloat-o-meter: compile .NUMBER regexAlexey Dobriyan1-1/+3
2016-12-13scripts/bloat-o-meter: don't use readlines()Alexey Dobriyan1-11/+12
2016-12-13prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy2-11/+5
2016-12-13kthread: add __printf attributesNicolas Iooss2-3/+4
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-91/+528
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+5
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds36-406/+1152
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds289-1053/+98023
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-16/+13
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds116-1523/+674
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-62/+872
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+12
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-107/+221
2016-12-12Merge tag 'cris-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds3-9/+9
2016-12-12Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds13-56/+59
2016-12-12Merge tag 'm68k-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2016-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-15/+30
2016-12-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds26-18/+713
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds20-44/+537
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1787-28740/+107766
2016-12-12openrisc: prevent VGA console, fix buildsRandy Dunlap1-1/+1
2016-12-12openrisc: include l.swa in check for write data pagefaultStefan Kristiansson1-1/+1
2016-12-12openrisc: Updates after openrisc.net has been lostStafford Horne3-7/+9
2016-12-12openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne6-33/+14
2016-12-12openrisc: remove the redundant of_platform_populateRob Herring1-10/+0
2016-12-12openrisc: add NR_CPUS Kconfig default valueStafford Horne1-0/+3
2016-12-12openrisc: Support both old (or32) and new (or1k) toolchainGuenter Roeck1-1/+7
2016-12-12openrisc: Add thread-local storage (TLS) supportChristian Svensson1-0/+13
2016-12-12openrisc: restore all regs on rt_sigreturnJonas Bonn1-1/+9
2016-12-12openrisc: fix PTRS_PER_PGD defineStefan Kristiansson2-2/+2
2016-12-12avr32: wire up pkey syscallsHans-Christian Noren Egtvedt2-0/+6
2016-12-12AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()Markus Elfring1-2/+2
2016-12-12AVR32-pio: Use seq_putc() in pio_bank_show()Markus Elfring1-1/+1
2016-12-12AVR32-clock: Combine nine seq_printf() calls into one call in clk_show()Markus Elfring1-9/+19
2016-12-12AVR32-clock: Use seq_putc() in two functionsMarkus Elfring1-3/+2