index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lguest
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
Linux 3.11
v3.11
Linus Torvalds
1
-1
/
+1
2013-09-02
lockref: implement lockless reference count updates using cmpxchg()
Linus Torvalds
5
-3
/
+84
2013-09-02
lockref: uninline lockref helper functions
Linus Torvalds
3
-62
/
+74
2013-09-02
vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()
Linus Torvalds
3
-49
/
+65
2013-09-02
vfs: use lockref_get_not_zero() for optimistic lockless dget_parent()
Waiman Long
1
-0
/
+15
2013-09-02
lockref: add 'lockref_get_or_lock() helper
Linus Torvalds
1
-0
/
+16
2013-09-01
spi/qspi: fix missing unlock on error in ti_qspi_start_transfer_one()
Wei Yongjun
1
-0
/
+1
2013-09-01
spi: quad: fix the name of DT property
wangyuhang
2
-4
/
+14
2013-09-01
regulator: da9063: Statize da9063_ldo_lim_event
Axel Lin
1
-1
/
+1
2013-08-31
spi: core: Fix spi_register_master error handling
Axel Lin
1
-1
/
+1
2013-08-31
spi: efm32: Fix build error
Axel Lin
1
-1
/
+1
2013-08-31
spi: altera: Use DIV_ROUND_UP to calculate hw->bytes_per_word
Axel Lin
1
-1
/
+1
2013-08-31
spi: rspi: Add spi_master_get() call to prevent use after free
Axel Lin
1
-1
/
+1
2013-08-31
spi: quad: Make DT properties optional
Mark Brown
1
-38
/
+34
2013-08-31
MAINTAINERS: change my DT related maintainer address
Ian Campbell
1
-1
/
+1
2013-08-31
net: fec: fix time stamping logic after napi conversion
Richard Cochran
1
-2
/
+1
2013-08-30
net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay
Daniel Borkmann
1
-1
/
+2
2013-08-30
spi: quad: Fix missing return
wangyuhang
1
-0
/
+1
2013-08-30
mISDN: return -EINVAL on error in dsp_control_req()
Dan Carpenter
1
-1
/
+3
2013-08-30
net: revert 8728c544a9c ("net: dev_pick_tx() fix")
Eric Dumazet
1
-8
/
+3
2013-08-30
Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...
David S. Miller
1
-3
/
+7
2013-08-30
ipv4 tunnels: fix an oops when using ipip/sit with IPsec
Li Hongjun
2
-7
/
+4
2013-08-30
tipc: set sk_err correctly when connection fails
Erik Hugne
1
-2
/
+2
2013-08-30
tcp: tcp_make_synack() should use sock_wmalloc
Phil Oester
1
-1
/
+1
2013-08-30
bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
Linus Lüssing
5
-93
/
+240
2013-08-30
regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=y
Axel Lin
1
-1
/
+1
2013-08-30
regulator: tps65217: Convert to use linear ranges
Axel Lin
2
-164
/
+37
2013-08-30
regulator: da9063: Use IS_ERR to check return value of regulator_register()
Axel Lin
1
-1
/
+1
2013-08-30
regulator: da9063: Optimize da9063_set_current_limit implementation
Axel Lin
1
-11
/
+4
2013-08-30
drm/vmwgfx: Split GMR2_REMAP commands if they are to large
Jakob Bornecrantz
1
-19
/
+39
2013-08-30
drm/i915: ivb: fix edp voltage swing reg val
Imre Deak
1
-1
/
+1
2013-08-29
ipv6: Don't depend on per socket memory for neighbour discovery messages
Thomas Graf
1
-7
/
+3
2013-08-29
ipv4: sendto/hdrincl: don't use destination address found in header
Chris Clark
1
-1
/
+2
2013-08-29
tcp: don't apply tsoffset if rcv_tsecr is zero
Andrew Vagin
1
-3
/
+6
2013-08-29
tcp: initialize rcv_tstamp for restored sockets
Andrew Vagin
1
-0
/
+2
2013-08-29
regulator: build: Allow most regulators to be built as modules
Mark Brown
1
-5
/
+5
2013-08-29
regulator: Add devm_regulator_get_exclusive()
Matthias Kaehlcke
2
-0
/
+32
2013-08-29
regulator: da9063: Add Dialog DA9063 voltage regulators support.
Krystian Garbaciak
3
-0
/
+952
2013-08-29
arm: prima2: drop nr_irqs in mach as we moved to linear irqdomain
Barry Song
1
-2
/
+0
2013-08-29
irqchip: sirf: move from legacy mode to linear irqdomain
Barry Song
1
-8
/
+10
2013-08-29
Input: i8042 - disable the driver on ARC platforms
Mischa Jonker
1
-1
/
+2
2013-08-29
cgroup: fix rmdir EBUSY regression in 3.11
Hugh Dickins
1
-1
/
+18
2013-08-29
workqueue: cond_resched() after processing each work item
Tejun Heo
1
-0
/
+9
2013-08-29
spi: Use dev_get_drvdata at appropriate places
Axel Lin
4
-12
/
+8
2013-08-29
spi: use dev_get_platdata()
Jingoo Han
29
-38
/
+40
2013-08-29
spi: nuc900: Fix mode_bits setting
Axel Lin
1
-1
/
+1
2013-08-29
spi: simplify devm_request_mem_region/devm_ioremap
Julia Lawall
2
-25
/
+14
2013-08-29
regmap: rbtree: Make cache_present bitmap per node
Lars-Peter Clausen
3
-80
/
+92
2013-08-29
regmap: rbtree: Reduce number of nodes, take 2
Lars-Peter Clausen
1
-17
/
+36
2013-08-29
regmap: rbtree: Simplify adjacent node look-up
Lars-Peter Clausen
1
-20
/
+19
[next]