summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-076-27/+43
|\
| *-. Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki2019-05-065-16/+33
| |\ \
| | | * PM / sleep: Measure the time of filesystems syncingHarry Pan2019-04-021-2/+7
| | | * PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan2019-04-024-16/+16
| | * | cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-0/+12
| | |/
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-05-061-11/+10Star
| |\ \
| | * | cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki2019-04-081-11/+10Star
| | |/
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-71/+117
|\ \ \
| * \ \ Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon2019-05-011-0/+15
| |\ \ \
| | * \ \ Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Will Deacon2019-04-261-0/+15
| | |\ \ \ | | | |_|/ | | |/| |
| * / | | locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon2019-04-261-71/+117
| |/ / /
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-073-1/+19
|\ \ \ \
| * | | | mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon2019-04-081-1/+5
| * | | | asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2019-04-082-0/+14
| |/ / /
* | | | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-072-6/+4Star
|\ \ \ \
| * | | | s390: simplify disabled_waitMartin Schwidefsky2019-05-021-6/+1Star
| * | | | locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-291-0/+3
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-076-52/+77
|\ \ \ \ \
| * | | | | bpf: Use vmalloc special flagRick Edgecombe2019-04-301-1/+0Star
| * | | | | modules: Use vmalloc special flagRick Edgecombe2019-04-301-38/+39
| * | | | | mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-301-2/+3
| * | | | | x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-04-301-0/+5
| * | | | | fork: Provide a function for copying init_mmNadav Amit2019-04-301-6/+18
| * | | | | uprobes: Initialize uprobes earlierNadav Amit2019-04-302-5/+4Star
| * | | | | bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit2019-04-301-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-0613-114/+95Star
|\ \ \ \ \
| * | | | | tick: Fix typos in commentsLaurent Gauthier2019-04-191-2/+2
| * | | | | tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov2019-03-291-0/+4
| * | | | | timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-282-4/+4
| * | | | | timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-241-4/+13
| * | | | | timer: Move trace point to get proper indexAnna-Maria Gleixner2019-03-241-9/+4Star
| * | | | | tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner2019-03-241-3/+10
| * | | | | tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-234-27/+43
| * | | | | timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-235-14/+15
| * | | | | softirq: Remove tasklet_hrtimerThomas Gleixner2019-03-221-51/+0Star
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-25/+39
|\ \ \ \ \ \
| * | | | | | cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf2019-04-021-25/+39
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-0618-190/+231
|\ \ \ \ \ \
| * | | | | | nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-032-14/+70
| * | | | | | sched/isolation: Require a present CPU in housekeeping maskNicholas Piggin2019-05-031-5/+13
| * | | | | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-032-1/+18
| * | | | | | power/suspend: Add function to disable secondaries for suspendNicholas Piggin2019-05-033-10/+10
| * | | | | | sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin2019-05-031-1/+1
| * | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-0324-152/+276
| |\ \ \ \ \ \
| * | | | | | | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-04-291-6/+10
| * | | | | | | sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King2019-04-191-1/+1
| * | | | | | | sched/topology: Update init_sched_domains() commentJuri Lelli2019-04-191-3/+2Star
| * | | | | | | cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli2019-04-191-6/+5Star
| * | | | | | | sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-1/+6
| * | | | | | | sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-04-191-0/+2