summaryrefslogtreecommitdiffstats
path: root/drivers/amba (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-02Linux 3.11v3.11Linus Torvalds1-1/+1
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds5-3/+84
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds3-62/+74
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds3-49/+65
2013-09-02vfs: use lockref_get_not_zero() for optimistic lockless dget_parent()Waiman Long1-0/+15
2013-09-02lockref: add 'lockref_get_or_lock() helperLinus Torvalds1-0/+16
2013-09-01spi/qspi: fix missing unlock on error in ti_qspi_start_transfer_one()Wei Yongjun1-0/+1
2013-09-01spi: quad: fix the name of DT propertywangyuhang2-4/+14
2013-09-01regulator: da9063: Statize da9063_ldo_lim_eventAxel Lin1-1/+1
2013-08-31spi: core: Fix spi_register_master error handlingAxel Lin1-1/+1
2013-08-31spi: efm32: Fix build errorAxel Lin1-1/+1
2013-08-31spi: altera: Use DIV_ROUND_UP to calculate hw->bytes_per_wordAxel Lin1-1/+1
2013-08-31spi: rspi: Add spi_master_get() call to prevent use after freeAxel Lin1-1/+1
2013-08-31usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou1-3/+3
2013-08-31spi: quad: Make DT properties optionalMark Brown1-38/+34
2013-08-31MAINTAINERS: change my DT related maintainer addressIan Campbell1-1/+1
2013-08-31net: fec: fix time stamping logic after napi conversionRichard Cochran1-2/+1
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-08-30spi: quad: Fix missing returnwangyuhang1-0/+1
2013-08-30mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter1-1/+3
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-08-30Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller1-3/+7
2013-08-30drivers: uio: Kconfig: add MMU dependancy for UIOChen Gang1-0/+1
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2-7/+4
2013-08-30tipc: set sk_err correctly when connection failsErik Hugne1-2/+2
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing5-93/+240
2013-08-30drivers: uio: Add driver for Humusoft MF624 DAQ PCI cardRostislav Lisovy3-0/+261
2013-08-30drivers: uio_pdrv_genirq: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30drivers: uio_pruss: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30drivers: uio_dmem_genirq: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30drivers: parport: Kconfig: exclude h8300 for PARPORT_PCChen Gang1-1/+1
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk1-0/+2
2013-08-30Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurelyK. Y. Srinivasan1-1/+4
2013-08-30usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()Xenia Ragiadakou1-2/+21
2013-08-30ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou1-8/+0
2013-08-30ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou1-1/+0
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou6-15/+15
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou4-67/+7
2013-08-30Documentation sysfs-bus-usb: Document which files are used by libusbHans de Goede1-0/+10
2013-08-30Documentation sysfs-bus-usb: Document the speed file used by libusbHans de Goede1-0/+6
2013-08-30Documentation sysfs-bus-usb: Move files with known users to stableHans de Goede2-127/+126
2013-08-30USB: fix build error when CONFIG_PM_SLEEP isn't enabledAlan Stern1-1/+1
2013-08-30usb: r8a66597-hcd: use platform_{get,set}_drvdata()Libo Chen1-2/+2
2013-08-30usb: phy-tegra-usb: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-30usb: acm gadget: Null termintate strings tableGraham Williams1-0/+1
2013-08-30regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=yAxel Lin1-1/+1
2013-08-30regulator: tps65217: Convert to use linear rangesAxel Lin2-164/+37
2013-08-30regulator: da9063: Use IS_ERR to check return value of regulator_register()Axel Lin1-1/+1
2013-08-30regulator: da9063: Optimize da9063_set_current_limit implementationAxel Lin1-11/+4