index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
pci.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-08
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
1
-18
/
+20
2016-06-08
locking/rwsem: Improve reader wakeup code
Waiman Long
1
-3
/
+8
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
1
-3
/
+10
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
3
-21
/
+69
2016-06-08
locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()
Jason Low
5
-120
/
+0
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
5
-46
/
+50
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
1
-0
/
+57
2016-06-08
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
1
-2
/
+13
2016-06-08
locking/qspinlock: Fix spin_unlock_wait() some more
Peter Zijlstra
2
-36
/
+77
2016-06-08
locking/barriers: Validate lockless_dereference() is used on a pointer type
Peter Zijlstra
1
-0
/
+4
2016-06-08
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
1
-1
/
+1
2016-06-08
locking/lockdep: Use __jhash_mix() for iterate_chain_key()
Peter Zijlstra
1
-4
/
+9
2016-06-03
percpu, locking: Revert ("percpu: Replace smp_read_barrier_depends() with loc...
Tejun Heo
1
-7
/
+5
2016-06-03
locking/mutex: Set and clear owner using WRITE_ONCE()
Jason Low
2
-4
/
+10
2016-06-03
locking/rwsem: Optimize write lock by reducing operations in slowpath
Jason Low
1
-7
/
+18
2016-06-03
locking/rwsem: Rework zeroing reader waiter->task
Davidlohr Bueso
1
-10
/
+7
2016-06-03
locking/rwsem: Enable lockless waiter wakeup(s)
Davidlohr Bueso
1
-16
/
+42
2016-06-03
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
1
-3
/
+6
2016-06-03
locking/seqcount: Re-fix raw_read_seqcount_latch()
Peter Zijlstra
1
-2
/
+5
2016-06-01
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
3
-17
/
+56
2016-05-31
usbnet: smsc95xx: fix link detection for disabled autonegotiation
Christoph Fritz
1
-0
/
+51
2016-05-31
virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv
wangyunjian
1
-16
/
+2
2016-05-31
bnx2x: avoid leaking memory on bnx2x_init_one() failures
Vitaly Kuznetsov
1
-7
/
+10
2016-05-31
fou: fix IPv6 Kconfig options
Arnd Bergmann
2
-2
/
+2
2016-05-31
openvswitch: update checksum in {push,pop}_mpls
Simon Horman
1
-5
/
+15
2016-05-31
sctp: sctp_diag should dump sctp socket type
Xin Long
2
-0
/
+3
2016-05-31
net: fec: update dirty_tx even if no skb
Troy Kisky
1
-5
/
+3
2016-05-31
vlan: Propagate MAC address to VLANs
Mike Manning
3
-3
/
+24
2016-05-31
atm: iphase: off by one in rx_pkt()
Dan Carpenter
1
-1
/
+1
2016-05-31
atm: firestream: add more reserved strings
Dan Carpenter
1
-1
/
+5
2016-05-31
vxlan: Accept user specified MTU value when create new vxlan link
Chen Haiquan
1
-0
/
+3
2016-05-31
net: pktgen: Call destroy_hrtimer_on_stack()
Guenter Roeck
1
-4
/
+4
2016-05-31
timer: Export destroy_hrtimer_on_stack()
Guenter Roeck
1
-0
/
+1
2016-05-31
dma-buf: use vma_pages()
Muhammad Falak R Wani
1
-3
/
+4
2016-05-31
fence: add missing descriptions for fence
Luis de Bethencourt
1
-0
/
+2
2016-05-31
doc: update/fixup dma-buf related DocBook
Rob Clark
1
-4
/
+32
2016-05-31
reservation: add headerdoc comments
Rob Clark
2
-4
/
+121
2016-05-31
dma-buf: headerdoc fixes
Rob Clark
1
-3
/
+10
2016-05-31
pinctrl: mediatek: fix dual-edge code defect
hongkun.cao
1
-2
/
+3
2016-05-31
lib/uuid.c: use correct offset in uuid parser
Bjørn Mork
1
-2
/
+2
2016-05-31
lib/uuid: add a test module
Andy Shevchenko
3
-0
/
+137
2016-05-30
gpio: drop lock before reading GPIO direction
Linus Walleij
1
-2
/
+2
2016-05-30
gpio: bail out silently on NULL descriptors
Linus Walleij
1
-3
/
+8
2016-05-30
gpio: handle compatible ioctl() pointers
Linus Walleij
1
-2
/
+13
2016-05-30
MAINTAINERS: Add file patterns for pinctrl device tree bindings
Geert Uytterhoeven
1
-0
/
+1
2016-05-30
pinctrl: nomadik: fix inversion of gpio direction
Linus Walleij
1
-1
/
+1
2016-05-30
gpio: flush direction status in gpiochip_lock_as_irq()
Linus Walleij
1
-4
/
+17
2016-05-30
gpio: lpc32xx: disable broken to_irq support
Sylvain Lemieux
1
-47
/
+1
2016-05-30
net: l2tp: Make l2tp_ip6 namespace aware
Shmulik Ladkani
1
-5
/
+7
2016-05-30
Documentation: ip-sysctl.txt: clarify secure_redirects
Eric Garver
1
-3
/
+5
[next]