summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds50-1438/+1000
2012-01-10Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds74-2247/+3015
2012-01-10Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds136-1500/+1643
2012-01-10Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-72/+134
2012-01-10tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2-2/+2
2012-01-10igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-10netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-10bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-10usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-10net: Fix build with INET disabled.David S. Miller2-2/+1
2012-01-10ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-10Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds9-236/+62
2012-01-10Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds15-349/+470
2012-01-10ext4: fix failure exitsAl Viro1-5/+8
2012-01-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds35-111/+201
2012-01-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-28/+83
2012-01-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+2
2012-01-10net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2-6/+11
2012-01-10net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko1-2/+2
2012-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds462-36047/+24350
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds203-3798/+4979
2012-01-10Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds45-658/+1989
2012-01-10Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-126/+126
2012-01-09mtd: Fix dependency for MTD_DOC200xFabio Estevam1-0/+3
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy6-10/+6
2012-01-09logfs: do not use 'mtd->block_isbad' directlyArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy12-20/+21
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy4-11/+9
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy5-29/+19
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy9-21/+11
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy4-23/+27
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2-2/+2
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2-4/+2
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2-8/+14
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2-5/+7
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy2-7/+6
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy2-9/+10
2012-01-09romfs: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-15/+13
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy3-20/+14
2012-01-09mtd: do use mtd->point directlyArtem Bityutskiy4-16/+15
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy3-3/+8
2012-01-09mtd: mtdcore: export symbols cleanupArtem Bityutskiy1-15/+9
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy2-19/+24
2012-01-09jffs: remove custom mtd_fake_writev functionArtem Bityutskiy1-26/+1
2012-01-09mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy1-3/+0
2012-01-09mtd: sst25l: kill unused variableArtem Bityutskiy1-1/+1
2012-01-09mtd: onenand: kill unused variableArtem Bityutskiy1-1/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy2-17/+13
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy7-33/+22
2012-01-09mtd: always initialize retlen to zeroArtem Bityutskiy1-0/+9