| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-12-01 | 1 | -0/+7 |
|\ |
|
| * | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 2006-12-01 | 1 | -0/+7 |
* | | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 3 | -5/+5 |
|/ |
|
* | [PATCH] Fix incorrent type of flags in <asm/semaphore.h> | Kyle McMartin | 2006-11-26 | 1 | -2/+4 |
* | [PARISC] pdc_init no longer exists | Matthew Wilcox | 2006-10-07 | 1 | -2/+0 |
* | Build fixes for struct pt_regs removal | Matthew Wilcox | 2006-10-06 | 1 | -0/+1 |
* | [PARISC] Make DMA routines more stubby | Matthew Wilcox | 2006-10-04 | 1 | -6/+1 |
* | [PARISC] Define pci_get_legacy_ide_irq | Matthew Wilcox | 2006-10-04 | 1 | -0/+5 |
* | [PARISC] Fix iounmap compile warning | Matthew Wilcox | 2006-10-04 | 1 | -1/+1 |
* | [PARISC] Add support for Quicksilver AGPGART | Kyle McMartin | 2006-10-04 | 2 | -0/+37 |
* | [PARISC] Move LBA and SBA register defines to the common ropes.h | Kyle McMartin | 2006-10-04 | 1 | -1/+161 |
* | [PARISC] Create shared <asm/ropes.h> header | Kyle McMartin | 2006-10-04 | 2 | -53/+150 |
* | [PARISC] Allow nested interrupts | James Bottomley | 2006-10-04 | 1 | -0/+2 |
* | [PARISC] Enable interrupts while spinning | Matthew Wilcox | 2006-10-04 | 1 | -10/+21 |
* | [PARISC] Use CONFIG_HZ to determine interval timer rate (aka clock ticks) | Grant Grundler | 2006-10-04 | 1 | -7/+3 |
* | [PARISC] Implement futex_atomic_cmpxchg_inatomic | Carlos O'Donell | 2006-10-04 | 1 | -3/+68 |
* | [PARISC] Improve rwlock implementation | Matthew Wilcox | 2006-10-04 | 1 | -37/+61 |
* | [PARISC] Clean up asm-parisc/serial.h | Matthew Wilcox | 2006-10-04 | 1 | -14/+2 |
* | [PARISC] Switch is_compat_task to use TIF_32BIT | Kyle McMartin | 2006-10-04 | 2 | -3/+3 |
* | [PARISC] Prevent multiple includes of asm-parisc/parisc-device.h | Kyle McMartin | 2006-10-04 | 1 | -0/+5 |
* | [PARISC] parisc specific kmap API implementation for pa8800 | James Bottomley | 2006-10-04 | 3 | -22/+43 |
* | [PARISC] Fix up parisc irq handling for genirq changes | Kyle McMartin | 2006-10-04 | 1 | -2/+2 |
* | [PARISC] Add asm-parisc/mckinley.h bus header | Kyle McMartin | 2006-10-04 | 1 | -0/+9 |
* | [PARISC] Abstract shift register left in .S | Kyle McMartin | 2006-10-04 | 1 | -2/+4 |
* | [PARISC] PA7200 also supports prefetch for read | Kyle McMartin | 2006-10-04 | 1 | -0/+3 |
* | [PARISC] Untangle <asm/processor.h> header include mess | Kyle McMartin | 2006-10-04 | 2 | -26/+38 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 2006-10-02 | 1 | -86/+0 |
* | [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locks | Martin Schwidefsky | 2006-10-01 | 1 | -0/+4 |
* | [PATCH] Standardize pxx_page macros | Dave McCracken | 2006-09-26 | 1 | -4/+5 |
* | [PATCH] headers_check: Clean up asm-parisc/page.h for user headers | Matthew Wilcox | 2006-09-19 | 1 | -13/+5 |
* | [PATCH] remove set_wmb - arch removal | Steven Rostedt | 2006-07-14 | 1 | -2/+0 |
* | Merge git://git.infradead.org/hdrinstall-2.6 | Linus Torvalds | 2006-07-04 | 1 | -0/+1 |
|\ |
|
| * | Add empty Kbuild files for 'make headers_install' in remaining arches. | David Woodhouse | 2006-06-18 | 1 | -0/+1 |
* | | [PATCH] irq-flags: PARISC: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -6/+4 |
* | | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 2006-06-29 | 1 | -0/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2006-06-29 | 8 | -35/+61 |
|\ \ |
|
| * | | [PARISC] Move os_id_to_string() inside #ifndef __ASSEMBLY__ | Kyle McMartin | 2006-06-27 | 1 | -13/+12 |
| * | | [PARISC] Add os_id_to_string helper | Kyle McMartin | 2006-06-27 | 1 | -0/+13 |
| * | | [PARISC] OS_ID_LINUX == 0x0006 | Kyle McMartin | 2006-06-27 | 1 | -2/+1 |
| * | | [PARISC] Ensure Space ID hashing is turned off | Kyle McMartin | 2006-06-27 | 1 | -0/+1 |
| * | | [PARISC] Match show_cache_info with reality | Kyle McMartin | 2006-06-27 | 1 | -2/+2 |
| * | | [PARISC] Add is_compat_task() helper | Kyle McMartin | 2006-06-27 | 1 | -0/+11 |
| * | | [PARISC] PDC_CHASSIS is implemented on all machines | Thibaut Varene | 2006-06-27 | 1 | -0/+1 |
| * | | [PARISC] Remove unconditional #define PIC in syscall macros | Carlos O'Donell | 2006-06-27 | 1 | -5/+0 |
| * | | [PARISC] Use MFIA in current_text_addr on pa2.0 processors | Kyle McMartin | 2006-06-27 | 1 | -8/+6 |
| * | | [PARISC] Use FIXUP_BRANCH_CLOBBER to asm clobber list | Carlos O'Donell | 2006-06-27 | 1 | -2/+7 |
| * | | [PARISC] Whitespace clean up in asm/pgtable.h | Kyle McMartin | 2006-06-27 | 1 | -4/+4 |
| * | | [PARISC] Ensure all ldcw uses are ldcw,co on pa2.0 | Kyle McMartin | 2006-06-27 | 2 | -12/+16 |
* | | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 2006-06-29 | 1 | -9/+0 |