summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-fixes'Rafael J. Wysocki2013-05-147-20/+74
|\
| * ACPI / AC: Add sleep quirk for Thinkpad e530Lan Tianyu2013-05-121-0/+33
| * ACPI / EC: Restart transaction even when the IBF flag setLan Tianyu2013-05-121-3/+1Star
| * ACPI video: ignore BIOS initial backlight value for HP 1000Alex Hung2013-05-121-0/+8
| * ACPI: Fix section to __init. Align with usage in acpixf.hJan-Simon Möller2013-05-121-1/+1
| * ACPI / PM: Move processor suspend/resume to syscore_opsRafael J. Wysocki2013-05-123-16/+31
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-05-1412-138/+72Star
|\ \ | |/ |/|
| * cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)Wei Yongjun2013-05-141-2/+1Star
| * cpufreq, ondemand: Remove leftover debug lineBorislav Petkov2013-05-131-1/+0Star
| * cpufreq / kirkwood: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-121-4/+0Star
| * cpufreq / intel_pstate: remove #ifdef MODULE compile fenceDirk Brandewie2013-05-121-2/+1Star
| * cpufreq / intel_pstate: Remove idle mode PIDDirk Brandewie2013-05-121-49/+0Star
| * cpufreq / intel_pstate: fix ffmpeg regressionDirk Brandewie2013-05-121-8/+2Star
| * cpufreq / intel_pstate: use lowest requested max performanceDirk Brandewie2013-05-121-3/+9
| * cpufreq / intel_pstate: remove idle time and duration from sample and calcula...Dirk Brandewie2013-05-121-37/+8Star
| * cpufreq: Fix incorrect dependecies for ARM SA11xx driversAlexander Shiyan2013-05-121-1/+1
| * cpufreq: ARM big LITTLE: Fix Kconfig entriesViresh Kumar2013-05-121-8/+8
| * cpufreq: cpufreq-cpu0: Free parent node for error casesViresh Kumar2013-05-121-1/+4
| * cpufreq: cpufreq-cpu0: defer probe when regulator is not readyNishanth Menon2013-05-121-6/+16
| * cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar2013-05-121-3/+3
| * cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiersViresh Kumar2013-05-122-4/+8
| * cpufreq: ARM big LITTLE: Improve print messageViresh Kumar2013-05-121-1/+1
| * cpufreq: ARM big LITTLE: Move cpu_to_cluster() to arm_big_little.hViresh Kumar2013-05-122-5/+5
| * cpufreq: ARM big LITTLE DT: Return CPUFREQ_ETERNAL if clock-latency isn't foundViresh Kumar2013-05-121-3/+4
| * cpufreq: ARM big LITTLE DT: Return correct transition latencyViresh Kumar2013-05-121-1/+1
| * cpufreq: ARM big LITTLE: Select PM_OPPViresh Kumar2013-05-121-0/+1
|/
* Linux 3.10-rc1Linus Torvalds2013-05-121-2/+2
* Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-126-108/+368
|\
| * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-101-0/+6
| * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-101-36/+214
| * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-101-17/+16Star
| * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-101-4/+4
| * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-101-1/+1
| * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-101-1/+5
| * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-101-1/+1
| * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-101-4/+6
| * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-101-12/+20
| * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-102-2/+11
| * tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-101-0/+2
| * tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-101-0/+2
| * ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-101-27/+32
| * ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-102-21/+56
| * ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-091-1/+1
| * tracing: Return error if register_ftrace_function_probe() fails for event_ena...Steven Rostedt (Red Hat)2013-05-091-2/+9
| * tracing: Don't succeed if event_enable_func did not register anythingMasami Hiramatsu2013-05-091-1/+4
| * ring-buffer: Select IRQ_WORKSteven Rostedt (Red Hat)2013-05-041-1/+1
* | Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-125-7/+55
|\ \
| * | xen/pci: Used cached MSI-X capability offsetBjorn Helgaas2013-05-101-2/+1Star
| * | xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-05-101-1/+1
| * | xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall2013-05-081-1/+2