| Commit message (Expand) | Author | Age |
* | [MIPS] Add protected_blast_icache_range, blast_icache_range, etc. | Atsushi Nemoto | 2006-02-14 |
* | [MIPS] Rewrite get_wchan and its helper functions using kallsyms_lookup. | Atsushi Nemoto | 2006-02-14 |
* | [MIPS] Remove commented out function prom_build_cpu_map. | Ralf Baechle | 2006-02-14 |
* | [PATCH] x86: fix oprofile kernel callgraph regression | Gerald Britton | 2006-02-14 |
* | [PATCH] sys_newfstatat -> sys_fstatat64 | Kyle McMartin | 2006-02-13 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/kyle/par... | Linus Torvalds | 2006-02-13 |
|\ |
|
| * | [PARISC] Stub out pselect6/ppoll until TIF_RESTORE_SIGMASK is done | Kyle McMartin | 2006-02-08 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2006-02-13 |
|\ \ |
|
| * | | [CPUFREQ] Check for not initialized freq on cpufreq changes | Thomas Renninger | 2006-02-02 |
* | | | [PATCH] MIPS 32bit machines need fstatat64 support. | Yoichi Yuasa | 2006-02-13 |
* | | | [SPARC]: sys_newfstatat --> sys_fstatat64 | David S. Miller | 2006-02-13 |
* | | | [PATCH] x86_64: GART DMA merging fix | Andi Kleen | 2006-02-12 |
* | | | [PATCH] arch/x86_64/kernel/traps.c PTRACE_SINGLESTEP oops | John Blackwood | 2006-02-12 |
* | | | [PATCH] s390: fstatat64 support | Heiko Carstens | 2006-02-12 |
* | | | [PATCH] s390: add support for unshare system call | Heiko Carstens | 2006-02-12 |
* | | | [PATCH] s390: fix non smp build of kexec | Heiko Carstens | 2006-02-12 |
* | | | [PATCH] s390: earlier initialization of cpu_possible_map | Heiko Carstens | 2006-02-12 |
* | | | [PATCH] s390: update default configuration | Heiko Carstens | 2006-02-12 |
* | | | [PATCH] x86: print out early faults via early_printk() | Ingo Molnar | 2006-02-12 |
* | | | [PATCH] x86-64: Fix HPET timer on x460 | Chris McDermott | 2006-02-12 |
* | | | [PATCH] Add wording to m68k .S files to help clarify license info | Matt Waddel | 2006-02-12 |
* | | | [PATCH] fstatat64 support | Ulrich Drepper | 2006-02-12 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-02-10 |
|\ \ \ |
|
| * | | | [ARM] 3326/1: H1940 - Control latches | Ben Dooks | 2006-02-10 |
| * | | | [ARM] 3314/1: S3C2400 - adds s3c2400.h | Lucas Correia Villa Real | 2006-02-09 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2006-02-10 |
|\ \ \ |
|
| * | | | [PATCH] powerpc: Add CONFIG_DEFAULT_UIMAGE for embedded boards | Kumar Gala | 2006-02-10 |
| * | | | [PATCH] powerpc: unshare system call registration | JANAK DESAI | 2006-02-10 |
| * | | | ppc: Use the system call table from arch/powerpc/kernel/systbl.S | Paul Mackerras | 2006-02-10 |
* | | | | [PATCH] Fix s390 build failure. | Dave Jones | 2006-02-10 |
* | | | | [PATCH] x86: don't initialise cpu_possible_map to all ones | Andrew Morton | 2006-02-10 |
* | | | | [PATCH] Fix building external modules on ppc32 | Andreas Gruenbacher | 2006-02-10 |
|/ / / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-02-09 |
|\ \ \ |
|
| * \ \ | Pull new-syscalls into release branch | Tony Luck | 2006-02-09 |
| |\ \ \ |
|
| | * | | | [IA64] unshare system call registration for ia64 | Janak Desai | 2006-02-08 |
| | * | | | [IA64] add syscall entry for *at() | Chen, Kenneth W | 2006-02-06 |
| * | | | | [IA64] mca_drv: Add minstate validation | Hidetoshi Seto | 2006-02-09 |
| * | | | | [IA64] sys32_signal() forgets to initialize ->sa_mask | Tony Luck | 2006-02-09 |
| * | | | | [IA64-SGI] Small cleanup for misuse of list_for_each to list_for_each_safe. | Prarit Bhargava | 2006-02-09 |
| * | | | | [IA64-SGI] Hotplug driver related fix in the SN ia64 code. | Prarit Bhargava | 2006-02-09 |
| | |/ /
| |/| | |
|
* / | | | [SPARC64]: Fix sys_newfstatat syscall table entry for 64-bit. | Heiko Carstens | 2006-02-09 |
|/ / / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-02-08 |
|\ \ \ |
|
| * | | | [IA64] prevent sn2 specific code to be run in generic kernels | Jes Sorensen | 2006-02-08 |
| * | | | [IA64] Fix CONFIG_PRINTK_TIME | Tony Luck | 2006-02-07 |
| * | | | [IA64] Fix wrong use of memparse in efi.c | Zou Nan hai | 2006-02-07 |
| * | | | [IA64] Fix a possible buffer overflow in efi.c | Zou Nan hai | 2006-02-07 |
* | | | | [PATCH] x86-64: Add sys_unshare | Andi Kleen | 2006-02-08 |
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-02-08 |
|\ \ \ \ |
|
| * | | | | [SERIAL] Remove unnecessary serial.h include | Russell King | 2006-02-05 |
| * | | | | [SERIAL] uart_port flags member should use UPF_* | Russell King | 2006-02-05 |