summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | thinkpad-acpi: don't leave ERR_PTR() pointers aroundHenrique de Moraes Holschuh2009-09-201-1/+3
| * | | | | | | | | | | | Merge branch 'bjorn-HID' into releaseLen Brown2009-09-265-483/+315
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ACPI: simplify building device HID/CID listBjorn Helgaas2009-09-251-33/+23
| | * | | | | | | | | | | | ACPI: remove acpi_device_uid() and related stuffBjorn Helgaas2009-09-252-21/+1
| | * | | | | | | | | | | | ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas2009-09-253-28/+15
| | * | | | | | | | | | | | ACPI: remove acpi_device.flags.compatible_idsBjorn Helgaas2009-09-252-13/+5
| | * | | | | | | | | | | | ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas2009-09-253-132/+60
| | * | | | | | | | | | | | ACPI: make sure every acpi_device has an IDBjorn Helgaas2009-09-251-0/+10
| | * | | | | | | | | | | | ACPI: use acpi_device_hid() when possibleBjorn Helgaas2009-09-252-4/+4
| | * | | | | | | | | | | | ACPI: fix synthetic HID for \_SB_Bjorn Helgaas2009-09-251-12/+6
| | * | | | | | | | | | | | ACPI: handle re-enumeration, when acpi_devices might already existBjorn Helgaas2009-09-251-8/+11
| | * | | | | | | | | | | | ACPI: factor out device type and status checkingBjorn Helgaas2009-09-251-77/+52
| | * | | | | | | | | | | | ACPI: add acpi_bus_get_status_handle()Bjorn Helgaas2009-09-252-27/+24
| | * | | | | | | | | | | | ACPI: use acpi_walk_namespace() to enumerate devicesBjorn Helgaas2009-09-251-122/+74
| | * | | | | | | | | | | | ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas2009-09-252-8/+13
| | * | | | | | | | | | | | ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas2009-09-251-2/+2
| | * | | | | | | | | | | | ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas2009-09-251-17/+17
| | * | | | | | | | | | | | ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas2009-09-251-13/+37
| | * | | | | | | | | | | | ACPI: remove unnecessary argument checkingBjorn Helgaas2009-09-251-6/+2
| | * | | | | | | | | | | | ACPI: remove redundant "type" argumentsBjorn Helgaas2009-09-251-7/+7
| | * | | | | | | | | | | | ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas2009-09-251-17/+15
| | * | | | | | | | | | | | ACPI: use device_type rather than comparing HIDBjorn Helgaas2009-09-251-6/+4
| | * | | | | | | | | | | | ACPI: save device_type in acpi_deviceBjorn Helgaas2009-09-252-1/+3
| | * | | | | | | | | | | | ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas2009-09-251-15/+12
| | * | | | | | | | | | | | ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas2009-09-251-5/+2
| | * | | | | | | | | | | | ACPI: add debug for device additionBjorn Helgaas2009-09-251-2/+10
| | * | | | | | | | | | | | ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas2009-09-251-1/+0
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-263-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | writeback: pass in super_block to bdi_start_writeback()Jens Axboe2009-09-263-4/+7
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-2611-258/+159
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cifs: fix locking and list handling code in cifs_open and its helperJeff Layton2009-09-251-19/+3
| * | | | | | | | | | | | | [CIFS] Remove build warningSteve French2009-09-251-2/+2
| * | | | | | | | | | | | | cifs: fix problems with last two commitsJeff Layton2009-09-251-1/+1
| * | | | | | | | | | | | | [CIFS] Fix build break when keys support turned offSteve French2009-09-251-1/+1
| * | | | | | | | | | | | | cifs: eliminate cifs_init_privateJeff Layton2009-09-243-50/+20
| * | | | | | | | | | | | | cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-2410-175/+119
| * | | | | | | | | | | | | cifs: have cifsFileInfo hold an extra inode referenceJeff Layton2009-09-153-3/+5
| * | | | | | | | | | | | | cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton2009-09-151-3/+3
| * | | | | | | | | | | | | cifs: remove cifsInodeInfo.oplockPending flagJeff Layton2009-09-152-2/+0
| * | | | | | | | | | | | | cifs: fix oplock request handling in posix codepathJeff Layton2009-09-153-11/+14
| * | | | | | | | | | | | | [CIFS] Re-enable Lanman securityChuck Ebbert2009-09-151-2/+2
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-264-152/+1299
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | at91_can: Forgotten git 'add' of at91_can.cDavid S. Miller2009-09-251-0/+1186
| * | | | | | | | | | | | | | TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2Sriram2009-09-251-1/+8
| * | | | | | | | | | | | | | ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski2009-09-251-10/+17
| * | | | | | | | | | | | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rus...David S. Miller2009-09-251-141/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | virtio_net: Check for room in the vq before adding bufferAmit Shah2009-09-241-4/+4
| | * | | | | | | | | | | | | | virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.Rusty Russell2009-09-241-24/+40
| | * | | | | | | | | | | | | | virtio_net: formalize skb_vnet_hdrRusty Russell2009-09-241-37/+44
| | * | | | | | | | | | | | | | virtio_net: don't free buffers in xmit ringRusty Russell2009-09-241-59/+5