| Commit message (Expand) | Author | Age |
... | |
* | | [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXES | Ingo Molnar | 2006-01-10 |
|/ |
|
* | [PATCH] m68knommu: save reg a5 on context change | Greg Ungerer | 2006-01-10 |
* | [PATCH] m68knommu: fix find_next_zero_bit in bitops.h | Greg Ungerer | 2006-01-10 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-01-10 |
|\ |
|
| * | MIPS: R2: Try to bulletproof instruction_hazard against miss-compilation. | Ralf Baechle | 2006-01-10 |
| * | MIPS: R2: Fix local_irq_save() | Maxime Bizon | 2006-01-10 |
| * | MIPS: Namespace pollution: dump_regs() -> elf_dump_regs() | Al Viro | 2006-01-10 |
| * | MIPS: Au1550: Fix OHCI memory map size | Sergei Shtylyov | 2006-01-10 |
| * | Update Yoichi Yuasa's email address. | Ralf Baechle | 2006-01-10 |
| * | MIPS: Reorganize ISA constants strictly as bitmasks. | Ralf Baechle | 2006-01-10 |
| * | MIPS: Introduce machinery for testing for MIPSxxR1/2. | Ralf Baechle | 2006-01-10 |
| * | MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1. | Ralf Baechle | 2006-01-10 |
| * | MIPS: Get rid of atomic_lock. | Ralf Baechle | 2006-01-10 |
| * | MIPS: DSP: Put mask field into the right place. | Ralf Baechle | 2006-01-10 |
| * | MIPS: DSP: Set all register masks to 0x3ff. | Ralf Baechle | 2006-01-10 |
| * | MIPS: Fix mdelay(1) for 64bit kernel with HZ == 1000 | Atsushi Nemoto | 2006-01-10 |
| * | MIPS: DSP: eleminate used_dsp. | Ralf Baechle | 2006-01-10 |
| * | MIPS: DSP: Context switch the DSPcontrol register also. | Ralf Baechle | 2006-01-10 |
* | | [PATCH] rcu: join rcu_ctrlblk and rcu_state | Oleg Nesterov | 2006-01-10 |
* | | [PATCH] Work around ppc64 compiler bug | Anton Blanchard | 2006-01-10 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-01-10 |
|\ \ |
|
| * | | [MUTEX]: linux/mutex-debug.h needs linux/linkage.h | David S. Miller | 2006-01-10 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2006-01-10 |
|\ \ |
|
| * | | powerpc: Introduce a new config symbol to control 16550 early debug code | Paul Mackerras | 2006-01-10 |
| * | | [PATCH] powerpc: Save device BARs much earlier in the boot sequence | Linas Vepstas | 2006-01-09 |
| * | | [PATCH] powerpc: Don't continue with PCI Error recovery if slot reset failed. | Linas Vepstas | 2006-01-09 |
| * | | [PATCH] powerpc: Remove duplicate code | Linas Vepstas | 2006-01-09 |
| * | | [PATCH] powerpc: Add "partitionable endpoint" support | Linas Vepstas | 2006-01-09 |
| * | | [PATCH] powerpc: Split out PCI address cache to its own file | Linas Vepstas | 2006-01-09 |
| * | | [PATCH] powerpc: PCI Error Recovery: PPC64 core recovery routines | Linas Vepstas | 2006-01-09 |
| |/ |
|
* | | [PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prot... | Adrian Bunk | 2006-01-10 |
* | | [PATCH] include/asm-sh64/: "extern inline" -> "static inline" | Adrian Bunk | 2006-01-10 |
* | | [PATCH] char/isicom: More whitespaces and coding style | Jiri Slaby | 2006-01-10 |
* | | [PATCH] char/isicom: Firmware loading | Jiri Slaby | 2006-01-10 |
* | | [PATCH] char/isicom: Other little changes | Jiri Slaby | 2006-01-10 |
* | | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 |
* | | [PATCH] lib/zlib*: cleanups | Adrian Bunk | 2006-01-10 |
* | | [PATCH] DocBook: fix kernel-doc comments | Martin Waitz | 2006-01-10 |
* | | [PATCH] include/video/newport.h: "extern inline" -> "static inline" | Adrian Bunk | 2006-01-10 |
* | | [PATCH] nvidiafb: Add support for some pci-e chipsets | Antonino A. Daplas | 2006-01-10 |
* | | [PATCH] fbdev: sstfb: Driver cleanups | Antonino A. Daplas | 2006-01-10 |
* | | [PATCH] fbdev: tdfxfb: Driver cleanups | Antonino A. Daplas | 2006-01-10 |
* | | [PATCH] fbdev: neofb: Driver cleanups | Antonino A. Daplas | 2006-01-10 |
* | | [PATCH] fbdev: kyrofb: Driver cleanups | Antonino A. Daplas | 2006-01-10 |
* | | [PATCH] vesafb: Drop blank hook | Antonino A. Daplas | 2006-01-10 |
* | | [PATCH] kprobes: fix build breakage | Ananth N Mavinakayanahalli | 2006-01-10 |
* | | [PATCH] kprobes: arch_remove_kprobe | Anil S Keshavamurthy | 2006-01-10 |
* | | [PATCH] kprobes: changed from using spinlock to mutex | Anil S Keshavamurthy | 2006-01-10 |
* | | [PATCH] kprobes: cleanup include/asm/kprobes.h | Anil S Keshavamurthy | 2006-01-10 |
* | | [PATCH] kprobes: enable funcions only for required arch | Anil S Keshavamurthy | 2006-01-10 |