index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm9705.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
wireless: fix fatal kernel-doc error + warning in mac80211.h
Randy Dunlap
1
-1
/
+2
2011-05-23
x86: setup_smep needs to be __cpuinit
Linus Torvalds
1
-2
/
+2
2011-05-23
Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"
Linus Torvalds
2
-8
/
+7
2011-05-23
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
38
-0
/
+38
2011-05-23
sparc32: fix build, fix missing cpu_relax declaration
Sam Ravnborg
1
-0
/
+1
2011-05-23
bnx2x: allow device properly initialize after hotplug
Dmitry Kravkov
1
-43
/
+24
2011-05-23
bnx2x: fix DMAE timeout according to hw specifications
Dmitry Kravkov
1
-1
/
+1
2011-05-23
bnx2x: properly handle CFC DEL in cnic flow
Vladislav Zolotarov
1
-1
/
+2
2011-05-23
bnx2x: call dev_kfree_skb_any instead of dev_kfree_skb
Vladislav Zolotarov
2
-3
/
+3
2011-05-23
net: filter: move forward declarations to avoid compile warnings
Heiko Carstens
1
-3
/
+4
2011-05-23
pktgen: refactor pg_init() code
WANG Cong
1
-7
/
+12
2011-05-23
pktgen: use vzalloc_node() instead of vmalloc_node() + memset()
WANG Cong
1
-2
/
+1
2011-05-23
net: skb_trim explicitely check the linearity instead of data_len
Emmanuel Grumbach
1
-1
/
+1
2011-05-23
ipv4: Give backtrace in ip_rt_bug().
Dave Jones
1
-0
/
+1
2011-05-23
net: avoid synchronize_rcu() in dev_deactivate_many
Eric Dumazet
1
-2
/
+15
2011-05-23
net: remove synchronize_net() from netdev_set_master()
Eric Dumazet
2
-3
/
+2
2011-05-23
rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event
Amerigo Wang
1
-0
/
+2
2011-05-23
net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASE
Amerigo Wang
3
-5
/
+5
2011-05-23
bridge: call NETDEV_JOIN notifiers when add a slave
Amerigo Wang
1
-0
/
+2
2011-05-23
netpoll: disable netpoll when enslave a device
Amerigo Wang
3
-9
/
+20
2011-05-23
macvlan: Forward unicast frames in bridge mode to lowerdev
David Ward
1
-4
/
+2
2011-05-23
net: Remove linux/prefetch.h include from linux/skbuff.h
David S. Miller
1
-1
/
+0
2011-05-23
ipv4: Include linux/prefetch.h in fib_trie.c
David S. Miller
1
-0
/
+1
2011-05-23
netlabel: Remove prefetches from list handlers.
David S. Miller
1
-4
/
+4
2011-05-23
drivers/net: add prefetch header for prefetch users
Paul Gortmaker
32
-0
/
+32
2011-05-23
rionet: Remove pointless printk of skb pointer.
David S. Miller
1
-2
/
+2
2011-05-23
net: Remove prefetches from SKB list handlers.
David S. Miller
1
-3
/
+3
2011-05-23
caif: Plug memory leak for checksum error
sjur.brandeland@stericsson.com
1
-1
/
+6
2011-05-23
caif: Update documentation of CAIF transmit and receive functions.
sjur.brandeland@stericsson.com
1
-15
/
+21
2011-05-23
caif: Fix freezes when running CAIF loopback device
sjur.brandeland@stericsson.com
1
-4
/
+5
2011-05-23
caif: Fixes freeze on Link layer removal.
sjur.brandeland@stericsson.com
3
-44
/
+62
2011-05-23
caif: Bugfix add check NULL pointer before calling functions.
sjur.brandeland@stericsson.com
1
-9
/
+26
2011-05-22
Give up on pushing CC_OPTIMIZE_FOR_SIZE
Linus Torvalds
1
-1
/
+0
2011-05-22
net: add missing prefetch.h include
Heiko Carstens
1
-0
/
+1
2011-05-22
fs: add missing prefetch.h include
Heiko Carstens
1
-0
/
+1
2011-05-22
KVM: MMU: Use ptep_user for cmpxchg_gpte()
Takuya Yoshikawa
1
-14
/
+12
2011-05-22
KVM: Fix kvm mmu_notifier initialization order
OGAWA Hirofumi
1
-1
/
+1
2011-05-22
KVM: Add documentation for KVM_CAP_NR_VCPUS
Pekka Enberg
1
-1
/
+4
2011-05-22
KVM: make guest mode entry to be rcu quiescent state
Gleb Natapov
1
-0
/
+9
2011-05-22
KVM: x86 emulator: Make jmp far emulation into a separate function
Takuya Yoshikawa
1
-14
/
+22
2011-05-22
KVM: x86 emulator: Rename emulate_grpX() to em_grpX()
Takuya Yoshikawa
1
-16
/
+15
2011-05-22
KVM: x86 emulator: Remove unused arg from emulate_pop()
Takuya Yoshikawa
1
-15
/
+13
2011-05-22
KVM: x86 emulator: Remove unused arg from writeback()
Takuya Yoshikawa
1
-3
/
+2
2011-05-22
KVM: x86 emulator: Remove unused arg from read_descriptor()
Takuya Yoshikawa
1
-5
/
+3
2011-05-22
KVM: x86 emulator: Remove unused arg from seg_override()
Takuya Yoshikawa
1
-4
/
+3
2011-05-22
KVM: Validate userspace_addr of memslot when registered
Takuya Yoshikawa
2
-3
/
+6
2011-05-22
KVM: MMU: Clean up gpte reading with copy_from_user()
Takuya Yoshikawa
1
-15
/
+1
2011-05-22
KVM: PPC: booke: add sregs support
Scott Wood
14
-13
/
+461
2011-05-22
KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)
Scott Wood
4
-1
/
+15
2011-05-22
KVM: PPC: use ticks, not usecs, for exit timing
Stuart Yoder
1
-4
/
+17
[next]