summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86: Reduce verbosity of "PAT enabled" kernel messageRoland Dreier2009-09-241-2/+5
| * | | | | | | x86: Reduce verbosity of "TSC is reliable" messageRoland Dreier2009-09-241-1/+1
| * | | | | | | x86: mce: Use safer ways to access MCE registersIngo Molnar2009-09-231-2/+21
| * | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-09-235-69/+77
| |\ \ \ \ \ \ \
| | * | | | | | | x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge2009-09-214-65/+72
| | * | | | | | | xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge2009-09-212-5/+6
| * | | | | | | | x86: mce, inject: Use real inject-msg in raise_localHuang Ying2009-09-221-3/+4
| * | | | | | | | x86: mce: Fix thermal throttling message stormIngo Molnar2009-09-221-2/+4
| * | | | | | | | x86: mce: Clean up thermal throttling state tracking codeIngo Molnar2009-09-221-24/+39
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-268-713/+770
|\ \ \ \ \ \ \ \
| * | | | | | | | ACPI: i2c-scmi: don't use acpi_device_uid()Bjorn Helgaas2009-09-261-3/+2
| * | | | | | | | Merge branch 'thinkpad-2.6.32-part2' into releaseLen Brown2009-09-262-227/+453
| |\ \ \ \ \ \ \ \
| | * | | | | | | | thinkpad-acpi: name event constantsHenrique de Moraes Holschuh2009-09-201-23/+69
| | * | | | | | | | thinkpad-acpi: add internal hotkey event APIHenrique de Moraes Holschuh2009-09-201-0/+48
| | * | | | | | | | thinkpad-acpi: hotkey event driver updateHenrique de Moraes Holschuh2009-09-202-196/+328
| | * | | | | | | | thinkpad-acpi: drop HKEY event 0x5010Henrique de Moraes Holschuh2009-09-202-5/+5
| | * | | | | | | | thinkpad-acpi: remove uneeded tp_features.hotkey tests in hotkey_exitHenrique de Moraes Holschuh2009-09-201-10/+8
| | * | | | | | | | 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
OpenPOWER on IntegriCloud