pandora-kernel.git
2010-10-21 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-10-21 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-10-21 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2010-10-21 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2010-10-21 Linus TorvaldsMerge branch 'core-iommu-for-linus' of git://git./linux...
2010-10-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-21 Linus TorvaldsMerge branch 'virtio' of git://git./linux/kernel/git...
2010-10-21 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2010-10-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-21 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-21 Christoph Hellwigvirtio_blk: remove BKL leftovers
2010-10-21 Amit Shahvirtio: console: Disable lseek(2) for port file operations
2010-10-21 Amit Shahvirtio: console: Send SIGIO in case of port unplug
2010-10-21 Amit Shahvirtio: console: Send SIGIO on new data arrival on...
2010-10-21 Amit Shahvirtio: console: Send SIGIO to processes that request...
2010-10-21 Amit Shahvirtio: console: Reference counting portdev structs...
2010-10-21 Amit Shahvirtio: console: Add reference counting for port struct
2010-10-21 Amit Shahvirtio: console: Use cdev_alloc() instead of cdev_init()
2010-10-21 Amit Shahvirtio: console: Add a find_port_by_devt() function
2010-10-21 Amit Shahvirtio: console: Add a list of portdevs that are active
2010-10-21 Amit Shahvirtio: console: open: Use a common path for error...
2010-10-21 Amit Shahvirtio: console: remove_port() should return void
2010-10-21 Amit Shahvirtio: console: Make write() return -ENODEV on hot...
2010-10-21 Amit Shahvirtio: console: Make read() return -ENODEV on hot...
2010-10-21 Amit Shahvirtio: console: Unblock poll on port hot-unplug
2010-10-21 Amit Shahvirtio: console: Un-block reads on chardev close
2010-10-21 Amit Shahvirtio: console: Check if portdev is valid in send_cont...
2010-10-21 Amit Shahvirtio: console: Remove control vq data only if using...
2010-10-21 Amit Shahvirtio: console: Reset vdev before removing device
2010-10-20 Stephen Rothwellselinux: include vmalloc.h for vmalloc_user
2010-10-20 Eric Parissecmark: fix config problem when CONFIG_NF_CONNTRACK_SE...
2010-10-20 Eric Parisselinux: implement mmap on /selinux/policy
2010-10-20 Eric ParisSELinux: allow userspace to read policy back out of...
2010-10-20 Eric ParisSELinux: drop useless (and incorrect) AVTAB_MAX_SIZE
2010-10-20 Eric ParisSELinux: deterministic ordering of range transition...
2010-10-20 Eric Pariskernel: roundup should only reference arguments once
2010-10-20 Eric Pariskernel: rounddown helper function
2010-10-20 Eric Parissecmark: export secctx, drop secmark in procfs
2010-10-20 Eric Parisconntrack: export lsm context rather than internal...
2010-10-20 Eric Parissecurity: secid_to_secctx returns len when data is...
2010-10-20 Eric Parissecmark: make secmark object handling generic
2010-10-20 Eric Parissecmark: do not return early if there was no error
2010-10-20 John JohansenAppArmor: Ensure the size of the copy is < the buffer...
2010-10-20 Tetsuo HandaTOMOYO: Print URL information before panic().
2010-10-20 KOSAKI Motohirosecurity: remove unused parameter from security_task_se...
2010-10-20 Dmitry Torokhovtpm: change 'tpm_suspend_pcr' to be module parameter
2010-10-20 KaiGai Koheiselinux: fix up style problem on /selinux/status
2010-10-20 matt mooneyselinux: change to new flag variable
2010-10-20 Paul Gortmakerselinux: really fix dependency causing parallel compile...
2010-10-20 Paul Gortmakerselinux: fix parallel compile error
2010-10-20 KaiGai Koheiselinux: fast status update interface (/selinux/status)
2010-10-20 Yong Zhang.gitignore: ignore apparmor/rlim_names.h
2010-10-20 Tetsuo HandaLSM: Fix security_module_enable() error.
2010-10-20 Eric Parisselinux: type_bounds_sanity_check has a meaningless...
2010-10-20 Dan Carpentertomoyo: cleanup. don't store bogus pointer
2010-10-20 Sage Weilceph: do not carry i_lock for readdir from dcache
2010-10-20 Julia Lawallfs/ceph/xattr.c: Use kmemdup
2010-10-20 Dan Carpenterrbd: passing wrong variable to bvec_kunmap_irq()
2010-10-20 Dan Carpenterrbd: null vs ERR_PTR
2010-10-20 Sage Weilceph: fix num_pages_free accounting in pagelist
2010-10-20 Greg Farnumceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.
2010-10-20 Yehuda Sadehceph: don't crash when passed bad mount options
2010-10-20 Randy Dunlapceph: fix debugfs warnings
2010-10-20 Yehuda Sadehblock: rbd: removing unnecessary test
2010-10-20 Vasiliy Kulikovblock: rbd: fixed may leaks
2010-10-20 Sage Weilceph: switch from BKL to lock_flocks()
2010-10-20 Greg Farnumceph: preallocate flock state without locks held
2010-10-20 Greg Farnumceph: add pagelist_reserve, pagelist_truncate, pagelist...
2010-10-20 Sage Weilceph: use mapping->nrpages to determine if mapping...
2010-10-20 Sage Weilceph: only invalidate on check_caps if we actually...
2010-10-20 Sage Weilceph: do not hide .snap in root directory
2010-10-20 Yehuda Sadehrbd: introduce rados block device (rbd), based on libceph
2010-10-20 Yehuda Sadehceph: factor out libceph from Ceph file system
2010-10-20 Yehuda Sadehceph-rbd: osdc support for osd call and rollback operations
2010-10-20 Yehuda Sadehceph: messenger and osdc changes for rbd
2010-10-20 Yehuda Sadehceph: refactor osdc requests creation functions
2010-10-20 Yehuda Sadehceph: lookup pool in osdmap by name
2010-10-20 Linus TorvaldsLinux 2.6.36 v2.6.36
2010-10-20 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2010-10-20 Amit Shahvirtio: console: Don't block entire guest if host doesn...
2010-10-20 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2010-10-20 Linus TorvaldsMerge branch 'kvm-updates/2.6.36' of git://git./virt...
2010-10-19 Ingo MolnarMerge branch 'tip/perf/core' of git://git./linux/kernel...
2010-10-19 Michel ThebeauMIPS: O32 compat/N32: Fix to use compat syscall wrapper...
2010-10-19 Ralf BaechleMAINTAINERS: Change list for ioc_serial to linux-serial.
2010-10-19 Julia LawallSERIAL: ioc3_serial: Return -ENOMEM on memory allocatio...
2010-10-19 David DaneyMIPS: jz4740: Fix Kbuild Platform file.
2010-10-19 David DaneyMIPS: Repair Kbuild make clean breakage.
2010-10-19 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2010-10-19 Avi KivityKVM: Fix fs/gs reload oops with invalid ldt
2010-10-19 Steven Rostedttracing: Fix compile issue for trace_sched_wakeup.c
2010-10-19 Heiko Carstens[S390] hardirq: remove pointless header file includes
2010-10-19 Tony Luck[IA64] Move local_softirq_pending() definition
2010-10-19 Paul Mackerrasperf, powerpc: Fix power_pmu_event_init to not use...
2010-10-19 Ingo MolnarMerge branch 'tip/perf/recordmcount-2' of git://git...
2010-10-18 Steven Rostedtftrace: Remove recursion between recordmcount and scrip...
2010-10-18 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2010-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-18 Sascha Hauermxc_nand: do not depend on disabling the irq in the...
next