summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-10-232-4/+4
|\
| * Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in MakefileBryan Wu2007-10-221-2/+2
| * Blackfin arch: Javier Herrer writes: fix building when icache and dcache is d...Mike Frysinger2007-10-221-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-10-236-69/+103
|\ \
| * | KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs()Laurent Vivier2007-10-221-23/+3Star
| * | sched: don't clear PF_VCPU in schedulerLaurent Vivier2007-10-221-1/+0Star
| * | KVM: Improve local apic timer wraparound handlingKevin Pedretti2007-10-221-10/+26
| * | KVM: Fix local apic timer divide by zeroKevin Pedretti2007-10-221-1/+1
| * | KVM: Move kvm_guest_exit() after local_irq_enable()Laurent Vivier2007-10-221-1/+10
| * | KVM: x86 emulator: fix access registers for instructions with ModR/M byte and...Aurelien Jarno2007-10-221-0/+16
| * | KVM: VMX: Force vm86 mode if setting flags during real modeAvi Kivity2007-10-221-0/+2
| * | KVM: x86 emulator: implement 'movnti mem, reg'Sheng Yang2007-10-221-1/+6
| * | KVM: VMX: Reset mmu context when entering real modeEddie Dong2007-10-222-0/+2
| * | KVM: VMX: Handle NMIs before enabling interrupts and preemptionAvi Kivity2007-10-221-4/+9
| * | KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte()Izik Eidus2007-10-221-1/+1
| * | KVM: x86 emulator: fix repne/repnz decodingLaurent Vivier2007-10-221-2/+1Star
| * | KVM: x86 emulator: fix merge screwup due to emulator splitNitin A Kamble2007-10-221-25/+26
| |/
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-10-2323-713/+918
|\ \
| * | [S390] 4level-fixup cleanupMartin Schwidefsky2007-10-227-79/+127
| * | [S390] Cleanup page table definitions.Martin Schwidefsky2007-10-229-328/+305Star
| * | [S390] Introduce follow_table in uaccess_pt.cMartin Schwidefsky2007-10-221-63/+22Star
| * | [S390] Remove unused user_seg from thread structure.Martin Schwidefsky2007-10-222-13/+3Star
| * | [S390] tlb flush fix.Martin Schwidefsky2007-10-225-150/+245
| * | [S390] kernel: Fix dump on panic for DASDs under LPAR.Michael Holzheu2007-10-221-0/+2
| * | [S390] struct class_device -> struct device conversion.Cornelia Huck2007-10-224-38/+26Star
| * | [S390] cio: Fix incomplete commit for uevent suppression.Cornelia Huck2007-10-221-0/+9
| * | [S390] cio: Use to_channelpath() for device to channel path conversion.Cornelia Huck2007-10-221-6/+6
| * | [S390] Add per-cpu idle time / idle count sysfs attributes.Heiko Carstens2007-10-223-3/+101
| * | [S390] Update default configuration.Martin Schwidefsky2007-10-221-46/+85
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-238-125/+87Star
|\ \
| * | [SPARC64]: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2007-10-231-2/+1Star
| * | [SPARC64]: small Makefile cleanupsSam Ravnborg2007-10-223-14/+1Star
| * | [SPARC64]: Stop using __do_IRQ().David S. Miller2007-10-223-50/+53
| * | [SPARC64]: Update defconfig.David S. Miller2007-10-221-59/+32Star
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-2347-1635/+3689
|\ \
| * | [IPSEC] IPV6: Fix to add tunnel mode SA correctly.Masahide NAKAMURA2007-10-222-0/+2
| * | [NET]: Cut off the queue_mapping field from sk_buffPavel Emelyanov2007-10-221-1/+2
| * | [NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov2007-10-225-10/+15
| * | [NET]: Make and use skb_get_queue_mappingPavel Emelyanov2007-10-223-2/+11
| * | [NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov2007-10-222-5/+3Star
| * | [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.Jean Delvare2007-10-222-4/+4
| * | [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-224-0/+13
| * | [NIU]: Cleanup PAGE_SIZE checks a bitOlof Johansson2007-10-221-29/+5Star
| * | [NET]: Fix SKB_WITH_OVERHEAD calculationHerbert Xu2007-10-221-2/+1Star
| * | [ATM]: Fix clip module reload crash.Randy Dunlap2007-10-221-0/+3
| * | [TG3]: Update version to 3.85Matt Carlson2007-10-221-2/+2
| * | [TG3]: PCI command adjustmentMatt Carlson2007-10-222-6/+3Star
| * | [TG3]: Add management FW version to ethtool reportMatt Carlson2007-10-222-14/+78
| * | [TG3]: Add 5723 supportMatt Carlson2007-10-222-0/+2
| * | [Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann2007-10-221-39/+21Star