aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-0/+3
2011-06-12Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2011-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-7/+36
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2-3/+27
2011-06-11linux/seqlock.h should #include asm/processor.h for cpu_relax()David Howells1-0/+1
2011-06-10gpio/basic_mmio: add missing include of spinlock_types.hJamie Iles1-0/+1
2011-06-09ethtool.h: fix typosYegor Yefremov1-3/+3
2011-06-09Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-49/+0
2011-06-09Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6Linus Torvalds1-0/+1
2011-06-08vfs: reorganize 'struct inode' layout a bitLinus Torvalds1-4/+5
2011-06-08Merge 3.0-rc2 + Linus's latest into usb-linusGreg Kroah-Hartman6-10/+23
2011-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2011-06-08Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-2/+2
2011-06-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2011-06-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-06-07Merge branch 'drm-radeon-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+11
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2011-06-07Staging: altera: move .h file to proper placeGreg Kroah-Hartman1-49/+0
2011-06-07usb-storage: redo incorrect readsAlan Stern1-1/+3
2011-06-06af_packet: prevent information leakEric Dumazet1-0/+2
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-1/+1
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori1-0/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-0/+3
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-8/+16
2011-06-04perf: Fix comments in include/linux/perf_event.hVince Weaver1-4/+4
2011-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+3
2011-06-04Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+3
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-5/+4
2011-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville1-2/+6
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf1-0/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior1-3/+3
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi1-5/+7
2011-06-02asm-generic/unistd.h: support sendmmsg syscallChris Metcalf1-1/+3
2011-06-01af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear1-0/+1
2011-06-02drm/radeon/kms: add llano pci idsAlex Deucher1-0/+11
2011-06-02Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+4
2011-06-01cfg80211: don't drop p2p probe responsesEliad Peller1-2/+6
2011-06-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2011-06-01[media] v4l: Fix media_entity_to_video_device macro argument nameLaurent Pinchart1-2/+2
2011-06-01intel-iommu: Enable super page (2MiB, 1GiB, etc.) supportYouquan Song1-0/+4
2011-06-01mtd: fix physmap.h warningsRandy Dunlap1-0/+1
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2-1/+2
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra1-0/+1
2011-05-31block: remove unwanted semicolonsNamhyung Kim1-2/+2
2011-05-30Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe1-0/+1
2011-05-30virtio: add api for delayed callbacksMichael S. Tsirkin1-0/+9
2011-05-30virtio ring: inline function to check for eventsMichael S. Tsirkin1-0/+14
2011-05-30virtio: event index interfaceMichael S. Tsirkin1-1/+14
2011-05-30virtio: add full three-clause BSD text to headers.Rusty Russell9-7/+214