aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-12ALSA: hda/realtek - Add more codec supported Headset ButtonKailang Yang1-0/+3
2020-02-11Merge branch 'Bug-fixes-for-ENA-Ethernet-driver'David S. Miller5-44/+115
2020-02-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-02-11net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-02-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-02-11net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski1-28/+0
2020-02-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-02-11net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-02-11net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-02-11net: ena: rss: do not allocate key when not supportedSameeh Jubran1-3/+21
2020-02-11net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-02-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-02-11net: ena: fix uses of round_jiffies()Arthur Kiyanovski1-3/+3
2020-02-11net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9
2020-02-11net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-02-11i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-02-11core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-24/+12
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds12-173/+167
2020-02-11soc/tegra: fuse: Fix build with Tegra194 configurationThierry Reding1-1/+2
2020-02-11Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broad...Olof Johansson1-1/+1
2020-02-11Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-0/+1
2020-02-11Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/pub/scm/linux/...Olof Johansson1-0/+2
2020-02-11Merge tag 'v5.6-rc1' into arm/fixesOlof Johansson216-833/+7147
2020-02-11Merge tag 'juno-fix-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Olof Johansson1-4/+4
2020-02-11ACPI: PM: s2idle: Prevent spurious SCIs from waking up the systemRafael J. Wysocki1-3/+9
2020-02-11ACPICA: Introduce acpi_any_gpe_status_set()Rafael J. Wysocki4-0/+106
2020-02-11drm/amdgpu:/navi10: use the ODCAP enum to index the caps arrayAlex Deucher1-11/+11
2020-02-11drm/amdgpu: update smu_v11_0_pptable.hAlex Deucher1-14/+32
2020-02-11drm/amdgpu: correct comment to clear up the confusionGuchun Chen1-1/+6
2020-02-11drm/amd/display: DCN2.x Do not program DPPCLK if same valueSung Lee1-1/+1
2020-02-11drm/amd/display: Don't map ATOM_ENABLE to ATOM_INITNicholas Kazlauskas1-4/+0
2020-02-11drm/amdgpu/vcn2.5: fix warningJames Zhu1-1/+1
2020-02-11drm/amdgpu: limit GDS clearing workaround in cold boot sequenceGuchun Chen1-3/+6
2020-02-11drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->confJonathan Kim1-7/+8
2020-02-11amdgpu: Prevent build errors regarding soft/hard-float FP ABI tagsDaniel Kolesa1-0/+6
2020-02-11drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1James Zhu4-14/+15
2020-02-11drm/amd/display: Add initialitions for PLL2 clock sourceIsabel Zhang1-0/+6
2020-02-11drm/amd/display: Limit minimum DPPCLK to 100MHz.Yongqiang Sun1-0/+6
2020-02-11drm/amd/display: Check engine is not NULL before acquiringAric Cyr1-1/+1
2020-02-11tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-0/+6
2020-02-11perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo1-1/+3
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2-1/+4
2020-02-11tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-02-11tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2-12/+11
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa1-1/+6
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa1-2/+10
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa1-0/+1
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo5-2/+49
2020-02-11s390/time: Fix clk type in get_tod_clockNathan Chancellor1-1/+1
2020-02-11s390/uv: Fix handling of length extensionsChristian Borntraeger1-1/+2
2020-02-11Merge tag 'vfio-ccw-20200206' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik1-2/+2
2020-02-11s390/qdio: don't allocate *aob array with GFP_ATOMICJulian Wiedmann1-1/+1
2020-02-11ALSA: usb-audio: Apply sample rate quirk for Audioengine D1Arvind Sankar1-0/+1
2020-02-11RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju1-3/+2
2020-02-11RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju2-2/+6
2020-02-11IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supportedMark Zhang1-3/+6
2020-02-11RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon1-8/+7
2020-02-11drm/amd/display: Use dcfclk to populate watermark rangesSung Lee1-7/+7
2020-02-11drm/amd/display: Do not set optimized_require to false after plane disableSung Lee1-1/+0
2020-02-11drm/amd/display: Fix psr static frames calculationRoman Li1-2/+3
2020-02-11ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsiKuninori Morimoto1-1/+1
2020-02-11ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260Patrice Chotard1-3/+0
2020-02-11ALSA: usb-audio: Fix UAC2/3 effect unit parsingTakashi Iwai1-2/+10
2020-02-11ceph: noacl mount option is effectively ignoredXiubo Li1-4/+4
2020-02-11ceph: canonicalize server path in placeIlya Dryomov2-94/+29
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11
2020-02-11IB/rdmavt: Reset all QPs when the device is shut downKaike Wan1-33/+51
2020-02-11IB/hfi1: Close window for pq and request colidingMike Marciniszyn4-29/+48
2020-02-11IB/hfi1: Acquire lock to release TID entries when user file is closedKaike Wan1-0/+2
2020-02-11RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib1-0/+2
2020-02-11perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang1-0/+2
2020-02-11perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips1-0/+1
2020-02-11perf/x86/msr: Add Tremont supportKan Liang1-1/+2
2020-02-11perf/x86/cstate: Add Tremont supportKan Liang1-9/+13
2020-02-11perf/x86/intel: Add Elkhart Lake supportKan Liang1-0/+1
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap1-1/+0
2020-02-11sched/core: Annotate curr pointer in rq with __rcuMadhuparna Bhowmik1-1/+1
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan1-0/+3
2020-02-11arm/patch: Fix !MMU compilePeter Zijlstra1-10/+9
2020-02-11arm/ftrace: Fix BE text pokingPeter Zijlstra1-5/+2
2020-02-11ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra Evolve 65 headsetTakashi Iwai1-11/+22
2020-02-11drm/i915: Check activity on i915_vma after confirming pin_count==0Chris Wilson1-2/+12
2020-02-11drm/i915/gem: Detect overflow in calculating dumb buffer sizeChris Wilson1-1/+4
2020-02-11drm/i915: Don't show the blank process name for internal/simulated errorsChris Wilson1-1/+1
2020-02-11drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain listChris Wilson3-29/+85
2020-02-11drm/i915/execlists: Leave resetting ring to intel_ringChris Wilson1-1/+0
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildRobin Murphy1-0/+1
2020-02-11ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki3-18/+37
2020-02-11ACPI: EC: Fix flushing of pending workRafael J. Wysocki1-18/+26
2020-02-10tracing: Consolidate trace() functionsTom Zanussi2-135/+87
2020-02-10tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi1-14/+6
2020-02-10tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi1-0/+1
2020-02-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2020-02-10Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+4
2020-02-10tools/bootconfig: Suppress non-error messagesMasami Hiramatsu2-14/+23
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu2-3/+24
2020-02-11kbuild: fix mismatch between .version and include/generated/compile.hMasahiro Yamada1-1/+1
2020-02-11scripts/kallsyms: fix memory corruption caused by write over-runMasahiro Yamada1-2/+2
2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips1-5/+9
2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips1-0/+3
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0
2020-02-10perf/smmuv3: Use platform_get_irq_optional() for wired interruptJohn Garry1-1/+1
2020-02-10Input: psmouse - switch to using i2c_new_scanned_device()Wolfram Sang1-3/+5
2020-02-10Input: ili210x - add ili2120 supportLuca Weiss2-1/+34
2020-02-10Input: ili210x - fix return value of is_visible functionLuca Weiss1-1/+1
2020-02-10bootconfig: Use parse_args() to find bootconfig and '--'Steven Rostedt (VMware)1-7/+30
2020-02-10tracing/kprobe: Fix uninitialized variable bugGustavo A. R. Silva1-1/+1
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu3-5/+1
2020-02-10tools/bootconfig: Fix wrong __VA_ARGS__ usageMasami Hiramatsu1-1/+1
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust2-3/+16
2020-02-10NFS: Fix up directory verifier racesTrond Myklebust1-7/+14
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5
2020-02-10qmi_wwan: unconditionally reject 2 ep interfacesBjørn Mork1-27/+15
2020-02-10net: dsa: mv88e6xxx: Prevent truncation of longer interrupt namesAndrew Lunn1-6/+6
2020-02-10qmi_wwan: re-add DW5821e pre-production variantBjørn Mork1-0/+1
2020-02-10gpio: sifive: fix static checker warningYash Shah1-3/+3
2020-02-10drm/i915/gt: Use the BIT when checking the flags, not the indexChris Wilson1-1/+2
2020-02-10drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson1-1/+16
2020-02-10drm/i915: Make a copy of the ggtt view for slave planeVille Syrjälä1-0/+1
2020-02-10drm/i915/gem: Take local vma references for the parserChris Wilson1-1/+36
2020-02-10drm/i915/pmu: Correct the rc6 offset upon enablingChris Wilson1-0/+12
2020-02-10spmi: pmic-arb: Set lockdep class for hierarchical irq domainsStephen Boyd1-0/+4
2020-02-10gpio: xilinx: Fix bug where the wrong GPIO register is written toPaul Thomas1-2/+3
2020-02-10s390/qdio: simplify ACK trackingJulian Wiedmann3-24/+14
2020-02-10s390/zcrypt: fix card and queue total counter wrapHarald Freudenberger4-16/+18
2020-02-10s390/pkey: fix missing length of protected key on returnHarald Freudenberger1-1/+1
2020-02-10Merge tag 'gpio-fixes-for-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij3-29/+39
2020-02-10arm64/spinlock: fix a -Wunused-function warningQian Cai1-1/+5
2020-02-10arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon1-0/+7
2020-02-10arm64: use shared sysctl constantsMatteo Croce1-4/+2
2020-02-10arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarationsAnshuman Khandual1-4/+0
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman3-11/+27
2020-02-10gpiolib: remove unnecessary argument from set_config callKent Gibson1-1/+0
2020-02-10gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUTAxel Lin1-10/+0
2020-02-10MAINTAINERS: Sort entries in database for GPIOAndy Shevchenko1-14/+14
2020-02-10gpiolib: fix gpio_do_set_config()Bartosz Golaszewski1-3/+3
2020-02-10Revert "gpiolib: remove set but not used variable 'config'"Bartosz Golaszewski1-0/+2
2020-02-10Revert "gpiolib: Remove duplicated function gpio_do_set_config()"Bartosz Golaszewski1-4/+23
2020-02-10tipc: fix successful connect() but timed outTuong Lien1-0/+2
2020-02-10mptcp: make the symbol 'mptcp_sk_clone_lock' staticChen Wandun1-1/+1
2020-02-10tipc: make three functions staticChen Wandun1-3/+4
2020-02-10arm64: defconfig: Enable DRM_SUN6I_DSIJagan Teki1-0/+1
2020-02-10arm64: defconfig: Enable CONFIG_SUN8I_THERMALYangtao Li1-0/+1
2020-02-10ARM: sunxi: Enable CONFIG_SUN8I_THERMALYangtao Li1-0/+1
2020-02-09arm64: defconfig: Set bcm2835-dma as built-inNicolas Saenz Julienne1-1/+1
2020-02-09hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions.Mike Jones1-2/+2
2020-02-10drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin1-0/+4
2020-02-10drm/i915/gvt: fix high-order allocation failure on late loadIgor Druzhinin1-2/+2
2020-02-09Linux 5.6-rc1v5.6-rc1Linus Torvalds1-2/+2
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds53-261/+252
2020-02-09Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds9-0/+2058
2020-02-09irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier1-2/+2
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-129/+247
2020-02-09Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds12-0/+3280
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-11/+260
2020-02-09Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+3
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-36/+88
2020-02-09Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+10
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-35/+127
2020-02-09Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-02-09io_uring: retain sockaddr_storage across send/recvmsg async puntJens Axboe1-6/+5
2020-02-09drm/i915: Fix i915_error_state_store error definationZhang Xiaoxu1-2/+1
2020-02-09io_uring: cancel pending async work if task exitsJens Axboe1-0/+9
2020-02-09io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2-0/+31
2020-02-09io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe1-11/+22
2020-02-09drm/i915/bios: Fix the timing parametersVandita Kulkarni1-2/+4
2020-02-09drm/i915/dsi: Ensure that the ACPI adapter lookup overrides the bus numVivek Kasireddy1-2/+1
2020-02-09drm/i915: Fix post-fastset modeset check for port syncVille Syrjälä1-26/+17
2020-02-09drm/i915/dsi: Lookup the i2c bus from ACPI NS only if CONFIG_ACPI=y (v2)Vivek Kasireddy1-16/+31
2020-02-09ARM: configs: Cleanup old Kconfig optionsKrzysztof Kozlowski31-53/+1
2020-02-09ARM: npcm: Bring back GPIOLIB supportKrzysztof Kozlowski1-1/+1
2020-02-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-20/+29
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds80-327/+782
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede12-0/+3280
2020-02-08Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-5/+7
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-02-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds35-675/+697
2020-02-08Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-36/+113
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds142-3276/+6579
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds585-15650/+32100
2020-02-08Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds40-131/+457
2020-02-08Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds37-782/+562
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-111/+119
2020-02-08io_uring: fix openat/statx's filename leakPavel Begunkov1-0/+6
2020-02-08io_uring: fix double prep iovec leakPavel Begunkov1-2/+10
2020-02-08io_uring: fix async close() with f_op->flush()Pavel Begunkov1-29/+16
2020-02-08io_uring: allow AT_FDCWD for non-file openat/openat2/statxJens Axboe1-1/+1
2020-02-08io_uring: grab ->fs as part of async preparationJens Axboe1-0/+28
2020-02-08io-wq: add support for inheriting ->fsJens Axboe2-1/+11
2020-02-08io_uring: retry raw bdev writes if we hit -EOPNOTSUPPJens Axboe1-0/+6
2020-02-08io_uring: add cleanup for openat()/statx()Pavel Begunkov1-0/+10
2020-02-08io_uring: fix iovec leaksPavel Begunkov1-2/+49
2020-02-08io_uring: remove unused struct io_async_openPavel Begunkov1-5/+0
2020-02-08io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella1-1/+1
2020-02-08io_uring: statx/openat/openat2 don't support fixed filesJens Axboe1-1/+7
2020-02-08Merge branch 'pipe-exclusive-wakeup'Linus Torvalds4-30/+51
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds4-30/+51