summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-23net: filter: move forward declarations to avoid compile warningsHeiko Carstens
2011-05-23pktgen: refactor pg_init() codeWANG Cong
2011-05-23pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong
2011-05-23net: skb_trim explicitely check the linearity instead of data_lenEmmanuel Grumbach
2011-05-23ipv4: Give backtrace in ip_rt_bug().Dave Jones
2011-05-23net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet
2011-05-23net: remove synchronize_net() from netdev_set_master()Eric Dumazet
2011-05-23rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang
2011-05-23net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang
2011-05-23bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang
2011-05-23netpoll: disable netpoll when enslave a deviceAmerigo Wang
2011-05-23macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward
2011-05-23net: Remove linux/prefetch.h include from linux/skbuff.hDavid S. Miller
2011-05-23ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller
2011-05-23netlabel: Remove prefetches from list handlers.David S. Miller
2011-05-23drivers/net: add prefetch header for prefetch usersPaul Gortmaker
2011-05-23rionet: Remove pointless printk of skb pointer.David S. Miller
2011-05-23net: Remove prefetches from SKB list handlers.David S. Miller
2011-05-23caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com
2011-05-23caif: Update documentation of CAIF transmit and receive functions.sjur.brandeland@stericsson.com
2011-05-23caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com
2011-05-23caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com
2011-05-23caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com
2011-05-22Give up on pushing CC_OPTIMIZE_FOR_SIZELinus Torvalds
2011-05-22Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds
2011-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds
2011-05-22net: add missing prefetch.h includeHeiko Carstens
2011-05-22fs: add missing prefetch.h includeHeiko Carstens
2011-05-22KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa
2011-05-22KVM: Fix kvm mmu_notifier initialization orderOGAWA Hirofumi
2011-05-22KVM: Add documentation for KVM_CAP_NR_VCPUSPekka Enberg
2011-05-22KVM: make guest mode entry to be rcu quiescent stateGleb Natapov
2011-05-22Merge commit '29ce831000081dd757d3116bf774aafffc4b6b20' into nextAvi Kivity
2011-05-22KVM: x86 emulator: Make jmp far emulation into a separate functionTakuya Yoshikawa
2011-05-22KVM: x86 emulator: Rename emulate_grpX() to em_grpX()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from emulate_pop()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from writeback()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from read_descriptor()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from seg_override()Takuya Yoshikawa
2011-05-22KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa
2011-05-22KVM: MMU: Clean up gpte reading with copy_from_user()Takuya Yoshikawa
2011-05-22KVM: PPC: booke: add sregs supportScott Wood
2011-05-22KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood
2011-05-22KVM: PPC: use ticks, not usecs, for exit timingStuart Yoder
2011-05-22KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsxScott Wood
2011-05-22KVM: PPC: e500: emulate SVRScott Wood
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity
2011-05-22KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity
2011-05-22KVM: SVM: Make dump_vmcb static, reduce textJoe Perches