summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo2019-06-141-42/+42
* Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo2019-06-101-1/+5
|\
| * cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-06-101-1/+1
| * cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-06-051-0/+4
* | cgroup: add cgroup_parse_float()Tejun Heo2019-05-313-0/+51
|/
* cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-313-7/+39
* cgroup: Implement css_task_iter_skip()Tejun Heo2019-05-312-24/+39
* cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-05-311-1/+1
* docs cgroups: add another example size for hugetlbOdin Ugedal2019-05-301-9/+13
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-05-291-2/+8
* Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-05-282-36/+11
|\
| * Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-05-271-35/+10
| |\
| | * pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng2019-05-201-31/+6
| | * pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko2019-05-201-4/+4
| * | pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is not definedAmelie Delaunay2019-05-241-1/+1
| |/
* | Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-281-0/+1
|\ \
| * | gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-05-241-0/+1
| |/
* | ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap2019-05-281-0/+1
* | Linux 5.2-rc2v5.2-rc2Linus Torvalds2019-05-271-2/+2
* | Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-263-10/+20
|\ \
| * | tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-263-10/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-2644-303/+399
|\ \ \
| * | | KVM: x86: fix return value for reserved EFERPaolo Bonzini2019-05-241-1/+1
| * | | tools/kvm_stat: fix fields filter for child eventsStefan Raspl2019-05-242-4/+14
| * | | KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2019-05-242-0/+4
| * | | kvm: selftests: aarch64: compile with warnings onAndrew Jones2019-05-241-4/+5
| * | | kvm: selftests: aarch64: fix default vm modeAndrew Jones2019-05-241-1/+1
| * | | kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones2019-05-241-1/+1
| * | | KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-05-241-14/+21
| * | | KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini2019-05-241-5/+8
| * | | KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-244-13/+15
| * | | x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov2019-05-241-1/+1
| * | | KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-242-8/+27
| * | | kvm: Check irqchip mode before assign irqfdPeter Xu2019-05-243-0/+17
| * | | kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-241-1/+5
| * | | KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini2019-05-241-24/+30
| * | | KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth2019-05-241-3/+0
| * | | KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspaceWanpeng Li2019-05-241-0/+18
| * | | KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflowWanpeng Li2019-05-241-1/+1
| * | | kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang2019-05-241-0/+1
| * | | KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li2019-05-241-2/+2
| * | | kvm: fix compilation on s390Paolo Bonzini2019-05-241-0/+2
| * | | kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDJim Mattson2019-05-241-0/+1
| * | | kvm: x86: Include multiple indices with CPUID leaf 0x8000001dJim Mattson2019-05-241-4/+3
| * | | KVM: selftests: Compile code with warnings enabledThomas Huth2019-05-2412-31/+16
| * | | kvm: selftests: avoid type punningPaolo Bonzini2019-05-242-2/+2
| * | | KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter2019-05-241-3/+2
| * | | KVM: Fix spinlock taken warning during host resumeWanpeng Li2019-05-241-1/+4
| * | | KVM: nVMX: Clear nested_run_pending if setting nested state failsSean Christopherson2019-05-241-12/+17
| * | | KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATEPaolo Bonzini2019-05-241-1/+1