| Commit message (Expand) | Author | Age | Files | Lines |
* | [PARISC] remove global_ack_eiem | Grant Grundler | 2007-06-12 | 1 | -18/+8 |
* | [PARISC] Fix kernel panic in check_ivt | Kyle McMartin | 2007-06-04 | 2 | -7/+5 |
* | [PARISC] Fix bug when syscall nr is __NR_Linux_syscalls | Kyle McMartin | 2007-06-03 | 1 | -1/+1 |
* | [PARISC] be more defensive in process.c::get_wchan | Kyle McMartin | 2007-05-30 | 1 | -0/+4 |
* | [PARISC] fix "reduce size of task_struct on 64-bit machines" fallout | Kyle McMartin | 2007-05-30 | 2 | -4/+3 |
* | [PARISC] fix null ptr deref in unwind.c | Kyle McMartin | 2007-05-30 | 1 | -1/+3 |
* | [PARISC] remove remnants of parisc-specific softirq code | Grant Grundler | 2007-05-30 | 1 | -34/+1 |
* | [PARISC] fix section mismatch in smp.c | Helge Deller | 2007-05-30 | 1 | -1/+1 |
* | [PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscalls | Helge Deller | 2007-05-27 | 1 | -0/+5 |
* | [PARISC] fix section mismatches in arch/parisc/kernel | Helge Deller | 2007-05-27 | 2 | -8/+8 |
* | [PARISC] ROUND_UP macro cleanup in arch/parisc | Milind Arun Choudhary | 2007-05-22 | 2 | -5/+3 |
* | [PARISC] spelling fixes: arch/parisc/ | Simon Arlott | 2007-05-22 | 13 | -30/+30 |
* | [PARISC] Disable LWS debugging | Aurelien Jarno | 2007-05-22 | 1 | -4/+4 |
* | [PARISC] Let PA-8900 processors boot | Kyle McMartin | 2007-05-22 | 3 | -3/+8 |
* | parisc: convert /proc/gsc/pcxl_dma to seq_file | Alexey Dobriyan | 2007-05-22 | 1 | -41/+53 |
* | [PARISC] Wire up kexec_load syscall | Kyle McMartin | 2007-05-22 | 1 | -0/+1 |
* | [PARISC] Move #undef to end of syscall table | Kyle McMartin | 2007-05-22 | 1 | -5/+5 |
* | parisc: sync compat getdents | Alexandr Andreev | 2007-05-22 | 1 | -2/+8 |
* | parisc: make command_line[] static | Alexey Dobriyan | 2007-05-22 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix | Linus Torvalds | 2007-05-21 | 28 | -56/+67 |
|\ |
|
| * | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 28 | -28/+36 |
| * | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 28 | -28/+31 |
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2007-05-21 | 4 | -16/+57 |
|\ \ |
|
| * | | [S390] More verbose show_mem() like other architectures. | Heiko Carstens | 2007-05-21 | 1 | -15/+23 |
| * | | [S390] Make use of kretprobe_assert. | Heiko Carstens | 2007-05-21 | 1 | -1/+1 |
| * | | [S390] Wire up signald, timerfd and eventfd syscalls. | Heiko Carstens | 2007-05-21 | 2 | -0/+23 |
| * | | [S390] Wire up sys_utimensat. | Heiko Carstens | 2007-05-21 | 2 | -0/+10 |
| |/ |
|
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-21 | 71 | -419/+215 |
|\ \ |
|
| * | | [ARM] spelling fixes | Simon Arlott | 2007-05-20 | 39 | -62/+62 |
| * | | [ARM] 4400/1: S3C24XX: Add high-speed MMC device definition | Ben Dooks | 2007-05-20 | 2 | -0/+31 |
| * | | [ARM] 4399/2: S3C2443: Fix SMDK2443 nand timings | Ben Dooks | 2007-05-20 | 1 | -0/+4 |
| * | | [ARM] 4398/1: S3C2443: Fix watchdog IRQ number | Ben Dooks | 2007-05-20 | 1 | -0/+4 |
| * | | [ARM] 4396/1: S3C2443: Add missing HCLK clocks | Ben Dooks | 2007-05-20 | 1 | -1/+21 |
| * | | [ARM] 4395/1: S3C24XX: add include of <linux/sysdev.h> to relevant machines | Ben Dooks | 2007-05-20 | 5 | -0/+5 |
| * | | [ARM] 4387/1: fix /proc/cpuinfo formatting for pre-ARM7 parts | Greg Ungerer | 2007-05-20 | 1 | -1/+1 |
| * | | [ARM] ARMv6: add CPU_HAS_ASID configuration | Russell King | 2007-05-17 | 2 | -1/+9 |
| * | | [ARM] integrator: fix pci_v3 compile error with DEBUG_LL | Russell King | 2007-05-17 | 1 | -0/+1 |
| * | | [ARM] gic: Fix gic cascade irq handling | Russell King | 2007-05-17 | 1 | -11/+9 |
| * | | [ARM] Silence OMAP kernel configuration warning | Russell King | 2007-05-16 | 1 | -1/+1 |
| * | | [ARM] Update ARM syscalls | Russell King | 2007-05-16 | 1 | -0/+4 |
| * | | [ARM] 4384/1: S3C2412/13 SPI registers offset correction | Sandeep Sanjay Patil | 2007-05-16 | 3 | -4/+14 |
| * | | [ARM] 4383/1: iop: fix usage of '__init' and 'inline' in iop files | Dan Williams | 2007-05-16 | 12 | -74/+38 |
| * | | [ARM] 4382/1: iop13xx: fix msi support | Dan Williams | 2007-05-16 | 1 | -1/+1 |
| * | | [ARM] Remove Integrator/CP SMP platform support | Russell King | 2007-05-16 | 4 | -259/+1 |
| * | | [ARM] 4376/1: Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig | Milan Svoboda | 2007-05-16 | 1 | -0/+1 |
| * | | [ARM] 4375/1: sharpsl_pm: Fix compile warnings | Richard Purdie | 2007-05-16 | 1 | -4/+8 |
* | | | i386: fix PGE mask | Brian Gerst | 2007-05-21 | 2 | -2/+2 |
* | | | x86_64: vsyscall time() fix | john stultz | 2007-05-21 | 1 | -1/+4 |
* | | | x86_64: early_print kernel console should send CRLF not LFCR | Yinghai Lu | 2007-05-21 | 1 | -1/+1 |
* | | | i386: Enable CX8/PGE CPUID bits early on VIA C3 | Andi Kleen | 2007-05-21 | 1 | -0/+27 |