aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-05-27PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan1-2/+2
2014-05-27usb: gadget: net2280: Add support for PLX USB338XRicardo Ribalda Delgado1-0/+199
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-0/+1
2014-05-27Add support for using a MAX3421E chip as a host driver.David Mosberger1-0/+23
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan1-5/+8
2014-05-27sysfs.h: don't return a void-valued expression in sysfs_remove_fileSimon Wunderlich1-1/+1
2014-05-27init.h: Update initcall_sync variants to fix build errorsTony Lindgren1-1/+13
2014-05-27Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2014-05-27connector: allow multiple messages to be sent in one packetDavid Fries1-0/+1
2014-05-27driver core: Inline dev_set/get_drvdataJean Delvare1-2/+10
2014-05-27driver core: dev_set_drvdata returns voidJean Delvare1-1/+1
2014-05-27ASoC: Add ADAU1381/ADAU1781 audio CODEC supportLars-Peter Clausen1-0/+19
2014-05-27ASoC: Add ADAU1361/ADAU1761 audio CODEC supportLars-Peter Clausen1-0/+67
2014-05-27ASoC: Add ADAU1X61 and ADAU1X81 CODECs common codeLars-Peter Clausen1-0/+23
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare1-0/+3
2014-05-27PCI: Add new pci_is_bridge() interfaceYijing Wang1-0/+13
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-2/+2
2014-05-27PCI: Notify driver before and after device resetKeith Busch1-0/+3
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas3-8/+12
2014-05-27backlight: Add backlight device (un)registration notificationHans de Goede1-0/+7
2014-05-26Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-18/+10
2014-05-26Merge branch 'reset/fixes' of git://git.pengutronix.de/git/pza/linux into nex...Olof Johansson1-0/+10
2014-05-26regulator: tps6586x: Add support for the TPS658640Alban Bedel1-0/+2
2014-05-26ACPI: add dynamic_debug supportBjørn Mork1-2/+20
2014-05-26ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire seriesTakashi Sakamoto1-0/+3
2014-05-25ARM: 8057/1: amba: Add Qualcomm vendor ID.srinik1-0/+1
2014-05-25Merge branch 'pm-clk' into acpi-lpssRafael J. Wysocki1-0/+31
2014-05-24PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier functionChanwoo Choi1-0/+14
2014-05-24PM / devfreq: Add resource-managed function for devfreq deviceChanwoo Choi1-1/+20
2014-05-23Merge tag 'dmaengine-fixes-3.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-20/+68
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw1-0/+1
2014-05-23regulator: Constify the pointer to alias name arrayLee Jones2-17/+21
2014-05-24devres: Add devm_get_free_pages APIEli Billauer1-0/+4
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2014-05-23wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STRMasatake YAMATO1-1/+1
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko1-0/+5
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-34/+111
2014-05-23lib: add glibc style strchrnul() variantGrant Likely1-0/+3
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman17-15/+83
2014-05-22PCI: Remove pcibios_add_platform_entries()Sebastian Ott1-1/+0
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman17-15/+83
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar5-9/+78
2014-05-22ARM: edma: Remove redundant/unused parameters from edma_soc_infoPeter Ujfalusi1-7/+0
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan1-2/+2
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang1-0/+16
2014-05-22HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires1-0/+8
2014-05-22ARM: edma: Remove queue_tc_mapping data from edma_soc_infoPeter Ujfalusi1-1/+0
2014-05-22Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar1-5/+2