| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] consolidate line discipline number definitions | Tilman Schmidt | 2007-02-11 | 1 | -18/+0 |
* | [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag | Robert P. J. Day | 2007-02-11 | 1 | -1/+0 |
* | [PATCH] kill eth_io_copy_and_sum() | Al Viro | 2007-02-09 | 1 | -9/+0 |
* | [ARM] pass vma for flush_anon_page() | Russell King | 2007-01-08 | 1 | -1/+1 |
* | [PATCH] Optimize D-cache alias handling on fork | Ralf Baechle | 2006-12-13 | 1 | -0/+2 |
* | [PATCH] tty: preparatory structures for termios revamp | Alan Cox | 2006-12-08 | 1 | -0/+11 |
* | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] mm: pagefault_{disable,enable}() | Peter Zijlstra | 2006-12-07 | 1 | -2/+2 |
* | [NET]: PARISC checksum annotations and cleanups. | Al Viro | 2006-12-03 | 1 | -29/+26 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-12-02 | 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-27 | 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-07 | 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-15 | 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-30 | 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-28 | 1 | -13/+12 |
| * | | [PARISC] Add os_id_to_string helper | Kyle McMartin | 2006-06-28 | 1 | -0/+13 |
| * | | [PARISC] OS_ID_LINUX == 0x0006 | Kyle McMartin | 2006-06-28 | 1 | -2/+1 |