| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: OMAP: Fix warnings in plat-omap | Dirk Behme | 2007-03-02 | 1 | -0/+2 |
* | ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO) | Dirk Behme | 2007-03-02 | 1 | -4/+5 |
* | ARM: OMAP: OMAP310 Serial | Marek VaĊĦut | 2007-03-02 | 1 | -9/+9 |
* | ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0 | Timo Teras | 2007-03-02 | 1 | -11/+3 |
* | ARM: OMAP: Fix warning in clock.c | Dirk Behme | 2007-03-02 | 1 | -6/+4 |
* | ARM: OMAP: correct misc 15xx and non-15xx platform code | Andrzej Zaborowski | 2007-03-02 | 3 | -5/+8 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-03-02 | 1 | -2/+3 |
|\ |
|
| * | [SPARC64]: Update defconfig. | David S. Miller | 2007-02-28 | 1 | -2/+3 |
* | | [PATCH] fix memory leak in dma_declare_coherent_memory() | Yoichi Yuasa | 2007-03-01 | 2 | -2/+2 |
* | | [PATCH] ps3: introduce CONFIG_PS3_ADVANCED | Geert Uytterhoeven | 2007-03-01 | 1 | -7/+21 |
* | | [PATCH] uml: host VDSO fix | Jeff Dike | 2007-03-01 | 1 | -0/+3 |
* | | [PATCH] uml: enable RAW | Allan Graves | 2007-03-01 | 1 | -0/+19 |
* | | [PATCH] uml: add back accidentally removed error | Jeff Dike | 2007-03-01 | 1 | -1/+4 |
* | | [PATCH] uml: fix host LDT lookup initialization locking, try 2 | Jeff Dike | 2007-03-01 | 1 | -12/+24 |
* | | [PATCH] FRV: No ZONE_DMA | David Howells | 2007-03-01 | 1 | -2/+1 |
* | | [PATCH] arch/arm26/kernel/entry.S: remove dead code | Adrian Bunk | 2007-03-01 | 1 | -10/+0 |
|/ |
|
* | [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation | Eric W. Biederman | 2007-02-28 | 2 | -6/+0 |
* | [SPARC64]: Fix PCI interrupts on E450 et al. | David S. Miller | 2007-02-27 | 1 | -2/+38 |
* | [PARISC] clocksource: Move update_cr16_clocksource later in boot | Kyle McMartin | 2007-02-27 | 3 | -4/+13 |
* | [PARISC] time: clocksource lost update_callback | Kyle McMartin | 2007-02-27 | 2 | -5/+7 |
* | [PARISC] time: Convert clocksource is_continuous to flag | Kyle McMartin | 2007-02-27 | 1 | -1/+1 |
* | [PARISC] clocksource_cr16: Use clocksource_change_rating() | Kyle McMartin | 2007-02-27 | 1 | -2/+1 |
* | [PARISC] Remove __read_mostly annotation from command_line | Kyle McMartin | 2007-02-27 | 1 | -1/+1 |
* | [MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug. | Ralf Baechle | 2007-02-27 | 3 | -13/+19 |
* | [MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall. | Ralf Baechle | 2007-02-27 | 2 | -2/+2 |
* | [MIPS] Always fixup unaligned accesses in kernel mode. | Ralf Baechle | 2007-02-27 | 1 | -1/+1 |
* | [MIPS] Fix dma_sync_*_for_device() functions | Thomas Bogendoerfer | 2007-02-27 | 1 | -3/+3 |
* | [MIPS] SNI: MIPS_CPU_IRQ_BASE cleanup | Thomas Bogendoerfer | 2007-02-27 | 3 | -9/+9 |
* | [MIPS] RTLX: Delete multiple definition of ret shaddowing each other. | Ralf Baechle | 2007-02-27 | 1 | -4/+0 |
* | [MIPS] RTLX, VPE: Make open actually atomic. | Ralf Baechle | 2007-02-27 | 2 | -28/+23 |
* | [MIPS] excite: Set serial driver iotype to UPIO_RM9000 | Thomas Koeller | 2007-02-27 | 1 | -1/+1 |
* | [MIPS] excite: Rename CONFIG option | Thomas Koeller | 2007-02-27 | 1 | -2/+2 |
* | [MIPS] Mark pcibios_fixup_device_resources() as __devinit | Atsushi Nemoto | 2007-02-27 | 1 | -1/+1 |
* | [MIPS] Kill redundant EXTRA_AFLAGS | Atsushi Nemoto | 2007-02-27 | 24 | -48/+0 |
* | [MIPS] RTLX: Handle signals when sleeping. | Ralf Baechle | 2007-02-27 | 1 | -80/+42 |
* | [MIPS] TB0287: Enable SM501 driver support in defconfig | Yoichi Yuasa | 2007-02-27 | 1 | -5/+16 |
* | Revert "[CPUFREQ] constify cpufreq_driver where possible." | Linus Torvalds | 2007-02-26 | 12 | -13/+13 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2007-02-26 | 19 | -32/+92 |
|\ |
|
| * | [CPUFREQ] constify some data tables. | Dave Jones | 2007-02-23 | 3 | -17/+17 |
| * | [CPUFREQ] constify cpufreq_driver where possible. | Dave Jones | 2007-02-23 | 12 | -13/+13 |
| * | {rd,wr}msr_on_cpu SMP=n optimization | Adrian Bunk | 2007-02-20 | 3 | -14/+3 |
| * | rdmsr_on_cpu, wrmsr_on_cpu | Alexey Dobriyan | 2007-02-20 | 4 | -1/+74 |
| * | [CPUFREQ] Revert default on deprecated config X86_SPEEDSTEP_CENTRINO_ACPI | Thomas Renninger | 2007-02-20 | 2 | -2/+0 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-02-26 | 8 | -42/+76 |
|\ \ |
|
| * | | [ARM] CLPS7500 doesn't have IO ports | Russell King | 2007-02-26 | 1 | -0/+1 |
| * | | [ARM] Fix more apm-emulation.h | Russell King | 2007-02-26 | 1 | -1/+1 |
| * | | [ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OF... | Nicolas Pitre | 2007-02-25 | 1 | -16/+17 |
| * | | [ARM] 4224/2: allow XIP kernel to boot again | Nicolas Pitre | 2007-02-25 | 2 | -12/+14 |
| * | | [ARM] 4232/1: AT91: Generic GPIO bug | Andrew Victor | 2007-02-22 | 1 | -1/+1 |
| * | | [ARM] 4231/1: AT91: Merge and typo fixes. | Andrew Victor | 2007-02-22 | 2 | -2/+2 |