summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mac80211: stop queues before rate control updationRajkumar Manoharan2011-05-261-0/+6
| | * | ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan2011-05-261-1/+2
| | * | ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan2011-05-263-1/+28
| | * | ath9k: Reset chip on baseband hangRajkumar Manoharan2011-05-261-1/+3
| | * | b43: N-PHY: initialize last var in calibration functionRafał Miłecki2011-05-261-1/+1
| | * | rtlwifi: Use order 2 RX buffer allocation only if necessaryLarry Finger2011-05-261-0/+7
| | * | rtlwifi: Fix kernel panic resulting from RX buffer allocation failureLarry Finger2011-05-261-13/+15
| | * | nl80211: fix check for valid SSID size in scan operationsLuciano Coelho2011-05-261-2/+2
| | * | mwifiex: correct event header lengthYogesh Ashok Powar2011-05-261-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-06-049-28/+41
|\ \ \ \
| * \ \ \ Merge branch 'for-jens/xen-blkback.fixes' of git://git.kernel.org/pub/scm/lin...Jens Axboe2011-06-022-6/+7
| |\ \ \ \
| | * | | | xen/blkback: potential null dereference in error handlingDan Carpenter2011-06-011-4/+6
| | * | | | xen/blkback: don't call vbd_size() if bd_disk is NULLLaszlo Ersek2011-06-011-2/+1
| * | | | | block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle2011-06-021-2/+2
| * | | | | cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle2011-06-021-3/+0
| |/ / / /
| * | | | block: blkdev_get() should access ->bd_disk only after successTejun Heo2011-06-011-2/+2
| * | | | CFQ: Fix typo and remove unnecessary semicolonKyungmin Park2011-05-311-4/+4
| * | | | block: remove unwanted semicolonsNamhyung Kim2011-05-311-2/+2
| * | | | Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe2011-05-302-7/+4
| * | | | nbd: adjust 'max_part' according to part_shiftNamhyung Kim2011-05-281-1/+12
| * | | | nbd: limit module parameters to a sane valueNamhyung Kim2011-05-281-0/+6
| * | | | nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim2011-05-281-1/+2
| * | | | block: improve the bio_add_page() and bio_add_pc_page() descriptionsAndreas Gruenbacher2011-05-281-8/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-06-041-1/+1
|\ \ \ \ \
| * | | | | Blackfin: strncpy: fix handling of zero lengthsSteven Miao2011-06-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2011-06-042-2/+4
|\ \ \ \ \
| * | | | | asm-generic/unistd.h: support sendmmsg syscallChris Metcalf2011-06-021-1/+3
| * | | | | tile: enable CONFIG_BUGVERBOSEChris Metcalf2011-06-011-1/+1
* | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-06-049-97/+136
|\ \ \ \ \ \
| * | | | | | UBIFS: fix-up free space earlierBen Gardiner2011-06-031-8/+8
| * | | | | | UBIFS: intialize LPT earlierBen Gardiner2011-06-031-13/+16
| * | | | | | UBIFS: assert no fixup when writing a nodeBen Gardiner2011-06-031-0/+2
| * | | | | | UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy2011-06-031-4/+5
| * | | | | | UBIFS: fix memory leak on error pathArtem Bityutskiy2011-06-031-0/+1
| * | | | | | UBIFS: fix shrinker object count reportsArtem Bityutskiy2011-06-031-1/+5
| * | | | | | UBIFS: fix recovery broken by the previous recovery fixArtem Bityutskiy2011-06-011-65/+87
| * | | | | | UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy2011-06-014-8/+9
| * | | | | | UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy2011-06-012-1/+6
| * | | | | | UBIFS: supress false error messagesArtem Bityutskiy2011-06-011-2/+2
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2011-06-041-4/+4
|\ \ \ \ \ \
| * | | | | | ktest: Ignore unset values of the minconfig in config_bisectSteven Rostedt2011-06-021-1/+1
| * | | | | | ktest: Fix result of rebooting the kernelSteven Rostedt2011-06-021-1/+1
| * | | | | | ktest: Fix off-by-one in config bisect resultSteven Rostedt2011-06-021-2/+2
| |/ / / / /
* | | | | | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-043-0/+141
|\ \ \ \ \ \
| * | | | | | ARM: mach-shmobile: add DMAC clock definitions on SH7372Guennadi Liakhovetski2011-06-021-0/+7
| * | | | | | ARM: arch-shmobile: support SDHI card detection on mackerel, using a GPIOGuennadi Liakhovetski2011-05-261-0/+20
| * | | | | | Merge branch 'rmobile/fbdev' into rmobile-latestPaul Mundt2011-05-262-0/+114
| |\ \ \ \ \ \
| | * | | | | | sh_mobile_meram: MERAM platform data for LCDCDamian2011-05-252-0/+114
* | | | | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-06-0414-45/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski2011-06-021-1/+1