summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-172-38/+47
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki2019-08-101-5/+6
| | | * | | | | | | | | ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki2019-08-081-3/+9
| | | * | | | | | | | | PM: sleep: Integrate suspend-to-idle with generig suspend flowRafael J. Wysocki2019-07-231-16/+5
| | | * | | | | | | | | PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki2019-07-231-30/+23
| | | * | | | | | | | | PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki2019-07-231-0/+20
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-213-3/+3
| | * | | | | | | | | PM / wakeup: Use wakeup_source_register() in wakelock.cTri Vo2019-08-211-13/+19
| | * | | | | | | | | PM: sleep: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-161-1/+1
| | * | | | | | | | | PM/sleep: Expose suspend stats in sysfsKalesh Singh2019-08-051-2/+95
| | | |_|_|/ / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-09-172-25/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use kvmalloc in cgroups-v1Marc Koderer2019-08-071-23/+4
| * | | | | | | | | | cgroup: minor tweak for logic to get cgroup cssPeng Wang2019-07-231-1/+1
| * | | | | | | | | | cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring2019-07-231-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-1717-650/+921
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | posix-cpu-timers: Fix permission check regressionThomas Gleixner2019-09-101-9/+35
| * | | | | | | | | | hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior2019-09-051-1/+11
| * | | | | | | | | | posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner2019-08-291-4/+5
| * | | | | | | | | | tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-281-1/+1
| * | | | | | | | | | posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner2019-08-281-93/+96
| * | | | | | | | | | posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-282-39/+40
| * | | | | | | | | | posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner2019-08-281-42/+25
| * | | | | | | | | | posix-cpu-timers: Remove pointless comparisonsThomas Gleixner2019-08-281-9/+7
| * | | | | | | | | | posix-cpu-timers: Get rid of 64bit divisionsThomas Gleixner2019-08-281-10/+14
| * | | | | | | | | | posix-cpu-timers: Consolidate timer expiry furtherThomas Gleixner2019-08-281-33/+30
| * | | | | | | | | | posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-282-32/+15
| * | | | | | | | | | rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner2019-08-281-4/+3
| * | | | | | | | | | posix-cpu-timers: Respect INFINITY for hard RTTIME limitThomas Gleixner2019-08-281-1/+1
| * | | | | | | | | | posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-282-67/+48
| * | | | | | | | | | posix-cpu-timers: Restructure expiry arrayThomas Gleixner2019-08-281-49/+56
| * | | | | | | | | | posix-cpu-timers: Remove cputime_expiresThomas Gleixner2019-08-281-10/+0
| * | | | | | | | | | posix-cpu-timers: Make expiry checks array basedThomas Gleixner2019-08-281-49/+36
| * | | | | | | | | | posix-cpu-timers: Provide array based sample functionsThomas Gleixner2019-08-281-0/+26
| * | | | | | | | | | posix-cpu-timers: Switch check_*_timers() to array cacheThomas Gleixner2019-08-281-15/+11
| * | | | | | | | | | posix-cpu-timers: Simplify set_process_cpu_timer()Thomas Gleixner2019-08-281-16/+8
| * | | | | | | | | | posix-cpu-timers: Simplify timer queueingThomas Gleixner2019-08-281-34/+21
| * | | | | | | | | | posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-1/+11
| * | | | | | | | | | posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-283-42/+34
| * | | | | | | | | | posix-cpu-timers: Create a container structThomas Gleixner2019-08-282-17/+14
| * | | | | | | | | | posix-cpu-timers: Move prof/virt_ticks into callerThomas Gleixner2019-08-281-21/+9
| * | | | | | | | | | posix-cpu-timers: Sample task times once in expiry checkThomas Gleixner2019-08-281-4/+6
| * | | | | | | | | | posix-cpu-timers: Get rid of pointer indirectionThomas Gleixner2019-08-281-28/+22
| * | | | | | | | | | posix-cpu-timers: Simplify sample functionsThomas Gleixner2019-08-281-15/+13
| * | | | | | | | | | posix-cpu-timers: Remove pointless return value checkThomas Gleixner2019-08-281-3/+2
| * | | | | | | | | | posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()Thomas Gleixner2019-08-281-2/+3
| * | | | | | | | | | posix-cpu-timers: Use clock ID in posix_cpu_timer_get()Thomas Gleixner2019-08-281-2/+3
| * | | | | | | | | | posix-cpu-timers: Use clock ID in posix_cpu_timer_set()Thomas Gleixner2019-08-281-5/+6
| * | | | | | | | | | posix-cpu-timers: Consolidate thread group sample codeThomas Gleixner2019-08-281-39/+20
| * | | | | | | | | | posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner2019-08-281-2/+15
| * | | | | | | | | | posix-cpu-timers: Sample directly in timer checkThomas Gleixner2019-08-281-3/+4