summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-162-1/+20
| | | * | kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
| | | * | tools: bpftool: update references to other man pages in documentationQuentin Monnet2018-11-096-7/+42
| | | * | tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-092-8/+9
| | | * | tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2018-11-092-3/+3
| | | * | tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1
| | | * | tools/bpftool: copy a few net uapi headers to tools directoryYonghong Song2018-11-092-0/+649
| | | * | bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2
| | * | | net: always initialize pagedlenWillem de Bruijn2018-11-242-2/+4
| | * | | tcp: address problems caused by EDT misshapsEric Dumazet2018-11-242-10/+16
| * | | | Merge tag 'xtensa-20181128' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-11-283-13/+50
| |\ \ \ \
| | * | | | xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov2018-11-261-4/+38
| | * | | | xtensa: fix coprocessor context offset definitionsMax Filippov2018-11-261-8/+8
| | * | | | xtensa: enable coprocessors that are being flushedMax Filippov2018-11-261-1/+4
| * | | | | Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-286-14/+37
| |\ \ \ \ \
| | * | | | | btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-11-231-0/+1
| | * | | | | Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2018-11-221-1/+2
| | * | | | | Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-11-211-3/+8
| | * | | | | Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-11-141-0/+1
| | * | | | | Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana2018-11-131-0/+24
| | * | | | | btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-11-131-10/+1
| * | | | | | Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-11-283-20/+35
| |\ \ \ \ \ \
| | * | | | | | spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren2018-11-151-12/+25
| | * | | | | | spi: mediatek: use correct mata->xfer_len when in fifo transferLeilk Liu2018-10-311-2/+2
| | * | | | | | spi: uniphier: fix incorrect property itemsKeiji Hayashibara2018-10-241-6/+8
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-11-287-72/+118
| |\ \ \ \ \ \ \
| | * | | | | | | kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-11-271-5/+15
| | * | | | | | | kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-11-271-18/+9
| | * | | | | | | KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from...Liran Alon2018-11-271-5/+5
| | * | | | | | | KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VM...Liran Alon2018-11-271-1/+24
| | * | | | | | | KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-11-274-18/+17
| | * | | | | | | x86/kvm/vmx: fix old-style function declarationYi Wang2018-11-271-4/+4
| | * | | | | | | KVM: x86: fix empty-body warningsYi Wang2018-11-271-1/+1
| | * | | | | | | KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon2018-11-271-5/+16
| | * | | | | | | KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon2018-11-271-0/+1
| | * | | | | | | KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS...Liran Alon2018-11-271-6/+6
| | * | | | | | | svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-11-271-8/+11
| | * | | | | | | KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li2018-11-271-1/+2
| | * | | | | | | KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li2018-11-271-0/+5
| | * | | | | | | KVM: VMX: re-add ple_gap module parameterLuiz Capitulino2018-11-271-0/+1
| | * | | | | | | Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2018-11-251-0/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTEDMichael Roth2018-11-151-0/+1
| | | | |_|_|_|_|/ | | | |/| | | | |
| * | | | | | | | ia64: export node_distance functionMatias Bjørling2018-11-263-4/+12
| * | | | | | | | Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-264-11/+5
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | hwmon: (w83795) temp4_type has writable permissionHuacai Chen2018-11-181-1/+1
| | * | | | | | | hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak2018-11-161-1/+1
| | * | | | | | | hwmon: (ina2xx) Fix current value calculationNicolin Chen2018-11-141-1/+1
| | * | | | | | | hwmon: (raspberrypi) Fix initial notifyStefan Wahren2018-11-131-6/+0
| | * | | | | | | hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-11-131-2/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2