aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-28kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert3-10/+7
2018-01-27x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov3-9/+13
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov6-65/+71
2018-01-27x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse4-24/+34
2018-01-27hwmon: (dell-smm) Disable fan support for Dell Vostro 3360Oleksandr Natalenko1-0/+7
2018-01-27hwmon: (dell-smm) Disable fan support for Dell Inspiron 7720Pali Rohár1-1/+39
2018-01-27hwmon: (dell-smm) Enable broken functionality via "force" module paramPali Rohár1-2/+5
2018-01-27x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner1-3/+11
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner539-2532/+7436
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-27rtc-opal: Fix handling of firmware error codes, prevent busy loopsStewart Smith1-2/+10
2018-01-27powerpc/mpc52xx_gpt: make use of raw_spinlock variantsJulia Cartwright1-26/+26
2018-01-27macintosh/adb: Properly mark continued kernel messagesAndreas Schwab2-41/+38
2018-01-27powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann2-1/+6
2018-01-27powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann1-10/+37
2018-01-27powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann1-3/+34
2018-01-27powerpc/kernel: Block interrupts when updating TIDRSukadev Bhattiprolu1-6/+9
2018-01-27powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dnAlexey Kardashevskiy3-6/+4
2018-01-27powerpc/mm/nohash: do not flush the entire mm when range is a single pageChristophe Leroy1-1/+4
2018-01-27x86: Mark hpa as a "Designated Reviewer" for the time beingH. Peter Anvin1-11/+1
2018-01-27powerpc/pseries: Add Initialization of VF BarsBryant G. Ly3-1/+167
2018-01-27powerpc/pseries/pci: Associate PEs to VFs in configure SR-IOVBryant G. Ly1-2/+148
2018-01-27powerpc/eeh: Add EEH notify resume sysfsBryant G. Ly1-0/+62
2018-01-27powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly3-2/+98
2018-01-27powerpc/pseries: Set eeh_pe of EEH_PE_VF typeBryant G. Ly2-1/+20
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly3-0/+45
2018-01-27powerpc/eeh: Update VF config space after EEHBryant G. Ly4-63/+88
2018-01-27ocxl: add MAINTAINERS entryFrederic Barrat1-0/+12
2018-01-27ocxl: DocumentationFrederic Barrat3-0/+196
2018-01-27KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini1-14/+22
2018-01-27KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23
2018-01-26Merge branch 'fix-lpm-map'Alexei Starovoitov3-16/+107
2018-01-26tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2-1/+96
2018-01-26bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song1-15/+11
2018-01-26Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner' into clk-nextStephen Boyd17-104/+982
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' and 'clk-meson' into clk-nextStephen Boyd58-248/+1356
2018-01-26Merge branch 'clk-divider-container' into clk-nextStephen Boyd9-13/+15
2018-01-26Merge branch 'bpf-improvements-and-fixes'Alexei Starovoitov13-246/+546
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann2-15/+336
2018-01-26bpf, arm: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann1-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann1-18/+0
2018-01-26bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann1-8/+0
2018-01-26bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-26bpf, arm64: remove obsolete exception handling from div/modDaniel Borkmann1-13/+0
2018-01-26bpf, x86_64: remove obsolete exception handling from div/modDaniel Borkmann1-20/+0
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann3-17/+38
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann3-105/+154
2018-01-26bpf: improve dead code sanitizingDaniel Borkmann1-5/+12