| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the arm26 port | Adrian Bunk | 2007-08-01 | 24 | -7633/+0 |
* | remove unused TIF_NOTIFY_RESUME flag | Stephane Eranian | 2007-08-01 | 1 | -1/+1 |
* | take declarations of enable_irq() et.al. to linux/interrupt.h | Al Viro | 2007-07-22 | 2 | -2/+6 |
* | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -6/+1 |
* | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -7/+1 |
* | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
* | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 2 | -2/+2 |
* | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 2 | -2/+2 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 3 | -3/+0 |
* | [PATCH] arch/arm26/kernel/entry.S: remove dead code | Adrian Bunk | 2007-03-01 | 1 | -10/+0 |
* | [PATCH] Dynamic kernel command-line: arm26 | Alon Bar-Lev | 2007-02-12 | 1 | -3/+3 |
* | [PATCH] Consolidate default sched_clock() | Alexey Dobriyan | 2007-02-11 | 1 | -8/+0 |
* | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2007-02-11 | 2 | -0/+4 |
* | [PATCH] ARM26: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 2 | -2/+2 |
* | [PATCH] arm26: replace kmalloc+memset with kzalloc | Yan Burman | 2006-12-07 | 1 | -3/+1 |
* | [PATCH] remove bogus arch-specific syscall exports | Al Viro | 2006-10-11 | 1 | -8/+0 |
* | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 2006-10-02 | 1 | -2/+2 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c | Serge E. Hallyn | 2006-10-02 | 1 | -2/+0 |
* | [PATCH] namespaces: add nsproxy | Serge E. Hallyn | 2006-10-02 | 1 | -0/+2 |
* | [PATCH] kill wall_jiffies | Atsushi Nemoto | 2006-10-01 | 1 | -10/+2 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] tty: Remove include of screen_info.h from tty.h | Jon Smirl | 2006-07-10 | 1 | -1/+1 |
* | [PATCH] irq-flags: ARM26: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -9/+9 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 15 | -15/+0 |
* | [PATCH] No arch-specific strpbrk implementations | Kyle McMartin | 2006-04-11 | 1 | -1/+0 |
* | [PATCH] unexport get_wchan | Adrian Bunk | 2006-03-31 | 1 | -2/+0 |
* | [PATCH] sem2mutex: misc static one-file mutexes | Ingo Molnar | 2006-03-26 | 1 | -6/+6 |
* | [PATCH] arm26: fixup asm statement in kernel/fiq.c | Alexey Dobriyan | 2006-02-01 | 1 | -16/+16 |
* | [PATCH] arm26: fixup get_signal_to_deliver call | Alexey Dobriyan | 2006-02-01 | 1 | -1/+2 |
* | [PATCH] arm26: s/task_threas_info/task_thread_info/ | Alexey Dobriyan | 2006-01-17 | 1 | -1/+1 |
* | [PATCH] arm26: kernel/irq.c: fix compilation | Alexey Dobriyan | 2006-01-17 | 1 | -1/+2 |
* | [PATCH] arm26: task_stack_page() | Al Viro | 2006-01-12 | 1 | -4/+4 |
* | [PATCH] arm26: task_pt_regs() | Al Viro | 2006-01-12 | 2 | -22/+6 |
* | [PATCH] arm26: task_thread_info() | Al Viro | 2006-01-12 | 2 | -3/+3 |
* | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2006-01-10 | 1 | -1/+0 |
* | [PATCH] remove gcc-2 checks | Andrew Morton | 2006-01-09 | 1 | -7/+0 |
* | [PATCH] sched: disable preempt in idle tasks | Nick Piggin | 2005-11-09 | 1 | -7/+5 |
* | [PATCH] consolidate sys_ptrace() | Christoph Hellwig | 2005-11-07 | 1 | -48/+1 |
* | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-31 | 1 | -4/+0 |
* | [PATCH] unify sys_ptrace prototype | Christoph Hellwig | 2005-10-31 | 1 | -1/+1 |
* | kbuild: arm26,sparc use generic asm-offset support | Sam Ravnborg | 2005-09-09 | 1 | -1/+1 |
* | [PATCH] NTP: ntp-helper functions | john stultz | 2005-09-08 | 1 | -5/+2 |
* | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. | Steven Rostedt | 2005-08-29 | 1 | -7/+6 |
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. | Eric W. Biederman | 2005-07-26 | 1 | -5/+0 |
* | [PATCH] Driver Core: arch: update device attribute callbacks | Yani Ioannou | 2005-06-21 | 1 | -5/+5 |
* | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -2/+3 |
* | [PATCH] freepgt: arm26 FIRST_USER_ADDRESS PAGE_SIZE | Hugh Dickins | 2005-04-19 | 1 | -5/+4 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 24 | -0/+7776 |