aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-28staging: wlan-ng: improved readability of function prism2_add_keyChris Opperman1-27/+13
2018-06-28staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann14-1344/+1
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat3-14/+14
2018-06-28staging: most: fix sparse warning Using plain integer as NULL pointerMarcin Ciupak1-1/+1
2018-06-28staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube3-9/+0
2018-06-28staging: rtl8723bs: Fix comment on variable initHenriette Hofmeier1-4/+1
2018-06-28staging: rtl8723bs: Remove unnecessary initializationsHenriette Hofmeier1-4/+4
2018-06-28staging: rtl8723bs: Move definition open braceHenriette Hofmeier1-2/+4
2018-06-28staging: rtl8723bs: Fix two possible sleep-in-atomic-context bugs in translat...Jia-Ju Bai1-2/+2
2018-06-28staging: rtl8723bs: remove get_monotonic_boottime()Arnd Bergmann1-8/+1
2018-06-28staging: rtl8723bs: Add missing curly braces on else statement.Quytelda Kahja1-1/+2
2018-06-28staging: rtl8723bs: Merge workaround conditionals into single else-if.Quytelda Kahja1-6/+3
2018-06-28staging: rtl8723bs: Merge conditionals with similar bodies.Quytelda Kahja1-6/+2
2018-06-28staging: rtl8723bs: Fix spelling mistake in comment.Quytelda Kahja1-1/+1
2018-06-28staging: rtl8723bs: Move bandwidth index lookup to new function.Quytelda Kahja1-9/+17
2018-06-28staging: rtl8723bs: Move rate section index lookup to new function.Quytelda Kahja1-62/+47
2018-06-28staging: rtl8723bs: Remove empty else-if conditional.Quytelda Kahja1-3/+0
2018-06-28staging: rtl8723bs: Combine if statements with equivalent body.Quytelda Kahja1-5/+1
2018-06-28staging: rtl8723bs: Fix camel-case names in phy_get_tx_pwr_lmt().Quytelda Kahja1-95/+105
2018-06-28staging: rtl8723bs: Rename PHY_GetTxPowerLimit().Quytelda Kahja3-5/+5
2018-06-28staging: rtl8723bs: Clean up whitespace in 'PHY_GetTxPowerLimit()'.Quytelda Kahja1-51/+59
2018-06-28staging: pi433: cleanup comments in rf69.hValentin Vidic1-4/+5
2018-06-28staging: pi433: add SPDX-License-Identifier tagValentin Vidic6-4/+10
2018-06-28staging: pi433: replace simple switch statementsValentin Vidic1-140/+93
2018-06-28staging: pi433: fix race condition in pi433_openHugo Lefeuvre1-29/+12
2018-06-28staging: android/vsoc: stop using 'timespec'Arnd Bergmann1-6/+5
2018-06-28staging: android: ashmem: Fix mmap size validationAlistair Strachan1-0/+6
2018-06-28staging: android: ashmem: Remove use of unlikely()Alistair Strachan1-17/+17
2018-06-28staging: wilc1000: updated TODO fileAjay Singh1-5/+0
2018-06-28staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh1-3/+9
2018-06-28staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh1-3/+3
2018-06-28staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh1-4/+0
2018-06-28staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh1-3/+0
2018-06-28staging: wilc1000: handle freeing of key data in wep add keyAjay Singh1-7/+0
2018-06-28staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh1-48/+42
2018-06-28staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh1-35/+0
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh3-133/+132
2018-06-28staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()Ajay Singh1-399/+544
2018-06-28staging: wilc1000: remove unused marco related to HIF commandsAjay Singh1-36/+0
2018-06-28staging: wilc1000: remove host_if_work() to handle TODO list issueAjay Singh1-296/+278
2018-06-28staging: wilc1000: Use common structs to parse ip packetsThibaut Robert1-28/+15
2018-06-28staging: mt7621-gpio: avoid use banks in device treeSergio Paracuellos4-90/+31
2018-06-28staging: mt7621-gpio: update Kconfig with SoC detailsSergio Paracuellos1-2/+2
2018-06-28staging: mt7621-gpio: avoid long line in a commentSergio Paracuellos1-2/+3
2018-06-28staging: mt7621-gpio: set different names for each gpio_chip and irq_chipSergio Paracuellos1-2/+12
2018-06-28staging: mt7621-gpio: avoid one level indentation in interrupt handlerSergio Paracuellos1-7/+5
2018-06-28staging: mt7621-gpio: avoid to set up irqs if not defined in dtsSergio Paracuellos1-20/+22
2018-06-28staging: mt7621-gpio: avoid check for NULL in 'to_mediatek_gpio' callsSergio Paracuellos1-9/+0
2018-06-28staging: mt7621-gpio: align indentation for all definesSergio Paracuellos1-2/+2
2018-06-28staging: mt7621-gpio: update kerneldoc for state containersSergio Paracuellos1-12/+3
2018-06-28staging: mt7621-gpio: remove no more necessary PIN_MASK macroSergio Paracuellos1-10/+9
2018-06-28staging: mt7621-gpio: avoid custom irq_domain for gpioSergio Paracuellos2-141/+81
2018-06-28staging: mt7621-gpio: implement high level and low level irqsSergio Paracuellos1-10/+37
2018-06-28staging: mt7621-gpio: add kerneldoc for state data containersSergio Paracuellos1-0/+18
2018-06-28staging: mt7621-gpio: add COMPILE_TESTSergio Paracuellos1-1/+1
2018-06-28staging: mt7621-gpio: implement '.irq_[request|release]_resources' functionsSergio Paracuellos1-5/+37
2018-06-28staging: mt7621-gpio: make use of 'builtin_platform_driver'Sergio Paracuellos1-1/+1
2018-06-28staging: mt7621-gpio: avoid including 'gpio.h'Sergio Paracuellos1-1/+0
2018-06-28staging: mt7621-gpio: make use 'bgpio_init' from GPIO_GENERICSergio Paracuellos2-95/+42
2018-06-28staging: mt7621-eth: Use eth_hw_addr_random()Kamal Heib1-2/+1
2018-06-28staging: mt7621-eth: Fix memory leak in mtk_add_mac() error pathKamal Heib1-3/+10
2018-06-28staging: mt7621-dts: Fix remaining pcie warningsRosen Penev2-12/+11
2018-06-28staging: mt7621-mmc: Find response of SD_APP_OP_COND by defaultChristian Lütke-Stetzkamp1-3/+1
2018-06-28staging: mt7621-mmc: Find response of MMC_SEND_OP_COND by defaultChristian Lütke-Stetzkamp1-1/+1
2018-06-28staging: mt7621-mmc: Factor out from msdc_command_start()Christian Lütke-Stetzkamp1-15/+25
2018-06-28staging: mt7621-mmc: Remove unused argument from msdc_do_commandChristian Lütke-Stetzkamp1-3/+2
2018-06-28staging: mt7621-mmc: Remove unused macro is_card_presentChristian Lütke-Stetzkamp1-4/+0
2018-06-28staging: mt7621-mmc: Remove unused define MAX_PHY_SGMTSChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused enum msdc_modeChristian Lütke-Stetzkamp1-6/+0
2018-06-28staging: mt7621-mmc: Remove unused define IRQ_SDCChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused define RALINK_MSDC_BASEChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Cleanup source of base address for ioChristian Lütke-Stetzkamp2-303/+236
2018-06-28staging: mt7621-mmc: Remove MSDC_MODE_* definesChristian Lütke-Stetzkamp1-7/+0
2018-06-28staging: mt7621-mmc: Remove unused variable from msdc_tune_requestChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro MAX_BD_PER_GPDChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_retryChristian Lütke-Stetzkamp1-13/+0
2018-06-28staging: mt7621-mmc: Make msdc_clr_fifo a function and relax cpuChristian Lütke-Stetzkamp1-13/+15
2018-06-28staging: mt7621-mmc: Remove unnecessary BUG_ON() in msdc_dma_setupChristian Lütke-Stetzkamp1-3/+0
2018-06-28staging: mt7621-mmc: Remove variable num form msdc_dma_setupChristian Lütke-Stetzkamp1-3/+2
2018-06-28staging: mt7621-mmc: Remove unused field sglen from msdc_dmaChristian Lütke-Stetzkamp2-4/+0
2018-06-28staging: mt7621-mmc: Remove unused field sg from msdc_dmaChristian Lütke-Stetzkamp2-2/+0
2018-06-28staging: mt7621-mmc: Refactor dma setup processChristian Lütke-Stetzkamp1-21/+13
2018-06-28staging: mt7621-mmc: Remove unused field mode from msdc_dmaChristian Lütke-Stetzkamp2-5/+1
2018-06-28staging: mt7621-mmc: Remove DMA basic mode codeChristian Lütke-Stetzkamp1-56/+32
2018-06-28staging: mt7621-mmc: Remove register debugging structuresChristian Lütke-Stetzkamp1-411/+0
2018-06-28staging: mt7621-mmc: Remove unused macro sdr_write8Christian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro sdr_read8Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Replace sdr_read32 with readlChristian Lütke-Stetzkamp2-50/+49
2018-06-28staging: mt7621-mmc: Replace sdr_write32 with writelChristian Lütke-Stetzkamp2-33/+32
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_rxfifocntChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_txfifocntChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_read32Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_write32Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_read8Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_write8Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused variable in msdc_command_respChristian Lütke-Stetzkamp1-3/+0
2018-06-28staging: mt7621-pinctrl: replace ENOSYS with better fitting error codeSergio Paracuellos1-1/+1
2018-06-28staging: mt7621-pinctrl: remove unnecessary 'out of memory' messageSergio Paracuellos1-3/+1
2018-06-28staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'Sergio Paracuellos1-13/+14
2018-06-28staging: mt7621-pinctrl: add SPDX identifierSergio Paracuellos1-6/+1
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-06-28serdev: fix memleak on module unloadJohan Hovold1-0/+1
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-06-28n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-06-28n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig1-0/+1
2018-06-28Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+14
2018-06-28Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana1-3/+10
2018-06-28Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason1-1/+2
2018-06-28btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo1-1/+3
2018-06-28Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-4/+6
2018-06-28Merge branch 'for-upstream/malidp-fixes' of git://linux-arm.org/linux-ld into...Dave Airlie3-5/+10
2018-06-27proc: add proc_seq_releaseChunyu Hu1-1/+10
2018-06-27ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl1-1/+1
2018-06-27ARM64: dts: meson-axg: fix ethernet stability issueJerome Brunet1-1/+14
2018-06-27ARM64: dts: meson-gx: fix ATF reserved memory regionKevin Hilman2-8/+6
2018-06-27ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0Neil Armstrong1-0/+7
2018-06-27ARM64: dts: meson: fix register ranges for SD/eMMCKevin Hilman2-5/+5
2018-06-27ARM64: dts: meson: disable sd-uhs modes on the libretech-ccJerome Brunet1-3/+0
2018-06-27drm/amd/display: release spinlock before committing updates to streamShirish S1-4/+2
2018-06-27drm/amdgpu:Support new VCN FW version naming conventionJames Zhu1-6/+27
2018-06-27drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.cLeo Liu1-1/+1
2018-06-27Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-130/+205
2018-06-27MAINTAINERS: Timur has a kernel.org addressTimur Tabi1-5/+5
2018-06-27arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon1-5/+1
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon3-11/+52
2018-06-27Merge tag 'mips_fixes_4.18_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2018-06-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds26-364/+310
2018-06-27Merge tag 'microblaze-v4.18-rc3' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds10-129/+12
2018-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-16/+43
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds27-124/+366
2018-06-27Merge branch 'fixes-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+5
2018-06-27checkpatch: remove warning for 'old' stable@kernel.org addressLinus Torvalds1-6/+0
2018-06-27Merge branch 'perf/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wi...Catalin Marinas1-1/+1
2018-06-27arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boardsKatsuhiro Suzuki2-2/+2
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer1-2/+9
2018-06-27ARM: dts: da850: Fix interrups property for gpioKeerthy1-5/+1
2018-06-27x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov1-7/+4
2018-06-27Documentation: intel_pstate: Describe hwp_dynamic_boost sysfs knobRafael J. Wysocki1-0/+11
2018-06-27Documentation: admin-guide: intel_pstate: Fix sysfs pathRafael J. Wysocki1-2/+1
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre1-1/+1
2018-06-27x86/mm: Drop unneeded __always_inline for p4d page table helpersKirill A. Shutemov2-3/+3
2018-06-27x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yKirill A. Shutemov1-2/+2
2018-06-27selftests/x86/sigreturn: Do minor cleanupsAndy Lutomirski1-6/+7
2018-06-27selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUsAndy Lutomirski1-17/+29
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski1-8/+8
2018-06-27powerpc/powermac: Fix rtc read/write functionsArnd Bergmann1-9/+20
2018-06-26Input: psmouse - fix button reporting for basic protocolsDmitry Torokhov1-6/+6
2018-06-26PCI: controller: Move PCI_DOMAINS selection to arch KconfigLorenzo Pieralisi4-4/+9
2018-06-26PCI: Initialize endpoint library before controllersAlan Douglas1-3/+3
2018-06-26block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-06-26Merge tag 'qcom-fixes-for-4.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-1/+2
2018-06-26ARM: dts: Fix SPI node for Arria10Thor Thayer1-2/+1
2018-06-26arm64: dts: stratix10: Fix SPI nodes for Stratix10Thor Thayer1-4/+2
2018-06-26dh key: fix rounding up KDF output lengthEric Biggers1-2/+4
2018-06-26certs/blacklist: fix const confusionNick Desaulniers1-1/+1
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng1-0/+1
2018-06-26Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+10
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+12
2018-06-26ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SDAdam Ford1-1/+1
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V2-2/+0
2018-06-26PCI: shpchp: Manage SHPC unconditionally on non-ACPI systemsBjorn Helgaas1-1/+9
2018-06-26drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'Christophe JAILLET1-4/+8
2018-06-26x86/mm: Don't free P4D table when it is folded at runtimeAndrey Ryabinin1-0/+3
2018-06-26x86/entry/32: Add explicit 'l' instruction suffixJan Beulich1-1/+1
2018-06-26x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov1-7/+3
2018-06-26tools/headers: Pick up latest kernel ABIsIngo Molnar5-0/+6
2018-06-26Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar16-21/+194
2018-06-25qcom: cmd-db: enforce CONFIG_OF_RESERVED_MEM dependencyArnd Bergmann1-1/+2
2018-06-25Merge tag 'qcom-fixes-for-4.18-rc1' into linusAndy Gross2-3/+3
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube110-1010/+119
2018-06-26staging: rtl8192u: Correction of spelling mistake in comment.John Whitmore1-1/+1
2018-06-26staging: rtl8192u: Correct if statement - Coding StyleJohn Whitmore1-1/+1
2018-06-26staging: rtl8192u: Remove braces from single statement blocks - StyleJohn Whitmore1-8/+4
2018-06-26staging: rtl8192u: Truncate block comments to 80 character length - StyleJohn Whitmore1-43/+63
2018-06-26staging: rtl8192u: Correct indentation of switch statement - Coding StyleJohn Whitmore1-15/+15
2018-06-26staging: rtl8192u: change block comments to prefered style - Coding StyleJohn Whitmore1-171/+195
2018-06-26Staging:rtl8192e Cleanup comparison to NULLJanani Sankara Babu1-1/+1
2018-06-26Staging:rtl8192e Fix Comparison to true is error proneJanani Sankara Babu1-2/+2
2018-06-26Staging:rtl8192e Fix Comparison to False is error proneJanani Sankara Babu1-8/+8
2018-06-26rtl8192u/rtl819x_BAProc.c: Adjust spaces to coding guidelinesFabian Bläse1-40/+31
2018-06-26rtl8192u/rtl819x_Qos.h: Adjust spaces to coding guidelinesFabian Bläse1-47/+47
2018-06-26staging: rtl8188eu: Fix a possible sleep-in-atomic-context bug in rtw_disasso...Jia-Ju Bai1-1/+1
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen1-1/+4
2018-06-26Merge tag 'iio-for-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman29-472/+1225
2018-06-26Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman5-5/+8
2018-06-25iio: adc: at91-sama5d2_adc: add support for oversampling resolutionEugen Hristev1-26/+163
2018-06-25X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria4-4/+23
2018-06-25perf script: Fix crash because of missing evsel->privRavi Bangoria1-0/+14
2018-06-25perf script: Add missing output fields in a hintRavi Bangoria1-2/+3
2018-06-25perf bench: Fix numa report output codeJiri Olsa1-2/+3
2018-06-25perf stat: Remove duplicate event countingThomas Richter1-1/+70
2018-06-25perf alias: Rebuild alias expression string to make it comparableThomas Richter1-1/+24
2018-06-25perf alias: Remove trailing newline when reading sysfs filesThomas Richter1-0/+3
2018-06-25perf tools: Fix a clang 7.0 compilation errorYonghong Song1-2/+9
2018-06-25tools include uapi: Synchronize bpf.h with the kernelArnaldo Carvalho de Melo1-1/+1
2018-06-25tools include uapi: Update if_link.h to pick IFLA_{BRPORT_ISOLATED,VXLAN_TTL_...Arnaldo Carvalho de Melo1-0/+2
2018-06-25tools include powerpc: Update arch/powerpc/include/uapi/asm/unistd.h copy to ...Arnaldo Carvalho de Melo1-0/+1
2018-06-25perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'Arnaldo Carvalho de Melo1-0/+2