summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman1-2/+0
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman1-2/+0
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens1-3/+3
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra1-0/+5
2013-09-28usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I1-0/+2
2013-09-28drivers: phy: add generic PHY frameworkKishon Vijay Abraham I1-0/+270
2013-09-28Merge branch 'pci/misc' into nextBjorn Helgaas1-4/+6
2013-09-27Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-0/+8
2013-09-27ARM: imx6q: Add PCIe bits to GPR syscon definitionSean Cross1-0/+8
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells2-2/+11
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2-44/+100
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells1-2/+17
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-09-27Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-s3c64xxMark Brown7-6/+27
2013-09-27Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-64/+70
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi1-3/+2
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi1-2/+2
2013-09-27extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck1-0/+4
2013-09-27extcon: Fix indentation coding style to improve readabilityChanwoo Choi3-61/+64
2013-09-27driver core: prevent deferred probe with platform_driver_probeJohan Hovold1-0/+1
2013-09-27kobject: introduce kobj_completionJeff Mahoney1-0/+18
2013-09-27sysfs: clean up sysfs_get_dirent()Tejun Heo1-7/+12
2013-09-27sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo1-4/+12
2013-09-27sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2-8/+13
2013-09-27[networking]device.h: Remove extern from function prototypesJoe Perches6-266/+248
2013-09-27net.h/skbuff.h: Remove extern from function prototypesJoe Perches2-184/+148
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo3-16/+55
2013-09-27netfilter: Remove extern from function prototypesJoe Perches11-136/+133
2013-09-27Drivers: hv: util: Correctly support ws2008R2 and earlierK. Y. Srinivasan1-2/+5
2013-09-27net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico1-0/+1
2013-09-27net: add for_each iterators through neighbour lower link's privateVeaceslav Falico1-0/+17
2013-09-27net: add netdev_adjacent->private and allow to use itVeaceslav Falico1-0/+7
2013-09-27net: add adj_list to save only neighboursVeaceslav Falico1-9/+19
2013-09-26bcma: make bcma_core_pci_{up,down}() callable from atomic contextArend van Spriel1-0/+1
2013-09-26hv: delete struct hv_dev_port_infoGreg Kroah-Hartman1-17/+0
2013-09-26hv: delete vmbus_get_debug_info()Greg Kroah-Hartman1-8/+0
2013-09-26hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman1-3/+0
2013-09-26hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman1-2/+0
2013-09-26hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman1-2/+0
2013-09-26hv: move "device_id" bus attribute to dev_groupsGreg Kroah-Hartman1-1/+0
2013-09-26hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman1-1/+0
2013-09-26hv: move "monitor_id" bus attribute to dev_groupsGreg Kroah-Hartman1-1/+0
2013-09-26hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman1-1/+0
2013-09-26hv: use dev_groups for device attributesGreg Kroah-Hartman1-1/+0
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust1-1/+2
2013-09-26mmc: sdhci-esdhc-imx: change pinctrl state according to uhs modeDong Aisheng1-0/+4
2013-09-26clk: ux500: Copy u8500_clk_init() ready for DT enablementLee Jones1-0/+3
2013-09-26mfd: dbx500-prcmu: Move PRCMU numerical clock identifiers into DT include fileLee Jones1-75/+2
2013-09-26mfd: dbx500-prcmu: Correctly reorder PRCMU clock identifiersLee Jones1-64/+71
2013-09-26HID: uhid: allocate static minorDavid Herrmann1-0/+1