summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-12-16usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol1-2/+0
2015-12-16usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol1-0/+4
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali1-1/+19
2015-12-16irqchip/gic: Support RealView variant setupLinus Walleij1-0/+10
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier1-0/+12
2015-12-16genirq/msi: Add msi_domain_populate_irqsMarc Zyngier1-0/+2
2015-12-16genirq/msi: Make the .prepare callback reusableMarc Zyngier1-0/+4
2015-12-16irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier1-0/+3
2015-12-16ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki1-7/+3
2015-12-16net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti1-0/+4
2015-12-16net: diag: Add the ability to destroy a socket.Lorenzo Colitti1-0/+2
2015-12-16net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti1-0/+5
2015-12-16netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+2
2015-12-16rhashtable: add function to replace an elementTom Herbert1-0/+82
2015-12-16Merge tag 'mvebu-soc-4.5-1' of git://git.infradead.org/linux-mvebu into next/...Arnd Bergmann1-0/+19
2015-12-16Merge tag 'omap-for-v4.5/81xx-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-0/+1
2015-12-16Merge branch 'mmp/multiplatform' into next/multiplatformArnd Bergmann1-0/+17
2015-12-16net: Elaborate on checksum offload interface descriptionTom Herbert1-29/+109
2015-12-16net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+78
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert3-22/+29
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2-4/+9
2015-12-16sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-12-16net: Add skb_inner_transport_offset functionTom Herbert1-0/+5
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford3-47/+26
2015-12-15Merge tag 'dmaengine-fix-4.4-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds1-1/+1
2015-12-15Merge tag 'arm-soc/for-4.5/cleanup' of git://git.infradead.org/linux-mtd into...Arnd Bergmann1-0/+5
2015-12-15usb: phy: Remove unused Renesas R-Car (Gen1) USB PHY driverGeert Uytterhoeven1-28/+0
2015-12-15usb: of: add an api to get dr_mode by the phy nodeBin Liu1-0/+5
2015-12-15usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda1-2/+16
2015-12-15KEYS: prevent keys from being removed from specified keyringsMimi Zohar1-0/+1
2015-12-15evm: provide a function to set the EVM key from the kernelDmitry Kasatkin1-0/+7
2015-12-15fbdev: Make fb-notify a no-op if CONFIG_FB=nEzequiel Garcia1-0/+18
2015-12-15time: Define dummy functions for the generic sched clockDaniel Lezcano1-3/+9
2015-12-15Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()Vitaly Kuznetsov1-2/+0
2015-12-15Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan1-0/+18
2015-12-15Drivers: hv: vmbus: Get rid of the unused macroK. Y. Srinivasan1-13/+0
2015-12-15Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2-61/+33
2015-12-15drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughJake Oshins1-0/+11
2015-12-15drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins1-0/+1
2015-12-15drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins1-0/+2
2015-12-15f2fs: add symbol to avoid any confusion with toolsJaegeuk Kim1-1/+2
2015-12-15ACPI / debugger: Add module support for ACPI debuggerLv Zheng2-52/+71
2015-12-15ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng1-0/+52
2015-12-15net: Fix typo in skb_fclone_busyMasanari Iida1-1/+1
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso42-343/+892
2015-12-14mtd: bcm47xxnflash: really unregister NAND on device removalBrian Norris1-4/+2
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2015-12-14i2c: add generic routine to parse DT for timing informationWolfram Sang1-0/+18
2015-12-14genirq: Free irq_desc with rcuThomas Gleixner1-0/+6
2015-12-14Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar29-242/+169