| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 2 | -2/+2 |
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 2006-12-08 | 1 | -0/+8 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-07 | 1 | -0/+1 |
|\ |
|
| * | [PATCH] relocatable kernel: Kallsyms generate relocatable symbols | Eric W. Biederman | 2006-12-07 | 1 | -0/+1 |
* | | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] h8300 stray bracket fix | Mariusz Kozlowski | 2006-12-07 | 1 | -1/+1 |
|/ |
|
* | [NET]: H8300 checksum annotations and cleanups. | Al Viro | 2006-12-02 | 2 | -13/+18 |
* | [PATCH] vmlinux.lds: consolidate initcall sections | Andrew Morton | 2006-10-27 | 1 | -7/+1 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 1 | -1/+0 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 2006-10-02 | 1 | -0/+24 |
* | [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] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations | Christoph Lameter | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] irq-flags: H8300: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -4/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 29 | -29/+0 |
* | [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes | Laurent MEYER | 2006-06-23 | 1 | -1/+1 |
* | [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] bitops: h8300: use generic bitops | Akinobu Mita | 2006-03-26 | 1 | -0/+8 |
* | [PATCH] kill include/linux/platform.h, default_idle() cleanup | Adrian Bunk | 2006-03-24 | 1 | -2/+2 |
* | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 2006-03-22 | 1 | -2/+2 |
* | [PATCH] multiple exports of strpbrk | Andrew Morton | 2006-03-22 | 1 | -0/+1 |
* | [PATCH] add missing pm_power_off's | Adrian Bunk | 2006-03-06 | 1 | -0/+3 |
* | [PATCH] H8/300: CONFIG_CONFIG_ doesn't fly. | Ralf Baechle | 2006-02-20 | 2 | -2/+2 |
* | [PATCH] hrtimer: round up relative start time on low-res arches | Ingo Molnar | 2006-02-14 | 1 | -0/+4 |
* | [PATCH] fix a typo in the CPU_H8300H dependencies | Adrian Bunk | 2006-02-14 | 1 | -1/+1 |
* | [PATCH] h8300: task_stack_page() | Al Viro | 2006-01-12 | 1 | -1/+1 |
* | [PATCH] h8300: remove MAGIC_ROM_PTR from memory.c | Greg Ungerer | 2006-01-10 | 1 | -13/+0 |
* | [PATCH] h8300: remove MAGIC_ROM_PTR from k8300_ksyms.c | Greg Ungerer | 2006-01-10 | 1 | -4/+0 |
* | [PATCH] turn "const static" into "static const" | Jesper Juhl | 2006-01-10 | 4 | -12/+12 |
* | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2006-01-10 | 2 | -31/+0 |
* | [PATCH] tiny: Make *[ug]id16 support optional | Matt Mackall | 2006-01-08 | 1 | -4/+0 |
* | [PATCH] sched: disable preempt in idle tasks | Nick Piggin | 2005-11-09 | 1 | -13/+15 |
* | [PATCH] consolidate sys_ptrace() | Christoph Hellwig | 2005-11-07 | 1 | -38/+1 |
* | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-30 | 1 | -4/+0 |
* | [PATCH] unify sys_ptrace prototype | Christoph Hellwig | 2005-10-30 | 1 | -1/+1 |
* | kbuild: h8300,m68knommu,sh,sh64 use generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 1 | -8/+0 |
* | [PATCH] NTP: ntp-helper functions | john stultz | 2005-09-07 | 1 | -4/+1 |
* | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. | Steven Rostedt | 2005-08-29 | 1 | -6/+5 |
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. | Eric W. Biederman | 2005-07-26 | 1 | -6/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 2005-07-12 | 1 | -0/+2 |
|\ |
|
| * | [PATCH] I2C: Move hwmon drivers (1/3) | Jean Delvare | 2005-07-11 | 1 | -0/+2 |
* | | [NET]: add a top-level Networking menu to *config | Sam Ravnborg | 2005-07-11 | 1 | -1/+3 |
|/ |
|
* | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 2005-06-25 | 1 | -3/+1 |
* | [PATCH] ptrace_h8300: condition bugfix | Domen Puncer | 2005-06-23 | 1 | -2/+2 |
* | [PATCH] make each arch use mm/Kconfig | Dave Hansen | 2005-06-23 | 1 | -0/+3 |
* | [PATCH] h8300 sleep problem | Nick Piggin | 2005-05-31 | 1 | -1/+1 |
* | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -2/+3 |