Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | perf_event, x86: Fix 'perf sched record' crashing the machine | Peter Zijlstra | 2009-09-23 | 1 | -0/+3 | |
| * | | | | perf_event: Update PERF_EVENT_FORK header definition | Anton Blanchard | 2009-09-22 | 2 | -2/+2 | |
| * | | | | perf stat: Fix zero total printouts | Ingo Molnar | 2009-09-22 | 1 | -4/+14 | |
* | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-26 | 1 | -4/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | clocksource: Resume clocksource without taking the clocksource mutex | Martin Schwidefsky | 2009-09-24 | 1 | -4/+0 | |
* | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-26 | 6 | -19/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | modules, tracing: Remove stale struct marker signature from module_layout() | Ingo Molnar | 2009-09-23 | 1 | -1/+0 | |
| * | | | | | | tracing/workqueue: Use %pf in workqueue trace events | Anton Blanchard | 2009-09-22 | 1 | -2/+2 | |
| * | | | | | | tracing: Fix a comment and a trivial format issue in tracepoint.h | Li Hong | 2009-09-22 | 1 | -2/+2 | |
| * | | | | | | tracing: Fix failure path in ftrace_regex_open() | Li Zefan | 2009-09-22 | 1 | -1/+3 | |
| * | | | | | | tracing: Fix failure path in ftrace_graph_write() | Li Zefan | 2009-09-22 | 1 | -4/+6 | |
| * | | | | | | tracing: Check the return value of trace_get_user() | Li Zefan | 2009-09-22 | 2 | -9/+7 | |
| * | | | | | | tracing: Fix off-by-one in trace_get_user() | Li Zefan | 2009-09-22 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 19 | -188/+180 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 2009-09-25 | 7 | -76/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | x86: Cleanup linker script using new linker script macros. | Tim Abbott | 2009-09-18 | 1 | -44/+3 | |
| | * | | | | | | x86: Use section .data.page_aligned for the idt_table. | Tim Abbott | 2009-09-18 | 2 | -5/+2 | |
| | * | | | | | | x86: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 3 | -11/+5 | |
| | * | | | | | | x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 3 | -4/+8 | |
| | * | | | | | | x86: fix fragile computation of vsyscall address | Anders Kaseorg | 2009-09-18 | 1 | -12/+7 | |
| * | | | | | | | x86: Remove redundant non-NUMA topology functions | Rusty Russell | 2009-09-24 | 1 | -10/+0 | |
| * | | | | | | | x86: early_printk: Protect against using the same device twice | Jason Wessel | 2009-09-24 | 1 | -0/+5 | |
| * | | | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-24 | 1467 | -22115/+71938 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 2009-09-24 | 1 | -2/+5 | |
| * | | | | | | | | x86: Reduce verbosity of "TSC is reliable" message | Roland Dreier | 2009-09-24 | 1 | -1/+1 | |
| * | | | | | | | | x86: mce: Use safer ways to access MCE registers | Ingo Molnar | 2009-09-23 | 1 | -2/+21 | |
| * | | | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-09-23 | 5 | -69/+77 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86: split NX setup into separate file to limit unstack-protected code | Jeremy Fitzhardinge | 2009-09-21 | 4 | -65/+72 | |
| | * | | | | | | | | xen: check EFER for NX before setting up GDT mapping | Jeremy Fitzhardinge | 2009-09-21 | 2 | -5/+6 | |
| * | | | | | | | | | x86: mce, inject: Use real inject-msg in raise_local | Huang Ying | 2009-09-22 | 1 | -3/+4 | |
| * | | | | | | | | | x86: mce: Fix thermal throttling message storm | Ingo Molnar | 2009-09-22 | 1 | -2/+4 | |
| * | | | | | | | | | x86: mce: Clean up thermal throttling state tracking code | Ingo Molnar | 2009-09-22 | 1 | -24/+39 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-09-26 | 8 | -713/+770 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ACPI: i2c-scmi: don't use acpi_device_uid() | Bjorn Helgaas | 2009-09-26 | 1 | -3/+2 | |
| * | | | | | | | | | Merge branch 'thinkpad-2.6.32-part2' into release | Len Brown | 2009-09-26 | 2 | -227/+453 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | thinkpad-acpi: name event constants | Henrique de Moraes Holschuh | 2009-09-20 | 1 | -23/+69 | |
| | * | | | | | | | | | thinkpad-acpi: add internal hotkey event API | Henrique de Moraes Holschuh | 2009-09-20 | 1 | -0/+48 | |
| | * | | | | | | | | | thinkpad-acpi: hotkey event driver update | Henrique de Moraes Holschuh | 2009-09-20 | 2 | -196/+328 | |
| | * | | | | | | | | | thinkpad-acpi: drop HKEY event 0x5010 | Henrique de Moraes Holschuh | 2009-09-20 | 2 | -5/+5 | |
| | * | | | | | | | | | thinkpad-acpi: remove uneeded tp_features.hotkey tests in hotkey_exit | Henrique de Moraes Holschuh | 2009-09-20 | 1 | -10/+8 | |
| | * | | | | | | | | | thinkpad-acpi: don't leave ERR_PTR() pointers around | Henrique de Moraes Holschuh | 2009-09-20 | 1 | -1/+3 | |
| * | | | | | | | | | | Merge branch 'bjorn-HID' into release | Len Brown | 2009-09-26 | 5 | -483/+315 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ACPI: simplify building device HID/CID list | Bjorn Helgaas | 2009-09-25 | 1 | -33/+23 | |
| | * | | | | | | | | | | ACPI: remove acpi_device_uid() and related stuff | Bjorn Helgaas | 2009-09-25 | 2 | -21/+1 | |
| | * | | | | | | | | | | ACPI: remove acpi_device.flags.hardware_id | Bjorn Helgaas | 2009-09-25 | 3 | -28/+15 | |
| | * | | | | | | | | | | ACPI: remove acpi_device.flags.compatible_ids | Bjorn Helgaas | 2009-09-25 | 2 | -13/+5 | |
| | * | | | | | | | | | | ACPI: maintain a single list of _HID and _CID IDs | Bjorn Helgaas | 2009-09-25 | 3 | -132/+60 | |
| | * | | | | | | | | | | ACPI: make sure every acpi_device has an ID | Bjorn Helgaas | 2009-09-25 | 1 | -0/+10 | |
| | * | | | | | | | | | | ACPI: use acpi_device_hid() when possible | Bjorn Helgaas | 2009-09-25 | 2 | -4/+4 | |
| | * | | | | | | | | | | ACPI: fix synthetic HID for \_SB_ | Bjorn Helgaas | 2009-09-25 | 1 | -12/+6 |