summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | 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
| * | | | | | | | | | | | Merge branch 'sh/runtime-pm-misery' into sh-fixes-for-linusPaul Mundt2011-05-313-21/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt2011-05-311-1/+6
| | * | | | | | | | | | | | Revert "clocksource: sh_cmt: Runtime PM support"Paul Mundt2011-05-311-10/+2
| | * | | | | | | | | | | | Revert "clocksource: sh_tmu: Runtime PM support"Paul Mundt2011-05-311-10/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | sh: Fix up asm-generic/ptrace.h fallout.Paul Mundt2011-05-311-2/+4
| * | | | | | | | | | | | sh64: Move from P1SEG to CAC_ADDR for consistent sync.Paul Mundt2011-05-311-1/+1
| * | | | | | | | | | | | sh64: asm/pgtable.h needs asm/mmu.hPaul Mundt2011-05-311-0/+1
| * | | | | | | | | | | | sh: asm/tlb.h needs linux/swap.hNobuhiro Iwamatsu2011-05-311-0/+1
| * | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-312819-51417/+124392
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | sh: mark DMA slave ID 0 as invalidGuennadi Liakhovetski2011-05-253-0/+3
| * | | | | | | | | | | | sh: Update shmin to reflect PIO dependency.Paul Mundt2011-05-241-1/+1
OpenPOWER on IntegriCloud