aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-09-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds19-177/+745
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds237-6583/+17228
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-20/+21
2006-09-27[PATCH] x86: use probe_kernel_address in handle_BUG()Andrew Morton1-3/+4
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman6-7/+7
2006-09-27[PATCH] x86 microcode: don't check the sizeShaohua Li1-11/+3
2006-09-27[PATCH] x86 microcode: add sysfs and hotplug supportShaohua Li3-3/+153
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li1-0/+116
2006-09-27[PATCH] x86 microcode: microcode driver cleanup.Shaohua Li3-258/+260
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-2/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o4-6/+6
2006-09-27[PATCH] uml: fix allocation sizeJeff Dike1-4/+5
2006-09-27[PATCH] uml: fix sleep length bugJeff Dike1-1/+1
2006-09-27[PATCH] uml: add an exportJeff Dike1-0/+1
2006-09-27[PATCH] uml: file renamingJeff Dike7-192/+663
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike6-83/+40
2006-09-27[PATCH] uml: mark some tt-mode codeJeff Dike3-4/+9
2006-09-27[PATCH] uml: use correct SIGBUS handlerJeff Dike1-8/+9
2006-09-27[PATCH] uml: fix gcov supportJeff Dike1-12/+1
2006-09-27[PATCH] uml: fix missing x86_64 register definitionsJeff Dike2-4/+41
2006-09-27[PATCH] uml: get rid of ZONE_DMA useJeff Dike1-1/+2
2006-09-27[PATCH] uml: const more dataJeff Dike40-65/+65
2006-09-27[PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso1-12/+4
2006-09-27[PATCH] uml: use -mcmodel=kernel for x86_64Paolo 'Blaisorblade' Giarrusso1-2/+5
2006-09-27[PATCH] AVR32: Use unsigned long flags for saving interrupt stateHaavard Skinnemoen1-2/+4
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+2
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman1-1/+3
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-1/+3
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman4-87/+39
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman7-153/+82
2006-09-27[PATCH] Have x86 use add_active_range() and free_area_init_nodesMel Gorman4-166/+34
2006-09-27[PATCH] Have Power use add_active_range() and free_area_init_nodes()Mel Gorman5-191/+52
2006-09-27[PATCH] fix "cpu to node relationship fixup: map cpu to node"KAMEZAWA Hiroyuki1-2/+0
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-2/+3
2006-09-27[MIPS] setup.c: use early_param() for early command line parsingFranck Bui-Huu1-112/+60
2006-09-27[MIPS] setup.c: remove MAXMEM macroFranck Bui-Huu1-9/+3
2006-09-27[MIPS] setup.c: do not inline functionsFranck Bui-Huu1-2/+2
2006-09-27[MIPS] setup.c: remove useless includes.Franck Bui-Huu1-14/+0
2006-09-27[MIPS] setup.c: move initrd code inside dedicated functionsFranck Bui-Huu1-58/+86
2006-09-27[MIPS] setup.c: cleanup bootmem_init()Franck Bui-Huu1-78/+57
2006-09-27[MIPS] get_wchan(): remove uses of mfinfo[64]Franck Bui-Huu1-82/+50
2006-09-27[MIPS] get_frame_info(): null function size means size is unknownFranck Bui-Huu1-2/+10
2006-09-27[MIPS] unwind_stack(): return ra if an exception occured at the first instruc...Franck Bui-Huu1-2/+5
2006-09-27[MIPS] Enable tmpfs for anything that possibly runs a full distribution.Ralf Baechle13-14/+14
2006-09-27[MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernelsRichard Sandiford1-1/+1
2006-09-27[MIPS] Remove EV96100 as previously announced.Ralf Baechle61-1924/+0
2006-09-27[MIPS] Replace BARRIER with more appropriate hazard barrier.Ralf Baechle1-13/+8
2006-09-27[MIPS] IP27: Delete useless declaration of allocate_irqno().Ralf Baechle1-2/+0
2006-09-27[MIPS] Add configuration variables for RM9xxx processorthomas@koeller.dyndns.org1-0/+16
2006-09-27[MIPS] Move excite_fpga.h to include/asm-mips/mach-excitethomas@koeller.dyndns.org1-80/+0
2006-09-27[MIPS] Suppress compiler warningsthomas@koeller.dyndns.org1-8/+8
2006-09-27[MIPS] Move definition of IRIX compat constant into IRIX compat code.Ralf Baechle1-0/+3
2006-09-27[MIPS] c-r4k: Convert init functions from inline to __init.Ralf Baechle1-10/+10
2006-09-27[MIPS] TLS: set_thread_area returns asmlinkage int not void.Ralf Baechle1-1/+3
2006-09-27[MIPS] TLS: Delete unused sys32_set_thread_areaRalf Baechle1-6/+0
2006-09-27[MIPS] Make PROT_WRITE imply PROT_READ.Ralf Baechle1-1/+1
2006-09-27[MIPS] Atlas: update interrupt handlingMaciej W. Rozycki4-32/+102
2006-09-27[MIPS] Patch to arch/mips/mips-boards/generic/time.cKevin D. Kissell1-21/+36
2006-09-27[MIPS] Reduce race between cpu_wait() and need_resched() checkingAtsushi Nemoto1-17/+45
2006-09-27[MIPS] Wire up set_robust_list(2) and get_robust_list(2)Atsushi Nemoto4-1/+9
2006-09-27[MIPS] SEAD defconfig build fixMaciej W. Rozycki1-0/+1
2006-09-27[MIPS] Fix for pci config_access on alchemy au1x000Alexander Bigga1-1/+1
2006-09-27[MIPS] Make prepare_frametrace() not clobber v0Atsushi Nemoto1-3/+7
2006-09-27[MIPS] Do not use drop_mmu_context to flusing other task's VIPT I-cache.Atsushi Nemoto2-27/+33
2006-09-27[MIPS] MT: Fix setting of XTC.Elizabeth Oldham1-0/+6
2006-09-27[MIPS] SMTC Build fix.Ralf Baechle1-1/+1
2006-09-27[MIPS] Fix 32-bit kernel by replacing 64-bit-only code.Ralf Baechle2-33/+3
2006-09-27[MIPS] MT: When doing "select SMP" also select SMP's prerequesites or ...Ralf Baechle1-0/+2
2006-09-27[MIPS] eXcite: Don't set SERIAL_RM9000.Ralf Baechle1-1/+0
2006-09-27[MIPS] Retire flush_icache_page from mm use.Ralf Baechle5-13/+15
2006-09-27[MIPS] Avoid double signal restarting.Ralf Baechle3-1/+3
2006-09-27[MIPS] MT: Initialise all writable bits in Cause register to zero.Chris Dearman1-1/+1
2006-09-27[MIPS] Fix EV64120 PCI fixup in MakefileYoichi Yuasa1-1/+1
2006-09-27[MIPS] Add missing returns in signal code.Ralf Baechle2-0/+4
2006-09-27[MIPS] IRIX: Crapectopy.Ralf Baechle1-15/+40
2006-09-27[MIPS] Don't call try_to_freeze in do_signal & co.Ralf Baechle3-12/+0
2006-09-27[MIPS] Cleanup leftovers of ARCH_HAS_IRQ_PER_CPURalf Baechle1-2/+1
2006-09-27[MIPS] Improve unwind_stack()Franck Bui-Huu2-25/+34
2006-09-27[MIPS] Make get_frame_info() more robustFranck Bui-Huu1-8/+6
2006-09-27[MIPS] Simplify dump_stack()Franck Bui-Huu1-11/+9
2006-09-27[MIPS] Make frame_info_init() more readable.Franck Bui-Huu1-9/+9
2006-09-27[MIPS] Miscellaneous cleanup in prologue analysis codeFranck Bui-Huu1-19/+14
2006-09-27[MIPS] Remove unused MODULE_RANGE macro.Franck Bui-Huu1-5/+0
2006-09-27[MIPS] Make get_frame_info() more readable.Franck Bui-Huu1-31/+36
2006-09-27[MIPS] c-r4k: Typo fix.Ralf Baechle1-1/+1
2006-09-27[MIPS] N32 rt_sigqueueinfo uses O32 padding, not N64Peter Watkins1-1/+1
2006-09-27[MIPS] dump_stack() based on prologue code analysisAtsushi Nemoto2-23/+141
2006-09-27[MIPS] db1x00: Remove unused mirage_ts.cYoichi Yuasa2-261/+0
2006-09-27[MIPS] Rearrange show_stack, show_traceAtsushi Nemoto1-28/+23
2006-09-27[MIPS] Updat mpc30x defconfigYoichi Yuasa1-6/+6
2006-09-27[MIPS] Updat workpad defconfigYoichi Yuasa1-4/+6
2006-09-27[MIPS] Update e55 defconfigYoichi Yuasa1-5/+5
2006-09-27[MIPS] Honour "panic_on_oops" sysctl.Maxime Bizon1-0/+11
2006-09-27sh: Fix occasional flush_cache_4096() stack corruption.Paul Mundt1-11/+9
2006-09-27sh: Calculate shm alignment at runtime.Paul Mundt2-20/+39
2006-09-27sh: Initial vsyscall page support.Paul Mundt13-12/+418
2006-09-27sh: Selective flush_cache_mm() flushing.Paul Mundt1-90/+130
2006-09-27sh: More intelligent entry_mask/way_size calculation.Paul Mundt1-7/+13
2006-09-27sh: Support for L2 cache on newer SH-4A CPUs.Paul Mundt2-2/+51
2006-09-27sh: Update kexec support for API changes.Paul Mundt2-16/+0
2006-09-27sh: Optimized readsl()/writesl() support.Paul Mundt1-0/+67
2006-09-27sh: Report movli.l/movco.l capabilities.Paul Mundt1-1/+3
2006-09-27sh: CPU flags in AT_HWCAP in ELF auxvt.Paul Mundt1-3/+5
2006-09-27sh: Add support for 4K stacks.Paul Mundt7-23/+170
2006-09-27sh: Enable /proc/kcore support.Paul Mundt1-2/+9
2006-09-27sh: stack debugging support.Paul Mundt4-8/+43
2006-09-27sh: select CONFIG_EMBEDDED.Paul Mundt1-0/+1
2006-09-27sh: machvec rework.Paul Mundt30-774/+476
2006-09-27sh: Solution Engine SH7343 board support.Paul Mundt9-13/+1626
2006-09-27sh: SH7710VoIPGW board support.Paul Mundt6-0/+1036
2006-09-27sh: Cleanup IRQ disabling for hardirq handlers.Paul Mundt15-156/+38
2006-09-27sh: maskreg IRQ support.Paul Mundt3-2/+105
2006-09-27sh: Kill off dead boards.Paul Mundt32-2435/+4
2006-09-27sh: Add support for cacheline poking through debugfs.Paul Mundt2-0/+151
2006-09-27sh: Fix memcpy() build error on sh4eb.Nobuhiro Iwamatsu1-2/+2
2006-09-27sh: Kill off the rest of the legacy rtc mess.Paul Mundt6-190/+22
2006-09-27sh: SHMIN board support.Takashi YOSHII6-1/+890
2006-09-27sh: Add support for SH7706/SH7710/SH7343 CPUs.Paul Mundt18-51/+308
2006-09-27sh: Add setup code for various CPU subtypes.Paul Mundt11-0/+441
2006-09-27sh: sem2mutex conversion for clock framework.Paul Mundt1-8/+9
2006-09-27sh: pselect6 and ppoll, along with signal trampoline rework.Paul Mundt3-91/+85
2006-09-27sh: __addr_ok() and other misc nommu fixups.Yoshinori Sato6-17/+20
2006-09-27sh: __NR_restart_syscall support.Paul Mundt3-7/+13
2006-09-27sh: Various nommu fixes.Yoshinori Sato3-10/+22
2006-09-27sh: Make PAGE_OFFSET configurable.Paul Mundt4-28/+34
2006-09-27sh: Move voyagergx_reg.h to a more sensible place.Paul Mundt3-3/+3
2006-09-27sh: math-emu supportTakashi YOSHII6-39/+832
2006-09-27sh: Rename rtc_get/set_time() to avoid RTC_CLASS conflict.Paul Mundt7-36/+26
2006-09-27sh: Fixup __strnlen_user() behaviour.Paul Mundt1-0/+3
2006-09-27sh: More cosmetic cleanups and trivial fixes.Paul Mundt7-42/+22
2006-09-27sh: Fixup TEI IRQ requests in request_dma().Paul Mundt1-2/+5
2006-09-27sh: G2 DMA IRQ and residue sampling.Paul Mundt1-13/+41
2006-09-27sh: VoyagerGX cleanups and 8250 UART support.Paul Mundt3-11/+71
2006-09-27sh: Inhibit mapping PCI apertures through page tables.Paul Mundt2-12/+25
2006-09-27sh: Consolidated SH7751/SH7780 PCI support.Paul Mundt35-1517/+947
2006-09-27sh: kgdb stub cleanups.Paul Mundt1-28/+5
2006-09-27sh: Use generic CONFIG_FRAME_POINTER.Paul Mundt1-9/+1
2006-09-27sh: APM/PM support.Andriy Skulysh13-5/+973
2006-09-27sh: SE73180 updates for IRQ changes.Paul Mundt3-1/+4
2006-09-27sh: Make O= builds work again.Paul Mundt1-7/+5
2006-09-27sh: Drop incdir rule for SE7751.Paul Mundt1-2/+0
2006-09-27sh: Add support for R7780RP and R7780MP boards.Paul Mundt20-34/+2448
2006-09-27sh: Store Queue API rework.Paul Mundt1-296/+246
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt28-457/+171
2006-09-27sh: Fix split ptlock for user mappings in __do_page_fault().Paul Mundt1-3/+4
2006-09-27sh: ioremap() overhaul.Paul Mundt13-322/+361
2006-09-26[SPARC64]: Kill bogus check from bootmem_init().David S. Miller1-2/+1
2006-09-27sh: page table alloc cleanups and page fault optimizations.Paul Mundt6-165/+188
2006-09-26[SPARC64]: Update defconfig.David S. Miller1-18/+20
2006-09-27sh: export clear_user_page() for the modules that need it.Paul Mundt1-0/+1
2006-09-27sh: SH-4A Privileged Space Mapping Buffer (PMB) support.Paul Mundt2-1/+271
2006-09-27sh: Titan board support.Jamie Lenehan9-12/+1721
2006-09-27sh: BSS init bugfix and barrier in entry point.Paul Mundt1-5/+31
2006-09-27sh: Add control register barriers.Paul Mundt2-2/+8
2006-09-27sh: Add flag for MMU PTEA capability.Paul Mundt3-21/+31
2006-09-27sh: landisk board support.kogiidena9-1/+2477
2006-09-27sh: Fix TCP payload csum bug in csum_partial_copy_generic().Ollie Wild1-1/+2
2006-09-27sh: Fix fatal oops in copy_user_page() on sh4a (SH7780).Paul Mundt1-10/+14
2006-09-27sh: Wire up new syscalls.Paul Mundt1-0/+28
2006-09-27sh: Support for SH7770/SH7780 CPU subtypes.Paul Mundt4-0/+185
2006-09-27sh: Add SH7750S/SH7091 rules for SH7750 oprofile driver.Paul Mundt1-0/+4
2006-09-27sh: earlyprintk= support and cleanups.Paul Mundt2-30/+98
2006-09-27sh: Fix a sign extension bug in memset().Toshinobu Sugioka1-0/+1
2006-09-27sh: Refactor PRR masking to catch newer SH7760 cuts.Paul Mundt1-3/+9
2006-09-27sh: Optimized cache handling for SH-4/SH-4A caches.Richard Curnow4-186/+457
2006-09-27sh: Support for SH-4A memory barriers.Paul Mundt1-0/+5
2006-09-27sh: RTS7751R2D board updates.Paul Mundt7-81/+68
2006-09-27sh: HS7751RVoIP board updates.Paul Mundt5-68/+65
2006-09-27sh: Move hd64461.h to a more sensible location.Paul Mundt2-8/+6
2006-09-27sh: Kill off dead code for SE and SystemH boards.Paul Mundt8-58/+12
2006-09-27sh: hugetlb updates.Paul Mundt1-36/+16
2006-09-27sh: hp6xx mach-type cleanups.Andriy Skulysh1-1/+1
2006-09-27sh: Various cosmetic cleanups.Paul Mundt15-60/+24
2006-09-27sh: Make hs7751rvoip/rts7751r2d use pm_power_off.Paul Mundt2-4/+16
2006-09-27sh: Kill off the .stack section.Paul Mundt2-3/+1
2006-09-27sh: Fix kGDB NMI handling.Paul Mundt1-1/+1
2006-09-27sh: Move syscall table in to syscall.S.Paul Mundt3-298/+325
2006-09-27sh: Fixup some uninitialized spinlocks.Paul Mundt2-2/+2
2006-09-27sh: flush_cache_range() cleanup and optimizations.Paul Mundt1-26/+46
2006-09-27sh: Move smc37c93x.h for SystemH board use.Paul Mundt1-1/+1
2006-09-26IA64: PCI: dont disable irq which is not enabledSatoru Takeuchi1-1/+2
2006-09-26MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-1/+1
2006-09-26[IA64] minor reformatting to vmlinux.lds.SAl Stone1-2/+6
2006-09-26[IA64] CMC/CPE: Reverse the order of fetching log and checking poll thresholdHidetoshi Seto1-8/+10
2006-09-26[IA64] ar.fpsr not set on MCA/INIT kernel entryRuss Anderson1-0/+4
2006-09-26[IA64] printing support for MCA/INITHidetoshi Seto4-36/+242
2006-09-26[IA64] trim output of show_mem()Jes Sorensen1-5/+4
2006-09-26[IA64] show_mem() printk levelsJes Sorensen2-22/+24
2006-09-26[IA64] Make gp value point to Region 5 in mca handlerZou Nan hai1-5/+0
2006-09-26Revert "[IA64] Unwire set/get_robust_list"Tony Luck1-2/+2
2006-09-26[IA64-SGI] Do not request DMA memory for BTEChristoph Lameter1-2/+1
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds143-4477/+5735
2006-09-26[IA64] Move perfmon tables from thread_struct to pfm_contextKeshavamurthy Anil S1-64/+49
2006-09-26[IA64] Add interface so modules can discover whether multithreading is on.Stephane Eranian1-0/+24
2006-09-26[IA64] kprobes: fixup the pagefault exception caused by probehandlersKeshavamurthy Anil S1-0/+6
2006-09-26[IA64] kprobe opcode 16 bytes alignment on IA64bibo mao1-26/+29
2006-09-26Pull esi-support into release branchTony Luck5-0/+318
2006-09-26Pull model-name into release branchTony Luck1-10/+31
2006-09-26[PATCH] s390: fix cmm kernel thread handlingHeiko Carstens1-19/+35
2006-09-26[PATCH] UML: tty lockingAlan Cox1-1/+3