summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-08vt6655: remove casts in wroute.cMartin Hofmann1-4/+4
2014-01-08vt6655: balance faulty parentheses in 80211hdr.hMartin Hofmann1-1/+1
2014-01-08staging: vt6656: remove an unneeded NULL checkDan Carpenter1-1/+1
2014-01-08staging: vt6655: check too restrictive (off by one)Dan Carpenter1-2/+2
2014-01-08staging: vt6656: CARDqGetNextTBTT replace code using do_div.Malcolm Priestley1-19/+11
2014-01-08staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTTMalcolm Priestley1-1/+1
2014-01-08Staging: vt6656: Reduce line length of bssdb.cSimon Schuster1-100/+201
2014-01-08Staging: vt6656: Remove explicit comparisons against NULLSebastian Rachuj1-21/+21
2014-01-08Staging: vt6656: Remove bogus parentheses in conditionsSebastian Rachuj1-69/+69
2014-01-08Staging: vt6656: Combined nested conditionsSimon Schuster1-142/+139
2014-01-08Staging: vt6656: Correct usage of bracesSimon Schuster1-23/+18
2014-01-08Staging: vt6656: Combine "else { if" to "else if"Simon Schuster1-67/+47
2014-01-08Staging: vt6656: Remove unnecessary spaces in format stringsSimon Schuster1-3/+3
2014-01-08Staging: vt6656: Remove line feeds before elseSimon Schuster1-26/+13
2014-01-08Staging: vt6656: Correct single space mistakesSimon Schuster1-68/+68
2014-01-08Staging: vt6656: Correct operator coding styleSimon Schuster1-32/+32
2014-01-08Staging: vt6656: Remove unnecessary semicolonsSimon Schuster1-7/+7
2014-01-08Staging: vt6656: Adjust comments in bssdb.cSimon Schuster1-127/+91
2014-01-08Staging: vt6656: Fix indentation of bssdb.cSimon Schuster1-1011/+1016
2013-12-24Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman59-377/+1241
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman218-1112/+2084
2013-12-23Linux 3.13-rc5v3.13-rc5Linus Torvalds1-1/+1
2013-12-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-26/+61
2013-12-22Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-1/+0
2013-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds10-49/+52
2013-12-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds3-16/+55
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23
2013-12-22staging: iio: hmc5843: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-22iio: cm36651: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-22staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa3-1/+14
2013-12-22aio/migratepages: make aio migrate pages saneBenjamin LaHaise3-15/+53
2013-12-22aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise1-1/+2
2013-12-21Don't set the INITRD_COMPRESS environment variable automaticallyLinus Torvalds1-1/+3
2013-12-21Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds11-84/+168
2013-12-21mm: fix build of split ptlock codeOlof Johansson1-1/+1
2013-12-21Merge tag 'arc-fixes-for-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+7
2013-12-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-20/+18
2013-12-21pstore: Don't allow high traffic options on fragile devicesLuck, Tony4-2/+10
2013-12-21staging: r8188eu: Fix unused variable warningsLarry Finger7-35/+0
2013-12-21staging: r8188eu: Restore line that was incorrectly removedLarry Finger1-0/+4
2013-12-21Merge tag 'dmaengine-fixes-3.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-109/+79
2013-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-62/+112
2013-12-21mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov5-7/+8
2013-12-21drivers/staging/bcm: Integer overflowWenliang Fan1-0/+9
2013-12-21mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner1-10/+9
2013-12-21Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...Mel Gorman1-2/+1
2013-12-21mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov1-3/+2
2013-12-20staging: comedi: ni_660x: tidy up set_tio_counterswap()H Hartley Sweeten1-9/+12
2013-12-20staging: comedi: ni_660x: remove dma_selection_counter()H Hartley Sweeten1-8/+2
2013-12-20staging: comedi: ni_660x: use a local var for the 'chip_index'H Hartley Sweeten1-19/+24