summaryrefslogtreecommitdiffstats
path: root/drivers/lguest (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-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-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-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
2013-08-30drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz1-19/+39
2013-08-30drm/i915: ivb: fix edp voltage swing reg valImre Deak1-1/+1
2013-08-29ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-7/+3
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-08-29regulator: build: Allow most regulators to be built as modulesMark Brown1-5/+5
2013-08-29regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke2-0/+32
2013-08-29regulator: da9063: Add Dialog DA9063 voltage regulators support.Krystian Garbaciak3-0/+952
2013-08-29arm: prima2: drop nr_irqs in mach as we moved to linear irqdomainBarry Song1-2/+0
2013-08-29irqchip: sirf: move from legacy mode to linear irqdomainBarry Song1-8/+10
2013-08-29Input: i8042 - disable the driver on ARC platformsMischa Jonker1-1/+2
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins1-1/+18
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-08-29spi: Use dev_get_drvdata at appropriate placesAxel Lin4-12/+8
2013-08-29spi: use dev_get_platdata()Jingoo Han29-38/+40
2013-08-29spi: nuc900: Fix mode_bits settingAxel Lin1-1/+1
2013-08-29spi: simplify devm_request_mem_region/devm_ioremapJulia Lawall2-25/+14
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen3-80/+92
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen1-17/+36
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen1-20/+19