| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ec-cleanup' into release | Len Brown | 2011-05-29 | 4 | -22/+15 |
|\ |
|
| * | ACPI EC: remove redundant code | Zhang Rui | 2011-05-29 | 1 | -2/+0 |
| * | ACPI EC: remove dead code | Thomas Renninger | 2011-04-01 | 4 | -19/+14 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*---------. \ | Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd... | Len Brown | 2011-05-29 | 10697 | -290112/+615216 |
|\ \ \ \ \ \ \ |
|
| | | | | | * | | ACPI:Fix goto flows in thermal-sys | Durgadoss R | 2011-03-23 | 1 | -6/+7 |
| | | | | | |/ |
|
| | | | | * | | ACPI: EC: add another DMI check for ASUS hardware | Peter Collingbourne | 2011-04-25 | 1 | -0/+3 |
| | | | * | | | ACPI: Add D3 cold state | Lin Ming | 2011-05-29 | 3 | -3/+6 |
| | | * | | | | ACPI EC: enable MSI workaround for Quanta laptops | Zhang Rui | 2011-05-29 | 1 | -0/+8 |
| | | |/ / / |
|
| | * / / / | ACPI: processor: fix processor_physically_present in UP kernel | Lin Ming | 2011-05-29 | 2 | -10/+9 |
| | |/ / / |
|
| * | | | | ACPI: Split out custom_method functionality into an own driver | Thomas Renninger | 2011-05-29 | 5 | -79/+122 |
| * | | | | ACPI: Cleanup custom_method debug stuff | Thomas Renninger | 2011-05-29 | 3 | -20/+23 |
| |/ / / |
|
| * | | | Linux 2.6.39v2.6.39 | Linus Torvalds | 2011-05-19 | 1 | -1/+1 |
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o... | Linus Torvalds | 2011-05-19 | 7 | -27/+96 |
| |\ \ \ |
|
| | * | | | configfs: Fix race between configfs_readdir() and configfs_d_iput() | Joel Becker | 2011-05-18 | 1 | -5/+28 |
| | * | | | configfs: Don't try to d_delete() negative dentries. | Joel Becker | 2011-05-18 | 1 | -2/+4 |
| | * | | | ocfs2/dlm: Target node death during resource migration leads to thread spin | Sunil Mushran | 2011-05-13 | 1 | -0/+3 |
| | * | | | ocfs2: Skip mount recovery for hard-ro mounts | Sunil Mushran | 2011-05-13 | 1 | -0/+3 |
| | * | | | ocfs2/cluster: Heartbeat mismatch message improved | Sunil Mushran | 2011-05-13 | 1 | -17/+31 |
| | * | | | ocfs2/cluster: Increase the live threshold for global heartbeat | Sunil Mushran | 2011-05-13 | 1 | -1/+12 |
| | * | | | ocfs2/dlm: Use negotiated o2dlm protocol version | Sunil Mushran | 2011-05-13 | 1 | -1/+2 |
| | * | | | ocfs2: skip existing hole when removing the last extent_rec in punching-hole ... | Tristan Ye | 2011-05-13 | 1 | -0/+12 |
| | * | | | ocfs2: Initialize data_ac (might be used uninitialized) | Marcus Meissner | 2011-05-13 | 1 | -1/+1 |
| * | | | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-05-18 | 22 | -46/+108 |
| |\ \ \ \ |
|
| | * | | | | drivercore: revert addition of of_match to struct device | Grant Likely | 2011-05-18 | 22 | -50/+108 |
| | * | | | | of: fix race when matching drivers | Milton Miller | 2011-05-18 | 1 | -2/+6 |
| * | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2011-05-18 | 4 | -8/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | MIPS: Kludge IP27 build for 2.6.39. | Ralf Baechle | 2011-05-18 | 1 | -0/+2 |
| | * | | | | | MIPS: AR7: Fix GPIO register size for Titan variant. | Florian Fainelli | 2011-05-18 | 1 | -3/+1 |
| | * | | | | | MIPS: Fix duplicate invocation of notify_die. | Ralf Baechle | 2011-05-18 | 1 | -4/+2 |
| | * | | | | | MIPS: RB532: Fix iomap resource size miscalculation. | Ralf Baechle | 2011-05-18 | 1 | -1/+1 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-05-18 | 25 | -43/+62 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | block: don't delay blk_run_queue_async | Shaohua Li | 2011-05-18 | 1 | -1/+3 |
| | * | | | | | scsi: remove performance regression due to async queue run | Jens Axboe | 2011-05-17 | 3 | -4/+19 |
| | * | | | | | blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup | Vivek Goyal | 2011-05-16 | 4 | -11/+19 |
| | * | | | | | block: rescan partitions on invalidated devices on -ENOMEDIA too | Tejun Heo | 2011-04-29 | 1 | -9/+18 |
| | * | | | | | cdrom: always check_disk_change() on open | Tejun Heo | 2011-04-29 | 1 | -3/+3 |
| | * | | | | | block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers | Tejun Heo | 2011-04-21 | 15 | -15/+0 |
| * | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-05-18 | 4 | -15/+54 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [media] V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c | Sergio Aguirre | 2011-05-04 | 1 | -6/+42 |
| | * | | | | | | [media] v4l2-subdev: fix broken subdev control enumeration | Hans Verkuil | 2011-05-04 | 1 | -7/+7 |
| | * | | | | | | [media] Fix cx88 remote control input | Lawrence Rust | 2011-05-04 | 1 | -1/+1 |
| | * | | | | | | [media] v4l: Release module if subdev registration fails | Laurent Pinchart | 2011-05-04 | 1 | -1/+4 |
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-05-18 | 9 | -46/+147 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86, AMD: Fix ARAT feature setting again | Borislav Petkov | 2011-05-17 | 1 | -1/+1 |
| | * | | | | | | | Revert "x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors" | Borislav Petkov | 2011-05-17 | 1 | -1/+1 |
| | * | | | | | | | x86, apic: Fix spurious error interrupts triggering on all non-boot APs | Youquan Song | 2011-05-16 | 2 | -5/+8 |
| | * | | | | | | | x86, mce, AMD: Fix leaving freed data in a list | Julia Lawall | 2011-05-13 | 1 | -0/+1 |
| | * | | | | | | | x86: Fix UV BAU for non-consecutive nasids | Cliff Wickman | 2011-05-12 | 2 | -33/+76 |
| | * | | | | | | | x86, UV: Fix NMI handler for UV platforms | Jack Steiner | 2011-05-10 | 3 | -6/+60 |
| * | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-05-18 | 7 | -56/+119 |
| |\ \ \ \ \ \ \ \ |
|