aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[PATCH] ppc64: lacks definition of MM_VM_SIZE()Anton Blanchard1-0/+4
2005-01-14[PATCH] ppc64: make HvLpEvent_unregisterHandler() workMichael Ellerman1-0/+3
2005-01-12[PATCH] PPC64 Move thread_info flags to its own cache linePaul Mackerras1-2/+4
2005-01-12[PATCH] PPC64 can do preempt debug tooPaul Mackerras1-1/+1
2005-01-12[PATCH] PPC64 Disable preemption in flush_tlb_pendingPaul Mackerras1-1/+2
2005-01-11[PATCH] PPC64 had _raw_read_trylock alreadyPaul Mackerras1-2/+0
2005-01-11[PATCH] ppc64: Fix rtas_set_indicator(9005)Anton Blanchard1-0/+1
2005-01-11[PATCH] ppc64: interrupt code cleanupAnton Blanchard3-1/+6
2005-01-11[PATCH] ppc64: Remove flush_instruction_cacheAnton Blanchard1-1/+0
2005-01-11[PATCH] ppc64: PCI cleanupAnton Blanchard1-20/+3
2005-01-11[PATCH] ppc64: make xmon print BUG() warningsAnton Blanchard1-0/+2
2005-01-11[PATCH] ppc64: Move hotplug cpu functions to smp_opsZwane Mwaikambo1-0/+2
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky1-0/+6
2005-01-10[PATCH] ppc64: rename perf counter register #definesDavid Gibson1-2/+2
2005-01-07[PATCH] improve preemption on SMPIngo Molnar1-0/+8
2005-01-07[PATCH] sched: reset cache_hot_timeAnton Blanchard1-1/+1
2005-01-07[PATCH] sched: newidle fixAndrew Theurer1-0/+1
2005-01-07[PATCH] sched: more agressive wake_idle()Andrew Theurer1-0/+1
2005-01-07[PATCH] ppc64: IOMMU cleanups: Main cleanup patchOlof Johansson3-8/+15
2005-01-07[PATCH] ppc64: clean up trap handlingPaul Mackerras1-0/+4
2005-01-07[PATCH] ppc64: add performance monitor register information to processor.hDavid Gibson1-0/+25
2005-01-04[PATCH] sys_stime needs a compat functionMartin Schwidefsky1-0/+1
2005-01-04[PATCH] remove unused irq_cpustat fieldsChristoph Hellwig1-1/+0
2005-01-04[PATCH] ppc64: tidy up the htab_data structureStephen Rothwell1-9/+2
2005-01-04[PATCH] ppc64: remove StudlyCaps from lppaca structureStephen Rothwell4-64/+62
2005-01-04[PATCH] ppc64: move the lppaca defining header fileStephen Rothwell3-30/+29
2005-01-04[PATCH] ppc64: remove the naca from all but iSeriesStephen Rothwell2-2/+2
2005-01-04[PATCH] ppc64: remove debug_switch from the nacaStephen Rothwell2-4/+4
2005-01-04[PATCH] ppc64: remove serialPortAddr from the nacaStephen Rothwell1-1/+0
2005-01-04[PATCH] ppc64: remove the paca pointer form the nacaStephen Rothwell1-2/+0
2005-01-04[PATCH] ppc64: remove /proc/ppc64/{naca,paca/xx}Stephen Rothwell1-2/+0
2005-01-04[PATCH] ppc64: remove interrupt_controller from nacaStephen Rothwell2-1/+1
2005-01-04[PATCH] ppc64: remove the page table size from the nacaStephen Rothwell2-2/+2
2005-01-04[PATCH] ppc64: consolidate cache sizing variablesStephen Rothwell5-26/+29
2005-01-04[PATCH] ppc64: remove stale prom.h codeAnton Blanchard1-28/+0
2005-01-03[PATCH] Kprobes: wrapper to define jprobe.entryAnanth N. Mavinakayanahalli1-0/+2
2005-01-03[PATCH] ppc64: kprobes implementationAnanth N. Mavinakayanahalli3-0/+108
2004-12-31[PATCH] introduce fallback headerNick Piggin1-0/+2
2004-12-26Merge bk://linux-voyager.bkbits.net/mca-2.6Linus Torvalds1-6/+0
2004-12-16[PATCH] ppc64: fix single-stepping into/out of signal handlersPaul Mackerras2-0/+4
2004-12-12[PATCH] ppc64: pSeries shared processor fixesAnton Blanchard1-3/+5
2004-12-12[PATCH] ppc64: make sure lppaca doesn't cross page boundaryPaul Mackerras1-3/+9
2004-12-06[PATCH] Move MCA_bus to linux/mca.hMatthew Wilcox1-6/+0
2004-11-24[PATCH] ppc64: Make early processor spinup based on physical idsOlof Johansson2-0/+3
2004-11-24[PATCH] ppc64: Reserve kernel memory in kernel instead of wrapperAnton Blanchard1-1/+1
2004-11-21[PATCH] ppc64: pci_bus_to_host() simplificationBenjamin Herrenschmidt1-11/+3
2004-11-18[PATCH] ppc64: move emulate_step to arch/ppc64/libPaul Mackerras1-0/+13
2004-11-15[PATCH] ppc64: remove phb_set_modelAnton Blanchard1-10/+0
2004-11-15[PATCH] ppc64: avoid 32bit only syscalls in unistd.hAnton Blanchard1-9/+9
2004-11-15[PATCH] ppc64: Use pci_device_to_OF_nodeAnton Blanchard1-5/+0
2004-11-15[PATCH] ppc64: Kill unused KRANGE_{START,END} macrosDavid Gibson1-6/+0
2004-11-10[PATCH] ppc64: Bump MAX_HWIFS in IDE codeAnton Blanchard1-1/+1
2004-11-10[PATCH] ppc64: iSeries last of the cleanups fo the MF codeStephen Rothwell1-17/+5
2004-11-10[PATCH] ppc64: iSeries remove some Studly CapsStephen Rothwell1-10/+9
2004-11-07[PATCH] ppc64: iommu fixes, round 3Paul Mackerras1-12/+8
2004-11-02[SERIAL] Fix PPC64 for recent serial changesRussell King1-7/+0
2004-10-27[PATCH] ppc64: rework hugepage codeDavid Gibson3-9/+15
2004-10-26[PATCH] ppc/ppc64: hook up key management syscallsDavid Howells1-1/+4
2004-10-27[ide] add pci_get_legacy_ide_irq()Bartlomiej Zolnierkiewicz2-1/+13
2004-10-25[PATCH] ppc64: Some sparse fixesBenjamin Herrenschmidt2-2/+4
2004-10-25[PATCH] ppc64: Add new "Maple" platform supportBenjamin Herrenschmidt1-0/+1
2004-10-25[PATCH] ppc64: Fix g5-only buildBenjamin Herrenschmidt1-0/+8
2004-10-25[PATCH] ppc64: Improve PCI config accessorsBenjamin Herrenschmidt1-0/+17
2004-10-25[PATCH] ppc64: annotate remaining IO accessorsBenjamin Herrenschmidt3-86/+99
2004-10-25[PATCH] I/O space write barrierJesse Barnes1-0/+2
2004-10-25[PATCH] ppc64: create iommu_free_table()Paul Mackerras1-0/+3
2004-10-25[PATCH] ppc64: provide notifier list for EEH slot isolationsPaul Mackerras1-2/+26
2004-10-24[PATCH] ppc64: remove unused cruft from prom.hBenjamin Herrenschmidt1-27/+0
2004-10-24[PATCH] ppc64: cleanup/split SMP codeBenjamin Herrenschmidt2-3/+11
2004-10-24[PATCH] ppc64: clean up existence-check of legacy ISAdevicesBenjamin Herrenschmidt3-1/+9
2004-10-24[PATCH] ppc64: properly build list of legacy serial ports from OFBenjamin Herrenschmidt2-107/+7
2004-10-24[PATCH] ppc64: Rewrite the openpic driverBenjamin Herrenschmidt2-0/+17
2004-10-24[PATCH] ppc64: Move PCI IO mapping from pSeries_pci.c to pci.cBenjamin Herrenschmidt1-0/+2
2004-10-21[PATCH] Fix PREEMPT_ACTIVE definitionPaul Mackerras1-1/+1
2004-10-19[PATCH] vm: convert users of remap_page_range() under include/asm-*/ to use r...William Lee Irwin III1-1/+2
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman2-1/+7
2004-10-18[PATCH] cleanup: remove unused definitions from timex.hMartin Schwidefsky1-4/+0
2004-10-18[PATCH] sched: remove NODE_BALANCE_RATE definitionsMatthew Dobson1-3/+0
2004-10-18[PATCH] sched_domains: Make SD_NODE_INIT per-arch #2Matthew Dobson1-0/+20
2004-10-18[PATCH] generic irq subsystem: ppc64 portIngo Molnar3-48/+6
2004-10-18[PATCH] ppc64: Fix iSeries build (ouch !)Benjamin Herrenschmidt2-4/+6
2004-10-05[PATCH] PPC64: RPA dynamic addition/removal of PCI Host BridgesPaul Mackerras2-1/+5
2004-10-05[PATCH] PPC64: Add pcibios_remove_root_busPaul Mackerras1-0/+2
2004-10-05[PATCH] ppc64: squash EEH warningsDavid Gibson1-2/+1
2004-10-02[PATCH] ppc64: EEH checks mistakenly became no-opsDavid Gibson1-31/+16
2004-09-30[PATCH] ppc64: change bad choice of VSID_MULTIPLIERDavid Gibson2-6/+5
2004-09-29[PATCH] ppc64: Fix !SMP buildBenjamin Herrenschmidt1-1/+2
2004-09-26[PATCH] ppc64: Make the DART "iommu" code more genericBenjamin Herrenschmidt1-1/+3
2004-09-26[PATCH] ppc64: Remote some userland-only stuff from kernel headerBenjamin Herrenschmidt1-48/+1
2004-09-26[PATCH] ppc64: Fix spelling error in callback nameBenjamin Herrenschmidt1-1/+1
2004-09-25[PATCH] ppc64: Fix 32 bits conversion of SI_TIMER signalsBenjamin Herrenschmidt1-2/+4
2004-09-23[PATCH] ppc64: monster cleanupBenjamin Herrenschmidt12-200/+191
2004-09-21[PATCH] ppc64: remove pSeries IO token translationsRoland Dreier1-29/+17
2004-09-20[PATCH] ppc64: Fix __raw_* IO accessorsBenjamin Herrenschmidt1-8/+8
2004-09-16ppc64: Need to define HPAGE_SHIFT even when HUGETLB_PAGE not configured.Linus Torvalds1-2/+3
2004-09-16[PATCH] ppc64: remove LARGE_PAGE_SHIFT constantDavid Gibson1-2/+0
2004-09-16[PATCH] ppc64: Remove A() and AA()Anton Blanchard1-24/+0
2004-09-16[PATCH] ppc64: clean up asm/mmu.hAnton Blanchard1-157/+0
2004-09-16[PATCH] ppc64: iseries build fixesAnton Blanchard1-3/+3
2004-09-16[PATCH] ppc64: replace mmu_context_queue with idr allocatorAnton Blanchard1-99/+5
2004-09-16Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik1-0/+10
2004-09-13[PATCH] ppc64: improved VSID allocation algorithmDavid Gibson4-57/+126
2004-09-13[PATCH] ppc64: restore smt-enabled=off kernel command line optionAnton Blanchard3-13/+2
2004-09-13[PATCH] ppc64: Enable NUMA APIAnton Blanchard1-3/+3
2004-09-13Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik1-0/+10
2004-09-13[PATCH] linux/dma-mapping.h needs linux/device.hNicolas Pitre1-1/+0
2004-09-12Add skeleton "generic IO mapping" infrastructure.Linus Torvalds1-0/+2
2004-09-10ppc64: PCI memory annotation infrastructureLinus Torvalds3-75/+103
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig1-45/+0
2004-09-07[PATCH] ppc64: handle SLB misses in realmodeDavid Gibson1-1/+0
2004-09-07[PATCH] ppc64: fix declaration order in asm-ppc64/tlb.hDavid Gibson1-9/+8
2004-09-07[PATCH] ppc64: cut down paca footprintAnton Blanchard1-0/+3
2004-09-07[PATCH] ppc64: fix __rw_yield prototypeAnton Blanchard1-5/+5
2004-09-07MergeDavid S. Miller1-16/+0
2004-09-06[NET]: Move SOCK_foo types into linux/net.hArnaldo Carvalho de Melo1-16/+0
2004-09-04ppc64: move C declaration in ptrace.h into "ifndef __ASSEMBLY__"Linus Torvalds1-7/+7
2004-09-04[PATCH] out-of-line locks / ppc64Zwane Mwaikambo2-146/+129
2004-09-02[PATCH] ppc64: implement page_is_ramHaren Myneni2-3/+2
2004-09-02[PATCH] ppc64: cleanup asm/processor.hAnton Blanchard1-24/+18
2004-09-02[PATCH] ppc64: allocate NUMA node data node locallyAnton Blanchard1-2/+2
2004-09-02[PATCH] ppc64 another log buffer length fixPaul Mackerras1-2/+8
2004-09-02[PATCH] ppc64: Make use of batched IOMMU calls on pSeries LPARsOlof Johansson1-3/+5
2004-09-02[PATCH] ppc64 topdown support: arch-specific get_unmapped_area()Andy Whitcroft1-0/+1
2004-09-02[PATCH] ppc64: test for EEH error in PCI Config-Read pathPaul Mackerras1-1/+10
2004-09-02[PATCH] ppc64: pin the kernel stack's SLB entryDavid Gibson2-1/+2
2004-08-30[PATCH] interrupt driven hvc_console as vio deviceRyan S. Arnold1-4/+14
2004-08-30[PATCH] ppc64: add a pfn_to_kaddr() functionDave Hansen1-0/+1
2004-08-30[PATCH] ppc64: set platform cpuids later in bootPaul Mackerras1-1/+1
2004-08-26[PATCH] WAITQUEUE_DEBUG cleanupWilliam Lee Irwin III1-31/+5
2004-08-26[PATCH] Fix copying of unaligned data across user/kernel boundaryArun Sharma1-0/+3
2004-08-26[PATCH] include asm/page.h for virt_to_page()Dave Hansen1-0/+1
2004-08-26[PATCH] Add a few might_sleep() checksIngo Molnar1-0/+3
2004-08-26[PATCH] ppc64: clean up unused macroDavid Gibson1-10/+0
2004-08-26[PATCH] ppc64: remove iseries profilingWilliam Lee Irwin III1-15/+0
2004-08-26[PATCH] introduce profile_pc()William Lee Irwin III1-0/+1
2004-08-25Manual merge.Vojtech Pavlik1-0/+10
2004-08-24[PATCH] ppc64: better handling of H_ENTER failuresPaul Mackerras1-0/+1
2004-08-23[PATCH] flexible-mmap for ppc64Anton Blanchard1-0/+2
2004-08-23[PATCH] Create cpu_sibling_map for PPC64Matthew Dobson1-0/+2
2004-08-23[PATCH] sched: consolidate sched domainsNick Piggin1-5/+0
2004-08-23[PATCH] ppc64: use struct list_head for hose_listPaul Mackerras1-1/+1
2004-08-23[PATCH] ppc64: fix enable_surveillance() for power5Nathan Fontenot1-5/+6
2004-08-23Merge bk://ppc.bkbits.net/for-linus-ppc64Linus Torvalds2-27/+11
2004-08-23Fix up 0/NULL confusionLinus Torvalds1-2/+2
2004-08-22[PATCH] increase per-user mlock limit default to 32kRik van Riel1-1/+1
2004-08-22[PATCH] rlimit-based mlocks for unprivileged usersRik van Riel1-1/+1
2004-08-22[PATCH] move duplicate BUG and WARN_ON bits to asm-genericMatt Mackall1-2/+6
2004-08-22[PATCH] HVCS fixesRyan S. Arnold1-6/+19
2004-08-22[PATCH] ppc64: Extend ioremap/iounmap infrastructurePaul Mackerras1-0/+1
2004-08-22[PATCH] ppc64: better little-endian bitopsPaul Mackerras1-58/+30
2004-08-22[PATCH] ppc64: rtas_call was calling kmalloc too earlyPaul Mackerras1-0/+2
2004-08-22[PATCH] ppc64: fix eeh_memcpy_toio() prototypeLinas Vepstas1-1/+1
2004-08-22[PATCH] ppc64: Reduce verbosity of RTAS error logsPaul Mackerras1-54/+65
2004-08-22[PATCH] ppc64: C99 initializers in INIT_THREADDavid Gibson1-6/+6
2004-08-22[PATCH] ppc64: remove unnecessary cpu mapsPaul Mackerras1-17/+0
2004-08-22[PATCH] ppc64: rework secondary SMT thread setup at bootPaul Mackerras1-0/+1
2004-08-14[PATCH] PPC64 Segment table code cleanup - replace flush_stab() with switch_s...Paul Mackerras1-2/+2
2004-08-14[PATCH] PPC64 Segment table code cleanup - kill bitfieldsPaul Mackerras1-25/+9
2004-08-10Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-1/+3
2004-08-07[PATCH] ppc64: various XICS fixesAnton Blanchard1-1/+3
2004-08-03Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik5-46/+37
2004-08-02Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-0/+10
2004-08-01[PATCH] ppc64: improve SLB reloadPaul Mackerras4-45/+37
2004-08-01[PATCH] ppc64: struct pci_controller cleanupJohn Rose1-1/+0
2004-07-29[PATCH] ppc64: fix memcpy_to/from_ioBenjamin Herrenschmidt1-6/+75
2004-07-28[PATCH] ppc64: HVCS driverRyan S. Arnold1-0/+44
2004-07-28[PATCH] ppc64: Fix RAS irq handlersPaul Mackerras1-0/+1
2004-07-28[PATCH] ppc64: cpu hotplug fixJoel Schopp1-0/+3
2004-07-27input: Re-add PC Speaker support for PPCOlaf Hering1-0/+10
2004-07-26[PATCH] asm-ppc/reg.h namespace pollution fixesAlexander Viro1-1/+1
2004-07-24[PATCH] sparse: simplify and tighten sparse typecheckingAlexander Viro1-1/+1
2004-07-10[PATCH] ppc64: update lparcfg to use seq_filePaul Mackerras1-0/+3
2004-07-10[PATCH] ppc64: uninline some user copy routinesAnton Blanchard1-27/+6
2004-07-06sparse: annotate signal handler and ss_sp as user pointersLinus Torvalds1-4/+10
2004-07-04[PATCH] ppc64: gcc 3.5 fixesAnton Blanchard1-1/+1
2004-07-01[PATCH] ppc64: PACA cleanupDavid Gibson7-137/+94
2004-07-01[PATCH] ppc64: remove RTAS arguments from PACADavid Gibson4-9/+5
2004-06-29[PATCH] ppc64: viotape integrationStephen Rothwell1-0/+1
2004-06-29[PATCH] ppc64: viocd integrationStephen Rothwell1-0/+1
2004-06-29[PATCH] ppc64: viodasd integrationStephen Rothwell1-0/+1
2004-06-29[PATCH] ppc64: iseries_veth integrationStephen Rothwell1-0/+1
2004-06-29[PATCH] ppc64: vio infrastructure modificationsStephen Rothwell1-1/+7
2004-06-27[PATCH] Remove include/asm-*/init.hAlexey Dobriyan1-1/+0
2004-06-26[PATCH] ppc64: udbg fixAnton Blanchard1-3/+0
2004-06-26[PATCH] ppc64: fix oprofile on 970Anton Blanchard3-2/+5
2004-06-26[PATCH] ppc64: COMMAND_LINE_SIZE fixAndrew Morton1-0/+2
2004-06-23Make bitops/cpumask functions be "const" where appropriate.Linus Torvalds1-3/+3
2004-06-23[PATCH] ppc64: clean up prom.c and related filesPaul Mackerras2-3/+3
2004-06-23[PATCH] abs() fixesAndrew Morton1-2/+0
2004-06-23[PATCH] ppc64: cpu_online fixAndrew Morton1-2/+0
2004-06-23[PATCH] cpumask: remove 26 no longer used cpumask*.h filesAndrew Morton1-6/+0
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton2-3/+2
2004-06-22[PATCH] Handle altivec assist exception properlyPaul Mackerras1-0/+1
2004-06-20[PATCH] O_NOATIME supportCesar Eduardo Barros1-0/+1
2004-06-20[PATCH] ppc64: eeh.h warning-fixAndrew Morton1-0/+1
2004-06-20[PATCH] ppc64 CONFIG_ALTIVEC=n build fixAndrew Morton1-1/+9
2004-06-17Merge duplicate selinux network hooksLinus Torvalds9-48/+40
2004-06-17[PATCH] RLIM: add rlimit entry for POSIX mqueue allocationChris Wright1-1/+3
2004-06-17[PATCH] RLIM: add rlimit entry for controlling queued signalsChris Wright1-1/+3
2004-06-17[PATCH] ppc64: uninline __pte_free_tlb()Andrew Morton1-27/+1