aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| | * | | | | [ARM] pxa/colibri-pxa300: fix AC97 initpieterg2010-07-13
| | * | | | | [ARM] pxa: fix incorrect order of AC97 reset pin configsEric Miao2010-07-13
| | * | | | | [ARM] pxa: cpufreq-pxa2xx: fix DRI recomputation routineMarek Vasut2010-07-13
| | * | | | | [ARM] pxa/corgi: fix MMC/SD card detection failureEric Miao2010-07-13
* | | | | | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-07-26
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSRAvi Kivity2010-07-23
| * | | | | | KVM: MMU: fix conflict access permissions in direct spXiao Guangrong2010-07-23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-07-26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'bugzilla-16396' into releaseLen Brown2010-07-24
| |\ \ \ \ \ \
| | * | | | | | ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki2010-07-24
| | |/ / / / /
| * | | | | | Merge branch 'bugzilla-15886' into releaseLen Brown2010-07-22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown2010-07-22
| | |/ / / /
* | | | / / Input: RX51 keymap - fix recent compile breakageDmitry Torokhov2010-07-26
| |_|_|/ / |/| | | |
* | | | | Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-07-22
|\ \ \ \ \
| * | | | | powerpc/kexec: Fix boundary case for book-e kexec memory limitsKumar Gala2010-07-22
* | | | | | powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt2010-07-22
* | | | | | powerpc/mm: Add some debug output when hash insertion failsBenjamin Herrenschmidt2010-07-22
* | | | | | powerpc/mm: Fix bugs in huge page hashingBenjamin Herrenschmidt2010-07-22
* | | | | | powerpc/mm: Move around testing of _PAGE_PRESENT in hash codeBenjamin Herrenschmidt2010-07-22
* | | | | | powerpc/mm: Handle hypervisor pte insert failure in __hash_page_hugeAnton Blanchard2010-07-22
| |/ / / / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-22
|\ \ \ \ \
| * | | | | Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2010-07-20
* | | | | | x86: auditsyscall: fix fastpath return value after rescheduleRoland McGrath2010-07-21
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-21
|\ \ \ \ \
| * | | | | sparc: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-06-29
| * | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-06-26
| |\| | | |
| * | | | | sparc64: fix the build error due to smp_kgdb_capture_client()Dongdong Deng2010-06-25
| * | | | | sparc64: Fix maybe_change_configuration() PCR setting.David S. Miller2010-06-23
| * | | | | arch/sparc/kernel: Eliminate what looks like a NULL pointer dereferenceJulia Lawall2010-06-04
| * | | | | sparc64: Update defconfig.David S. Miller2010-05-27
| * | | | | sparc32: Kill none_mask, it's bogus.David S. Miller2010-05-26
* | | | | | Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-21
| |_|/ / / |/| | | |
* | | | | x86, numa: fix boot without RAM on node0 againYinghai Lu2010-07-20
* | | | | mm: add context argument to shrinker callbackDave Chinner2010-07-19
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chainJacob Pan2010-07-16
| * | | | x86: Fix x2apic preenabled system with kexecYinghai Lu2010-07-16
| * | | | x86: Force HPET readback_cmp for all ATI chipsetsThomas Gleixner2010-07-15
* | | | | Merge branch 'x86/kprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2010-07-18
|\ \ \ \ \
| * | | | | x86: kprobes: fix swapped segment registers in kretprobeRoland McGrath2010-07-18
| |/ / / /
* / / / / PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-16
|/ / / /
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-07-14
|\ \ \ \
| * | | | ARM: 6226/1: fix kprobe bug in ldr instruction emulationNicolas Pitre2010-07-14
| * | | | ARM: Update mach-typesRussell King2010-07-12
| * | | | ARM: lockdep: fix unannotated irqs-onRussell King2010-07-10
| * | | | ARM: 6184/2: ux500: use neutral PRCMU baseLinus Walleij2010-07-09
| * | | | ARM: 6212/1: atomic ops: add memory constraints to inline asmWill Deacon2010-07-09
| * | | | ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unlessWill Deacon2010-07-09
| * | | | ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRLSascha Hauer2010-07-09
* | | | | Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-07-14
|\ \ \ \ \