summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-29irqchip: gicv3-its: Use non-cacheable accesses when no shareabilityMarc Zyngier2-4/+47
2015-03-29irqchip: gicv3-its: Fix PROP/PEND and BASE/CBASE confusionMarc Zyngier2-3/+16
2015-03-29irqchip: gicv3-its: Fix device ID encodingAndre Przywara1-1/+1
2015-03-29irqchip: gicv3-its: Fix encoding of collection's target redistributorMarc Zyngier1-1/+1
2015-03-29Merge branch 'cxgb4'David S. Miller3-22/+101
2015-03-29cxgb4: Disable interrupts and napi before unregistering netdevHariprasad Shenai1-7/+18
2015-03-29cxgb4: Allocate dynamic mem. for egress and ingress queue mapsHariprasad Shenai3-15/+83
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2-2/+2
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings5-11/+22
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings5-3/+20
2015-03-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+14
2015-03-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+12
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2015-03-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2015-03-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-30/+59
2015-03-28Merge branch 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+16
2015-03-28Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+5
2015-03-28Merge tag 'arc-4.0-fixes-part-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+18
2015-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+1
2015-03-28iio: imu: Use iio_trigger_get for indio_dev->trig assignmentDarshana Padmadas1-1/+1
2015-03-28iio: adc: vf610: use ADC clock within specificationStefan Agner1-30/+61
2015-03-28iio/adc/cc10001_adc.c: Fix !HAS_IOMEM buildRichard Weinberger1-1/+2
2015-03-28drivers/of: Add empty ranges quirk for PA-SemiBenjamin Herrenschmidt1-3/+8
2015-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-5/+5
2015-03-28Merge tag 'sound-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-2/+3
2015-03-27libata: Blacklist queued TRIM on Samsung SSD 850 ProMartin K. Petersen1-0/+2
2015-03-27libata: Update Crucial/Micron blacklistMartin K. Petersen1-2/+11
2015-03-27drm/radeon: programm the VCE fw BAR as wellChristian König2-0/+4
2015-03-27drm/radeon: always dump the ring content if it's availableChristian König1-1/+1
2015-03-27radeon: Do not directly dereference pointers to BIOS area.David Miller1-3/+7
2015-03-27drm/radeon/dpm: fix 120hz handling harderAlex Deucher2-5/+18
2015-03-27drm/edid: set ELD for firmware and debugfs override EDIDsJani Nikula2-0/+2
2015-03-27locks: fix file_lock deletion inside loopYan, Zheng1-3/+2
2015-03-27firmware: dmi_scan: Prevent dmi_num integer overflowJean Delvare1-15/+7
2015-03-27gpio: syscon: reduce message level when direction reg offset not in dtGrygorii Strashko1-1/+1
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris1-1/+1
2015-03-27watchdog: imgpdc: Fix default heartbeatJames Hogan1-3/+3
2015-03-27watchdog: imgpdc: Fix probe NULL pointer dereferenceJames Hogan1-1/+1
2015-03-27watchdog: mtk_wdt: signedness bug in mtk_wdt_start()Dan Carpenter1-1/+1
2015-03-27tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner1-0/+3
2015-03-27tty: serial: fsl_lpuart: specify transmit FIFO sizeStefan Agner1-0/+2
2015-03-27serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas1-0/+1
2015-03-27Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-34/+35
2015-03-27Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-10/+16
2015-03-27Merge tag 'linux-kselftest-4.0-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2015-03-27Merge tag 'drm-intel-fixes-2015-03-26' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-19/+32
2015-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-19/+62
2015-03-26drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter1-0/+2
2015-03-26drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau1-2/+9
2015-03-26ALSA: hda - Add one more node in the EAPD supporting candidate listHui Wang1-1/+1