aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2006-10-07[PARISC] More pt_regs removalMatthew Wilcox2-27/+12
2006-10-07[PARISC] Make firmware calls irqsafe-ish...Kyle McMartin2-99/+159
2006-10-07[PA-RISC] Fix boot breakageMatthew Wilcox1-3/+3
2006-10-07[PARISC] Use set_irq_regsMatthew Wilcox1-0/+3
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox2-4/+4
2006-10-05[PA-RISC] Fix time.c for new do_timer() calling conventionMatthew Wilcox1-14/+23
2006-10-05[PA-RISC] Fix must_check warnings in drivers.cMatthew Wilcox1-3/+8
2006-10-05[PA-RISC] Fix parisc_newuname()Matthew Wilcox1-23/+10
2006-10-05[PA-RISC] Remove warning from pci.cMatthew Wilcox1-1/+1
2006-10-05[PA-RISC] Fix filldir warningsMatthew Wilcox2-7/+5
2006-10-05[PA-RISC] Fix sys32_sysctlMatthew Wilcox1-6/+9
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2-3/+0
2006-10-04[PARISC] Kill wall_jiffies useAndrew Morton1-3/+0
2006-10-04[PARISC] Honour "panic_on_oops" sysctlHelge Deller1-0/+10
2006-10-04[PARISC] Export clear_user_page to modulesMatthew Wilcox1-2/+2
2006-10-04[PARISC] Fix CONFIG_DEBUG_SPINLOCKMatthew Wilcox1-3/+0
2006-10-04[PARISC] Fix HPUX compat compile with current GCCMatthew Wilcox1-1/+1
2006-10-04[PARISC] Fix iounmap compile warningMatthew Wilcox1-1/+1
2006-10-04[PARISC] Add hardware found in the rp8400Matthew Wilcox1-0/+3
2006-10-04[PARISC] Allow nested interruptsJames Bottomley2-63/+89
2006-10-04[PARISC] Further updates to timer_interrupt()Grant Grundler1-62/+65
2006-10-04[PARISC] remove halftick and copy clocktick to local var (gcc can optimize us...Grant Grundler1-15/+31
2006-10-04[PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.Grant Grundler1-44/+96
2006-10-04[PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler2-10/+14
2006-10-04[PARISC] Prevent processor_probe() from clobbering cpu_data[0]Grant Grundler1-2/+3
2006-10-04[PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin1-1/+1
2006-10-04[PARISC] Allow overriding personality with sys_personalityKyle McMartin2-2/+47
2006-10-04[PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin2-26/+3
2006-10-04[PARISC] parisc specific kmap API implementation for pa8800James Bottomley1-1/+44
2006-10-04[PARISC] Fix up parisc irq handling for genirq changesKyle McMartin1-1/+1
2006-10-04[PARISC] Abstract shift register left in .SKyle McMartin1-15/+4
2006-10-04[PARISC] Remove variables decls duplicated from asm-generic/sections.hKyle McMartin1-13/+10
2006-10-04[PARISC] PA7200 also supports prefetch for readKyle McMartin1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones2-3/+0
2006-10-03Attack of "the the"s in archMatt LaPlante1-2/+2
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2-4/+21
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-1/+8
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-16/+21
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-4/+1
2006-10-01[PATCH] proper flags type of spin_lock_irqsave()Alexey Dobriyan1-3/+4
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] Fix conflict with the is_init identifier on pariscEric Biederman1-16/+16
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-0/+2
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel21-21/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds13-147/+281
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-7/+4
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-0/+4
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-4/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-5/+5
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-2/+1
2006-06-27[PARISC] Fix do_gettimeofday() hangJames Bottomley1-2/+16
2006-06-27[PARISC] Fix PCREL22F relocation problem for most modulesJames Bottomley1-13/+50
2006-06-27[PARISC] Refactor show_regs in traps.cKyle McMartin1-44/+40
2006-06-27[PARISC] OS_ID_LINUX == 0x0006Kyle McMartin2-2/+4
2006-06-27[PARISC] Ensure Space ID hashing is turned offKyle McMartin2-1/+29
2006-06-27[PARISC] Match show_cache_info with realityKyle McMartin1-8/+10
2006-06-27[PARISC] Remove unused macro fixup_branch in syscall.SKyle McMartin1-12/+0
2006-06-27[PARISC] Add is_compat_task() helperKyle McMartin2-14/+14
2006-06-27[PARISC] pdc_stable version 0.30Thibaut Varene1-0/+5
2006-06-27[PARISC] Work around machines which do not support chassis warningsThibaut Varene1-20/+24
2006-06-27[PARISC] PDC_CHASSIS is implemented on all machinesThibaut Varene2-15/+80
2006-06-27[PARISC] Remove dead function pc_in_user_spaceKyle McMartin1-9/+0
2006-06-27[PARISC] Use FIXUP_BRANCH_CLOBBER to asm clobber listCarlos O'Donell1-8/+10
2006-06-27[PARISC] Ensure all ldcw uses are ldcw,co on pa2.0Kyle McMartin2-4/+4
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-1/+1
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-5/+5
2006-04-21[PARISC] Add new entries to the syscall tableKyle McMartin2-1/+15
2006-04-21[PARISC] Further work for multiple page sizesHelge Deller9-79/+133
2006-04-21[PARISC] defconfig updatesHelge Deller1-179/+315
2006-04-21[PARISC] Misc. janitorial workHelge Deller2-3/+3
2006-04-21[PARISC] EISA regions must be mapped NO_CACHEHelge Deller1-1/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto1-0/+5
2006-03-30[PARISC] Enabled some NLS modules in a500, b180 and c3000 defconfigsStuart Brady3-14/+14
2006-03-30[PARISC] Kill duplicated EXPORT_SYMBOL warningsKyle McMartin1-17/+0
2006-03-30[PARISC] Move ioremap EXPORT_SYMBOL from parisc_ksyms.cKyle McMartin2-2/+2
2006-03-30[PARISC] Update defconfigsHelge Deller3-279/+286
2006-03-30[PARISC] Add PREEMPT supportKyle McMartin2-8/+37
2006-03-30[PARISC] Fixup CONFIG_EISA a bitHelge Deller1-5/+3
2006-03-30[PARISC] getsockopt should be ENTRY_COMPKyle McMartin1-1/+1
2006-03-30[PARISC] Remove obsolete CONFIG_DEBUG_IOREMAPHelge Deller2-28/+0
2006-03-30[PARISC] Temporary FIXME for ioremapping EISA regionsHelge Deller1-5/+6
2006-03-30[PARISC] Enable ioremap functionality unconditionallyHelge Deller2-25/+2
2006-03-30[PARISC] Add CONFIG_HPPA_IOREMAP to conditionally enable ioremapHelge Deller2-7/+17
2006-03-30[PARISC] Fix IOREMAP with a 64-bit kernelHelge Deller1-3/+3
2006-03-30[PARISC] Add parisc implementation of flush_kernel_dcache_page()James Bottomley2-5/+5
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller1-1/+1
2006-03-30[PARISC] Enable free_initrd_mem()Helge Deller1-4/+3
2006-03-30[PARISC] Clarify pdc_stable license termsThibaut VARENE1-3/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-1/+2
2006-03-26[PATCH] bitops: parisc: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2-30/+1
2006-03-26[PATCH] create struct compat_timex and use it everywhereStephen Rothwell1-33/+4
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-5/+0
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-15/+10
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar1-0/+5
2006-02-13[PATCH] sys_newfstatat -> sys_fstatat64Kyle McMartin1-1/+1
2006-02-08[PARISC] Stub out pselect6/ppoll until TIF_RESTORE_SIGMASK is doneKyle McMartin1-2/+2
2006-02-07[PATCH] sys_hpux: fix strlen_user() raceKyle McMartin1-3/+7
2006-01-30[PARISC] New syscalls (inotify, *at, pselect6/ppoll, migrate_pages)Kyle McMartin1-0/+19
2006-01-29[PARISC] Simplify DISCONTIGMEM in KconfigKyle McMartin1-7/+13
2006-01-22[PARISC] Arch-specific compat signalsKyle McMartin4-8/+231
2006-01-22[PARISC] Use DEBUG_KERNEL to catch used-after-free __init dataHelge Deller1-8/+1
2006-01-22[PARISC] Add CONFIG_DEBUG_RODATA to protect read-only dataHelge Deller4-3/+27
2006-01-22[PARISC] Remove {,un}lock_kernel from perf ioctlMatthew Wilcox1-3/+0
2006-01-22[PARISC] Add chassis_power_off routineKyle McMartin1-8/+5
2006-01-22[PARISC] Remove obsolete _hlt cruftKyle McMartin1-16/+0
2006-01-22[PARISC] Move pm_power_off export to process.cKyle McMartin2-3/+1
2006-01-22[PARISC] Clean up compiler warning in pci.cHelge Deller1-0/+2
2006-01-22[PARISC] Use F_EXTEND() for COMMAND_GLOBALKyle McMartin1-6/+1
2006-01-22[PARISC] Fix floating point invalid exception trap handlerJames Bottomley1-0/+1
2006-01-22[PARISC] Drop unused do_check_pgt_cache()Helge Deller1-5/+0
2006-01-22[PARISC] Remove unnecessary extern declarations from asm/pci.hGrant Grundler1-1/+1
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller5-29/+27
2006-01-22[PARISC] Update b180_defconfigMatthew Wilcox1-36/+146
2006-01-21[PARISC] Make flush_tlb_all_local take a void *Matthew Wilcox1-4/+2
2006-01-18[PATCH] e1000: Added disable packet split capabilityJesse Brandeburg2-0/+2
2006-01-13[PATCH] Add parisc_bus_type probe and remove methodsRussell King1-2/+2
2006-01-12[PATCH] parisc: task_stack_page(), task_thread_info()Al Viro2-4/+4
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap2-0/+2
2006-01-10[PARISC] Use STABS_DEBUG macro from vmlinux.lds.hMatthew Wilcox1-9/+2
2006-01-10[PARISC] Fix Dino reporting on J2240Matthew Wilcox1-0/+1
2006-01-10[PARISC] Fix BLK_BOUNCE_HIGH on parisc by initializing max_low_pfnGrant Grundler1-0/+7
2006-01-10[PARISC] Fix GSC graphics cards with 64MB regionsMatthew Wilcox1-3/+8
2006-01-10[PARISC] Fix and cleanup ioremap.c to work with 4level-fixup.hKyle McMartin1-37/+63
2006-01-10[PARISC] Make local cache flushes take a void *Matthew Wilcox3-10/+8
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller17-52/+58
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-43/+1
2006-01-10[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.cChristoph Hellwig1-19/+0
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-3/+0
2005-11-17[PARISC] Remove unused variable in signal.cGrant Grundler1-1/+0
2005-11-17[PARISC] remove drm compat ioctls handlersChristoph Hellwig1-541/+0
2005-11-17[PARISC] move PA perf driver over to ->compat_ioctlChristoph Hellwig2-18/+20
2005-11-17[PARISC] Fix some compile problems in ptrace.cMatthew Wilcox1-2/+3
2005-11-17[PARISC] Improve the error message when we get a clashing mod pathMatthew Wilcox1-2/+6
2005-11-17[PARISC] Return PDC_OK when alloc_pa_dev fails to enumerate all devicesMatthew Wilcox1-1/+1
2005-11-17[PARISC] Document some register usages in assembly filesCarlos O'Donell2-1/+3
2005-11-17[PARISC] Make redirecting irq messages less noisyRyan Bradetich1-1/+1
2005-11-17[PARISC] irq_affinityp[] only available for SMP buildsGrant Grundler1-2/+9
2005-11-17[PARISC] Add IRQ affinitiesJames Bottomley1-2/+58
2005-11-17[PARISC] Fix uniprocessor build by dummying smp_send_all_nop()Kyle McMartin1-0/+2
2005-11-17[PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley2-15/+31
2005-11-17[PARISC] Disable nesting of interruptsGrant Grundler1-7/+6
2005-11-17[PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley2-0/+6
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-0/+2
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-0/+3
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-46/+4
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] adjust parisc sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-30[PATCH] TIOC* compat ioctl handlingChristoph Hellwig1-5/+0
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+3
2005-10-29[PATCH] mm: parisc pte atomicityHugh Dickins1-15/+9
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins2-5/+3
2005-10-28Auto-update from upstreamKyle McMartin1-3/+3
2005-10-28[PATCH] gfp_t: dma-mapping (parisc)Al Viro1-3/+3
2005-10-21[PARISC] defconfig updatesKyle McMartin5-905/+1705
2005-10-21[PARISC] Properly specify section alignment for real2.SGrant Grundler1-1/+1
2005-10-21[PARISC] Specify level to fix binutils level promotion bugGrant Grundler1-1/+3
2005-10-21[PARISC] Explicitly specify sr4 when flushing kernel spaceMatthew Wilcox1-17/+17
2005-10-21[PARISC] Properly specify index field to I/D cache flush opsGrant Grundler2-6/+9
2005-10-21[PARISC] Fix copy_user_page_asm to NOT access past end of pageGrant Grundler1-4/+9
2005-10-21[PARISC] Remove the spurious do_softirq calls from entry.SJames Bottomley1-27/+0
2005-10-21[PARISC] Fix the alloc_slabmgmt panicJames Bottomley1-0/+2
2005-10-21[PARISC] Implement 5 argument clone.Carlos O'Donell1-5/+29
2005-10-21[PARISC] Update Kconfig for itimer selectionGrant Grundler1-2/+3
2005-10-21[PARISC] Update minimum compiler version and CROSS_COMPILE for parisc64Randolph Chung1-1/+10
2005-10-21[PARISC] Document history of PDC_NARROW as it is now obsoleteGrant Grundler1-8/+8
2005-10-21[PARISC] kfree cleanups to ioctl32.cJesper Juhl1-23/+9
2005-10-21[PARISC] Cleanup whitespace and handle proc_mkdir() failures in pci-dma.cGrant Grundler1-18/+30
2005-10-21[PARISC] More informative error message in pcibios_link_hba_resourcesGrant Grundler1-1/+2
2005-10-21[PARISC] Update pdc console from parisc treeMatthew Wilcox1-36/+10
2005-10-21[PARISC] Prevent signal loops if we have a problem setting up a frameRandolph Chung1-9/+1
2005-10-21[PARISC] Add printing of fpregs state to stack dumpThibaut Varene1-6/+31
2005-10-21[PARISC] Disable use of fpregs in pa_memcpyRandolph Chung2-1/+3
2005-10-21[PARISC] Add sync required after fdc to enforce insn orderingGrant Grundler1-0/+1
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler7-105/+108
2005-10-21[PARISC] Use work queue in LED/LCD driver instead of tasklet.Grant Grundler1-8/+0
2005-10-21[PARISC] Add new ioprio_{set,get} syscallsJens Axboe1-0/+6
2005-10-21[PARISC] Fix parisc_setup_cache_timing to choose a better flush thresholdStuart Brady1-4/+6
2005-10-21[PARISC] Add ability for prctl to change unaligned trap behaviourKyle McMartin1-6/+10
2005-10-21[PARISC] Replace some calls to bl with b,l or bv to use longer offsetsRandolph Chung1-3/+13
2005-10-21[PARISC] Take into account nullified insn and lock functions for profilingRandolph Chung1-0/+18
2005-10-21[PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docsGrant Grundler4-129/+92
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox2-9/+11
2005-10-21[PARISC] Convert parisc_device tree to use struct device klistsMatthew Wilcox1-86/+187
2005-09-10[PATCH] spinlock consolidationIngo Molnar3-281/+2
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg10-18/+10
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-4/+1