| Commit message (Expand) | Author | Age | Files | Lines |
* | [WATCHDOG] Some more general cleanup | Wim Van Sebroeck | 2009-06-18 | 17 | -58/+82 |
* | [WATCHDOG] iTCO_wdt: Cleanup code | Wim Van Sebroeck | 2009-06-18 | 2 | -15/+15 |
* | ia64: Fix resource assignment for root busses | Matthew Wilcox | 2009-06-17 | 1 | -2/+2 |
* | x86: Use pci_claim_resource | Matthew Wilcox | 2009-06-17 | 1 | -10/+7 |
* | Delete pcibios_select_root | Matthew Wilcox | 2009-06-17 | 11 | -132/+0 |
* | Fix pci_claim_resource | Matthew Wilcox | 2009-06-17 | 1 | -2/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-06-17 | 49 | -231/+238 |
|\ |
|
| * | Pull for-2.6.31 into release | Tony Luck | 2009-06-17 | 48 | -231/+236 |
| |\ |
|
| | * | [IA64] Convert ia64 to use int-ll64.h | Matthew Wilcox | 2009-06-17 | 36 | -209/+212 |
| | * | [IA64] ia64 does not need umount2() syscall | Tony Luck | 2009-06-16 | 1 | -0/+1 |
| | * | [IA64] hook up new rt_tgsigqueueinfo syscall | Tony Luck | 2009-06-16 | 2 | -1/+3 |
| | * | [IA64] msi_ia64.c dmar_msi_type should be static | Jaswinder Singh Rajput | 2009-06-15 | 1 | -1/+1 |
| | * | [IA64] remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-06-15 | 4 | -4/+4 |
| | * | [IA64] remove obsolete irq_desc_t typedef | Thomas Gleixner | 2009-06-15 | 9 | -12/+12 |
| | * | [IA64] remove obsolete no_irq_type | Thomas Gleixner | 2009-06-15 | 3 | -3/+3 |
| | * | [IA64] unexport fpswa.h | Sam Ravnborg | 2009-06-15 | 1 | -1/+0 |
| * | | [IA64] Fix build error in paravirt_patchlist.c | Jes Sorensen | 2009-06-17 | 1 | -0/+2 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2009-06-17 | 19 | -238/+2219 |
|\ \ \ |
|
| * | | | mfd: early init for MFD running regulators | Samuel Ortiz | 2009-06-17 | 3 | -3/+3 |
| * | | | mfd: fix tmio related warnings | Samuel Ortiz | 2009-06-17 | 4 | -4/+4 |
| * | | | mfd: asic3: enable SD/SDIO cell | Philipp Zabel | 2009-06-17 | 1 | -1/+113 |
| * | | | mfd: asic3: enable DS1WM cell | Philipp Zabel | 2009-06-17 | 2 | -0/+100 |
| * | | | mfd: asic3: remove SD/SDIO controller register definitions | Philipp Zabel | 2009-06-17 | 1 | -216/+3 |
| * | | | mfd: asic3: use resource_size macro instead of local variable | Philipp Zabel | 2009-06-17 | 1 | -4/+2 |
| * | | | mfd: add ASIC3 IRQ numbers | Philipp Zabel | 2009-06-17 | 1 | -0/+7 |
| * | | | mfd: asic3: add clock handling for MFD cells | Philipp Zabel | 2009-06-17 | 1 | -0/+80 |
| * | | | mfd: asic3: add asic3_set_register common operation | Philipp Zabel | 2009-06-17 | 2 | -5/+20 |
| * | | | mfd: Fix Kconfig help text for WM8350 | Mark Brown | 2009-06-17 | 1 | -1/+1 |
| * | | | mfd: add PCAP driver | Daniel Ribeiro | 2009-06-17 | 4 | -0/+770 |
| * | | | mfd: add U300 AB3100 core support | Linus Walleij | 2009-06-17 | 4 | -1/+1110 |
| * | | | drivers/mfd: remove obsolete irq_desc_t typedef | Thomas Gleixner | 2009-06-17 | 1 | -1/+1 |
| * | | | mfd/pcf50633-gpio.c: add MODULE_LICENSE | Adrian Bunk | 2009-06-17 | 1 | -0/+3 |
| * | | | mfd: Mark WM8350 mask revision as readable to match silicon | Mark Brown | 2009-06-17 | 1 | -1/+1 |
| * | | | mfd: Mark clocks_init as non-init in twl4030-core.c | Rakib Mullick | 2009-06-17 | 1 | -1/+1 |
| * | | | mfd: Correct readability of WM8350 register 227 | Mark Brown | 2009-06-17 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 | Linus Torvalds | 2009-06-17 | 1 | -12/+15 |
|\ \ \ |
|
| * | | | kmemleak: Fix some typos in comments | Catalin Marinas | 2009-06-17 | 1 | -4/+4 |
| * | | | kmemleak: Rename kmemleak_panic to kmemleak_stop | Catalin Marinas | 2009-06-17 | 1 | -6/+6 |
| * | | | kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations | Catalin Marinas | 2009-06-17 | 1 | -2/+5 |
| |/ / |
|
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-06-17 | 11 | -287/+235 |
|\ \ \ |
|
| * | | | [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe... | Rusty Russell | 2009-06-15 | 2 | -15/+4 |
| * | | | [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.c | Rusty Russell | 2009-06-15 | 1 | -58/+60 |
| * | | | [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst... | Rusty Russell | 2009-06-15 | 1 | -43/+17 |
| * | | | [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c | Rusty Russell | 2009-06-15 | 2 | -39/+55 |
| * | | | [CPUFREQ] powernow-k8: get drv data for correct CPU | Naga Chumbalkar | 2009-06-15 | 1 | -5/+1 |
| * | | | [CPUFREQ] powernow-k8: read P-state from HW | Naga Chumbalkar | 2009-06-15 | 1 | -14/+11 |
| * | | | [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[] | Andrew Morton | 2009-06-15 | 1 | -4/+3 |
| * | | | [CPUFREQ] Clean up convoluted code in arch/x86/kernel/tsc.c:time_cpufreq_noti... | Dave Jones | 2009-06-15 | 1 | -5/+3 |
| * | | | [CPUFREQ] minor correction to cpu-freq documentation | Chumbalkar Nagananda | 2009-06-15 | 2 | -2/+1 |
| * | | | [CPUFREQ] powernow-k8.c: mess cleanup | Luis Henriques | 2009-06-15 | 1 | -7/+9 |