summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions.Mike Jones2020-02-091-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-156-53/+119
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap2020-02-111-1/+0
| * | | | | | | | | | | sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik2020-02-111-1/+1
| * | | | | | | | | | | sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan2020-02-111-0/+3
| * | | | | | | | | | | sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman2020-02-103-11/+27
| * | | | | | | | | | | sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot2020-01-281-1/+8
| * | | | | | | | | | | sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li2020-01-281-7/+12
| * | | | | | | | | | | sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef2020-01-281-1/+1
| * | | | | | | | | | | sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman2020-01-281-12/+29
| * | | | | | | | | | | timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-283-11/+28
| * | | | | | | | | | | sched/core: Don't skip remote tick for idle CPUsScott Wood2020-01-281-8/+10
* | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-1532-103/+383
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.6-20200214' of git://git.kernel.org/pub/sc...Ingo Molnar2020-02-1525-78/+353
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo2020-02-141-0/+1
| | * | | | | | | | | | | | tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-0/+5
| | * | | | | | | | | | | | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-2/+10
| | * | | | | | | | | | | | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-0/+2
| | * | | | | | | | | | | | tools headers x86: Sync disabled-features.hArnaldo Carvalho de Melo2020-02-121-7/+1
| | * | | | | | | | | | | | tools include UAPI: Sync sound/asound.h copyArnaldo Carvalho de Melo2020-02-121-23/+132
| | * | | | | | | | | | | | tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2020-02-121-0/+2
| | * | | | | | | | | | | | perf tools: Add arm64 version of get_cpuid()John Garry2020-02-121-15/+48
| | * | | | | | | | | | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-0/+32
| | * | | | | | | | | | | | tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-1/+13
| | * | | | | | | | | | | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-02-111-0/+6
| | * | | | | | | | | | | | perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo2020-02-111-1/+3
| | * | | | | | | | | | | | perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2020-02-112-1/+4
| | * | | | | | | | | | | | tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-111-0/+4
| | * | | | | | | | | | | | tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-111-0/+1
| | * | | | | | | | | | | | perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2020-02-112-12/+11
| | * | | | | | | | | | | | perf maps: Fix map__clone() for struct kmapJiri Olsa2020-02-111-1/+6
| | * | | | | | | | | | | | perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa2020-02-111-2/+10
| | * | | | | | | | | | | | perf maps: Mark module DSOs with kernel typeJiri Olsa2020-02-111-0/+1
| | * | | | | | | | | | | | tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo2020-02-115-2/+49
| | * | | | | | | | | | | | perf symbols: Convert symbol__is_idle() to use strlistKim Phillips2020-02-101-5/+9
| | * | | | | | | | | | | | perf symbols: Update the list of kernel idle symbolsKim Phillips2020-02-101-0/+3
| | * | | | | | | | | | | | perf stat: Don't report a null stalled cycles per insn metricKim Phillips2020-02-101-6/+0
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang2020-02-111-0/+2
| * | | | | | | | | | | | perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips2020-02-111-0/+1
| * | | | | | | | | | | | perf/x86/msr: Add Tremont supportKan Liang2020-02-111-1/+2
| * | | | | | | | | | | | perf/x86/cstate: Add Tremont supportKan Liang2020-02-111-9/+13
| * | | | | | | | | | | | perf/x86/intel: Add Elkhart Lake supportKan Liang2020-02-111-0/+1
| * | | | | | | | | | | | arm/patch: Fix !MMU compilePeter Zijlstra2020-02-111-10/+9
| * | | | | | | | | | | | arm/ftrace: Fix BE text pokingPeter Zijlstra2020-02-111-5/+2
* | | | | | | | | | | | | Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-148-50/+188
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust2020-02-131-3/+8
| * | | | | | | | | | | | | NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2020-02-132-7/+27
| * | | | | | | | | | | | | NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-131-1/+1
| * | | | | | | | | | | | | xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever2020-02-131-6/+7
| * | | | | | | | | | | | | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-124-23/+115
OpenPOWER on IntegriCloud