summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-3/+4
* sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-091-0/+2
* time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-0/+1
* cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-062-3/+7
* jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-2/+5
* sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-051-0/+2
* time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+12
* Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-033-0/+7
|\
| *-. Merge branches 'pm-cpuidle' and 'pm-tools'Rafael J. Wysocki2018-04-021-0/+4
| |\ \
| | * | PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki2018-03-291-0/+4
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2018-04-021-0/+1
| |\ \ \
| | * | | cpufreq: Validate frequency table in the coreViresh Kumar2018-02-271-0/+1
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm'Rafael J. Wysocki2018-04-021-0/+2
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | driver core: Introduce device links reference countingLukas Wunner2018-02-271-0/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'acpi-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-0324-3106/+2387
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-battery', 'acpi-doc' and 'acpi-pmic'Rafael J. Wysocki2018-04-022-0/+23
| |\ \ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | power: add to_power_supply macro to the APIOgnjen Galic2018-02-211-0/+2
| | * | | | | battery: Add the battery hooking APIOgnjen Galic2018-02-211-0/+21
| | |/ / / /
| * | | | | Merge branch 'acpica'Rafael J. Wysocki2018-04-0222-3106/+2364
| |\ \ \ \ \
| | * | | | | ACPICA: Update version to 20180313Bob Moore2018-03-181-1/+1
| | * | | | | ACPICA: Cleanup/simplify module-level code supportBob Moore2018-03-181-10/+10
| | * | | | | ACPICA: adding SPDX headersErik Schmauss2018-03-1822-794/+46
| | * | | | | ACPICA: Rename a global for clarity, no functional changeBob Moore2018-03-181-4/+3
| | * | | | | ACPICA: Change a compile-time option to a runtime optionBob Moore2018-03-181-0/+10
| | * | | | | ACPICA: Remove calling of _STA from acpi_get_object_info()Hans de Goede2018-03-181-2/+0
| | * | | | | ACPICA: Events: Dispatch GPEs after enabling for the first timeErik Schmauss2018-03-182-0/+2
| | * | | | | ACPICA: Update version to 20180209Bob Moore2018-02-211-1/+1
| | * | | | | ACPICA: Add option to disable Package object name resolution errorsBob Moore2018-02-211-0/+1
| | * | | | | ACPICA: Integrate package handling with module-level codeSchmauss, Erik2018-02-211-2/+6
| | * | | | | ACPICA: Restructure ACPI table filesErik Schmauss2018-02-213-2294/+2286
| | |/ / / /
* | | | | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-027-831/+1250
|\ \ \ \ \ \
| * | | | | | bpf: whitelist all syscalls for error injectionHoward McLauchlan2018-04-022-0/+6
| * | | | | | syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-021-14/+3
| * | | | | | syscalls: sort syscall prototypes in include/linux/compat.hDominik Brodowski2018-04-021-277/+378
| * | | | | | net: remove compat_sys_*() prototypes from net/compat.hDominik Brodowski2018-04-021-11/+0
| * | | | | | syscalls: sort syscall prototypes in include/linux/syscalls.hDominik Brodowski2018-04-021-537/+667
| * | | | | | kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski2018-04-022-4/+4
| * | | | | | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-0/+1
| * | | | | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-0/+3
| * | | | | | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-0/+9
| * | | | | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-0/+1
| * | | | | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-0/+4
| * | | | | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-0/+7
| * | | | | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-0/+2
| * | | | | | kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-0/+1
| * | | | | | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-0/+1
| * | | | | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-021-0/+1
| * | | | | | fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-021-0/+1
| * | | | | | fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski2018-04-021-0/+1
| * | | | | | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-021-0/+1