Age | Commit message (Expand) | Author | Files | Lines |
2007-07-06 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 4 | -7/+8 |
2007-07-06 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 19 | -1957/+1779 |
2007-07-05 | [ARM] always allow dump_stack() to produce a backtrace | Russell King | 1 | -2/+0 |
2007-07-05 | [ARM] Fix non-page aligned boot time mappings | Russell King | 1 | -2/+2 |
2007-07-04 | [MIPS] VSMP: Fix initialization ordering bug. | Ralf Baechle | 1 | -2/+2 |
2007-07-04 | Remove some unused variables | Linus Torvalds | 1 | -2/+0 |
2007-07-04 | Revert perfctr reservation to 2.6.21 state | Andi Kleen | 1 | -2/+33 |
2007-07-04 | Revert HPET resource reservation | Andi Kleen | 1 | -19/+0 |
2007-07-02 | [ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resume | Richard Purdie | 1 | -2/+2 |
2007-07-02 | [ARM] 4454/1: Use word accesses in Versatile PCI config reads | Andrzej Zaborowski | 1 | -1/+4 |
2007-07-02 | Blackfin arch: update board defconfig files | Mike Frysinger | 5 | -13/+76 |
2007-07-02 | [POWERPC] Update defconfigs | Kumar Gala | 17 | -1952/+1763 |
2007-07-02 | [POWERPC] Uninline and export virq_to_hw() for the pasemi_mac driver | Olof Johansson | 1 | -0/+6 |
2007-07-02 | [POWERPC] Fix PMI breakage in cbe_cbufreq driver | Christian Krafft | 1 | -5/+10 |
2007-07-01 | PM: introduce set_target method in pm_ops | Rafael J. Wysocki | 1 | -2/+2 |
2007-07-01 | i386: mtrr crash fix | Andrew Morton | 1 | -1/+2 |
2007-07-01 | i386: remove bogus mtrr range check | Linus Torvalds | 1 | -5/+0 |
2007-06-30 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 1 | -1/+11 |
2007-06-30 | Fix VDSO gettimeofday() when called with NULL struct timeval. | Will Schmidt | 1 | -1/+1 |
2007-06-28 | Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM | David Woodhouse | 3 | -14/+10 |
2007-06-28 | mips-jazz: correct flags for timer io resource | Alexey Dobriyan | 1 | -1/+1 |
2007-06-28 | mtrr/cyrix: fix sections | Randy Dunlap | 1 | -2/+2 |
2007-06-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 7 | -13/+25 |
2007-06-27 | x86_64 irq: use mask/unmask and proper locking in fixup_irqs() | Siddha, Suresh B | 1 | -3/+29 |
2007-06-27 | x86_64: set the irq_chip name for lapic | Suresh Siddha | 1 | -0/+1 |
2007-06-27 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 4 | -29/+58 |
2007-06-27 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 10 | -74/+23 |
2007-06-27 | [IA64] Make SN2 PCI code use ioremap rather than manually mangle the address | Jes Sorensen | 3 | -5/+10 |
2007-06-27 | [IA64] Force error to surface in nofault code | Russ Anderson | 1 | -1/+2 |
2007-06-27 | [IA64] remove duplicate header include line | MUNEDA Takahiro | 1 | -1/+0 |
2007-06-27 | [IA64] Correct unwind validation code | Keith Owens | 1 | -5/+11 |
2007-06-27 | [IA64] is_power_of_2-ia64/mm/hugetlbpage.c | vignesh babu | 1 | -1/+2 |
2007-06-26 | [MIPS] Count timer interrupts correctly. | Chris Dearman | 1 | -1/+1 |
2007-06-26 | [MIPS] EMMA2RH: Disable GEN_RTC, it can't possibly work. | Ralf Baechle | 1 | -2/+1 |
2007-06-26 | [MIPS] use compat_siginfo in rt_sigframe_n32 | Pavel Kiryukhin | 2 | -65/+3 |
2007-06-26 | [MIPS] 20K: Handle WAIT related bugs according to errata information | Ralf Baechle | 1 | -1/+11 |
2007-06-26 | [MIPS] AP/SP requires shadow registers, auto enable support. | Ralf Baechle | 1 | -0/+1 |
2007-06-26 | [MIPS] Fix pb1500 reg B access | Yoichi Yuasa | 1 | -1/+1 |
2007-06-26 | [MIPS] Alchemy: Fix wrong cast | Yoichi Yuasa | 1 | -1/+1 |
2007-06-26 | [MIPS] remove "support for" from system type entry | Yoichi Yuasa | 1 | -2/+2 |
2007-06-26 | [MIPS] add io_map_base to pci_controller on Cobalt | Yoichi Yuasa | 1 | -0/+1 |
2007-06-26 | [MIPS] __ucmpdi2 arguments are unsigned long long. | Ralf Baechle | 1 | -1/+1 |
2007-06-26 | [SPARC64]: Need to set state to IDLE during sun4v IRQ enable. | David S. Miller | 1 | -0/+4 |
2007-06-26 | [SPARC64]: Fix VIRQ enabling. | David S. Miller | 1 | -1/+7 |
2007-06-26 | [POWERPC] Fix subtle FP state corruption bug in signal return on SMP | Paul Mackerras | 1 | -3/+7 |
2007-06-26 | [POWERPC] Fix VDSO gettimeofday() when called with NULL struct timeval | Tony Breeds | 2 | -4/+7 |
2007-06-26 | [POWERPC] Update defconfigs | Paul Mackerras | 16 | -1792/+1574 |
2007-06-26 | [POWERPC] Update g5_defconfig | will schmidt | 1 | -179/+188 |
2007-06-25 | [ARM] 4449/1: more entries in arch/arm/boot/.gitignore | Nicolas Pitre | 1 | -0/+3 |
2007-06-25 | [ARM] 4452/1: Force the literal pool dump before reloc_end | Catalin Marinas | 1 | -0/+1 |