aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-12-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney
2009-12-05Merge branch 'devel-stable' into develRussell King
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-04Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling
2009-12-04Merge branch 'topic/hda' into for-linusTakashi Iwai
2009-12-04Merge branch 'topic/asoc' into for-linusTakashi Iwai
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai
2009-12-03tcp: connect() race with timewait reuseEric Dumazet
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum
2009-12-03libata: Clarify ata_set_lba_range_entries functionMartin K. Petersen
2009-12-03libata: Report zeroed read after TRIM and max discard sizeMartin K. Petersen
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-12-03tg3: Add some VPD preprocessor constantsMatt Carlson
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman
2009-12-03net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy
2009-12-03net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy
2009-12-03net 01/05: fib_rules: rearrange struct fib_rulePatrick McHardy
2009-12-03libata: add private driver field to struct ata_deviceBartlomiej Zolnierkiewicz
2009-12-03pata_piccolo: Driver for old Toshiba chipsetsAlan Cox
2009-12-03Merge branch 'perf/mce' into perf/coreIngo Molnar
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann
2009-12-03Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann
2009-12-03blkio: Introduce blkio controller cgroup interfaceVivek Goyal
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang
2009-12-03Merge branch 'master' into for-2.6.33Jens Axboe
2009-12-03GFS2: Tag all metadata with jidSteven Whitehouse
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse
2009-12-03VFS: Add forget_all_cached_acls()Steven Whitehouse
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen
2009-12-03libata: add translation for SCSI WRITE SAME (aka TRIM support)Christoph Hellwig
2009-12-03libata: retry failed FLUSH if device didn't fail itTejun Heo
2009-12-03KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
2009-12-03KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity
2009-12-03KVM: Reorder IOCTLs in main kvm.hJan Kiszka
2009-12-03KVM: allow userspace to adjust kvmclock offsetGlauber Costa
2009-12-03KVM: Xen PV-on-HVM guest supportEd Swierk
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin