aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apm_32.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21x86/apm_32: Remove dead function apm_get_battery_status()Gravatar Kunwu Chan 1-29/+0
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeGravatar Vegard Nossum 1-1/+1
2023-07-30x86/APM: drop the duplicate APM_MINOR_DEV macroGravatar Randy Dunlap 1-6/+0
2023-02-09efi: x86: Wire up IBT annotation in memory attributes tableGravatar Ard Biesheuvel 1-2/+2
2022-03-15x86/ibt: Disable IBT around firmwareGravatar Peter Zijlstra 1-0/+7
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 1-1/+1
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Gravatar Thomas Gleixner 1-10/+1
2018-09-15x86/APM: Fix build warning when PROC_FS is not enabledGravatar Randy Dunlap 1-0/+2
2018-07-16x86/apm: Don't access __preempt_count with zeroed fsGravatar Ville Syrjälä 1-0/+5
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2018-05-19x86/apm: Fix spelling mistake: "caculate" -> "calculate"Gravatar Colin Ian King 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-09Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2018-02-06x86: PM: Make APM idle driver initialize polling stateGravatar Rafael J. Wysocki 1-0/+1
2017-11-27x86: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionGravatar Thomas Garnier 1-3/+3
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-01x86: Convert obsolete cputime type to nsecsGravatar Frederic Weisbecker 1-4/+4
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Gravatar Frederic Weisbecker 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-1/+4
2016-11-15sched/cputime: Simplify task_cputime()Gravatar Stanislaw Gruszka 1-2/+2
2016-11-11x86: apm: avoid uninitialized dataGravatar Arnd Bergmann 1-1/+4
2016-04-22x86/apm32: Remove paravirt_enabled() useGravatar Luis R. Rodriguez 1-1/+1
2016-02-24x86: Fix misspellings in commentsGravatar Adam Buchbinder 1-1/+1
2015-07-29apm32: Fix cputime == jiffies assumptionGravatar Frederic Weisbecker 1-1/+1
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicGravatar Daniel Lezcano 1-1/+0
2014-07-16x86: Remove unused variable "polling"Gravatar Paul Bolle 1-1/+0
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGGravatar Peter Zijlstra 1-11/+0
2013-08-06x86, asmlinkage, apm: Make APM data structure used from assembler visibleGravatar Andi Kleen 1-1/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagGravatar Daniel Lezcano 1-1/+0
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-23/+34
2013-02-17APM idle: register apm_cpu_idle via cpuidleGravatar Len Brown 1-23/+34
2013-01-27cputime: Use accessors to read task cputime statsGravatar Frederic Weisbecker 1-5/+6
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Gravatar Joe Perches 1-15/+14
2012-05-08x86: Use kick_all_cpus_sync()Gravatar Thomas Gleixner 1-1/+1
2012-03-28Disintegrate asm/system.h for X86Gravatar David Howells 1-1/+0
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesGravatar Rafael J. Wysocki 1-6/+5
2012-01-13module_param: make bool parameters really bool (arch)Gravatar Rusty Russell 1-8/+8
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-2/+0
2011-07-01i8253: Cleanup outb/inb magicGravatar Thomas Gleixner 1-3/+3
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2011-05-29x86 idle APM: deprecate CONFIG_APM_CPU_IDLEGravatar Len Brown 1-0/+2
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsGravatar Rafael J. Wysocki 1-4/+0
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsGravatar Rafael J. Wysocki 1-0/+5