summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apm_32.c
AgeCommit message (Expand)Author
2024-02-21x86/apm_32: Remove dead function apm_get_battery_status()Kunwu Chan
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum
2023-07-30x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap
2023-02-09efi: x86: Wire up IBT annotation in memory attributes tableArd Biesheuvel
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86: Fix various typos in commentsIngo Molnar
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2018-09-15x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap
2018-07-16x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-19x86/apm: Fix spelling mistake: "caculate" -> "calculate"Colin Ian King
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-06x86: PM: Make APM idle driver initialize polling stateRafael J. Wysocki
2017-11-27x86: annotate ->poll() instancesAl Viro
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-01x86: Convert obsolete cputime type to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka
2016-11-11x86: apm: avoid uninitialized dataArnd Bergmann
2016-04-22x86/apm32: Remove paravirt_enabled() useLuis R. Rodriguez
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2015-07-29apm32: Fix cputime == jiffies assumptionFrederic Weisbecker
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano
2014-07-16x86: Remove unused variable "polling"Paul Bolle
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra
2013-08-06x86, asmlinkage, apm: Make APM data structure used from assembler visibleAndi Kleen
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-17APM idle: register apm_cpu_idle via cpuidleLen Brown
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell
2011-09-27doc: fix broken referencesPaul Bolle
2011-07-01i8253: Cleanup outb/inb magicThomas Gleixner
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-05-29x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki