summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman1-9/+0
2015-08-18Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman1-9/+7
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar8-15/+32
2015-08-18Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+0
2015-08-17regulator: core: Define regulator_set_voltage_triplet()Viresh Kumar1-0/+10
2015-08-17Merge tag 'extcon-next-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-7/+7
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-6/+0
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu1-47/+1
2015-08-15USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni1-12/+0
2015-08-15usb: interface authorization: Use a flag for the default device authorizationStefan Koch1-7/+9
2015-08-15usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+9
2015-08-15usb: interface authorization: Declare authorized attributeStefan Koch1-0/+1
2015-08-15drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola1-0/+1
2015-08-15Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+13
2015-08-15Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman6-8/+224
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2-51/+24
2015-08-14usb: chipidea: add tx/rx burst size configuration interfacePeter Chen1-0/+4
2015-08-14usb: chipidea: add ahb burst configuration interfacePeter Chen1-0/+2
2015-08-14usb: chipidea: define stream mode disable for both rolesPeter Chen1-1/+4
2015-08-14usb: chipidea: introduce ITC tuning interfacePeter Chen1-0/+2
2015-08-14usb: chipidea: add ttctrl.ttha control interfacePeter Chen1-0/+1
2015-08-13PCI: Remove pci_ats_enabled()Bjorn Helgaas1-2/+0
2015-08-13PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas1-1/+0
2015-08-13PCI: Move ATS declarations to linux/pci.h so they're all togetherBjorn Helgaas2-42/+9
2015-08-13PCI: Reduce size of ATS structure elementsBjorn Helgaas1-3/+3
2015-08-13PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2-12/+6
2015-08-13PCI: Allocate ATS struct during enumerationBjorn Helgaas2-1/+10
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2015-08-12Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman5-2/+25
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar5-68/+95
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2-7/+1
2015-08-10net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier1-3/+3
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman7-12/+29
2015-08-10Merge 4.2-rc6 into staging-nextGreg Kroah-Hartman7-12/+29
2015-08-10extcon: palmas: Support GPIO based USB ID detectionRoger Quadros1-0/+7
2015-08-10extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi1-5/+0
2015-08-10extcon: Remove duplicate header file in extcon.hChanwoo Choi1-2/+0
2015-08-10Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman7-12/+29
2015-08-09usb: hcd.h: Fix the values of SetHubDepth and GetPortErrorCount to match USB ...Tal Shorer1-3/+3
2015-08-08iio: Add inverse unit conversion macrosLars-Peter Clausen1-0/+17
2015-08-08iio: declare struct to fix warningPengyu Ma1-0/+3
2015-08-07spi: mediatek: Add spi bus for Mediatek MT8173Leilk Liu1-0/+22
2015-08-07mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi1-3/+7
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-2/+3
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan1-0/+5
2015-08-06bpf: Use correct #ifdef controller for trace_call_bpf()Wang Nan1-1/+1
2015-08-06usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga1-1/+7
2015-08-06usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga1-0/+8
2015-08-06usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga1-0/+3
2015-08-06bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-1/+1