| Commit message (Expand) | Author | Age | Files | Lines |
* | kconfig: Standardize "depends" -> "depends on" in Kconfig files | Robert P. J. Day | 2006-12-12 | 1 | -14/+14 |
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 2006-12-08 | 1 | -0/+8 |
* | [PATCH] relocatable kernel: Kallsyms generate relocatable symbols | Eric W. Biederman | 2006-12-07 | 1 | -0/+1 |
* | [NET]: V850 checksum annotations and cleanups. | Al Viro | 2006-12-02 | 2 | -14/+14 |
* | [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 |
* | Attack of "the the"s in arch | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 2006-10-02 | 1 | -0/+20 |
* | [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] const struct tty_operations | Jeff Dike | 2006-10-02 | 2 | -2/+2 |
* | [PATCH] proper flags type of spin_lock_irqsave() | Alexey Dobriyan | 2006-10-01 | 3 | -8/+8 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] v850: call init_page_count() instead of set_page_count() | Miles Bader | 2006-07-31 | 1 | -3/+3 |
* | [PATCH] v850: Remove symbol exports which duplicate global ones | Miles Bader | 2006-07-31 | 1 | -16/+0 |
* | [PATCH] irq-flags: V850: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 3 | -3/+3 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 18 | -18/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-29 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 1 | -1/+1 |
* | | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 1 | -3/+3 |
|/ |
|
* | [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] bitops: v850: use generic bitops | Akinobu Mita | 2006-03-26 | 1 | -0/+6 |
* | [PATCH] kill include/linux/platform.h, default_idle() cleanup | Adrian Bunk | 2006-03-24 | 1 | -1/+1 |
* | [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() | Greg Kroah-Hartman | 2006-03-20 | 1 | -0/+8 |
* | [PATCH] add missing pm_power_off's | Adrian Bunk | 2006-03-06 | 1 | -0/+3 |
* | [PATCH] hrtimer: round up relative start time on low-res arches | Ingo Molnar | 2006-02-14 | 1 | -0/+4 |
* | [PATCH] Fix some ucLinux breakage from the tty updates | Alan Cox | 2006-02-03 | 1 | -15/+10 |
* | [PATCH] v850: task_stack_page(), task_pt_regs() | Al Viro | 2006-01-12 | 2 | -2/+2 |
* | [PATCH] dump_thread() cleanup | akpm@osdl.org | 2006-01-10 | 2 | -26/+0 |
* | [PATCH] tiny: Make *[ug]id16 support optional | Matt Mackall | 2006-01-08 | 1 | -3/+0 |
* | [PATCH] v850: use generic hardirq code | Christoph Hellwig | 2005-11-15 | 2 | -631/+13 |
* | [PATCH] v850: Fix show_interrupts | Miles Bader | 2005-11-15 | 1 | -38/+43 |
* | [PATCH] sched: disable preempt in idle tasks | Nick Piggin | 2005-11-09 | 1 | -6/+10 |
* | [PATCH] consolidate sys_ptrace() | Christoph Hellwig | 2005-11-07 | 1 | -41/+2 |
* | [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 |
* | [PATCH] V850: C99 initializers for hw_interrupt_type structures | Thomas Gleixner | 2005-09-10 | 3 | -21/+21 |
* | kbuild: v850 use generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 3 | -14/+2 |
* | [PATCH] NTP: ntp-helper functions | john stultz | 2005-09-07 | 1 | -5/+2 |
* | [PATCH] v850: Add show_mem | Miles Bader | 2005-09-02 | 1 | -0/+30 |
* | [PATCH] v850: Update defconfigs | Miles Bader | 2005-09-02 | 3 | -60/+90 |
* | [PATCH] v850: Round up length passed to slram driver to a multiple of SLRAM_B... | Miles Bader | 2005-09-02 | 1 | -2/+12 |
* | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. | Steven Rostedt | 2005-08-29 | 1 | -6/+5 |
* | [PATCH] v850: Update PCI support | Miles Bader | 2005-07-27 | 2 | -6/+45 |
* | [PATCH] v850: Add defconfigs | Miles Bader | 2005-07-27 | 5 | -28/+1543 |
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. | Eric W. Biederman | 2005-07-26 | 6 | -35/+0 |
* | [PATCH] v850: Align ___start___param to match parameter alignment | Miles Bader | 2005-07-13 | 1 | -2/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-07-12 | 1 | -1/+3 |
|\ |
|
| * | [NET]: add a top-level Networking menu to *config | Sam Ravnborg | 2005-07-11 | 1 | -1/+3 |