aboutsummaryrefslogtreecommitdiff
path: root/include/asm-parisc
AgeCommit message (Expand)AuthorFilesLines
2007-08-27[PARISC] Add dummy isa_(bus|virt)_to_(virt|bus) inlinesGravatar Kyle McMartin 1-0/+10
2007-08-27[PARISC] Add empty <asm-parisc/vga.h>Gravatar Kyle McMartin 1-0/+6
2007-08-01Fix WARN_ON() on bitfield ops for all other archsGravatar Heiko Carstens 1-1/+1
2007-07-31remove unused TIF_NOTIFY_RESUME flagGravatar Stephane Eranian 1-9/+7
2007-07-19[PATCH] sched: sched_cacheflush is now unusedGravatar Ralf Baechle 1-11/+0
2007-07-19arch: personality independent stack topGravatar Peter Zijlstra 1-0/+1
2007-07-17fbdev: detect primary display deviceGravatar Antonino A. Daplas 1-0/+6
2007-07-17fbdev: move arch-specific bits to their respective subdirectoriesGravatar Antonino A. Daplas 1-0/+13
2007-07-17mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirtyGravatar Martin Schwidefsky 1-16/+0
2007-07-16Introduce compat_u64 and compat_s64 typesGravatar Arnd Bergmann 1-0/+2
2007-07-16Introduce O_CLOEXECGravatar Ulrich Drepper 1-14/+15
2007-07-16page table handling cleanupGravatar Jan Beulich 1-4/+0
2007-07-11PCI: remove pci_dac_dma_... APIsGravatar Jan Beulich 1-3/+0
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Gravatar Michael Ellerman 1-4/+0
2007-07-10lots-of-architectures: enable arbitary speed tty supportGravatar Alan Cox 1-0/+11
2007-06-21[PARISC] Fix unwinder on 64-bit kernelsGravatar Randolph Chung 1-1/+0
2007-05-30[PARISC] fix trivial spelling nit in asm/linkage.hGravatar Kyle McMartin 1-1/+1
2007-05-30[PARISC] fix "ENTRY" macro redefinitionGravatar Helge Deller 1-0/+3
2007-05-27[PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscallsGravatar Helge Deller 1-1/+11
2007-05-27[PARISC] fix section mismatches in arch/parisc/kernelGravatar Helge Deller 2-3/+3
2007-05-22[PARISC] Let PA-8900 processors bootGravatar Kyle McMartin 2-3/+4
2007-05-22[PARISC] Wire up kexec_load syscallGravatar Kyle McMartin 1-1/+2
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 2-0/+2
2007-05-11Consolidate asm/poll.hGravatar Stephen Rothwell 1-27/+1
2007-05-09wrap access to thread_infoGravatar Roman Zippel 1-1/+1
2007-05-08local_t: parisc cleanupGravatar Mathieu Desnoyers 1-40/+1
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Gravatar Mathieu Desnoyers 1-16/+31
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to pariscGravatar Mathieu Desnoyers 1-3/+26
2007-05-08Clean up mostly unused IOSPACE macrosGravatar David Gibson 1-4/+0
2007-05-08move die notifier handling to common codeGravatar Christoph Hellwig 1-0/+1
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-0/+1
2007-05-02PCI: scatterlist.h needs types.hGravatar Jean Delvare 1-0/+1
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionGravatar Jeremy Fitzhardinge 1-0/+1
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportGravatar Eric Dumazet 1-0/+2
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionGravatar Eric Dumazet 1-1/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Gravatar Linus Torvalds 35-409/+291
2007-02-21[PARISC] Use symbolic last syscall in __NR_Linux_syscallsGravatar Kyle McMartin 1-1/+1
2007-02-21[PARISC] Add missing statfs64 and fstatfs64 syscallsGravatar Guy Martin 1-1/+3
2007-02-18Revert "[PARISC] Optimize TLB flush on SMP systems"Gravatar Kyle McMartin 1-11/+13
2007-02-17[PARISC] convert to use CONFIG_64BIT instead of __LP64__Gravatar Helge Deller 19-46/+46
2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroGravatar Helge Deller 3-38/+35
2007-02-17[PARISC] fix ENTRY() and ENDPROC() for 64bit-pariscGravatar Helge Deller 1-3/+13
2007-02-17[PARISC] implement standard ENTRY(), END() and ENDPROC()Gravatar Helge Deller 1-4/+16
2007-02-17[PARISC] kill ENTRY_SYS_CPUSGravatar Kyle McMartin 1-8/+0
2007-02-17[PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported headerGravatar Kyle McMartin 1-0/+5
2007-02-17[PARISC] move parisc_device_id definition to mod_devicetable.hGravatar Kyle McMartin 1-12/+1
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportGravatar Kyle McMartin 2-1/+5
2007-02-17[PARISC] Convert soft power switch driver to kthreadGravatar Helge Deller 1-1/+1
2007-02-17[PARISC] Use fstatat64 instead of newfstatat syscallGravatar Helge Deller 1-1/+1
2007-02-17[PARISC] add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwaitGravatar Helge Deller 1-1/+5