summaryrefslogtreecommitdiffstats
path: root/lib/argv_split.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-03NVMe: Separate queue alloc/free from create/deleteKeith Busch1-39/+94
2013-09-03NVMe: Group pci related actions in functionsKeith Busch1-46/+66
2013-09-03NVMe: Disk stats for read/write commands onlyKeith Busch1-3/+3
2013-09-03NVMe: Bring up cdev on set feature failureKeith Busch1-2/+2
2013-09-03NVMe: Fix checkpatch issuesKeith Busch1-5/+4
2013-09-03NVMe: Namespace IDs are unsignedMatthew Wilcox2-3/+6
2013-09-03NVMe: Update nvme_id_power_state with latest specKeith Busch1-1/+7
2013-09-03NVMe: Split header file into user-visible and kernel-visible piecesMatthew Wilcox3-456/+477
2013-06-24NVMe: Call nvme_process_cq from submission pathMatthew Wilcox1-19/+20
2013-06-24NVMe: Remove "process_cq did something" messageMatthew Wilcox1-2/+1
2013-06-24NVMe: Return correct value from interrupt handlerMatthew Wilcox1-5/+9
2013-06-20NVMe: Disk IO statisticsKeith Busch2-0/+29
2013-06-20NVMe: Restructure MSI / MSI-X setupMatthew Wilcox1-21/+23
2013-06-19NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera1-16/+8
2013-06-13dtc: ensure #line directives don't consume data from the next lineGrant Likely2-117/+117
2013-06-13dtc: Update generated files to output from Bison 2.5Grant Likely2-341/+388
2013-06-13of: Fix locking vs. interruptsBenjamin Herrenschmidt2-8/+12
2013-06-13kbuild: make sure we clean up DTB temporary filesIan Campbell1-4/+4
2013-06-13turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett1-1/+1
2013-06-13md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin3-5/+6
2013-06-13md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown2-18/+18
2013-06-13md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas2-2/+22
2013-06-13md: md_stop_writes() should always freeze recovery.NeilBrown1-1/+1
2013-06-13include/linux/math64.h: add div64_ul()Alex Shi1-2/+4
2013-06-13mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner1-7/+5
2013-06-13frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2-2/+2
2013-06-13kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang1-0/+1
2013-06-13mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi3-6/+22
2013-06-13ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei1-0/+1
2013-06-13mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski1-2/+4
2013-06-13drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter1-0/+1
2013-06-13aio: fix io_destroy() regression by using call_rcu()Kent Overstreet1-20/+16
2013-06-13rtc-at91rm9200: use shadow IMR on at91sam9x5Johan Hovold2-1/+8
2013-06-13rtc-at91rm9200: add shadow interrupt maskJohan Hovold1-1/+38
2013-06-13rtc-at91rm9200: refactor interrupt-register handlingJohan Hovold1-14/+29
2013-06-13rtc-at91rm9200: add configuration supportJohan Hovold1-8/+38
2013-06-13rtc-at91rm9200: add match-table compile guardJohan Hovold1-0/+2
2013-06-13fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues1-1/+1
2013-06-13swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini1-1/+17
2013-06-13drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi...Tony Lindgren1-0/+1
2013-06-13cciss: fix broken mutex usage in ioctlStephen M. Cameron1-16/+16
2013-06-13audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov1-1/+1
2013-06-13drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channelDerek Basehore1-1/+3
2013-06-13drivers/rtc/rtc-tps6586x.c: device wakeup flags correctionDmitry Osipenko1-1/+2
2013-06-13memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin1-2/+0
2013-06-13ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu1-1/+1
2013-06-13lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang1-1/+1
2013-06-13kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook3-48/+57
2013-06-13reboot: rigrate shutdown/reboot to boot cpuRobin Holt1-3/+26
2013-06-13CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2-32/+27