summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-3/+363
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-34/+174
2010-10-21Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-81/+465
2010-10-21Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-48/+97
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-203/+86
2010-10-21Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-267/+177
2010-10-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+11
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-99/+21
2010-10-21Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-95/+63
2010-10-21Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+9
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-170/+208
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-184/+732
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds158-3368/+7162
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds60-474/+1454
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds22-56/+69
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-38/+158
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds38-246/+1805
2010-10-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2-48/+209
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds28-395/+617
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds79-2046/+5380
2010-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds16-649/+765
2010-10-21x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin1-1/+1
2010-10-21virtio_blk: remove BKL leftoversChristoph Hellwig1-15/+2
2010-10-21virtio: console: Disable lseek(2) for port file operationsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO in case of port unplugAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO on new data arrival on portsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah1-0/+25
2010-10-21virtio: console: Reference counting portdev structs is not neededAmit Shah1-0/+8
2010-10-21virtio: console: Add reference counting for port structAmit Shah1-16/+64
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah1-7/+13
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah1-3/+9
2010-10-21virtio: console: remove_port() should return voidAmit Shah1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah1-1/+4
2010-10-21virtio: console: Remove control vq data only if using multiport supportAmit Shah1-6/+9
2010-10-21virtio: console: Reset vdev before removing deviceAmit Shah1-0/+3
2010-10-21selinux: include vmalloc.h for vmalloc_userStephen Rothwell1-0/+1
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris1-0/+2
2010-10-21selinux: implement mmap on /selinux/policyEric Paris2-1/+45
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris12-3/+1256
2010-10-21SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2-3/+2
2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris1-3/+13
2010-10-21kernel: roundup should only reference arguments onceEric Paris1-1/+6
2010-10-21kernel: rounddown helper functionEric Paris1-0/+6
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris2-6/+50