aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-10-10[POWERPC] ARCH=ppc pt_regs fixesAl Viro1-2/+2
2006-10-06[PPC] Fix some irq breakage with ARCH=ppcPaul Mackerras1-1/+1
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-11/+7
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-8/+3
2006-10-01[PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300Olaf Hering1-4/+0
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-20[POWERPC] clean up ide io accessorsStephen Rothwell2-9/+0
2006-09-20[POWERPC] remove unused asm routinesStephen Rothwell2-88/+0
2006-09-13[POWERPC] Make function of pm_power_off consistent with x86Corey Minyard1-5/+12
2006-08-30[POWERPC] Fix irq enable/disable in smp_generic_take_timebasePaul Mackerras1-3/+4
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel19-19/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-22/+30
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-6/+6
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-17/+25
2006-06-26Storage class should be firstTobias Klauser1-2/+2
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-1/+0
2006-05-29ppc: Fix typo in TI_LOCAL_FLAGS definitionPaul Mackerras1-1/+1
2006-05-09[PATCH] ppc32/8xx: Fix r3 trashing due to 8MB TLB page instantiationMarcelo Tosatti1-4/+0
2006-04-22Merge branch 'misc' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras1-0/+1
2006-04-21[PATCH] ppc: Fix powersave code on arch/ppcBecky Bruce2-17/+17
2006-04-02powerpc/ppc: export strncasecmpKumar Gala1-0/+1
2006-03-29[PATCH] for_each_possible_cpu: ppcKAMEZAWA Hiroyuki2-2/+2
2006-03-29Merge ../linux-2.6Paul Mackerras1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras6-903/+12
2006-03-27ppc: Remove duplicate exports of __down, __up etc.Paul Mackerras1-4/+0
2006-03-27powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpcPaul Mackerras1-9/+0
2006-03-27powerpc: Move perfmon_fsl_booke.c over to arch/powerpcPaul Mackerras2-228/+0
2006-03-27powerpc: Move module.c over to arch/powerpcPaul Mackerras2-322/+1
2006-03-27powerpc: Move swsusp.S over to arch/powerpcPaul Mackerras2-351/+0
2006-03-27powerpc: Move cpu_setup_6xx.S and temp.c over to arch/powerpcPaul Mackerras3-749/+0
2006-03-27powerpc: Move l2cr.S over to arch/powerpcPaul Mackerras2-473/+2
2006-03-27powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras5-441/+7
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-6/+4
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds5-10/+5
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+2
2006-03-17[PATCH] kzalloc() conversion in arch/ppcEric Sesterhenn1-2/+1
2006-03-09Merge ../linux-2.6Paul Mackerras2-72/+24
2006-03-08powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras2-72/+24
2006-02-24Merge ../powerpc-mergePaul Mackerras2-8/+1
2006-02-24[PATCH] powerpc: fix altivec_unavailable_exception OopsesAlan Curry1-0/+1
2006-02-20[PATCH] powerpc: remove duplicate exportsOlaf Hering1-8/+0
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason4-8/+0
2006-02-10[PATCH] powerpc/ppc: Add missing isyncs in head_fsl_booke.SBecky Bruce1-0/+4
2006-02-10ppc: Use the system call table from arch/powerpc/kernel/systbl.SPaul Mackerras1-283/+0
2006-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-2/+5
2006-02-07[PATCH] ppc: last_task_.... is defined only on non-SMPAl Viro1-0/+4
2006-02-07[PATCH] powerpc/8xx: last two 8MB D-TLB entries are incorrectly setMarcelo Tosatti1-2/+5
2006-01-15powerpc/32: Restore previous version of 32-bit PCI codePaul Mackerras1-1/+0
2006-01-15[PATCH] ppc: Remove powermac support from ARCH=ppcPaul Mackerras6-358/+12
2006-01-14ppc: Remove duplicate export of get_wchanPaul Mackerras1-1/+0
2006-01-14[PATCH] powerpc/8xx: Use 8MB D-TLB's for kernel static mapping faultsMarcelo Tosatti1-0/+77
2006-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2-852/+0
2006-01-12[PATCH] powerpc: task_stack_page()Al Viro1-4/+4
2006-01-12[PATCH] powerpc: task_thread_info()Al Viro2-3/+3
2006-01-12powerpc: make ARCH=ppc use arch/powerpc/kernel/process.cPaul Mackerras2-852/+0
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-6/+0
2006-01-09[PATCH] PCI: pci_find_device remove (ppc/kernel/pci.c)Jiri Slaby1-10/+11
2006-01-09[PATCH] powerpc: Fix compile problem in pci.c for ppc32Kumar Gala1-1/+1
2006-01-09[PATCH] powerpc: pci_address_to_pio fixBenjamin Herrenschmidt1-4/+6
2006-01-09[PATCH] powerpc: Detect prefetchable windows in pci_process_bridge_OF_rangesKumar Gala1-1/+7
2006-01-09[PATCH] powerpc: Update OF address parsersBenjamin Herrenschmidt1-0/+15
2006-01-09[PATCH] ppc: Make ARCH=ppc build again with new syscall pathDavid Woodhouse3-75/+100
2006-01-09[PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt1-0/+3
2006-01-09[PATCH] powerpc: serial port discovery (#2)Benjamin Herrenschmidt1-2/+1
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-1/+0
2006-01-09[PATCH] powerpc: Merge kexecMichael Ellerman1-1/+0
2006-01-09[PATCH] PPC_PREP: remove unneeded exportsAdrian Bunk1-4/+0
2006-01-06[PATCH] arch/ppc/kernel/idle.c: don't declare cpu variable in non-SMP kernelsOtavio Salvador1-2/+2
2005-12-12[PATCH] ppc32: set smp_tb_synchronized on UP with SMP kernelJohannes Berg1-0/+4
2005-11-29[PATCH] ppc: fix floating point register corruptionPaolo Galtieri1-0/+6
2005-11-29[PATCH] ppc: Export symbol needed by MOLOtavio Salvador1-1/+1
2005-11-18powerpc: Fix a couple of compile warnings for 32-bit compilesPaul Mackerras1-1/+0
2005-11-18[PATCH] powerpc: merge align.cBenjamin Herrenschmidt2-412/+2
2005-11-16[PATCH] ppc: Fix boot with yaboot with ARCH=ppcBenjamin Herrenschmidt1-1/+13
2005-11-13[PATCH] Update email address for KumarKumar Gala1-1/+1
2005-11-11powerpc: Fix some compile problems with the VDSO stuffPaul Mackerras1-0/+28
2005-11-10[PATCH] PCI: NCR 53c810 quirkIvan Kokshaysky1-14/+0
2005-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds6-176/+8
2005-11-10[PATCH] powerpc: merge code values for identifying platformsPaul Mackerras2-3/+1
2005-11-10[PATCH] powerpc: Merge cacheflush.h and cache.hDavid Gibson2-2/+3
2005-11-10Merge git://oak/home/sfr/kernels/iseries/workPaul Mackerras3-169/+2
2005-11-10[PATCH] ppc32: fix ppc44x fpu buildMatt Porter1-1/+1
2005-11-10[PATCH] powerpc: Merge signal.hDavid Gibson1-1/+1
2005-11-09[PATCH] powerpc: sched fixupsAndrew Morton1-1/+1
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-10/+10
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-5/+13
2005-11-09powerpc: merge irq.cStephen Rothwell3-169/+2
2005-11-08[PATCH] ppc: Fix ARCH=ppc build with xmonBenjamin Herrenschmidt1-2/+2
2005-11-08Merge ../linux-2.6Paul Mackerras3-2/+55
2005-11-07[PATCH] RapidIO support: ppc32Matt Porter2-0/+53
2005-11-07[PATCH] ppc32: Allow ERPN for early serial to depend on CPU typeRoland Dreier1-2/+2
2005-11-07[PATCH] ppc32: handle access to non-present IO ports on 8xxMarcelo Tosatti2-22/+131
2005-11-05powerpc: Merge smp.c and smp.hPaul Mackerras2-2/+1
2005-11-04Merge with PaulusMichael Ellerman2-4/+9
2005-11-03[PATCH] ppc32 8xx: export symbols required for modular IDEMarcelo Tosatti1-0/+5
2005-11-03[PATCH] ppc: Fix build warnings in arch/ppc/kernel/traps.cBecky Bruce1-4/+4
2005-11-03powerpc: Merge asm-ppc/kexec.h and asm-ppc64/kexec.hMichael Ellerman1-1/+1
2005-11-01[PATCH] powerpc: Merge bitops.hDavid Gibson1-126/+0
2005-10-31Merge ../linux-2.6 by handPaul Mackerras2-12/+3
2005-10-31ppc: remove duplicate export of cur_cpu_specPaul Mackerras1-1/+0
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-5/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-5/+1
2005-10-29[PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addressesRoland Dreier1-2/+3
2005-10-29[PATCH] ppc32: #ifdef out ALTIVEC specific code in __switch_toMarcelo Tosatti1-0/+2
2005-10-28[PATCH] gfp_t: dma-mapping (ppc)Al Viro1-2/+2
2005-10-27[PATCH] powerpc: Fix handling of fpscr on 64-bitDavid Gibson4-31/+4
2005-10-22powerpc: Move agp_special_page export to where it is definedPaul Mackerras1-4/+0
2005-10-21[PATCH] powerpc: Merge thread_info.hDavid Gibson2-6/+5
2005-10-20powerpc/ppc/ppc64: Various compile fixes.Paul Mackerras1-1/+1
2005-10-20ppc: rename pci_assign_all_busses to pci_assign_all_busesPaul Mackerras1-5/+5
2005-10-20[PATCH] powerpc: Merge ppc64 pmc.[ch] with ppc32 perfmon.[ch]David Gibson4-100/+4
2005-10-20[PATCH] ppc32: replace use of _GLOBAL with .globl for ppc32Kumar Gala3-18/+33
2005-10-20powerpc: Merge time.c and asm/time.h.Paul Mackerras2-1/+10
2005-10-19ppc: Minor smp changes for consistency with ppc64Paul Mackerras1-12/+8
2005-10-18powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpcPaul Mackerras1-1/+1
2005-10-18powerpc: merge ppc signal.c and ppc64 signal32.cStephen Rothwell2-773/+2
2005-10-17ppc: Fix various compile errors resulting from ptrace.c mergePaul Mackerras2-37/+98
2005-10-17powerpc: Merge syscalls.c and sys_ppc32.c.Paul Mackerras2-270/+1
2005-10-17ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTESStephen Rothwell5-35/+35
2005-10-13powerpc: merge ptrace.cStephen Rothwell2-509/+2
2005-10-13powerpc: consolidate cputable.cStephen Rothwell2-808/+2
2005-10-12[PATCH] ppc32: Tell userland about lack of standard TBBenjamin Herrenschmidt1-2/+3
2005-10-12Merge from Linus' treePaul Mackerras1-2/+2
2005-10-11[PATCH] ppc highmem fixPaolo Galtieri1-2/+2
2005-10-11ppc: Various minor compile fixesPaul Mackerras7-10/+33
2005-10-11ppc: Adapt to asm-powerpc/irq.h irq_canonicalize changesPaul Mackerras1-0/+5
2005-10-10powerpc: Fix compilation for 32-bit configsPaul Mackerras1-4/+2
2005-10-10powerpc: Make some #includes explicit.Paul Mackerras3-0/+3
2005-10-06powerpc: Fix idle.c compile warningPaul Mackerras1-0/+1
2005-10-04ppc32: remove obsolete klock_info definitionPaul Mackerras1-1/+0
2005-10-04ppc32: export a few more things where they are definedPaul Mackerras2-3/+3
2005-10-01powerpc: merge idle_power4.S and trapc.sStephen Rothwell8-128/+128
2005-09-30powerpc: more cleanup of powerpc/kernelStephen Rothwell2-133/+1
2005-09-30powerpc: remove old vector.S filesStephen Rothwell2-217/+1
2005-09-29Merge by hand from Linus' tree.Paul Mackerras1-2/+1
2005-09-28[PATCH] ppc: fix stupid thinko in oprofile fixBenjamin Herrenschmidt1-2/+1
2005-09-28powerpc: Fixes to get the merged kernel to boot on powermac.Paul Mackerras1-1/+1
2005-09-28[PATCH] ppc32: make cur_cpu_spec a single pointer instead of an arrayKumar Gala6-49/+30
2005-09-28[PATCH] powerpc: merged asm/cputable.hKumar Gala1-313/+86
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras2-0/+29
2005-09-25Merge from Linus' tree.Paul Mackerras2-3/+6
2005-09-22[PATCH] ppc32: fix build with oprofileBenjamin Herrenschmidt2-3/+6
2005-09-22[PATCH] powerpc: Merge asm-ppc*/dma.hJon Loeliger1-1/+2
2005-09-21[PATCH] powerpc: Merge bug.hBecky Bruce1-1/+1
2005-09-21[PATCH] powerpc: reduce oprofile/common.c differencesStephen Rothwell1-5/+5
2005-09-21[PATCH] powerpc: Move arch/ppc*/kernel/vecemu.c to arch/powerpcStephen Rothwell2-345/+2
2005-09-19[PATCH] powerpc: Remove section free() and linker script bitsJon Loeliger1-26/+0
2005-09-19[PATCH] powerpc: Remove sections use from ppcJon Loeliger2-6/+6
2005-09-19[PATCH] ppc32: Removed non-inlined versions of local_irq* functionsKumar Gala2-138/+0
2005-09-19[PATCH] powerpc: Merged ppc_asm.hKumar Gala2-6/+6
2005-09-13[PATCH] ppc32: remove use of asm/segment.hKumar Gala2-2/+0
2005-09-13[PATCH] ppc32: discard *.exit.text and *.exit.data sectionsTom Rini1-0/+4
2005-09-10[PATCH] ppc32: support hotplug cpu on powermacsPaul Mackerras3-30/+48
2005-09-10[PATCH] ppc32: Kill init on unhandled synchronous signalsPaul Mackerras1-0/+22
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk3-3/+1
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds13-13/+13
2005-09-09[PATCH] ppc32: make perfmon.o CONFIG_E500 specificMarcelo Tosatti2-1/+4
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg13-13/+13
2005-09-09[PATCH] powerpc: Make check_bugs() static inlinejdl@freescale.com1-4/+0
2005-09-08[PATCH] PCI: fix up pretty-names removal patchAndrew Morton1-1/+0
2005-09-08[PATCH] ppc32: Fix head_4xx.S compile errorKumar Gala1-0/+1
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-5/+2
2005-09-05[PATCH] ppc32: Added cputable entry for 7448Kumar Gala2-0/+20
2005-09-05[PATCH] ppc32: export cacheable_memcpy()Eugene Surovegin1-0/+1
2005-09-05[PATCH] ppc32: Add cputable entry for 750CXe DD2.4 ("Gekko")Arthur Othieno1-0/+14
2005-09-05[PATCH] ppc32: Re-order cputable for 750CXe DD2.4 entryArthur Othieno1-14/+14
2005-09-05[PATCH] ppc32: add cputable entry for 440SP Rev. AMatt Porter1-0/+10
2005-09-05[PATCH] ppc32: removed find_name.cKumar Gala1-48/+0
2005-09-05[PATCH] ppc32: add 440GX rev.F cputable entryEugene Surovegin1-0/+10
2005-09-05[PATCH] ppc32: Cleaned up global namespace of Book-E watchdog variablesKumar Gala1-6/+2
2005-09-05[PATCH] ppc32: Add ppc_sys descriptions for PowerQUICC II devicesKumar Gala1-2/+6
2005-09-05[PATCH] ppc32: Added support for the Book-E style Watchdog TimerKumar Gala5-2/+54
2005-09-05[PATCH] arch/ppc/kernel/ppc_ksyms.c: remove unused #define EXPORT_SYMTAB_STROPSAdrian Bunk1-3/+0
2005-09-01[PATCH] ppc: L2 cache prefetch fixes on 745xKumar Gala2-2/+34
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-08-06ppc: Export __handle_mm_fault for MOLLinus Torvalds1-1/+1
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski1-0/+15
2005-08-01[PATCH] ppc32: add 440ep supportMatt Porter4-0/+34
2005-07-30[PATCH] ppc32: fix 44x early serial debug for configurations with more than 5...Eugene Surovegin1-6/+6
2005-07-30[PATCH] ppc32: inotify syscallsRobert Love1-0/+3
2005-07-27[PATCH] ppc32: 8xx: update DataTLBMiss exception commentMarcelo Tosatti1-7/+5
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-6/+0
2005-07-12[PATCH] kexec-ppc: fix for ksysfs crash_notesAlbert Herranz1-0/+6
2005-07-05[PATCH] ppc32: stop misusing NTP's time_offset valuejohn stultz1-5/+8
2005-06-30[PATCH] ppc32: use correct register names in arch/ppc/kernel/relocate_kernel.SOlaf Hering1-2/+2
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH1-0/+2
2005-06-27[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman1-2/+19
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-0/+2
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds1-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-2/+1
2005-06-25[PATCH] kexec code cleanupManeesh Soni1-17/+13
2005-06-25[PATCH] kdump: Use real pt_regs from exceptionAlexander Nyberg1-1/+1
2005-06-25[PATCH] kexec: kexec ppc supportEric W. Biederman4-1/+247