| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | microblaze_v8: memory inicialization, MMU, TLB | Michal Simek | 2009-03-27 | 5 | -0/+277 |
| | * | | | | microblaze_v8: traps support | Michal Simek | 2009-03-27 | 1 | -0/+107 |
| | * | | | | microblaze_v8: IPC support | Michal Simek | 2009-03-27 | 3 | -0/+264 |
| | * | | | | microblaze_v8: ptrace support | Michal Simek | 2009-03-27 | 2 | -0/+250 |
| | * | | | | microblaze_v8: delay.h, timex.h | Michal Simek | 2009-03-27 | 2 | -0/+90 |
| | * | | | | microblaze_v8: process and init task function | Michal Simek | 2009-03-27 | 2 | -0/+216 |
| | * | | | | microblaze_v8: asm-offsets.c | Michal Simek | 2009-03-27 | 1 | -0/+115 |
| | * | | | | microblaze_v8: setup.c, setup.h - system setting | Michal Simek | 2009-03-27 | 2 | -0/+243 |
| | * | | | | microblaze_v8: heartbeat file | Michal Simek | 2009-03-27 | 1 | -0/+67 |
| | * | | | | microblaze_v8: uaccess files | Michal Simek | 2009-03-27 | 2 | -0/+175 |
| | * | | | | microblaze_v8: early_printk support | Michal Simek | 2009-03-27 | 1 | -0/+107 |
| | * | | | | microblaze_v8: checksum support | Michal Simek | 2009-03-27 | 2 | -0/+261 |
| | * | | | | microblaze_v8: supported function for memory - kernel/lib | Michal Simek | 2009-03-27 | 4 | -0/+1080 |
| | * | | | | microblaze_v8: vmlinux.lds.S - linker script | Michal Simek | 2009-03-27 | 1 | -0/+163 |
| | * | | | | microblaze_v8: assembler files head.S, entry-nommu.S, syscall_table.S | Michal Simek | 2009-03-27 | 3 | -0/+1017 |
| | * | | | | microblaze_v8: defconfig file | Michal Simek | 2009-03-27 | 1 | -0/+804 |
| | * | | | | microblaze_v8: PVR support, cpuinfo support | Michal Simek | 2009-03-27 | 3 | -0/+438 |
| | * | | | | microblaze_v8: lmb include file | Michal Simek | 2009-03-27 | 1 | -0/+17 |
| | * | | | | microblaze_v8: kernel modules support | Michal Simek | 2009-03-27 | 3 | -0/+235 |
| | * | | | | microblaze_v8: Generic dts file for platforms | Michal Simek | 2009-03-27 | 1 | -0/+332 |
| | * | | | | microblaze_v8: cache support | Michal Simek | 2009-03-27 | 3 | -0/+388 |
| | * | | | | microblaze_v8: Selfmodified code | Michal Simek | 2009-03-27 | 2 | -0/+105 |
| | * | | | | microblaze_v8: Signal support | Michal Simek | 2009-03-27 | 2 | -0/+703 |
| | * | | | | microblaze_v8: exception handling | Michal Simek | 2009-03-27 | 3 | -0/+678 |
| | * | | | | microblaze_v8: Platform bus registration | Michal Simek | 2009-03-27 | 1 | -0/+31 |
| | * | | | | microblaze_v8: Open firmware files | Michal Simek | 2009-03-27 | 7 | -0/+2910 |
| | * | | | | microblaze_v8: Cpuinfo handling | Michal Simek | 2009-03-27 | 4 | -0/+433 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 | Linus Torvalds | 2009-04-10 | 137 | -55/+9130 |
| |\ \ \ \ \ |
|
| | * | | | | | Separate out the proc- and unit-specific header directories from the general | David Howells | 2009-04-10 | 34 | -64/+30 |
| | * | | | | | Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. | David Howells | 2009-04-10 | 121 | -14/+9123 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv | Linus Torvalds | 2009-04-10 | 114 | -0/+8626 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | FRV: Move to arch/frv/include/asm/ | David Howells | 2009-04-10 | 114 | -0/+8626 |
| | |/ / / / / |
|
| * / / / / / | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu | 2009-04-09 | 4 | -6/+7 |
| |/ / / / / |
|
* / / / / / | x86, function-graph: only save return values on x86_64 | Steven Rostedt | 2009-04-10 | 1 | -16/+3 |
|/ / / / / |
|
* | | | | | MN10300: Kill MN10300's own profiling Kconfig | David Howells | 2009-04-09 | 2 | -25/+0 |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-09 | 7 | -18/+35 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | x86: cpu_debug remove execute permission | Jaswinder Singh Rajput | 2009-04-09 | 2 | -0/+0 |
| * | | | | x86: smarten /proc/interrupts output for new counters | Hidetoshi Seto | 2009-04-08 | 1 | -1/+1 |
| * | | | | Merge commit 'v2.6.30-rc1' into x86/urgent | Ingo Molnar | 2009-04-08 | 82 | -397/+504 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86: DMI match for the Dell DXP061 as it needs BIOS reboot | Alan Cox | 2009-04-08 | 1 | -0/+8 |
| * | | | | x86: make 64 bit to use default_inquire_remote_apic | Yinghai Lu | 2009-04-08 | 1 | -2/+2 |
| * | | | | x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes | H. Peter Anvin | 2009-04-07 | 1 | -10/+23 |
| * | | | | x86, intel-iommu: fix X2APIC && !ACPI build failure | David Woodhouse | 2009-04-07 | 1 | -5/+1 |
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-04-09 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | tracing/syscalls: use a dedicated file header | Frederic Weisbecker | 2009-04-09 | 2 | -1/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | MN10300: Convert obsolete no_irq_type to no_irq_chip | Thomas Gleixner | 2009-04-09 | 1 | -1/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-04-08 | 10 | -28/+29 |
|\ \ \ \ \ |
|
| * | | | | | sparc: Hook up sys_preadv and sys_pwritev | David S. Miller | 2009-04-08 | 3 | -4/+6 |
| * | | | | | sparc64: add_node_ranges() must be __init | David S. Miller | 2009-04-08 | 1 | -1/+1 |
| * | | | | | sparc64: Fix section mismatch warnings in PCI controller drivers. | David S. Miller | 2009-04-08 | 5 | -20/+20 |