summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-142-0/+85
|\
| * Merge branch 'master' into develRussell King2009-09-1237-134/+407
| |\
| * | ARM: 5636/1: Move vendor enum to AMBA includeLinus Walleij2009-09-121-0/+5
| * | Merge branch 'next-s3c' of git://aeryn.fluff.org.uk/bjdooks/linux into devel-...Russell King2009-08-171-0/+80
| |\ \
| | * | ARM: PL093: Header file for PL093 SSMC PrimeCellBen Dooks2009-07-301-0/+80
* | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-146-79/+323
|\ \ \ \
| * | | | KVM: export kvm_para.hMichael S. Tsirkin2009-09-102-0/+9
| * | | | KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka2009-09-101-0/+1
| * | | | KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-101-0/+2
| * | | | KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-2/+0
| * | | | KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2009-09-101-1/+0
| * | | | KVM: add ioeventfd supportGregory Haskins2009-09-102-2/+32
| * | | | KVM: make io_bus interface more robustGregory Haskins2009-09-101-3/+7
| * | | | KVM: PIT support for HPET legacy modeBeth Kon2009-09-101-0/+6
| * | | | KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+56
| * | | | KVM: Trace mmioAvi Kivity2009-09-101-0/+33
| * | | | KVM: Trace irq level and source idAvi Kivity2009-09-101-3/+8
| * | | | KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-2/+4
| * | | | KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-101-1/+4
| * | | | KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bspMarcelo Tosatti2009-09-101-1/+1
| * | | | KVM: remove old KVMTRACE support codeMarcelo Tosatti2009-09-102-61/+1
| * | | | KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-1/+1
| * | | | KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-0/+57
| * | | | KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti2009-09-101-0/+1
| * | | | KVM: Return to userspace on emulation failureAvi Kivity2009-09-101-0/+7
| * | | | KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-0/+11
| * | | | KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-102-0/+8
| * | | | KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-0/+5
| * | | | KVM: Reorder ioctls in kvm.hAvi Kivity2009-09-101-5/+5
| * | | | KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-1/+2
| * | | | KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti2009-09-101-1/+2
| * | | | KVM: remove redundant declarationsChristian Ehrhardt2009-09-101-2/+0
| * | | | KVM: Downsize max support MSI-X entry to 256Sheng Yang2009-09-101-1/+1
| * | | | KVM: Allow PIT emulation without speaker portJan Kiszka2009-09-101-0/+12
| * | | | KVM: irqfdGregory Haskins2009-09-102-0/+35
| * | | | KVM: Add MCE supportHuang Ying2009-09-101-0/+20
* | | | | cleanup console_print()Anirban Sinha2009-09-142-23/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-09-142-11/+2
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'slab/cleanups' and 'slab/fixes' into for-linusPekka Enberg2009-09-142-11/+2
| |\ \ \ \ \ \
| | | * | | | | SLUB: fix ARCH_KMALLOC_MINALIGN cases 64 and 256Aaro Koskinen2009-08-301-4/+2
| | * | | | | | slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang2009-08-062-7/+0
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-09-142-11/+11
|\ \ \ \ \ \ \
| * | | | | | | vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara2009-09-142-9/+0
| * | | | | | | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara2009-09-141-0/+3
| * | | | | | | vfs: Rename generic_file_aio_write_nolockChristoph Hellwig2009-09-141-2/+4
| * | | | | | | vfs: Export __generic_file_aio_write() and add some commentsJan Kara2009-09-141-0/+2
| * | | | | | | vfs: Introduce filemap_fdatawait_rangeJan Kara2009-09-141-0/+2
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/...Linus Torvalds2009-09-141-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | GFS2: Add explanation of extended attr on-disk formatSteven Whitehouse2009-08-251-0/+22
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14141-1287/+1911
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
OpenPOWER on IntegriCloud