| Commit message (Expand) | Author | Age |
... | |
| * | | | | ibmveth: use consistent types | Stephen Rothwell | 2009-01-06 |
| * | | | | net/ehea: use consistant type | Stephen Rothwell | 2009-01-06 |
| * | | | | sch_teql: convert to net_device_ops | Stephen Hemminger | 2009-01-06 |
| * | | | | xen-netfront: convert to net_device_ops | Stephen Hemminger | 2009-01-06 |
| * | | | | virtio: convert to net_device_ops | Stephen Hemminger | 2009-01-06 |
| * | | | | wireless: convert wireless ioctl to net_device_ops | Stephen Hemminger | 2009-01-06 |
| * | | | | bonding: use net_device_ops | Stephen Hemminger | 2009-01-06 |
| * | | | | irda: convert to internal stats | Stephen Hemminger | 2009-01-06 |
| * | | | | acenic: Missed delete of acenic_firmware.h | David S. Miller | 2009-01-05 |
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-01-08 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'devel' | Russell King | 2009-01-08 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'for_rmk' of git://git.mnementh.co.uk/linux-2.6-im into devel | Russell King | 2009-01-01 |
| | |\ \ \ \ \ |
|
| | | * | | | | | [ARM] pxa: add e750 MFP config | Ian Molton | 2008-12-30 |
| | * | | | | | | [ARM] footbridge: set dc21285 clock rate from command line | Russell King | 2008-12-30 |
| * | | | | | | | Merge branch 'next-footbridge' of git://aeryn.fluff.org.uk/bjdooks/linux | Russell King | 2009-01-08 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | [ARM] footbridge: dc21285.c warning fixes | Ben Dooks | 2009-01-08 |
| | * | | | | | | | [ARM] footbridge: add isa_init_irq() to common header | Ben Dooks | 2009-01-08 |
| | * | | | | | | | [ARM] arch/arm/kernel/isa.c: missing definition of register_isa_ports | Ben Dooks | 2009-01-08 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | [ARM] fix pxa930_trkball build errors | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] fix netx | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] fix pnx4008 | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] fix pxa | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] remove missed CLPS7500 defconfig | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] clps711x: fix warning in edb7211-mm.c | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] clps711x: fix warning in fortunet | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] fix AT91, davinci, h720x, ks8695, msm, mx2, mx3, netx, omap1, omap2, px... | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] Fix realview build | Russell King | 2009-01-08 |
| * | | | | | | | [ARM] 5357/1: Kirkwood: add missing ge01 tclk initialization | Nicolas Pitre | 2009-01-08 |
| * | | | | | | | [ARM] 5358/1: AT2440EVB: Use new include path of mci.h | Ramax Lo | 2009-01-08 |
| * | | | | | | | [ARM] 5361/1: mv78xx0: fix compilation error | Nicolas Pitre | 2009-01-08 |
| * | | | | | | | [ARM] 5360/1: Orion: fix compilation error | Nicolas Pitre | 2009-01-08 |
| * | | | | | | | [ARM] 5359/1: Kirkwood: fix compilation error | Nicolas Pitre | 2009-01-08 |
| * | | | | | | | [ARM] S3C64XX: Fix EINT group macro definition | Matt Hsu | 2009-01-08 |
| * | | | | | | | [ARM] Ensure CONFIG_SERIAL_SAMSUNG_UARTS is always set. | Ben Dooks | 2009-01-08 |
| * | | | | | | | [ARM] S3C24XX: Add gpio_to_irq implementation | Ben Dooks | 2009-01-08 |
| * | | | | | | | [ARM] S3C24XX: Add gpio_to_irq() facility | Ben Dooks | 2009-01-08 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-01-08 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | md: don't retry recovery of raid1 that fails due to error on source drive. | NeilBrown | 2009-01-08 |
| * | | | | | | | md: Allow md devices to be created by name. | NeilBrown | 2009-01-08 |
| * | | | | | | | md: make devices disappear when they are no longer needed. | NeilBrown | 2009-01-08 |
| * | | | | | | | md: centralise all freeing of an 'mddev' in 'md_free' | NeilBrown | 2009-01-08 |
| * | | | | | | | md: move allocation of ->queue from mddev_find to md_probe | NeilBrown | 2009-01-08 |
| * | | | | | | | md: need another print_sb for mdp_superblock_1 | Cheng Renquan | 2009-01-08 |
| * | | | | | | | md: use list_for_each_entry macro directly | Cheng Renquan | 2009-01-08 |
| * | | | | | | | md: raid0: make hash_spacing and preshift sector-based. | Andre Noll | 2009-01-08 |
| * | | | | | | | md: raid0: Represent the size of strip zones in sectors. | Andre Noll | 2009-01-08 |
| * | | | | | | | md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's. | Andre Noll | 2009-01-08 |
| * | | | | | | | md: raid0 create_strip_zones(): Make two local variables sector-based. | Andre Noll | 2009-01-08 |
| * | | | | | | | md: raid0: Represent zone->zone_offset in sectors. | Andre Noll | 2009-01-08 |
| * | | | | | | | md: raid0: Represent device offset in sectors. | Andre Noll | 2009-01-08 |