index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin
123
-11977
/
+0
2008-10-10
parisc: move pdc_result to real2.S
Kyle McMartin
1
-0
/
+3
2008-10-10
parisc: ropes.h - fix <asm-parisc/*> -> <asm/*>
Kyle McMartin
1
-1
/
+1
2008-09-09
lib: Correct printk %pF to work on all architectures
James Bottomley
1
-0
/
+5
2008-07-26
[PATCH] kill altroot
Al Viro
1
-17
/
+0
2008-07-26
mm: spinlock tree_lock
Nick Piggin
1
-2
/
+2
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-1
/
+1
2008-07-25
Merge git://git.infradead.org/~dwmw2/random-2.6
Linus Torvalds
1
-6
/
+0
2008-07-25
remove dummy asm/kvm.h files
Adrian Bunk
1
-6
/
+0
2008-07-25
include/asm/ptrace.h userspace headers cleanup
Adrian Bunk
1
-1
/
+3
2008-07-25
clean up duplicated alloc/free_thread_info
FUJITA Tomonori
1
-7
/
+3
2008-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-4
/
+0
2008-07-24
ide: define MAX_HWIFS in <linux/ide.h>
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-07-24
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
1
-1
/
+0
2008-07-24
flag parameters: paccept
Ulrich Drepper
1
-0
/
+5
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
1
-4
/
+0
2008-07-24
Remove asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-06-26
parisc: convert to generic helpers for IPI function calls
Jens Axboe
1
-0
/
+3
2008-06-13
parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3
Kyle McMartin
1
-1
/
+1
2008-05-15
parisc: use conditional macro for 64-bit wide ops
Kyle McMartin
1
-4
/
+2
2008-05-15
parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>.
Robert P. J. Day
1
-50
/
+1
2008-05-15
parisc: new termios definitions
Alan Cox
3
-3
/
+12
2008-05-02
parisc: types: use <asm-generic/int-*.h> for the parisc architecture
H. Peter Anvin
1
-31
/
+2
2008-04-30
asm-*/futex.h should include linux/uaccess.h
Jeff Dike
1
-1
/
+1
2008-04-29
kernel: Move arches to use common unaligned access
Harvey Harrison
1
-4
/
+8
2008-04-28
mm: introduce pte_special pte bit
Nick Piggin
1
-0
/
+2
2008-04-26
generic: implement __fls on all 64-bit archs
Alexander van Heukelum
1
-0
/
+1
2008-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-2
/
+0
2008-04-18
ide: remove ide_default_io_ctl() macro
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-04-17
Generic semaphore implementation
Matthew Wilcox
2
-234
/
+1
2008-04-02
kvm: provide kvm.h for all architecture: fixes headers_install
Christian Borntraeger
1
-0
/
+6
2008-03-15
[PARISC] futex: special case cmpxchg NULL in kernel space
Kyle McMartin
1
-2
/
+8
2008-03-15
[PARISC] clean up include/asm-parisc/elf.h
Randolph Chung
1
-12
/
+10
2008-03-15
[PARISC] pdc_console: fix bizarre panic on boot
Kyle McMartin
1
-1
/
+1
2008-03-15
[PARISC] remove unused pdc_iodc_printf function
Kyle McMartin
1
-1
/
+0
2008-03-15
[PARISC] bump __NR_syscalls
Kyle McMartin
1
-1
/
+1
2008-03-15
[PARISC] unbreak pgalloc.h
Kyle McMartin
1
-2
/
+2
2008-03-15
[PARISC] move VMALLOC_* definitions to fixmap.h
Kyle McMartin
2
-9
/
+8
2008-03-15
[PARISC] wire up timerfd syscalls
Kyle McMartin
1
-0
/
+3
2008-02-08
CONFIG_HIGHPTE vs. sub-page page tables.
Martin Schwidefsky
2
-2
/
+10
2008-02-08
asm-*/posix_types.h: scrub __GLIBC__
Mike Frysinger
1
-6
/
+2
2008-02-08
aout: move STACK_TOP[_MAX] to asm/processor.h
David Howells
2
-10
/
+10
2008-02-07
Add cmpxchg_local to parisc
Mathieu Desnoyers
1
-0
/
+33
2008-02-07
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
Kirill A. Shutemov
2
-7
/
+0
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
2
-7
/
+7
2008-02-05
maps4: rework TASK_SIZE macros
Dave Hansen
1
-1
/
+2
2008-02-03
include/asm-parisc/: Spelling fixes
Joe Perches
2
-2
/
+2
2008-02-03
asm-*/compat.h: fix typo in comment
Marcin Ĺšlusarz
1
-1
/
+1
2008-02-03
vga.h: Fix prepocessor warning
Frank Lichtenheld
1
-1
/
+1
2008-01-31
[NET]: Introducing socket mark socket option.
Laszlo Attila Toth
1
-0
/
+2
[next]