summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-25dlm: log an error for unmanaged lockspacesDavid Teigland
2013-06-25dlm: config: using strlcpy instead of strncpyZhao Hongjiang
2013-06-19dlm: remove duplicated include from lowcomms.cWei Yongjun
2013-06-14dlm: disable nagle for SCTPMike Christie
2013-06-14dlm: retry failed SCTP sendsMike Christie
2013-06-14dlm: try other IPs when sctp init assoc failsMike Christie
2013-06-14dlm: clear correct bit during sctp init failure handlingMike Christie
2013-06-14dlm: set sctp assoc id during setupMike Christie
2013-06-14dlm: clear correct init bit during sctp setupMike Christie
2013-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-13Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-06-13dtc: ensure #line directives don't consume data from the next lineGrant Likely
2013-06-13dtc: Update generated files to output from Bison 2.5Grant Likely
2013-06-13of: Fix locking vs. interruptsBenjamin Herrenschmidt
2013-06-13kbuild: make sure we clean up DTB temporary filesIan Campbell
2013-06-13Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2013-06-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-06-13Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2013-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-06-13Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2013-06-13Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds
2013-06-13turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett
2013-06-13Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2013-06-13md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin
2013-06-13md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown
2013-06-13md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas
2013-06-13md: md_stop_writes() should always freeze recovery.NeilBrown
2013-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-06-12include/linux/math64.h: add div64_ul()Alex Shi
2013-06-12mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner
2013-06-12frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita
2013-06-12kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei
2013-06-12mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski
2013-06-12drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter
2013-06-12aio: fix io_destroy() regression by using call_rcu()Kent Overstreet
2013-06-12rtc-at91rm9200: use shadow IMR on at91sam9x5Johan Hovold
2013-06-12rtc-at91rm9200: add shadow interrupt maskJohan Hovold
2013-06-12rtc-at91rm9200: refactor interrupt-register handlingJohan Hovold
2013-06-12rtc-at91rm9200: add configuration supportJohan Hovold
2013-06-12rtc-at91rm9200: add match-table compile guardJohan Hovold
2013-06-12fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues
2013-06-12swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini
2013-06-12drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi...Tony Lindgren
2013-06-12cciss: fix broken mutex usage in ioctlStephen M. Cameron
2013-06-12audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov