Age | Commit message (Expand) | Author | Files | Lines |
2009-06-10 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 1 | -0/+11 |
2009-06-09 | cpumask: alloc zeroed cpumask for static cpumask_var_ts | Yinghai Lu | 6 | -6/+6 |
2009-06-08 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 8 | -101/+74 |
2009-06-08 | MIPS: Outline udelay and fix a few issues. | Ralf Baechle | 5 | -92/+66 |
2009-06-08 | MIPS: ioctl.h: Fix headers_check warnings | Jaswinder Singh Rajput | 1 | -0/+4 |
2009-06-08 | MIPS: Cobalt: PCI bus is always required to obtain the board ID | Yoichi Yuasa | 1 | -0/+1 |
2009-06-08 | MIPS: Kconfig: Remove "Support for" from Cavium system type | Yoichi Yuasa | 1 | -2/+2 |
2009-06-08 | MIPS: Sibyte: Honor CONFIG_CMDLINE | Ralf Baechle | 1 | -7/+1 |
2009-06-08 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 9 | -24/+50 |
2009-06-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -3/+3 |
2009-06-05 | [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFH | Dave Jones | 1 | -6/+7 |
2009-06-04 | lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR | Rusty Russell | 2 | -4/+14 |
2009-06-04 | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2 | -2/+5 |
2009-06-04 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 | Russell King | 5 | -87/+199 |
2009-06-04 | x86/pci: fix mmconfig detection with 32bit near 4g | Yinghai Lu | 1 | -3/+3 |
2009-06-04 | [ARM] pxa: fix pxa27x_udc default pullup GPIO | Philipp Zabel | 1 | -1/+4 |
2009-06-04 | [ARM] pxa/imote2: fix UCAM sensor board ADC model number | Jonathan Cameron | 1 | -1/+1 |
2009-06-03 | mx[23]: don't put clock lookups in __initdata | Rabin Vincent | 4 | -4/+4 |
2009-06-03 | [ARM] ARMv7 errata: only apply fixes when running on applicable CPU | Russell King | 1 | -11/+25 |
2009-06-03 | [ARM] 5534/1: kmalloc must return a cache line aligned buffer | Martin Fuzzey | 2 | -7/+16 |
2009-06-02 | powerpc/pmac: Update PowerMac 32-bit defconfig | Benjamin Herrenschmidt | 1 | -83/+195 |
2009-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 3 | -4/+5 |
2009-05-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -2/+2 |
2009-05-30 | acpi-cpufreq: fix printk typo and indentation | Joe Perches | 1 | -2/+2 |
2009-05-30 | sparc64: Fix section attribute warnings. | David S. Miller | 2 | -2/+2 |
2009-05-30 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 26 | -67/+460 |
2009-05-29 | x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s... | Mel Gorman | 1 | -1/+5 |
2009-05-29 | flat: fix data sections alignment | Oskar Schirmer | 6 | -8/+0 |
2009-05-29 | Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainline | Russell King | 30 | -309/+549 |
2009-05-29 | [ARM] update mach-types | Russell King | 1 | -9/+122 |
2009-05-29 | [ARM] Add cmpxchg support for ARMv6+ systems (v5) | Mathieu Desnoyers | 1 | -0/+173 |
2009-05-28 | [ARM] barriers: improve xchg, bitops and atomic SMP barriers | Russell King | 5 | -13/+71 |
2009-05-28 | Gemini: Fix SRAM/ROM location after memory swap | Paulius Zaleckas | 1 | -2/+1 |
2009-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 5 | -4/+7 |
2009-05-27 | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency. | Benjamin Herrenschmidt | 6 | -83/+54 |
2009-05-27 | powerpc: Minor cleanups of kernel virt address space definitions | Benjamin Herrenschmidt | 5 | -12/+37 |
2009-05-27 | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mm | Benjamin Herrenschmidt | 3 | -1/+1 |
2009-05-27 | Blackfin: fix strncmp.o build error | Mike Frysinger | 1 | -2/+1 |
2009-05-27 | Blackfin: drop unneeded asm/.gitignore | Mike Frysinger | 1 | -1/+0 |
2009-05-27 | Blackfin: ignore generated vmlinux.lds | Mike Frysinger | 1 | -0/+1 |
2009-05-27 | Blackfin: hook up preadv/pwritev syscalls | Mike Frysinger | 2 | -1/+5 |
2009-05-27 | Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer" | Benjamin Herrenschmidt | 2 | -57/+271 |
2009-05-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -16/+8 |
2009-05-27 | x86: avoid back to back on_each_cpu in cpa_flush_array | Pallipadi, Venkatesh | 1 | -14/+3 |
2009-05-26 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 3 | -16/+29 |
2009-05-26 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -3/+3 |
2009-05-26 | [CPUFREQ] powernow-k8: determine exact CPU frequency for HW Pstates | Andreas Herrmann | 1 | -2/+21 |
2009-05-26 | [CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq data | Thomas Renninger | 1 | -14/+5 |
2009-05-26 | [CPUFREQ] powernow-k7 build fix when ACPI=n | Dave Jones | 1 | -0/+2 |
2009-05-26 | [CPUFREQ] add atom family to p4-clockmod | Jarod Wilson | 1 | -0/+1 |