cascardo/linux.git
2015-09-04 Andrea Arcangeliuserfaultfd: waitqueue: add nr wake parameter to __wake...
2015-09-04 Andrea Arcangeliuserfaultfd: linux/Documentation/vm/userfaultfd.txt
2015-09-04 Daniel Borkmannmm/slab.h: fix argument order in cache_from_obj's error...
2015-09-04 Joonsoo Kimmm/slub: don't wait for high-order page allocation
2015-09-04 Konstantin... mm/slub: fix slab double-free in case of duplicate...
2015-09-04 Thomas Gleixnermm/slub: move slab initialization into irq enabled...
2015-09-04 Jesper Dangaard... slub: add support for kmem_cache_debug in bulk calls
2015-09-04 Jesper Dangaard... slub: initial bulk free implementation
2015-09-04 Jesper Dangaard... slub: improve bulk alloc strategy
2015-09-04 Jesper Dangaard... slub bulk alloc: extract objects from the per cpu slab
2015-09-04 Christoph Lameterslab: infrastructure for bulk object allocation and...
2015-09-04 Jesper Dangaard... slub: fix spelling succedd to succeed
2015-09-04 Ulrich Obergfellwatchdog: rename watchdog_suspend() and watchdog_resume()
2015-09-04 Ulrich Obergfellwatchdog: use suspend/resume interface in fixup_ht_bug()
2015-09-04 Ulrich Obergfellwatchdog: use park/unpark functions in update_watchdog_...
2015-09-04 Ulrich Obergfellwatchdog: introduce watchdog_suspend() and watchdog_res...
2015-09-04 Ulrich Obergfellwatchdog: introduce watchdog_park_threads() and watchdo...
2015-09-04 Guenter Roeckkernel/watchdog: move NMI function header declarations...
2015-09-04 Frederic Weisbeckerwatchdog: simplify housekeeping affinity with the appro...
2015-09-04 Frederic Weisbeckersmpboot: allow passing the cpumask on per-cpu thread...
2015-09-04 Frederic Weisbeckersmpboot: make cleanup to mirror setup
2015-09-04 Frederic Weisbeckersmpboot: fix memory leak on error handling
2015-09-04 Kees Cookfs: create and use seq_show_option for escaping
2015-09-04 Joseph Qiocfs2: clean up redundant NULL checks before kfree
2015-09-04 Joe Perchesocfs2: neaten do_error, ocfs2_error and ocfs2_abort
2015-09-04 Xue jiufeiocfs2: do not set fs read-only if rec[0] is empty while...
2015-09-04 yangwenfangocfs2: call ocfs2_journal_access_di() before ocfs2_jour...
2015-09-04 Tina Ruchandaniocfs2: use 64bit variables to track heartbeat time
2015-09-04 Joseph Qiocfs2: fix race between crashed dio and rm
2015-09-04 Yiwen Jiangocfs2: avoid access invalid address when read o2dlm...
2015-09-04 Tariq Saeedocfs2: take inode lock in ocfs2_iop_set/get_acl()
2015-09-04 Tariq Saeedocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()
2015-09-04 Norton.Zhuocfs2: optimize error handling in dlm_request_join
2015-09-04 Yiwen Jiangocfs2: fix a tiny case that inode can not removed
2015-09-04 WeiWei Wangocfs2: add ip_alloc_sem in direct IO to protect allocat...
2015-09-04 Goldwyn Rodriguesocfs2: clear the rest of the buffers on error
2015-09-04 Goldwyn Rodriguesocfs2: acknowledge return value of ocfs2_error()
2015-09-04 Goldwyn Rodriguesocfs2: add errors=continue
2015-09-04 Xue jiufeiocfs2: flush inode data to disk and free inode when...
2015-09-04 Sanidhya Kashyapocfs2: trusted xattr missing CAP_SYS_ADMIN check
2015-09-04 jiangyiwenocfs2: set filesytem read-only when ocfs2_delete_entry...
2015-09-04 Joseph Qiocfs2/dlm: use list_for_each_entry instead of list_for_each
2015-09-04 Joseph Qiocfs2: remove unneeded code in dlm_register_domain_handlers
2015-09-04 Joseph Qiocfs2: fix BUG when o2hb_register_callback fails
2015-09-04 Joseph Qiocfs2: remove unneeded code in ocfs2_dlm_init
2015-09-04 Joseph Qiocfs2: adjust code to match locking/unlocking order
2015-09-04 Joseph Qiocfs2: clean up unused local variables in ocfs2_file_wr...
2015-09-04 Christophe... ocfs2: do not log twice error messages
2015-09-04 Joseph Qiocfs2: do not BUG if buffer not uptodate in __ocfs2_jou...
2015-09-04 Joseph Qiocfs2: fix several issues of append dio
2015-09-04 Joseph Qiocfs2: fix race between dio and recover orphan
2015-09-04 Alexander Kuleshovsh: use PFN_DOWN macro
2015-09-04 SF Markus Elfringntfs: delete unnecessary checks before calling iput()
2015-09-04 Zhao Leiscripts/spelling.txt: add some typo-words
2015-09-04 Robert Jarzmikscripts: decode_stacktrace: fix ARM architecture decoding
2015-09-04 Jean Delvarescripts/Lindent: handle missing indent gracefully
2015-09-04 Bart Van Asschekerneldoc: Convert error messages to GNU error message...
2015-09-04 Sudip Mukherjeescripts/spelling.txt: spelling of uninitialized
2015-09-04 Maninder Singhscripts/spelling.txt: add misspelled words for check
2015-09-04 Jan Karafsnotify: get rid of fsnotify_destroy_mark_locked()
2015-09-04 Jan Karafsnotify: remove mark->free_list
2015-09-04 Jan Karafsnotify: document mark locking
2015-09-04 Jan Karafsnotify: fix check in inotify fdinfo printing
2015-09-04 Dave Hansenfs/notify: optimize inotify/fsnotify code for unwatched...
2015-09-04 Yuriy Kolerovdrivers/video/concole: add negative dependency for...
2015-09-04 Andy Lutomirskicapabilities: add a securebit to disable PR_CAP_AMBIENT...
2015-09-04 Andy Lutomirskiselftests/capabilities: Add tests for capability evolution
2015-09-04 Andy Lutomirskicapabilities: ambient capabilities
2015-09-04 Andrew Mortonkernel/kthread.c:kthread_create_on_node(): clarify...
2015-09-04 Yinghai Lumm: check if section present during memory block regist...
2015-09-04 Ryan Dingocfs2: direct write will call ocfs2_rw_unlock() twice...
2015-09-04 Tang Chenmemory-hotplug: add hot-added memory ranges to memblock...
2015-09-04 Linus TorvaldsMerge tag 'pinctrl-v4.3-1' of git://git./linux/kernel...
2015-09-04 Linus TorvaldsMerge tag 'gpio-v4.3-1' of git://git./linux/kernel...
2015-09-04 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2015-09-04 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2015-09-03 Linus TorvaldsMerge tag 'powerpc-4.3-1' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'pcmcia' of git://ftp.arm.linux.org.uk...
2015-09-03 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2015-09-03 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-09-03 Linus TorvaldsMerge branch 'locking-core-for-linus' of git://git...
2015-09-03 Linus TorvaldsMerge tag 'for-f2fs-4.3' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge tag 'dlm-4.3' of git://git./linux/kernel/git...
2015-09-03 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2015-09-03 Linus TorvaldsMerge branch 'hpfs' (patches from Mikulas)
2015-09-03 Mikulas Patockahpfs: update ctime and mtime on directory modification
2015-09-03 Mikulas Patockahpfs: support hotfixes
2015-09-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2015-09-03 Russell Kingpcmcia: soc_common: remove skt_dev_info's clk pointer
2015-09-03 Russell Kingpcmcia: sa11xx_base.c: remove useless init/exit functions
2015-09-03 Russell Kingpcmcia: sa1111: simplify clk handing in sa1111_pcmcia_add()
2015-09-03 Russell Kingpcmcia: sa1111: update socket driver to use devm_clk_ge...
2015-09-03 Russell Kingpcmcia: pxa2xx: convert memory allocation to devm_...
2015-09-03 Russell Kingpcmcia: pxa2xx: update socket driver to use devm_clk_ge...
2015-09-03 Russell KingMerge branch 'devel-stable' into for-linus
2015-09-03 Russell KingMerge branches 'cleanup', 'fixes', 'misc', 'omap-barrie...
2015-09-03 Ralf BaechleMerge branch '4.2-fixes' into mips-for-linux-next
2015-09-03 Yousong ZhouMIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD...
next