summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-11-18usb: gadget: slp: add mtp functionChanho Park1-0/+23
2014-11-18input: touchscreen: add mms128 touchscreen controller driver.Beomho Seo1-0/+42
2014-11-18pm_qos: Add PM_QOS_CPU_FREQUENCY pm_qos to guarantee required CPU frequencyChanwoo Choi1-0/+5
2014-11-18pm_qos: Add PM_QOS_BUS_FREQUENCY pm_qos to guarantee required memory bus freq...Chanwoo Choi1-0/+6
2014-11-18mfd: max14577: Add max14577/max77836 MFD driver to support muic/charger deviceChanwoo Choi2-0/+521
2014-11-18mfd: sec-core: Add support for S2MPS14Krzysztof Kozlowski6-55/+338
2014-11-18upstream: [media] V4L2: soc_camera: Renesas R-Car VIN driverVladimir Barinov1-0/+25
2014-11-18upstream: [media] v4l: vsp1: Add LUT supportLaurent Pinchart1-1/+2
2014-11-18upstream: [media] v4l: vsp1: Add SRU supportLaurent Pinchart1-0/+1
2014-11-18upstream: consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-0/+11
2014-11-18upstream: treewide: Fix common typo in "identify"Maxime Jayat3-3/+3
2014-11-18upstream: [media] v4l: Renesas R-Car VSP1 driverLaurent Pinchart1-0/+25
2014-11-18upstream: include: Convert ethernet mac address declarations to use ETH_ALENJoe Perches9-43/+53
2014-11-18upstream: drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+3
2014-11-18upstream: firewire: introduce fw_driver.probe and .remove methodsStefan Richter1-0/+2
2014-11-18PM / devfreq: add comments and DocumentationMyungJoo Ham1-0/+2
2014-11-18drivers: of: add for_each_available_child_of_node() macroMarek Szyprowski1-0/+5
2014-11-18phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHYGrygorii Strashko1-0/+16
2014-11-18phy: core: Add devm_of_phy_get to phy-coreKamil Debski1-0/+9
2014-11-18phy: core: Add an exported of_phy_get functionKamil Debski1-0/+6
2014-11-18drivers: phy: Add support for optional physAndrew Lunn1-0/+14
2014-11-18phy: add phy_get_bus_width()/phy_set_bus_width() callsMatt Porter1-0/+28
2014-11-18drivers: phy: reset to mainline ff764963479a1b18721ab96e531404c50fefe8b1Marek Szyprowski1-23/+23
2014-11-18extcon: Move OF helper function to extcon core and change function nameChanwoo Choi2-31/+12
2014-11-18cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar1-0/+1
2014-11-18cpufreq: Fix serialization of frequency transitionsViresh Kumar1-1/+1
2014-11-18cpufreq: make sure frequency transitions are serializedViresh Kumar1-0/+1
2014-11-18vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko1-0/+1
2014-11-18vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko1-1/+1
2014-11-18rbtree: fix rbtree_postorder_for_each_entry_safe() iteratorJan Kara1-7/+9
2014-11-18rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer1-0/+18
2014-11-18rbtree: add postorder iteration functionsCody P Schafer1-0/+4
2014-11-18zsmalloc: add copyrightMinchan Kim1-0/+1
2014-11-18zsmalloc: move it under mmMinchan Kim1-0/+50
2014-11-18usb: misc: usb3503: Add to select the ports to disableDongjin Kim1-0/+5
2014-11-18math64: New separate div64_u64_rem helperMike Snitzer1-0/+13
2014-11-18mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pagesBartlomiej Zolnierkiewicz1-0/+5
2014-11-18clk: propagate parent change up one levelTomasz Stanislawski1-0/+1
2014-11-18usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz1-18/+0
2014-11-18usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz1-0/+2
2014-11-18usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz1-14/+0
2014-11-18usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz1-0/+2
2014-11-18usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadgetDavid Cohen1-0/+20
2014-11-18usb: gadget: move bitflags to the end of usb_gadget structDavid Cohen1-9/+10
2014-11-18driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman1-7/+21
2014-11-18sysfs.h: add __ATTR_RW() macroAndrzej Pietrasiewicz1-0/+2
2014-11-18xattr: Constify ->name member of "struct xattr".Tetsuo Handa2-5/+5
2014-11-18Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley1-0/+14
2014-11-18cpufreq:LAB: Introduce new cpufreq LAB(Legaccy Application Boost) governorJonghwa Lee1-0/+3
2014-11-18pwm: Add sysfs interfaceH Hartley Sweeten1-1/+28