aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apm_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-29apm32: Fix cputime == jiffies assumptionFrederic Weisbecker1-1/+1
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-1/+0
2014-07-16x86: Remove unused variable "polling"Paul Bolle1-1/+0
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra1-11/+0
2013-08-06x86, asmlinkage, apm: Make APM data structure used from assembler visibleAndi Kleen1-1/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-23/+34
2013-02-17APM idle: register apm_cpu_idle via cpuidleLen Brown1-23/+34
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-5/+6
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-15/+14
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner1-1/+1
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-6/+5
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-8/+8
2011-09-27doc: fix broken referencesPaul Bolle1-2/+0
2011-07-01i8253: Cleanup outb/inb magicThomas Gleixner1-3/+3
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-0/+2
2011-05-29x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown1-0/+2
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-4/+0
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki1-0/+5
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+1
2011-03-15PM: Drop pm_flags that is not necessaryRafael J. Wysocki1-3/+2
2011-02-17x86, reboot: Move the real-mode reboot code to an assembly fileH. Peter Anvin1-11/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner1-2/+2
2010-02-07x86: Remove trailing spaces in messagesFrans Pop1-2/+2
2009-10-14x86: Remove BKL from apm_32Thomas Gleixner1-8/+6
2009-08-25Merge commit 'origin/x86/urgent' into x86/asmH. Peter Anvin1-1/+1
2009-08-10x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc staticallyAkinobu Mita1-10/+9
2009-08-08x86: Introduce GDT_ENTRY_INIT()Akinobu Mita1-1/+1
2009-08-04x86: Work around compilation warning in arch/x86/kernel/apm_32.cSubrata Modak1-1/+1
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita1-9/+9
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-7/+7
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-4/+4
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-103/+145
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-4/+11
2009-03-18x86: cpumask: update 32-bit APM not to mug current->cpus_allowedRusty Russell1-103/+145
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+4
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+4
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-05x86: update Alan Cox's email addressesAlan Cox1-2/+2
2008-12-02x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameterNiels de Vos1-4/+0
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-1/+0
2008-09-24x86: disable apm on the olpcJeremy Katz1-1/+2