index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
processor_idle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-22
ACPI: disable lower idle C-states across suspend/resume
Thomas Gleixner
1
-1
/
+18
2007-08-23
sched: sched_clock_idle_[sleep|wakeup]_event()
Ingo Molnar
1
-7
/
+25
2007-08-07
ACPI: fix "Time Problems with 2.6.23-rc1-gf695baf2"
Venki Pallipadi
1
-4
/
+10
2007-07-22
Pull misc into release branch
Len Brown
1
-5
/
+15
2007-07-20
[IA64] Convert to generic timekeeping/clocksource
Tony Luck
1
-2
/
+2
2007-07-18
ACPI: Enable C3 even when PM2_control is zero
Venkatesh Pallipadi
1
-5
/
+15
2007-06-23
ACPI: fix 2.6.20 SMP boot regression
Venkatesh Pallipadi
1
-4
/
+6
2007-05-02
[PATCH] x86: Log reason why TSC was marked unstable
john stultz
1
-2
/
+2
2007-04-25
ACPI: remove duplicate include
Ray Lee
1
-8
/
+0
2007-03-23
[PATCH] i386: add command line option "local_apic_timer_c2_ok"
Thomas Gleixner
1
-1
/
+2
2007-03-23
Revert "ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentiu...
Linus Torvalds
1
-29
/
+9
2007-03-17
ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentium M)
Thomas Renninger
1
-9
/
+29
2007-02-16
Pull fluff into release branch
Len Brown
1
-2
/
+1
2007-02-16
Pull misc-for-upstream into release branch
Len Brown
1
-0
/
+8
2007-02-16
[PATCH] clockevents: i386 drivers
Thomas Gleixner
1
-0
/
+38
2007-02-16
[PATCH] ACPI keep track of timer broadcasting
Thomas Gleixner
1
-19
/
+47
2007-02-16
[PATCH] ACPI: fix missing include for UP
Thomas Gleixner
1
-0
/
+10
2007-02-15
ACPI: include apic.h in processor driver for benefit of UP kernels
Thomas Gleixner
1
-0
/
+8
2007-02-12
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-1
/
+0
2007-02-12
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-02
ACPICA: fix gcc build warnings
Alexey Starikovskiy
1
-1
/
+1
2007-02-02
ACPICA: use new ACPI headers.
Alexey Starikovskiy
1
-14
/
+14
2007-02-02
ACPICA: Remove obsolete Flags parameter.
Bob Moore
1
-14
/
+7
2007-02-02
ACPICA: minimal patch to integrate new tables into Linux
Alexey Starikovskiy
1
-14
/
+15
2006-12-22
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-7
/
+7
2006-12-22
[PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM...
Ingo Molnar
1
-2
/
+10
2006-12-16
Pull style into test branch
Len Brown
1
-7
/
+7
2006-10-20
[PATCH] fix "ACPI: Processor native C-states using MWAIT"
Darrick J. Wong
1
-1
/
+1
2006-10-17
[PATCH] acpi_processor_latency_notifier(): UP warning fix
Andrew Morton
1
-0
/
+6
2006-10-14
Pull trivial into test branch
Len Brown
1
-1
/
+1
2006-10-14
ACPI: fix section for CPU init functions
Pierre Ossman
1
-1
/
+1
2006-10-14
ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi
Jan Engelhardt
1
-7
/
+7
2006-10-14
ACPI: Processor native C-states using MWAIT
Venkatesh Pallipadi
1
-38
/
+63
2006-10-01
[PATCH] maximum latency tracking infrastructure
Arjan van de Ven
1
-4
/
+34
2006-07-10
ACPI: add 'const' to several ACPI file_operations
Arjan van de Ven
1
-1
/
+1
2006-06-30
ACPI: delete acpi_os_free(), use kfree() directly
Len Brown
1
-1
/
+1
2006-06-29
Pull c-states into release branch
Len Brown
1
-19
/
+16
2006-06-28
ACPI: additional blacklist entry for ThinkPad R40e
Bartlomiej Swiercz
1
-0
/
+3
2006-06-28
ACPI: restore comment justifying 'extra' P_LVLx access
Andreas Mohr
1
-2
/
+4
2006-06-28
ACPI: C-States: only demote on current bus mastering activity
Dominik Brodowski
1
-3
/
+4
2006-06-28
ACPI: C-States: bm_activity improvements
Dominik Brodowski
1
-12
/
+6
2006-06-28
ACPI: C-States: accounting of sleep states
Dominik Brodowski
1
-4
/
+6
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
1
-41
/
+30
2006-06-27
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
Len Brown
1
-2
/
+2
2006-06-26
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Thomas Renninger
1
-9
/
+5
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
1
-6
/
+6
2006-06-26
[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status
Andi Kleen
1
-6
/
+6
2006-06-26
[PATCH] Time: i386 Conversion - part 2: Rework TSC Support
john stultz
1
-0
/
+9
2006-05-14
ACPI: apply "__read_mostly" to processor_idle.c loop module parameters and fr...
Andreas Mohr
1
-4
/
+4
2006-03-25
[PATCH] Fix compilation of processor_idle.c on IA64
Andi Kleen
1
-2
/
+4
[next]