summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | V4L/DVB (8194): gspca: Fix the format of the low resolution mode of spca561.Hans de Goede2008-07-201-0/+1
| * | | | | V4L/DVB (8157): gspca: all subdriversJean-Francois Moine2008-07-201-0/+2
| * | | | | V4L/DVB (8128): saa7146: ->cpu_addr and friends are little-endianAl Viro2008-07-201-2/+2
| * | | | | V4L/DVB (8105): cx2341x: add TS capabilityHans Verkuil2008-07-201-3/+4
| * | | | | V4L/DVB (8103): videodev: fix/improve ioctl debuggingHans Verkuil2008-07-201-2/+2
| * | | | | V4L/DVB (8078): Introduce "index" attribute for persistent video4linux device...brandon@ifup.org2008-07-201-0/+4
| * | | | | V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil2008-07-201-37/+31
| * | | | | V4L/DVB (7948): videodev: add missing vidioc_try_fmt_sliced_vbi_output and VI...Hans Verkuil2008-07-201-1/+9
| * | | | | V4L/DVB (7947): videodev: add vidioc_g_std callback.Hans Verkuil2008-07-201-1/+2
| * | | | | V4L/DVB (7942): Hardware frequency seek ioctl interfaceTobias Lorenz2008-07-202-0/+12
| |/ / / /
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-07-2032-630/+1705
|\ \ \ \ \
| * | | | | [MIPS] Remove unused maltasmp.h.Yoichi Yuasa2008-07-201-36/+0
| * | | | | [MIPS] Remove unused saa9730_uart.h.Yoichi Yuasa2008-07-201-69/+0
| * | | | | [MIPS] TXx9: Fix some sparse warningsAtsushi Nemoto2008-07-201-9/+10
| * | | | | [MIPS] TXx9: Add 64-bit supportAtsushi Nemoto2008-07-205-36/+70
| * | | | | [MIPS] TXx9: Cleanups for 64-bit supportAtsushi Nemoto2008-07-202-223/+62
| * | | | | [MIPS] don't leak setup_early_printk() in userspace headerAdrian Bunk2008-07-201-0/+2
| * | | | | [MIPS] Remove include/asm-mips/mips-boards/sead{,int}.hAdrian Bunk2008-07-202-64/+0
| * | | | | [MIPS] Remove asm-mips/mips-boards/atlas{,int}.hAdrian Bunk2008-07-202-189/+0
| * | | | | [MIPS] Routerboard 532: Support for base systemRalf Baechle2008-07-2015-0/+1553
| * | | | | [MIPS] Tinker with constraints in <asm/atomic.h> to fix build error.Ralf Baechle2008-07-201-3/+3
| * | | | | [MIPS] Add missing prototypes to asm/page.hDmitri Vorobiev2008-07-201-0/+3
| * | | | | [MIPS] Fix missing prototypes in asm/fpu.hDmitri Vorobiev2008-07-201-0/+2
| * | | | | [MIPS] PCI: Make the pcibios_max_latency variable staticDmitri Vorobiev2008-07-201-1/+0
| |/ / / /
* | | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-208-48/+118
|\ \ \ \ \
| * | | | | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+1
| * | | | | KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-201-14/+12
| * | | | | KVM: s390: rename private structuresChristian Borntraeger2008-07-201-18/+18
| * | | | | KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2008-07-201-7/+3
| * | | | | KVM: x86 emulator: simplify rip relative decodingAvi Kivity2008-07-201-0/+1
| * | | | | KVM: Support mixed endian machinesTan, Li2008-07-201-2/+2
| * | | | | KVM: Add coalesced MMIO support (ia64 part)Laurent Vivier2008-07-201-0/+1
| * | | | | KVM: Add coalesced MMIO support (powerpc part)Laurent Vivier2008-07-201-0/+2
| * | | | | KVM: Add coalesced MMIO support (x86 part)Laurent Vivier2008-07-201-0/+1
| * | | | | KVM: Add coalesced MMIO support (common part)Laurent Vivier2008-07-202-0/+33
| * | | | | KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-1/+2
| * | | | | KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin2008-07-201-0/+4
| * | | | | KVM: MTRR supportAvi Kivity2008-07-201-0/+3
| * | | | | KVM: Order segment register constants in the same way as cpu operand encodingAvi Kivity2008-07-201-2/+2
| * | | | | KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang2008-07-201-0/+1
| * | | | | KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2008-07-202-0/+6
| * | | | | KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-202-4/+0
| * | | | | KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity2008-07-201-0/+24
| * | | | | KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity2008-07-201-0/+1
| * | | | | KVM: SVM: add tracing support for TDP page faultsJoerg Roedel2008-07-201-0/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-20100-1025/+2410
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net_sched: Add size table for qdiscsJussi Kivilinna2008-07-204-1/+46
| * | | | net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-6/+11
| * | | | net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-0/+10
| * | | | net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-192-4/+4
OpenPOWER on IntegriCloud