aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton1-0/+1
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi17-29/+29
2006-03-31[PATCH] Mark unwind info for signal trampolines in vDSOsJakub Jelinek4-5/+24
2006-03-31[PATCH] for_each_possible_cpu: s390KAMEZAWA Hiroyuki1-3/+3
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso7-5/+97
2006-03-31[PATCH] uml: add arch_switch_to for newly forked threadPaolo 'Blaisorblade' Giarrusso3-4/+25
2006-03-31[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso4-11/+68
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso14-23/+470
2006-03-31[PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso6-6/+35
2006-03-31[PATCH] uml: split ldt.h in arch-independent and arch-dependant codePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-03-31[PATCH] uml: idle thread needn't take access to init_mmPaolo 'Blaisorblade' Giarrusso1-4/+0
2006-03-31[PATCH] uml: fix min usageAl Viro1-1/+1
2006-03-31[PATCH] uml: remove unused make variablesAl Viro1-3/+0
2006-03-31[PATCH] uml: sparse cleanupsAl Viro13-90/+83
2006-03-31[PATCH] uml: kconfigsAl Viro1-0/+3
2006-03-31[PATCH] uml: eliminate duplicate mrpropered filesAl Viro1-2/+1
2006-03-31[PATCH] uml: clean up remapping code build magicAl Viro4-27/+7
2006-03-31[PATCH] uml: eliminate symlinks to host archAl Viro4-54/+19
2006-03-31[PATCH] uml: fix initcall return valuesJeff Dike8-85/+8
2006-03-31[PATCH] uml: redeclare highmemJeff Dike2-2/+2
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike6-47/+185
2006-03-31[PATCH] i386 kdump timer vector lockup fixVivek Goyal1-0/+20
2006-03-31[PATCH] for_each_possible_cpu: shKAMEZAWA Hiroyuki1-1/+1
2006-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds16-386/+361
2006-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds7-123/+195
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe2-0/+2
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-30[IA64] ioremap() should prefer WB over UCBjorn Helgaas1-3/+3
2006-03-30[IA64] Add __mca_table to the DISCARD list in gate.ldsJes Sorensen1-0/+1
2006-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds209-11198/+2599
2006-03-29[IA64] Move __mca_table out of the __init sectionRuss Anderson1-9/+9
2006-03-29[PATCH] powerpc: Remove oprofile spinlock backtrace codeAnton Blanchard2-41/+9
2006-03-29[PATCH] powerpc: Add oprofile calltrace support to all powerpc cpusAnton Blanchard3-5/+8
2006-03-29[PATCH] powerpc: Add oprofile calltrace supportBrian Rogan4-4/+130
2006-03-29[PATCH] for_each_possible_cpu: ppcKAMEZAWA Hiroyuki2-2/+2
2006-03-29[PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki13-20/+20
2006-03-29[PATCH] lock PTE before updating it in 440/BookE page fault handlerEugene Surovegin4-30/+42
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov1-1/+0
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-2/+2
2006-03-29Merge ../linux-2.6Paul Mackerras157-1448/+5236
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-41/+3680
2006-03-28Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds3-1/+115
2006-03-28[ARM] 3388/1: ixp23xx: add core ixp23xx supportLennert Buytenhek10-1/+1313
2006-03-28[ARM] 3417/1: add support for logicpd pxa270 card engineLennert Buytenhek3-0/+399
2006-03-28[ARM] 3387/1: ixp23xx: add defconfigLennert Buytenhek1-0/+1302
2006-03-28[ARM] 3377/2: add support for intel xsc3 coreLennert Buytenhek6-2/+618
2006-03-28[IA64] simplify some condition checks in iosapic_check_gsi_rangeSatoru Takeuchi1-4/+1
2006-03-28[IA64] correct some messages and fixes some minor thingsSatoru Takeuchi1-99/+161
2006-03-28Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-5/+6
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] fix signed vs unsigned in nmi watchdogJesper Juhl1-1/+2
2006-03-28[PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctlAdrian Bunk1-17/+0
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven2-2/+2
2006-03-28[PATCH] ia64: const f_ops fixAndrew Morton1-19/+20
2006-03-28[PATCH] for_each_possible_cpu: i386KAMEZAWA Hiroyuki4-7/+7
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall7-65/+22
2006-03-28[PATCH] RTC: Fix up some RTC whitespace and styleMatt Mackall2-20/+25
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on AlphaMatt Mackall1-1/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on SH MPC1211Matt Mackall1-15/+3
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on SH03Matt Mackall1-4/+0
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on MIPS-based DECMatt Mackall1-36/+11
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on ARMMatt Mackall1-16/+1
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on PPC MapleMatt Mackall1-22/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on CHRP (arch/powerpc)Matt Mackall1-20/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on PPC CHRP (arch/ppc)Matt Mackall1-20/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on Sparc64Matt Mackall1-15/+1
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on x86_64Matt Mackall1-29/+12
2006-03-28[IA64-SGI] fix for-loop in sn_hwperf_geoid_to_cnode()Dean Roe1-1/+5
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt34-466/+456
2006-03-28ppc: Fix compile error in arch/ppc/lib/strcase.cPaul Mackerras1-0/+1
2006-03-28[PATCH] powerpc: a couple of trivial compile warning fixesStephen Rothwell2-3/+4
2006-03-28[ARM] Move ice-dcc code into misc.cRussell King3-22/+14
2006-03-28[ARM] Fix decompressor serial IO to give CRLF not LFCRRussell King1-10/+18
2006-03-28Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras59-35/+28
2006-03-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2-14/+2
2006-03-27powerpc: remove OCP referencesKumar Gala2-11/+0
2006-03-28[PATCH] powerpc: make ISA floppies work againStephen Rothwell1-0/+1
2006-03-28[PATCH] powerpc: Fix some initcall return valuesAnton Blanchard2-4/+4
2006-03-28[PATCH] powerpc: Workaround for pSeries RTAS bugMike Kravetz1-0/+6
2006-03-28[PATCH] spufs: fix __init/__exit annotationsArnd Bergmann1-2/+2
2006-03-28[PATCH] powerpc: hvc_console updatesRyan S. Arnold1-0/+5
2006-03-28[PATCH] powerpc: fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2006-03-28[PATCH] powerpc: Rename and export ppc64_firmware_featuresMichael Ellerman4-5/+7
2006-03-27powerpc: Make uImage default build output for MPC8540 ADSKumar Gala2-18/+26
2006-03-27powerpc: move math-emu over to arch/powerpcKumar Gala55-6/+2
2006-03-28[PATCH] powerpc: export validate_sp for oprofile calltraceAnton Blanchard1-1/+3
2006-03-27powerpc: use memparse() for mem= command line parsingKumar Gala1-13/+1
2006-03-27ppc: fix strncasecmp prototypeKumar Gala1-1/+1
2006-03-28ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras42-9538/+47
2006-03-28powerpc: Fix goof in 6xx and POWER4 idle power-save functionsPaul Mackerras2-21/+5
2006-03-27[IA64-SGI] sn_hwperf use of num_online_cpus()hawkes@sgi.com1-1/+1
2006-03-27[CPUFREQ] powernow: remove private for_each_cpu_mask()Andrew Morton1-4/+0
2006-03-27[CPUFREQ] hotplug cpu fix for powernow-k8shin, jacob1-1/+6
2006-03-27[IA64] optimize flush_tlb_range on large numa boxChen, Kenneth W1-5/+7
2006-03-27[IA64] lazy_mmu_prot_update needs to be aware of huge pagesZhang, Yanmin1-1/+7
2006-03-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+2
2006-03-27[PATCH] fbdev: Make BIOS EDID reading configurableAntonino A. Daplas1-0/+2
2006-03-27[PATCH] RTC subsystem: SA1100/PXA2XX driverRichard Purdie2-0/+12
2006-03-27[PATCH] RTC subsystem: ARM Integrator cleanupRichard Purdie1-8/+8
2006-03-27[PATCH] RTC subsystem: ARM cleanupAlessandro Zummo2-95/+16
2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa18-45/+45
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern20-72/+72
2006-03-27[PATCH] lightweight robust futexes: x86_64Ingo Molnar1-0/+2
2006-03-27[PATCH] lightweight robust futexes: i386Ingo Molnar1-0/+2
2006-03-27[PATCH] unify PFN_* macrosDave Hansen19-56/+19
2006-03-27[PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki3-48/+0
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki6-8/+8
2006-03-27[PATCH] unify pfn_to_page: x86_64 pfn_to_pageKAMEZAWA Hiroyuki2-15/+4
2006-03-27[PATCH] x86: don't use cpuid.2 to determine cache info if cpuid.4 is supportedShaohua Li1-28/+41
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B7-6/+95
2006-03-27[PATCH] uml: fix thread startup raceJeff Dike1-28/+27
2006-03-27[PATCH] uml: prevent umid theftJeff Dike1-10/+23
2006-03-27[PATCH] uml: fix segfault on signal deliveryJeff Dike2-30/+85
2006-03-27[PATCH] uml: allow ubd devices to be shared in a clusterJeff Dike1-33/+43
2006-03-27[PATCH] uml: oS header cleanupsJeff Dike3-2/+14
2006-03-27[PATCH] uml: move tty logging to os-LinuxJeff Dike4-24/+9
2006-03-27[PATCH] uml: more carefully test whether we are in a system callBodo Stroesser2-4/+33
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike6-16/+19
2006-03-27[PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike6-157/+148
2006-03-27[PATCH] uml: merge irq_user.c and irq.cJeff Dike3-325/+295
2006-03-27[PATCH] uml: move libc-dependent irq code to os-LinuxJeff Dike10-161/+288
2006-03-27[PATCH] uml: fix some printf formatsJeff Dike1-3/+3
2006-03-27[PATCH] uml: fix declaration of exit()Jeff Dike1-1/+1
2006-03-27[PATCH] PM-Timer: don't use workaround if chipset is not buggyOGAWA Hirofumi1-15/+89
2006-03-27[ARM] proc-v6: mark page table walks outer-cacheable, shared. Enable NX.Russell King1-4/+12
2006-03-27[ARM] nommu: trivial patch for arch/arm/lib/MakefileHyok S. Choi1-1/+1
2006-03-27[ARM] 3416/1: Update LART site URLErik Mouw2-2/+2
2006-03-27powerpc: Fix event-scan code for 32-bit CHRPPaul Mackerras2-20/+46
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 Mackerras2-10/+0
2006-03-27powerpc: Move perfmon_fsl_booke.c over to arch/powerpcPaul Mackerras3-6/+1
2006-03-27[SPARC64]: Fix off-by-1 error in TSB grow check.David S. Miller1-2/+2
2006-03-27powerpc: Move module.c over to arch/powerpcPaul Mackerras3-2/+4
2006-03-27powerpc: Move swsusp.S over to arch/powerpcPaul Mackerras2-2/+0
2006-03-27powerpc: Move cpu_setup_6xx.S and temp.c over to arch/powerpcPaul Mackerras5-7/+4
2006-03-27powerpc: Move l2cr.S over to arch/powerpcPaul Mackerras3-3/+3
2006-03-27powerpc: Simplify pSeries idle loopPaul Mackerras1-120/+70
2006-03-27powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras15-529/+61
2006-03-27[PATCH] ppc32: Reorganize and complete MPC52xx initial cpu setupSylvain Munaut2-28/+58
2006-03-27[PATCH] ppc32: Adds support for the LITE5200B dev boardSylvain Munaut2-3/+37
2006-03-27[PATCH] ppc32: Adds support for the PCI hostbridge in MPC5200BSylvain Munaut1-1/+2
2006-03-27[PATCH] powerpc: legacy_serial loop cleanupMichael Neuling1-19/+19
2006-03-27[PATCH] powerpc: Consistent printing of node idAnton Blanchard1-1/+1
2006-03-27[PATCH] powerpc: Allow non zero boot cpuidsAnton Blanchard6-77/+83
2006-03-27[PATCH] powerpc/pseries: Cleanup device name printing.Linas Vepstas1-6/+10
2006-03-27[PATCH] spufs: Fix endless protection fault on LS writes by SPE.Arnd Bergmann1-3/+2
2006-03-27[PATCH] powerpc: use guarded ioremap for cell on-chip mappingsArnd Bergmann4-16/+12
2006-03-27[PATCH] powerpc: fix spider-pic affinity settingArnd Bergmann1-1/+1
2006-03-27[PATCH] powerpc: dynamic probe - use ppc_md.pci_probe_mode()John Rose1-3/+7
2006-03-27[PATCH] powerpc: return to OF via trap, not exitOlaf Hering1-9/+14
2006-03-27[PATCH] powerpc: hot_add_scn_to_nid() build fixAndrew Morton1-0/+2
2006-03-27[PATCH] correct the comment about stackpointer alignment in __boot_from_promOlaf Hering1-1/+5
2006-03-27[PATCH] spufs: initialize context correctlyDirk Herrendoerfer1-0/+1
2006-03-27[PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter6-12/+255
2006-03-27[PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann8-5/+430
2006-03-27[PATCH] spufs: allow SPU code to do syscallsArnd Bergmann3-2/+444
2006-03-27[PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann5-0/+5
2006-03-27[PATCH] powerpc: work around a cell interrupt HW bugArnd Bergmann1-1/+18
2006-03-27[PATCH] powerpc: cell interrupt controller updatesJens Osterkamp3-55/+169
2006-03-27[PATCH] powerpc: update cell defconfigArnd Bergmann1-81/+52
2006-03-27[PATCH] powerpc: fix cell iommu setupArnd Bergmann1-2/+2
2006-03-27[PATCH] powerpc: fix various sparse warningsStephen Rothwell8-14/+19
2006-03-26[SPARC64]: Kill duplicate exports of string library functions.David S. Miller1-10/+0
2006-03-26[SPARC64]: Update defconfig.David S. Miller1-25/+14
2006-03-26[SERIAL] Provide Cirrus EP93xx AMBA PL010 serial support.Lennert Buytenhek1-0/+68
2006-03-26[SERIAL] amba-pl010: allow platforms to specify modem control methodRussell King1-0/+46
2006-03-26[ARM] 3415/1: Akita: Add missing EXPORT_SYMBOLRichard Purdie1-0/+2
2006-03-26[SERIAL] Remove obsoleted au1x00_uart driverRalf Baechle1-1/+1
2006-03-26[PATCH] bitops: ia64: make partial_page.bitmap an unsigned longAkinobu Mita1-2/+2
2006-03-26[PATCH] bitops: xtensa: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: x86_64: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] bitops: v850: use generic bitopsAkinobu Mita1-0/+6
2006-03-26[PATCH] bitops: sparc64: use generic bitopsAkinobu Mita4-133/+9
2006-03-26[PATCH] bitops: sparc: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: sh64: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: sh: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: s390: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] bitops: powerpc: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] bitops: parisc: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: mips: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: m68knommu: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] ppc: fix undefined reference to hweight32Akinobu Mita1-0/+4
2006-03-26[PATCH] bitops: m68k: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] bitops: m32r: use generic bitopsAkinobu Mita1-0/+8
2006-03-26[PATCH] bitops: ia64: use generic bitopsAkinobu Mita3-89/+5