aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-11clean up BUS_ATTR() usagesbus_cleanupGreg Kroah-Hartman10-79/+59
2018-07-11driver core: add BUS_ATTR_WO() macroGreg Kroah-Hartman1-0/+2
2018-07-11staging: vt6655: remove some redundant variablesColin Ian King3-10/+3
2018-07-11staging: rtl8188eu: remove blank linesMichael Straube2-7/+0
2018-07-11staging: rtl8188eu: fix lines over 80 charactersMichael Straube1-6/+12
2018-07-11staging: rtl8188eu: add spaces around '|'Michael Straube1-8/+8
2018-07-11staging: rtl8723bs: simplify ratetbl_val_2wifirate()Michael Straube1-39/+14
2018-07-11staging: rtl8723bs: fix comparsions to NULLMichael Straube1-7/+7
2018-07-11staging: rtl8723bs: remove blank linesMichael Straube1-30/+0
2018-07-11staging: rtl8723bs: fix lines over 80 charactersMichael Straube1-3/+6
2018-07-11staging: rtl8723bs: add spaces around '|'Michael Straube1-4/+4
2018-07-11staging: speakup: remove redundant variable lColin Ian King1-3/+2
2018-07-11staging: sm750fb: remove redundant pointer 'output'Colin Ian King1-2/+0
2018-07-11staging: gasket: fix plain integer as NULL pointer warningIvan Bornyakov1-3/+3
2018-07-11staging:rtl8192u: Correction of indentation issues - Coding StyleJohn Whitmore1-39/+37
2018-07-11staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()John Whitmore1-51/+50
2018-07-11staging:rtl8192u: Remove unnecessary parentheses - Coding StyleJohn Whitmore1-4/+4
2018-07-11staging:rtl8192u: Move trailing conditional statement to the following lineJohn Whitmore1-8/+17
2018-07-11staging:rtl8192u: Remove prohibited spaces - Coding StyleJohn Whitmore1-6/+6
2018-07-11staging:rtl8192u: Correct spacing before and after parenthesis - StyleJohn Whitmore1-42/+36
2018-07-11staging:rtl8192u: Correct indentation and spacing for braces of code blocksJohn Whitmore1-147/+107
2018-07-11staging:rtl8192u: Remove blank lines before '}' and after '{' charactersJohn Whitmore1-18/+0
2018-07-11staging: ks7010: remove redundant variable eth_protoColin Ian King1-2/+0
2018-07-11staging: gdm724x: redundant variables idProduct and idVendorColin Ian King1-5/+0
2018-07-11staging: gasket: remove redundant pointer bar_dataColin Ian King1-3/+0
2018-07-11staging: comedi: remove redundant variable segposColin Ian King2-4/+4
2018-07-11staging: pi433: Make only one statement per lineSophie Matter1-6/+18
2018-07-11staging: pi433: Use preferred commenting styleSophie Matter2-15/+30
2018-07-11staging: pi433: Comply with 80 character column limitSophie Matter3-8/+21
2018-07-10staging: mt7621-pci: factor out mt7621_pci_get_cfgaddr functionSergio Paracuellos1-7/+14
2018-07-10staging: mt7621-pci: remove unused macro MV_READ_DATASergio Paracuellos1-3/+0
2018-07-10staging: mt7621-gpio: remove driver from stagingSergio Paracuellos7-383/+0
2018-07-10staging: rtl8723bs: use mac_pton()Michael Straube1-40/+1
2018-07-10Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_plat...Sergio Paracuellos1-1/+6
2018-07-10staging: mt7621-pinctrl: init *map to NULL for correct memory assignationSergio Paracuellos1-0/+1
2018-07-10staging: fsl-dpaa2/eth: Remove Rx frame size checkIoana Radulescu1-20/+6
2018-07-10staging: fsl-dpaa2/eth: MTU cleanupIoana Radulescu1-2/+1
2018-07-10staging: fsl-dpaa2/eth: Remove pointless instructionIoana Radulescu1-1/+0
2018-07-10staging: fsl-dpaa2/eth: Remove obsolete referenceIoana Radulescu1-2/+0
2018-07-10staging: fsl-dpaa2/eth: Fix DMA mapping directionIoana Radulescu1-1/+1
2018-07-08staging: rtl8188eu: replace tabs with spacesMichael Straube1-6/+6
2018-07-08staging: rtl8188eu: refactor rtw_macaddr_cfg()Michael Straube1-15/+5
2018-07-08staging: rtl8723bs: remove braces from single if statementMichael Straube1-2/+1
2018-07-08staging: rtl8723bs: add missing blank linesMichael Straube1-0/+2
2018-07-08staging: rtl8723bs: remove blank linesMichael Straube1-31/+0
2018-07-08staging: rtl8723bs: fix indentationMichael Straube1-8/+8
2018-07-08staging: rtl8723bs: replace tab with spaceMichael Straube1-3/+3
2018-07-08staging: rtl8723bs: replace while with shorter for loopMichael Straube1-9/+3
2018-07-08staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_widthJohn Whitmore6-12/+13
2018-07-08staging:rtl8192u: Add spaces required around operators - Coding StyleJohn Whitmore1-62/+62
2018-07-08staging:rtl8192u: Add space required before '(' - StyleJohn Whitmore1-88/+86
2018-07-08staging:rtl8192u: rename HT_CHANNEL_WIDTH -> enum ht_channel_widthJohn Whitmore9-14/+15
2018-07-07MAINTAINERS: update two greybus sectionsJohan Hovold1-4/+2
2018-07-07staging: rtl8188eu: replace while with shorter for loopMichael Straube1-8/+4
2018-07-07staging: rtl8723bs: remove rtw_beamforming.hMichael Straube1-127/+0
2018-07-07staging: rtl8723bs: remove rtw_br_ext.hMichael Straube1-55/+0
2018-07-07staging: wlan-ng: remove unneeded parentheses from prism2mgmt.cTim Collier1-4/+4
2018-07-07staging: wlan-ng: fix expression continuation in prism2mgmt.cTim Collier1-5/+5
2018-07-07staging: wlan-ng: fix expression continuation in prism2fw.cTim Collier1-3/+4
2018-07-07staging/rtl8192u: fix defined but not used build warningsRandy Dunlap2-4/+5
2018-07-07staging: mt7621-pci: Move open-braces to match kernel code stylePeter Vernia1-4/+2
2018-07-07staging: mt7621-pci: Add spaces after commas in pci-mt7621.cPeter Vernia1-8/+8
2018-07-07staging: mt7621-pci: Fix spacing around equals signPeter Vernia1-3/+3
2018-07-07staging: mt7621-pci: Fix spaces around parenthesis in pci-7621.cPeter Vernia1-14/+14
2018-07-07drivers/staging/gasket: Use refcount_read()Todd Poynor1-1/+1
2018-07-06staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore1-26/+31
2018-07-06staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore1-25/+25
2018-07-06staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore1-15/+15
2018-07-06staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore1-6/+6
2018-07-06staging: rtl8192u: Add space required around '==' opeartor - StyleJohn Whitmore1-7/+7
2018-07-06staging: rtl8192u: Remove superfluous blank lines - Coding StyleJohn Whitmore1-105/+0
2018-07-06staging: rtl8192u: Remove redundant definitions in headerJohn Whitmore1-117/+0
2018-07-06staging: rtl8192u: Use memset to initialize memory, instead of loop.John Whitmore1-4/+1
2018-07-06staging: rtl8192u: Use __func__ instead of hardcoded string - StyleJohn Whitmore1-6/+18
2018-07-06staging: rtl8188eu: rename Hal8188ERateAdaptiveMichael Straube4-2/+2
2018-07-06staging: rtl8188eu: rename Hal8188EPhyReg.hMichael Straube2-1/+1
2018-07-06staging: rtl8188eu: rename Hal8188EPhyCfg.hMichael Straube3-2/+2
2018-07-06staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2-29/+0
2018-07-06staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh1-9/+9
2018-07-06staging: rtl8188eu: remove rtw_mp_phy_regdef.hMichael Straube1-1078/+0
2018-07-06staging: fsl-dpaa2/ethsw: Update maintainers for Ethernet Switch driverRazvan Stefanescu1-1/+2
2018-07-06staging: rts5208: fix missing error check on call to rtsx_write_registerColin Ian King1-1/+1
2018-07-06Staging: Gasket: shift wrapping bug in gasket_read_modify_write_64()Dan Carpenter1-1/+1
2018-07-06Staging: Gasket: fix a couple off by one bugsDan Carpenter1-2/+2
2018-07-06Staging: Gasket: uninitialized return in gasket_mmap()Dan Carpenter1-1/+3
2018-07-06drivers/staging/gasket: Use 2-factor allocator callsKees Cook4-18/+21
2018-07-06staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driverSergio Paracuellos1-6/+1
2018-07-06staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callbackSergio Paracuellos1-8/+0
2018-07-06staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_nameSergio Paracuellos1-4/+1
2018-07-06staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map functionSergio Paracuellos1-43/+15
2018-07-06staging: mt7621-dts: use 'function' and 'group' for pinctrl bindingsSergio Paracuellos1-24/+24
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_mapSergio Paracuellos1-3/+9
2018-07-06staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' fieldSergio Paracuellos1-4/+3
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_free_mapSergio Paracuellos1-14/+2
2018-07-06staging: mt7621-pinctrl: use tabs instead of spaces in some indentationsSergio Paracuellos1-3/+3
2018-07-06staging: mt7621-pinctrl: align function parameters in some functionsSergio Paracuellos1-15/+14
2018-07-06staging: mt7621-pinctrl: replace seq_printf with seq_putsSergio Paracuellos1-1/+1
2018-07-06staging: mt7621-pinctrl: avoid lines over 80 charsSergio Paracuellos1-11/+15
2018-07-06staging: mt7621-pinctrl: avoid space after if conditionSergio Paracuellos1-1/+1
2018-07-06staging: mt7621-mmc: Fix printk() facility levelSergej Perschin1-27/+27
2018-07-06staging: mt7621-gpio: use devm_kasprintf to set gpio banks labelsSergio Paracuellos1-10/+2
2018-07-06staging: mt7621-gpio: assign gpio chip custom changes after bgpio_initSergio Paracuellos1-3/+4
2018-07-06staging: mt7621-gpio: use custom xlate functionSergio Paracuellos1-0/+18
2018-07-06staging: mt7621-gpio: set irq chip name only onceSergio Paracuellos1-1/+1
2018-07-02staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál1-5/+5
2018-07-02staging: rtl8188eu: fix block comments - coding styleMichael Straube1-22/+28
2018-07-02staging: rtl8188eu: move return type to functions definition lineMichael Straube1-4/+4
2018-07-02staging: rtl8188eu: reorder switch cases and remove default breakMichael Straube1-4/+3
2018-07-02staging: rtl8723bs: simplify if else statementMichael Straube1-5/+1
2018-07-02staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2-7/+6
2018-07-02staging: rtl8192u Remove redundant #include directiveJohn Whitmore1-1/+1
2018-07-02staging:r8188eu: Use lib80211 to encrypt (WEP) tx framesIvan Safonov1-35/+47
2018-07-02staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube1-17/+2
2018-07-02staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-11/+11
2018-07-02staging: rtl8723bs: fix line over 80 charactersMichael Straube1-1/+1
2018-07-02staging: rtl8188eu: remove rtw_ioctl_rtl.hMichael Straube1-66/+0
2018-07-02staging: speakup: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-07-02drivers/staging: Gasket driver framework + Apex driverSimon Que21-0/+8083
2018-07-02staging/skein: Remove Skein and Threefish codeJason Cooper16-11415/+0
2018-07-02Merge 4.18-rc3 into staging-nextGreg Kroah-Hartman718-3789/+7141
2018-07-01Linux 4.18-rc3v4.18-rc3Linus Torvalds1-1/+1
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+15
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+10
2018-07-01Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-7/+10
2018-07-01Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-27/+35
2018-07-01Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds28-66/+373
2018-07-01Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2018-06-30Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-34/+17
2018-06-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds11-24/+39
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-41/+74
2018-06-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-51/+60
2018-06-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-22/+201
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-45/+33
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds9-51/+25
2018-06-29Merge tag 'powerpc-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-12/+23
2018-06-29Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-6/+2
2018-06-29Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into...Olof Johansson2-0/+4
2018-06-29Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson7-18/+33
2018-06-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-17/+54
2018-06-29Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+15
2018-06-29Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2018-06-29parisc: Build kernel without -ffunction-sectionsHelge Deller1-4/+0
2018-06-29sg: remove ->sg_magic memberJens Axboe4-45/+0
2018-06-29Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-8/+21
2018-06-29Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-13/+22
2018-06-29Merge tag 'drm-fixes-2018-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-27/+59
2018-06-29Merge tag 'for-4.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-27/+33
2018-06-29Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe1-2/+5
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche1-2/+2
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe1-0/+12
2018-06-29aio: mark __aio_sigset::sigmask constAvi Kivity1-1/+1
2018-06-29net: handle NULL ->poll gracefullyChristoph Hellwig1-0/+2
2018-06-29Merge branch 'pm-domains'Rafael J. Wysocki2-7/+6
2018-06-29i2c: gpio: initialize SCL to HIGH againWolfram Sang1-2/+2
2018-06-29i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfersPeter Rosin1-5/+9
2018-06-29i2c: algos: bit: mention our experience about initial statesWolfram Sang1-0/+5
2018-06-29Revert "i2c: algo-bit: init the bus to a known state"Wolfram Sang1-5/+0
2018-06-28selinux: move user accesses in selinuxfs out of locked regionsJann Horn1-45/+33
2018-06-28parisc: Reduce debug output in unwind codeHelge Deller1-2/+2
2018-06-29Merge tag 'drm-misc-fixes-2018-06-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-4/+8
2018-06-29Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie4-14/+35
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler1-1/+2
2018-06-28Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2018-06-28Merge tag 'sound-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-48/+53
2018-06-28Merge tag 'mtd/fixes-for-4.18-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds7-25/+61
2018-06-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-8/+38
2018-06-28proc: add Alexey to MAINTAINERSAlexey Dobriyan1-0/+9
2018-06-28kasan: depend on CONFIG_SLUB_DEBUGJason A. Donenfeld1-0/+1
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder1-1/+1
2018-06-28x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi1-3/+12
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka3-1/+14
2018-06-28Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior1-2/+0
2018-06-28lib/percpu_ida.c: don't do alloc from per-CPU list if there is noneSebastian Andrzej Siewior1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds80-450/+301
2018-06-28arm64: dts: hikey960: Define wl1837 power capabilitiesoscardagrach1-0/+2
2018-06-28arm64: dts: hikey: Define wl1835 power capabilitiesoscardagrach1-0/+2
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche1-0/+4
2018-06-28parisc: Wire up io_pgetevents syscallHelge Deller2-1/+3
2018-06-28parisc: Default to 4 SMP CPUsHelge Deller1-1/+1
2018-06-28parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko1-16/+9
2018-06-28parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller1-2/+2
2018-06-28parisc: Drop struct sigaction from not exported header fileHelge Deller1-8/+0
2018-06-28nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg1-2/+5
2018-06-28kconfig: loop boundary condition fixJerry James1-1/+1
2018-06-28kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada1-4/+3
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2-0/+7
2018-06-28staging: rtl8188eu: remove whitespace - coding styleMichael Straube1-7/+4
2018-06-28staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube2-29/+4
2018-06-28staging: rtl8723bs: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube1-3/+3
2018-06-28staging: rtl8723bs: refactor rtw_macaddr_cfg()Michael Straube1-15/+4
2018-06-28staging: rtl8723bs: fix comparsion to NULL - coding styleMichael Straube1-2/+2
2018-06-28staging: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube7-15/+0
2018-06-28staging: wlan-ng: add parentheses to macro argument usage in prism2mgmt.cTim Collier1-2/+2
2018-06-28staging: wlan-ng: replace macro with inline function in prism2mgmt.cTim Collier1-4/+15
2018-06-28staging: wlan-ng: replace WLAN_CTL_FRAMELEN with inline function in p80211hdr.hTim Collier1-10/+20
2018-06-28staging: wlan-ng: fix coding style (indentation) in prism2mib.cTim Collier1-4/+4
2018-06-28staging: rtlwifi: Fix a possible sleep-in-atomic-context bug in _is_fw_read_c...Jia-Ju Bai1-1/+1