sfrench/cifs-2.6.git
2014-06-05 Linus TorvaldsMerge branch 'x86-x32-for-linus' of git://git./linux...
2014-06-04 Linus TorvaldsMerge branch 'akpm' (patchbomb from Andrew) into next
2014-06-04 Fabian Frederickfs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init
2014-06-04 Fabian Frederickfs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul
2014-06-04 Andrew Mortoninit/main.c: remove an ifdef
2014-06-04 Oleg Nesterovkthreads: kill CLONE_KERNEL, change kernel_thread(kerne...
2014-06-04 Prarit Bhargavainit/main.c: add initcall_blacklist kernel parameter
2014-06-04 Andrew Mortoninit/main.c: don't use pr_debug()
2014-06-04 Axel Linfs/binfmt_flat.c: make old_reloc() static
2014-06-04 Fabian Frederickfs/binfmt_elf.c: fix bool assignements
2014-06-04 Fabian Frederickfs/efs: convert printk(KERN_DEBUG to pr_debug
2014-06-04 Fabian Frederickfs/efs: add pr_fmt / use __func__
2014-06-04 Fabian Frederickfs/efs: convert printk to pr_foo()
2014-06-04 Fabian Frederickscripts/checkpatch.pl: device_initcall is not the only...
2014-06-04 Joe Perchescheckpatch: check stable email address
2014-06-04 Joe Perchescheckpatch: warn on unnecessary void function return...
2014-06-04 Joe Perchescheckpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx...
2014-06-04 Joe Perchescheckpatch: add warning for kmalloc/kzalloc with multiply
2014-06-04 Joe Perchescheckpatch: warn on #defines ending in semicolon
2014-06-04 Joe Perchescheckpatch: make --strict a default for files in driver...
2014-06-04 Joe Perchescheckpatch: always warn on missing blank line after...
2014-06-04 Rob Herringcheckpatch: fix wildcard DT compatible string checking
2014-06-04 Fabian Frederickkernel/compat.c: use sizeof() instead of sizeof
2014-06-04 Fabian Fredericklib/asn1_decoder.c: kernel-doc warning fix
2014-06-04 Fabian Fredericklib/atomic64_test.c: convert printk(KERN_INFO to pr_info
2014-06-04 Fabian Fredericklib/bug.c: convert printk to pr_foo()
2014-06-04 Fabian Fredericklib/textsearch.c: move EXPORT_SYMBOL after functions
2014-06-04 Fabian Fredericklib/nlattr.c: move EXPORT_SYMBOL after functions
2014-06-04 Fabian Fredericklib/digsig.c: kernel-doc warning fixes
2014-06-04 Fabian Fredericklib/crc32.c: remove unnecessary __constant
2014-06-04 Fabian Fredericklib/radix-tree.c: kernel-doc warning fix
2014-06-04 Dan Streetmanlib/plist.c: make CONFIG_DEBUG_PI_LIST selectable
2014-06-04 Minfei Huanglib/btree.c: fix leak of whole btree nodes
2014-06-04 Fabian Fredericklib/vsprintf.c: fix comparison to bool
2014-06-04 Fabian Fredericklib/libcrc32c.c: use PTR_ERR_OR_ZERO
2014-06-04 Lasse Collinlib/xz: enable all filters by default in Kconfig
2014-06-04 Dan Streetmanlib/plist.c: replace pr_debug with printk in plist_test()
2014-06-04 Lasse Collinlib/xz: add comments for the intentionally missing...
2014-06-04 Dan Carpenterlib/string.c: use the name "C-string" in comments
2014-06-04 Borislav Petkovkernel/printk: use symbolic defines for console loglevels
2014-06-04 Will Deaconprintk: report dropping of messages from logbuf
2014-06-04 Dan StreetmanDocumentation: expand/clarify debug documentation
2014-06-04 John Stultztimekeeping: use printk_deferred when holding timekeepi...
2014-06-04 John Stultzprintk: Add printk_deferred_once
2014-06-04 John Stultzprintk: rename printk_sched to printk_deferred
2014-06-04 John Stultzprintk: disable preemption for printk_sched
2014-06-04 Steven Rostedtprintk: remove separate printk_sched buffers and use...
2014-06-04 Jan Karaprintk: enable interrupts before calling console_tryloc...
2014-06-04 Jan Karaprintk: fix lockdep instrumentation of console_sem
2014-06-04 Jan Karaprintk: release lockbuf_lock before calling console_try...
2014-06-04 Jan Karaprintk: remove outdated comment
2014-06-04 Petr Mladekprintk: return really stored message length
2014-06-04 Petr Mladekprintk: shrink too long messages
2014-06-04 Petr Mladekprintk: split message size computation
2014-06-04 Petr Mladekprintk: ignore too long messages
2014-06-04 Petr Mladekprintk: split code for making free space in the log...
2014-06-04 Kirill A. Shutemovkernel/user.c: drop unused field 'files' from user_struct
2014-06-04 Fabian Frederickkernel/hung_task.c: convert simple_strtoul to kstrtouint
2014-06-04 Fabian Frederickkernel/utsname_sysctl.c: replace obsolete __initcall...
2014-06-04 Fabian Frederickkernel/reboot.c: convert simple_strtoul to kstrtoint
2014-06-04 Fabian Frederickkernel/res_counter.c: replace simple_strtoull by kstrtoull
2014-06-04 Fabian Frederickkernel/tracepoint.c: kernel-doc fixes
2014-06-04 Fabian Frederickkernel/stop_machine.c: kernel-doc warning fix
2014-06-04 Fabian Frederickkernel/latencytop.c: convert seq_printf to seq_puts
2014-06-04 Fabian Frederickkernel/exec_domain.c: code clean-up
2014-06-04 Fabian Frederickkernel/capability.c: code clean-up
2014-06-04 Fabian Frederickkernel/backtracetest.c: replace no level printk by...
2014-06-04 Fabian Frederickkernel/cpu.c: convert printk to pr_foo()
2014-06-04 James Hogancompiler.h: avoid sparse errors in __compiletime_error_...
2014-06-04 Fabian Frederickfs/exportfs/expfs.c: kernel-doc warning fixes
2014-06-04 Fabian Frederickfs/efivarfs/super.c: use static const for dentry_operations
2014-06-04 Fabian Fredericksys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
2014-06-04 Eric Dumazetmm/zswap: NUMA aware allocation for zswap_dstmem
2014-06-04 Minchan Kimmm/zsmalloc: make zsmalloc module-buildable
2014-06-04 Minchan Kimmm/vmalloc.c: export unmap_kernel_range()
2014-06-04 Weijie Yangzsmalloc: fixup trivial zs size classes value in comments
2014-06-04 Fabian Frederickmm/zbud.c: make size unsigned like unique callsite
2014-06-04 Weijie Yangzram: correct offset usage in zram_bio_discard
2014-06-04 Hugh Dickinsmm, memcg: periodically schedule when emptying page...
2014-06-04 Denys VlasenkoDocumentation/sysctl/vm.txt: clarify vfs_cache_pressure...
2014-06-04 Naoya Horiguchimm/memory-failure.c: support use of a dedicated thread...
2014-06-04 Tony Luckmm/memory-failure.c: don't let collect_procs() skip...
2014-06-04 Tony Luckmm/memory-failure.c-failure: send right signal code...
2014-06-04 Jianyu Zhanmm/page-writeback.c: remove outdated comment
2014-06-04 Chen Yucongmm/swapfile.c: delete the "last_in_cluster < scan_base...
2014-06-04 Naoya Horiguchihugetlb: rename hugepage_migration_support() to .....
2014-06-04 Kirill A. Shutemovmm: document do_fault_around() feature
2014-06-04 Kirill A. Shutemovmm: nominate faultaround area in bytes rather than...
2014-06-04 Zhang Zhenmm/page_alloc.c: cleanup add_active_range() related...
2014-06-04 Konstantin... mm/rmap.c: cleanup ttu_flags
2014-06-04 Konstantin... mm/rmap.c: don't call mmu_notifier_invalidate_page...
2014-06-04 Konstantin... mm/process_vm_access: move config option into init...
2014-06-04 Mel Gormanmm: vmscan: use proportional scanning during direct...
2014-06-04 Tim Chenfs/superblock: avoid locking counting inodes and dentri...
2014-06-04 Dave Chinnerfs/superblock: unregister sb shrinker before ->kill_sb()
2014-06-04 Kirill A. Shutemovmm: fix typo in comment in do_fault_around()
2014-06-04 Matthew Wilcoxmm/msync.c: sync only the requested range in msync()
2014-06-04 Chen Yuconghwpoison: remove unused global variable in do_machine_c...
2014-06-04 Vlastimil Babkamm, compaction: properly signal and act upon lock and...
2014-06-04 Fabian Frederickfs/hugetlbfs/inode.c: remove null test before kfree
next