aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-16misc: Add host side pci driver for pci test function deviceKishon Vijay Abraham I3-0/+542
2017-02-16PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I1-0/+50
2017-02-16PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I4-18/+221
2017-02-16PCI: dwc: dra7xx: Facilitate wrapper and msi interrupts to be enabled indepen...Kishon Vijay Abraham I1-6/+18
2017-02-16PCI: dwc: designware: Add EP mode supportKishon Vijay Abraham I5-0/+471
2017-02-16PCI: endpoint: functions: Add an EP function to test PCIKishon Vijay Abraham I5-1/+533
2017-02-16PCI: endpoint: Introduce configfs entry for configuring EP functionsKishon Vijay Abraham I3-2/+440
2017-02-16PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I7-0/+1068
2017-02-16PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesKishon Vijay Abraham I10-122/+140
2017-02-16PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentKishon Vijay Abraham I10-116/+155
2017-02-16PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I1-5/+6
2017-02-16PCI: dwc: designware: Add new *ops* for cpu addr fixupKishon Vijay Abraham I2-0/+4
2017-02-15PCI: dwc: Remove dependency of designware on CONFIG_PCIKishon Vijay Abraham I3-4/+15
2017-02-15PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostKishon Vijay Abraham I3-16/+42
2017-02-15PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I4-624/+650
2017-02-15PCI: dwc: designware: Fix style errors in pcie-designware.cKishon Vijay Abraham I1-21/+21
2017-02-15PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Kishon Vijay Abraham I2-8/+11
2017-02-15PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I15-481/+666
2017-02-15PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Kishon Vijay Abraham I1-16/+17
2017-02-15PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I7-33/+33
2017-02-15PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I11-4/+22
2017-02-15PCI: dwc: designware: Move register defines to designware header fileKishon Vijay Abraham I2-70/+71
2017-02-15PCI: designware: Check for iATU unroll only on platforms that use ATUMurali Karicheri1-5/+5
2017-02-07PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu1-12/+3
2017-02-07PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I1-41/+51
2017-02-07PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I1-19/+13
2017-02-07PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I1-0/+29
2017-02-07PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I1-16/+5
2017-02-03PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I21-125/+144
2016-12-25avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds84-189/+179
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-233/+178
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner34-64/+54
2016-12-25ktime: Get rid of the unionThomas Gleixner6-15/+15
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner48-110/+110
2016-12-25irqchip/armada-xp: Consolidate hotplug state spaceThomas Gleixner1-1/+1
2016-12-25irqchip/gic: Consolidate hotplug state spaceThomas Gleixner1-1/+1
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner24-30/+30
2016-12-25staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner1-40/+45
2016-12-25scsi/bnx2i: Convert to hotplug state machineSebastian Andrzej Siewior1-48/+30
2016-12-25scsi/bnx2fc: Convert to hotplug state machineSebastian Andrzej Siewior1-46/+33
2016-12-25bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner1-1/+4
2016-12-25scsi: qedi: Convert to hotplug state machineThomas Gleixner1-64/+32
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds386-386/+386
2016-12-24Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-57/+261
2016-12-24Merge tag 'ntb-4.10' of git://github.com/jonmason/ntbLinus Torvalds5-32/+737
2016-12-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+7
2016-12-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+16
2016-12-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-12-23ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl1-1/+0
2016-12-23NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2-2/+2
2016-12-23ntb: fix SKX NTB config space size register offsetsDave Jiang1-4/+4
2016-12-23ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K1-12/+16
2016-12-23NTB: Register and offset values fix for memory windowShyam Sundar S K1-10/+4
2016-12-23NTB: add support for hotplug featureXiangliang Yu2-2/+12
2016-12-23ntb: Adding Skylake Xeon NTB supportDave Jiang2-5/+703
2016-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-127/+170
2016-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2016-12-23virtio-net: XDP support for small buffersJason Wang1-25/+87
2016-12-23virtio-net: remove big packet XDP codesJason Wang1-41/+3
2016-12-23virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is supportJason Wang1-1/+3
2016-12-23virtio-net: make rx buf size estimation works for XDPJason Wang1-0/+3
2016-12-23virtio-net: unbreak csumed packets for XDP_PASSJason Wang1-2/+2
2016-12-23virtio-net: correctly handle XDP_PASS for linearized packetsJason Wang1-2/+8
2016-12-23virtio-net: fix page miscount during XDP linearizingJason Wang1-8/+11
2016-12-23virtio-net: correctly xmit linearized page on XDP_TXJason Wang1-1/+1
2016-12-23virtio-net: remove the warning before XDP linearizingJason Wang1-7/+1
2016-12-23Merge tag 'drm-fixes-for-4.10-rc1' of git://people.freedesktop.org/~airlied/l...Linus Torvalds20-728/+1409
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds14-41/+86
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds62-671/+9640
2016-12-23mlxsw: spectrum_router: Correctly remove nexthop groupsIdo Schimmel1-0/+3
2016-12-23mlxsw: spectrum_router: Don't reflect dead neighsIdo Schimmel1-4/+6
2016-12-23stmmac: CSR clock configuration fixjpinto3-6/+6
2016-12-22sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2016-12-22Merge branch 'misc' into for-linusJames Bottomley13-142/+260
2016-12-23Merge tag 'drm-intel-next-fixes-2016-12-22' of git://anongit.freedesktop.org/...Dave Airlie12-95/+186
2016-12-23Merge tag 'drm-misc-fixes-2016-12-22' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-2/+5
2016-12-23Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie7-631/+1218
2016-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-29/+32
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-107/+212
2016-12-22Merge tag 'pm-fixes-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2016-12-22Merge tag 'mmc-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds4-23/+35
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer1-2/+1
2016-12-22IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer1-1/+1
2016-12-22IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer1-1/+2
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram1-1/+1
2016-12-22qedr: clear the vendor error field in the work completionAmrani, Ram1-0/+3
2016-12-22qedr: post_send/recv according to QP stateAmrani, Ram1-4/+4
2016-12-22qedr: ignore inline flag in read verbsAmrani, Ram1-1/+3
2016-12-22qedr: modify QP state to error when destroying itAmrani, Ram1-2/+4
2016-12-22qedr: return correct value on modify qpAmrani, Ram1-1/+1
2016-12-22qedr: return error if destroy CQ failedAmrani, Ram1-1/+6
2016-12-22qedr: configure the number of CQEs on CQ creationAmrani, Ram1-0/+3
2016-12-22i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung8-25/+53
2016-12-22Merge tag 'wireless-drivers-for-davem-2016-12-22' of git://git.kernel.org/pub...David S. Miller5-5/+10
2016-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki2-2/+2
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki16-107/+212
2016-12-21net: fddi: skfp: use %p format specifier for addresses rather than %xColin Ian King3-8/+8
2016-12-21net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2016-12-21net: ethernet: stmmac: dwmac-rk: make clk enablement first in powerupHeiko Stübner1-4/+4
2016-12-21be2net: Increase skb headroom size to 256 bytesKalesh A P1-1/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds53-19/+173
2016-12-21rtlwifi: Fix kernel oops introduced with commit e49656147359Larry Finger1-1/+2
2016-12-21ath9k: do not return early to fix rcu unlockingTobias Klausmann1-1/+1
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton1-2/+10
2016-12-21cpufreq: s3c64xx: remove incorrect __init annotationArnd Bergmann1-1/+1
2016-12-21cpufreq: Remove CPU hotplug callbacks only if they were initializedBoris Ostrovsky1-1/+1
2016-12-21ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng2-46/+6
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng9-38/+26
2016-12-21ACPICA: Tables: Allow FADT to be customized with virtual addressLv Zheng1-7/+7
2016-12-21ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_...Lv Zheng4-50/+210
2016-12-20drm/amdgpu: update tile table for oland/hainanFlora Cui1-139/+191
2016-12-20drm/amdgpu: update tile table for verdeFlora Cui1-2/+293
2016-12-20drm/amdgpu: update rev id for verdeFlora Cui1-1/+1
2016-12-20drm/amdgpu: update golden setting for verdeFlora Cui1-162/+142
2016-12-20drm/amdgpu: update rev id for olandFlora Cui1-0/+1
2016-12-20drm/amdgpu: update golden setting for olandFlora Cui1-13/+19
2016-12-20drm/amdgpu: update rev id for hainanFlora Cui1-0/+1
2016-12-20drm/amdgpu: update golden setting for hainanFlora Cui1-14/+23
2016-12-20drm/amdgpu: update rev id for pitcairnFlora Cui1-0/+1
2016-12-20drm/amdgpu: update golden setting for pitcairnFlora Cui1-10/+16
2016-12-20drm/amdgpu: update golden setting/tiling table of tahitiFlora Cui2-161/+221
2016-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-27/+94
2016-12-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-234/+407
2016-12-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-25/+61
2016-12-20net/mlx5: use rb_entry()Geliang Tang1-1/+1
2016-12-20ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser2-1/+21
2016-12-20net: hix5hd2_gmac: fix compatible strings nameDongpo Li1-6/+7
2016-12-20net: netcp: ethss: fix 10gbe host port tx pri map configurationWingMan Kwok1-1/+2
2016-12-20net: netcp: ethss: fix errors in ethtool opsWingMan Kwok1-5/+16
2016-12-20fsl/fman: enable compilation on ARM64Madalin Bucur1-1/+1
2016-12-20fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur1-0/+8
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur1-0/+7
2016-12-20fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur1-0/+1
2016-12-20net: phy: use boolean dt properties for eee broken modesjbrunet1-3/+15
2016-12-20net: phy: fix sign type error in genphy_config_eee_advertjbrunet1-2/+2
2016-12-20ath10k: free host-mem with DMA_BIRECTIONAL flagBen Greear1-1/+1
2016-12-20drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni1-3/+2
2016-12-20drm/i915: Fallback to single PAGE_SIZE segments for DMA remappingChris Wilson1-4/+22
2016-12-20drm/i915: Fix use after free in logical_render_ring_initTvrtko Ursulin1-6/+1
2016-12-20drm/i915: disable PSR by default on HSW/BDWPaulo Zanoni1-7/+3
2016-12-20drm/i915: Fix setting of boost freq tunableMika Kuoppala1-1/+1
2016-12-20drm/i915: tune down the fast link training vs boot failDaniel Vetter1-2/+2
2016-12-20drm/i915: Reorder phys backing storage releaseChris Wilson1-19/+34
2016-12-20drm/i915/gen9: Fix PCODE polling during SAGV disablingImre Deak1-25/+9
2016-12-20drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak3-21/+87
2016-12-20drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is settingHans de Goede1-1/+2
2016-12-20drm/i915/dsi: Fix swapping of MIPI_SEQ_DEASSERT_RESET / MIPI_SEQ_ASSERT_RESETHans de Goede2-5/+11
2016-12-20drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_c...Hans de Goede1-1/+12
2016-12-20drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-12-20brcmfmac: fix uninitialized field in scheduled scan ssid configurationArend Van Spriel1-0/+1
2016-12-20brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel1-2/+5
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter1-7/+5
2016-12-20mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter1-14/+19
2016-12-20mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada1-0/+1
2016-12-19drm/amdgpu: fix cursor setting of dce6/dce8Flora Cui2-7/+1
2016-12-19Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-12-19Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds35-1005/+1339
2016-12-19stmmac: fix memory barriersPavel Machek3-7/+7
2016-12-19net: ethernet: cavium: octeon: octeon_mgmt: Handle return NULL error from dev...Arvind Yadav1-0/+6
2016-12-19nvme : Use correct scnprintf in cmb showStephen Bates1-2/+2
2016-12-19mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla1-2/+10
2016-12-19mailbox: mailbox-test: add support for fasync/pollSudeep Holla1-8/+71
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice1-21/+20
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice1-25/+13
2016-12-19mailbox: bcm-pdc: Performance improvementsRob Rice1-36/+49
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice1-12/+11
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice1-32/+25
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionRob Rice1-13/+13
2016-12-19mailbox: bcm-pdc: streamline rx codeRob Rice1-60/+48
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice1-62/+145
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin1-4/+2
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin1-8/+46
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice1-1/+2
2016-12-19mailbox: sti: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-12-19mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-12-19Input: i8042 - Trust firmware a bit more when probing on X86Dmitry Torokhov1-3/+7
2016-12-19clocksource/drivers/moxart: Plug memory and mapping leaksSudip Mukherjee1-6/+16
2016-12-19irqchip/st: Mark st_irq_syscfg_resume() __maybe_unusedJérémy Lefaure1-1/+1
2016-12-19firmware: dmi_scan: Always show system identification stringKefeng Wang1-2/+2
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds14-159/+975
2016-12-19rtc: mcp795: Fix whitespace and indentation.Emil Bartczak1-6/+6
2016-12-19rtc: mcp795: Prefer using the BIT() macro.Emil Bartczak1-2/+2
2016-12-19rtc: mcp795: fix month write resetting date to 1.Emil Bartczak1-5/+81
2016-12-19rtc: mcp795: fix time range difference between linux and RTC chip.Emil Bartczak1-2/+2
2016-12-19rtc: mcp795: fix bitmask value for leap year (LP).Emil Bartczak1-1/+2
2016-12-19rtc: mcp795: use bcd2bin/bin2bcd.Emil Bartczak1-12/+13
2016-12-19rtc: add support for EPSON TOYOCOM RTC-7301SF/DGAkinobu Mita3-0/+465
2016-12-19rtc: ds1307: Add ACPI supportTin Huynh1-9/+43
2016-12-18Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-73/+167
2016-12-18Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...Linus Torvalds8-1/+1158
2016-12-18platform/x86: surface3-wmi: Balance locking on error pathAndy Shevchenko1-5/+6
2016-12-18platform/x86: Add Whiskey Cove PMIC TMU supportNilesh Bacchewar4-0/+210
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-12-18IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise1-2/+3
2016-12-18drivers/gpu/drm/ast: Fix infinite loop if read failsRussell Currey1-2/+5
2016-12-18i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin1-11/+13