| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 2010-06-28 | 33 | -108/+100 |
* | powerpc/5200: fix lite5200 ethernet phy address | Dmitry Baryshkov | 2010-06-15 | 1 | -2/+2 |
* | powerpc/5200: Fix build error in sound code. | Grant Likely | 2010-06-15 | 1 | -1/+1 |
* | powerpc/5200: fix oops during going to standby | Dmitry Baryshkov | 2010-06-15 | 1 | -1/+10 |
* | powerpc/5200: add lite5200 onboard I2C eeprom and flash | Dmitry Baryshkov | 2010-06-15 | 2 | -0/+29 |
* | maintainers: Add git trees for SPI and device tree | Grant Likely | 2010-06-15 | 1 | -0/+2 |
* | of: Drop properties with "/" in their name | Michael Ellerman | 2010-06-14 | 1 | -0/+3 |
* | Linux 2.6.35-rc3v2.6.35-rc3 | Linus Torvalds | 2010-06-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-06-11 | 14 | -28/+103 |
|\ |
|
| * | Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2010-06-11 | 1 | -1/+1 |
| |\ |
|
| | * | wimax/i2400m: fix missing endian correction read in fw loader | Inaky Perez-Gonzalez | 2010-06-11 | 1 | -1/+1 |
| * | | net8139: fix a race at the end of NAPI | Figo.zhang | 2010-06-11 | 2 | -2/+2 |
| * | | pktgen: Fix accuracy of inter-packet delay. | Daniel Turull | 2010-06-11 | 1 | -1/+1 |
| * | | pkt_sched: gen_estimator: add a new lock | Eric Dumazet | 2010-06-11 | 1 | -3/+12 |
| * | | net: deliver skbs on inactive slaves to exact matches | John Fastabend | 2010-06-11 | 3 | -6/+20 |
| * | | ipv6: fix ICMP6_MIB_OUTERRORS | Eric Dumazet | 2010-06-10 | 1 | -2/+2 |
| * | | r8169: fix mdio_read and update mdio_write according to hw specs | Timo Teräs | 2010-06-10 | 1 | -3/+9 |
| * | | Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6 | David S. Miller | 2010-06-10 | 1 | -5/+3 |
| |\ \ |
|
| | * | | net: Print num_rx_queues imbalance warning only when there are allocated queues | Tim Gardner | 2010-06-09 | 1 | -5/+3 |
| * | | | gianfar: Revive the driver for eTSEC devices (disable timestamping) | Anton Vorontsov | 2010-06-10 | 1 | -2/+1 |
| * | | | caif: fix a couple range checks | Dan Carpenter | 2010-06-10 | 2 | -2/+2 |
| * | | | phylib: Add support for the LXT973 phy. | Richard Cochran | 2010-06-10 | 1 | -1/+50 |
| |/ / |
|
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2010-06-11 | 3 | -0/+8 |
|\ \ \ |
|
| * | | | PM / x86: Save/restore MISC_ENABLE register | Ondrej Zary | 2010-06-08 | 3 | -0/+8 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2010-06-11 | 9 | -17/+41 |
|\ \ \ \ |
|
| * | | | | Btrfs: The file argument for fsync() is never null | Dan Carpenter | 2010-06-11 | 1 | -1/+1 |
| * | | | | Btrfs: handle ERR_PTR from posix_acl_from_xattr() | Dan Carpenter | 2010-06-11 | 1 | -0/+2 |
| * | | | | Btrfs: avoid BUG when dropping root and reference in same transaction | Sage Weil | 2010-06-11 | 1 | -3/+0 |
| * | | | | Btrfs: prohibit a operation of changing acl's mask when noacl mount option used | Shi Weihua | 2010-06-11 | 1 | -0/+3 |
| * | | | | Btrfs: should add a permission check for setfacl | Shi Weihua | 2010-06-11 | 1 | -0/+3 |
| * | | | | Btrfs: btrfs_lookup_dir_item() can return ERR_PTR | Dan Carpenter | 2010-06-11 | 1 | -1/+1 |
| * | | | | Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs | Dan Carpenter | 2010-06-11 | 1 | -0/+4 |
| * | | | | Btrfs: unwind after btrfs_start_transaction() errors | Dan Carpenter | 2010-06-11 | 1 | -1/+1 |
| * | | | | Btrfs: btrfs_iget() returns ERR_PTR | Dan Carpenter | 2010-06-11 | 1 | -2/+2 |
| * | | | | Btrfs: handle kzalloc() failure in open_ctree() | Dan Carpenter | 2010-06-11 | 1 | -2/+5 |
| * | | | | Btrfs: handle error returns from btrfs_lookup_dir_item() | Dan Carpenter | 2010-06-11 | 1 | -0/+2 |
| * | | | | Btrfs: Fix BUG_ON for fs converted from extN | Yan, Zheng | 2010-06-11 | 1 | -1/+2 |
| * | | | | Btrfs: Fix null dereference in relocation.c | Yan, Zheng | 2010-06-11 | 1 | -3/+4 |
| * | | | | Btrfs: fix remap_file_pages error | Miao Xie | 2010-06-11 | 1 | -1/+8 |
| * | | | | Btrfs: uninitialized data is check_path_shared() | Dan Carpenter | 2010-06-11 | 1 | -1/+1 |
| * | | | | Btrfs: fix fallocate regression | Josef Bacik | 2010-06-11 | 1 | -1/+1 |
| * | | | | Btrfs: fix loop device on top of btrfs | Miao Xie | 2010-06-11 | 1 | -0/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-06-11 | 9 | -130/+17 |
|\ \ \ \ \ |
|
| * | | | | | PCI: clear bridge resource range if BIOS assigned bad one | Yinghai Lu | 2010-06-11 | 4 | -0/+5 |
| * | | | | | PCI: hotplug/cpqphp, fix NULL dereference | Jiri Slaby | 2010-06-11 | 1 | -0/+7 |
| * | | | | | Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/" | Jesse Barnes | 2010-06-11 | 3 | -125/+0 |
| * | | | | | PCI: change resource collision messages from KERN_ERR to KERN_INFO | Bjorn Helgaas | 2010-06-11 | 1 | -5/+5 |
* | | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2010-06-11 | 2 | -2/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | kbuild: Create output directory in Makefile.modbuiltin | Michal Marek | 2010-06-10 | 1 | -0/+5 |
| * | | | | | | kbuild: Generate modules.builtin in make modules | Michal Marek | 2010-06-09 | 1 | -2/+2 |