aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-09-09[PATCH] lost fput in 32bit ioctl on x86-64Kirill Korotaev1-4/+13
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar10-10/+10
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar4-6/+4
2005-09-09[PATCH] s3c2410fb: Platform support for ARM S3C2410 framebuffer driverArnaud Patard2-1/+61
2005-09-09[PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas2-1/+2
2005-09-09[PATCH] vesafb: Add blanking supportAntonino A. Daplas1-0/+5
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma2-5/+7
2005-09-09[PATCH] files-sparc64-fix 2Dipankar Sarma1-7/+22
2005-09-09[PATCH] files: break up files structDipankar Sarma3-6/+13
2005-09-09[PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W1-0/+23
2005-09-09[PATCH] alpha: process_reloc_for_got confuses r_offset and r_addendChaskiel Grundman1-4/+4
2005-09-09[PATCH] x86_64: Don't call enforce_max_cpus when hotplug is enabledAshok Raj1-19/+0
2005-09-09[PATCH] x86_64: Don't do broadcast IPIs when hotplug is enabled in flat mode.Ashok Raj1-0/+10
2005-09-09[PATCH] i386: seccomp fix for auditing/ptraceAndrea Arcangeli1-8/+14
2005-09-09[PATCH] mips: add TANBAC TB0287 supportYoichi Yuasa4-0/+1114
2005-09-09[PATCH] ppc32: Kill PVR_440* definesTom Rini2-12/+8
2005-09-09[PATCH] ppc32: In the boot code, don't rely on BASE_BAUD directlyTom Rini1-3/+5
2005-09-09[PATCH] ppc32: Correct an instruction in the boot codeFrank van Maarseveen1-1/+1
2005-09-09[PATCH] ppc32: make perfmon.o CONFIG_E500 specificMarcelo Tosatti2-1/+4
2005-09-09[PATCH] ppc32: Fix Kconfig mismergeKumar Gala1-5/+5
2005-09-09[PATCH] x86: MP_processor_info fixAndrew Morton1-14/+10
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds24-207/+333
2005-09-09[PATCH] Fix misspelled i8259 typo in io_apic.cKarsten Wiese2-4/+4
2005-09-09[PATCH] __user annotations for pointers in i386 sigframeviro@ZenIV.linux.org.uk1-4/+4
2005-09-09[PATCH] uaccess.h annotations (uml)viro@ZenIV.linux.org.uk2-14/+14
2005-09-09[PATCH] sparse on uml (infrastructure bits)viro@ZenIV.linux.org.uk2-0/+6
2005-09-09[PATCH] missing CHECKFLAGS on s390viro@ZenIV.linux.org.uk1-0/+2
2005-09-09[PATCH] basic iomem annotations (ppc64)viro@ZenIV.linux.org.uk1-6/+6
2005-09-09Allow PCI config space syscalls to be used by 64-bit processes.Paul Mackerras3-57/+64
2005-09-09[PATCH] ppc64: Big-endian I/O memory accessors.Arthur Othieno1-0/+20
2005-09-09[PATCH] Separate pci bits out of struct device_nodePaul Mackerras14-101/+151
2005-09-09[PATCH] PPC64: large INITRD causes kernel not to bootMark Bellon1-5/+26
2005-09-09[PATCH] ppc64: makefile cleanupGeoff Levand1-13/+15
2005-09-09[PATCH] ppc64: zimage build fixGeoff Levand2-16/+30
2005-09-09[PATCH] powerpc: Make check_bugs() static inlinejdl@freescale.com2-8/+0
2005-09-09[PATCH] ppc64: iSeries early printk breakageStephen Rothwell1-0/+6
2005-09-09[PATCH] ppc64: Fix oops for !CONFIG_NUMAMichael Ellerman1-2/+2
2005-09-09[PATCH] ppc64: fix IPI on bpa_iicArnd Bergmann1-7/+21
2005-09-08[PATCH] m68knommu: extract common timer code for 68EZ328 processorGreg Ungerer1-59/+21
2005-09-08[PATCH] m68knommu: create common timer code for 68x328 processor varientsGreg Ungerer1-0/+106
2005-09-08[PATCH] m68knommu: register map setup for MOD5272 boardGreg Ungerer1-3/+3
2005-09-08[PATCH] m68knommu: add timer support for the 523x ColdFire processor familyGreg Ungerer1-0/+1
2005-09-08[PATCH] m68knommu: extract common timer code for 68328 processorGreg Ungerer1-73/+21
2005-09-08[PATCH] m68knommu: create common config code for all 68VZ328 platformsGreg Ungerer1-0/+210
2005-09-08[PATCH] m68knommu: remove DrangonEngine2 specific config codeGreg Ungerer1-191/+0
2005-09-08[PATCH] m68knommu: remove uCdimm specific config codeGreg Ungerer1-117/+0
2005-09-08[PATCH] m68knommu: 523x ColdFire processor init/config MakefileGreg Ungerer1-0/+19
2005-09-08Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds14-24/+19
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq Linus Torvalds3-13/+13
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds10-210/+84
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds3-83/+1
2005-09-08Merge master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds19-20/+20
2005-09-08Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds23-187/+1026
2005-09-08[ARM] 2891/1: S3C2410 - update s3c2410_defconfig for 2.6.13Ben Dooks1-88/+130
2005-09-08[ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2Tony Lindgren20-99/+743
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller4-187/+64
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-0/+6
2005-09-08[PATCH] arch/386/pci: remap_pfn_range -> io_remap_pfn_rangeMichael S. Tsirkin1-3/+3
2005-09-08[PATCH] PCI: fix up pretty-names removal patchAndrew Morton1-1/+0
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk4-25/+17
2005-09-08[SPARC64]: Inline membar()'s again.David S. Miller3-83/+1
2005-09-08[IA64] Manual merge fix for 3 filesTony Luck184-2311/+3374
2005-09-08[IA64] Increase max physical address for SN platformsJack Steiner1-1/+1
2005-09-08[IA64] ensure XPC and XPNET are loaded on sn2 platforms onlyDean Nelson2-0/+8
2005-09-08[IA64] defconfig: turn off QLOGIC_FCMartin Hicks1-1/+1
2005-09-08[SERIAL] Use an enum for serial8250 platform device IDsRussell King19-20/+20
2005-09-08[PATCH] ppc32: Fix head_4xx.S compile errorKumar Gala1-0/+1
2005-09-08[ARM] Fix ARMv6 VIPT cache >= 32KRussell King1-0/+52
2005-09-08[ARM] Add suspend/resume support to locomo.cJohn Lenz1-0/+101
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown627-19023/+11610
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds1-4/+5
2005-09-07[PATCH] bogus #if (simserial)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] CHECKFLAGS on ppc64 got brokenviro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] bogus #if (arch/um/kernel/mem.c)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.cviro@ZenIV.linux.org.uk5-1/+8
2005-09-07[PATCH] lost chunk of "uml: build cleanups"viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk14-0/+54
2005-09-07Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds29-586/+1638
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S4-10/+29
2005-09-07[PATCH] kprobes: fix handling of simultaneous probe hit/unregisterJim Keniston2-0/+6
2005-09-07[PATCH] Kprobes/IA64: fix race when break hits and kprobe not foundKeshavamurthy Anil S1-0/+45
2005-09-07[PATCH] kprobes-prevent-possible-race-conditions-sparc64-changes fixPrasanna S Panchamukhi1-1/+1
2005-09-07[PATCH] Kprobes: prevent possible race conditions sparc64 changesPrasanna S Panchamukhi5-20/+30
2005-09-07[PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi6-27/+41
2005-09-07[PATCH] Kprobes: prevent possible race conditions ppc64 changesPrasanna S Panchamukhi5-20/+24
2005-09-07[PATCH] kprobes: prevent possible race conditions x86_64 changesPrasanna S Panchamukhi5-27/+39
2005-09-07[PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi5-25/+34
2005-09-07[PATCH] Corgi: Add MMC/SD write protection switch handlingRichard Purdie1-0/+6
2005-09-07[PATCH] Corgi: Add keyboard and touchscreen device definitionsRichard Purdie1-0/+24
2005-09-07[PATCH] w100fb: Update corgi platform code to match new driverRichard Purdie3-35/+398
2005-09-07[PATCH] PPC64: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-07[PATCH] IA64: convert kcalloc to kzallocPekka Enberg3-6/+6
2005-09-07[PATCH] fix: dmi_check_systemRobert Love1-1/+1
2005-09-07[PATCH] dmi: add onboard devices discoveryAndrey Panin1-12/+90
2005-09-07[PATCH] dmi: make dmi_string() behave like strdup()Andrey Panin1-16/+23
2005-09-07[PATCH] dmi: remove old debugging codeAndrey Panin1-21/+0
2005-09-07[PATCH] dmi: remove uneeded functionAndrey Panin1-45/+40
2005-09-07[PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi7-114/+4
2005-09-07[PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes2-445/+1
2005-09-07[PATCH] ia64 cpuset + build_sched_domains() mangles structuresJohn Hawkes1-21/+69
2005-09-07[PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea...Jesper Juhl1-7/+0
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz26-111/+42
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai10-27/+27
2005-09-07[PATCH] remove the second arg of do_timer_interrupt()Adrian Bunk3-7/+6
2005-09-07[PATCH] arm26: one -g is enough for everyoneAdrian Bunk1-4/+0
2005-09-07[PATCH] Fix function/macro name collision on i386 oprofileDavid Gibson3-9/+9
2005-09-07[PATCH] Make the bzImage format self-terminatingH. Peter Anvin4-4/+8
2005-09-07[PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig2-4/+5
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-8/+8
2005-09-07[PATCH] NMI: Update NMI users of RCU to use new APIPaul E. McKenney2-4/+4
2005-09-07[PATCH] More __read_mostly variablesChristoph Lameter2-2/+2
2005-09-07[PATCH] detect soft lockupsIngo Molnar4-0/+9
2005-09-07[PATCH] x86_64: Fix off by one in e820_mappedEric W. Biederman1-1/+1
2005-09-07[PATCH] x86_64: create sysfs entries for cpu only for present cpusAshok Raj1-2/+2
2005-09-07[PATCH] x86_64: Fix cluster mode send_IPI_allbutself to use get_cpu()/put_cpu()Ashok Raj1-1/+5
2005-09-07[PATCH] x86_64: print processor number in show_regsZwane Mwaikambo1-0/+1
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj6-102/+109
2005-09-07[PATCH] ppc32: fix ocp_device_suspend to use pm_message_t instead of u32Eugene Surovegin1-1/+1
2005-09-07[IA64] Minor cleanups - remove CONFIG_ACPI_DEALLOCATE_IRQKenji Kaneshige8-15/+0
2005-09-07[IA64] minor performance tune-up in ia64_switch_toChen, Kenneth W1-3/+3
2005-09-07[ARM] 2884/1: BAST - fix PC104 IRQ routingBen Dooks3-18/+71
2005-09-07[ARM] 2871/1: Fixes an issue with gettimeofday not working correctly on Intel...Adam Brooks2-2/+2
2005-09-07[ARM] 2883/1: PXA Sharpsl: Add detection of new PXA based Zaurii machine typesRichard Purdie1-26/+85
2005-09-07[ARM] 2880/1: OMAP 4/4: Update H2 defconfigTony Lindgren1-218/+72
2005-09-07[ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2Tony Lindgren16-307/+1115
2005-09-07[IA64] make exception handler in copy_user more robustChen, Kenneth W1-0/+3
2005-09-07[ARM] 2889/1: S3C2410 - Add machine AnubisBen Dooks5-2/+280
2005-09-06[SPARC64]: Fix set/get MTU cases in sunos_ioctl()David S. Miller1-4/+5
2005-09-06[IA64] page_not_present fault in region 5 is normalKiyoshi Ueda1-3/+3
2005-09-06[ARM] Fix missed initialisers/missing commaRussell King3-13/+13
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds26-538/+480
2005-09-06Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds4-20/+40
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2-2/+2
2005-09-06[PATCH] remove linux/version.h include from arch/ppc64Olaf Hering5-7/+4
2005-09-06[PATCH] Invert sense of SLB class bitDavid Gibson3-10/+11
2005-09-05[SPARC64]: Don't include drivers/firmware/KconfigDavid S. Miller1-2/+0
2005-09-06[PATCH] ppc64: Fix build with oprofile disabledAnton Blanchard1-0/+26
2005-09-06[PATCH] ppc64: Move oprofile_model into cpu feature structAnton Blanchard2-37/+19
2005-09-06[PATCH] ppc64: Move oprofile_impl.h into include/asm-ppc64Anton Blanchard4-116/+3
2005-09-06[PATCH] ppc64: Add oprofile cpu_type to cpu feature structAnton Blanchard2-5/+14
2005-09-06[PATCH] ppc64: Use num_pmcs in oprofile codeAnton Blanchard2-11/+5
2005-09-06[PATCH] ppc64: remove CPU_FTR_PMC8Anton Blanchard1-13/+11
2005-09-06[PATCH] ppc64: add number of PMCs to cputableAnton Blanchard2-19/+42
2005-09-06[PATCH] ppc64: Allow world readable /proc/ppc64/lparcfgWim Coekaerts1-1/+1
2005-09-06[PATCH] ppc64: remove use of asm/segment.hKumar Gala1-1/+0
2005-09-06[PATCH] ppc64: poison initmemAnton Blanchard1-0/+1
2005-09-06[PATCH] ppc64: systemcfg is now a pointerJimi Xenidis1-3/+6
2005-09-06[PATCH] ppc64: Consolidate early console and PPCDBG codeMilton Miller2-36/+47
2005-09-06[PATCH] ppc64: Remove old includesMilton Miller3-13/+3
2005-09-06[PATCH] ppc64: Take udbg out of ppc_mdMilton Miller7-42/+37
2005-09-06[PATCH] ppc64: Split SCC and 15550 udbg codeMilton Miller4-227/+272
2005-09-06[PATCH] ppc64: Make udbg_init_uart set the ppc_md udbg methods.Milton Miller3-6/+3
2005-09-06[PATCH] ppc64: Clean up CR handlingMilton Miller1-12/+4
2005-09-06[PATCH] ppc64: Remove dummy getc routinesMilton Miller1-12/+2
2005-09-06[PATCH] ppc64: dont bypass ppc_md.udbg* functionsMilton Miller1-1/+3
2005-09-05[ARM] 2882/1: pxa2xx_sharpsl: Update PCMCIA driver to support variety of new ...Richard Purdie3-0/+30
2005-09-05[ARM] 2876/1: N30 - remove task to toggle USB D+ lineBen Dooks1-20/+10
2005-09-05Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds27-84/+86
2005-09-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds13-604/+285
2005-09-05[PATCH] s390: compat system callsHeiko Carstens1-2/+2
2005-09-05[PATCH] s390: pfault interrupt raceMartin Schwidefsky1-1/+4
2005-09-05[PATCH] s390: debug feature changesMichael Holzheu1-20/+32
2005-09-05[PATCH] s390: machine check handler bugsMartin Schwidefsky2-55/+174
2005-09-05[PATCH] uml: fix x86_64 page leakJeff Dike2-1/+12
2005-09-05[PATCH] uml: fix advanced sysemu checkBodo Stroesser1-11/+17
2005-09-05[PATCH] uml: allow host capability usage to be disabledBodo Stroesser1-0/+24
2005-09-05[PATCH] uml: skas0 stubs now check system call return valuesBodo Stroesser8-238/+348
2005-09-05[PATCH] uml: increase granularity of host capability checkingBodo Stroesser4-34/+96
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov8-168/+230
2005-09-05[PATCH] uml: add host AIO support to block driverJeff Dike4-409/+373
2005-09-05[PATCH] uml: use host AIO supportJeff Dike6-15/+475
2005-09-05[PATCH] uml: build cleanupsAl Viro5-14/+6
2005-09-05[PATCH] uml: system call path cleanupJeff Dike13-215/+131
2005-09-05[PATCH] uml: TLB operation batchingJeff Dike8-166/+273
2005-09-05[PATCH] uml: remove duplicated exportsJeff Dike1-19/+0
2005-09-05[PATCH] uml: mark SMP on UML/x86_64 as brokenJeff Dike2-1/+5
2005-09-05[PATCH] uml: remove libc reference in buildAl Viro1-1/+1
2005-09-05[PATCH] uml: build cleanupAl Viro3-4/+1
2005-09-05[PATCH] uml: error path cleanupJeff Dike1-5/+9
2005-09-05[PATCH] uml: fix a macro typoAl Viro1-1/+1
2005-09-05[PATCH] uml: fix signal frame copy_userAl Viro2-18/+25
2005-09-05[PATCH] uml: fault handler micro-cleanupsPaolo 'Blaisorblade' Giarrusso1-15/+13
2005-09-05[PATCH] uml: fix SIGWINCH handler race while waiting for signals.Bodo Stroesser1-5/+6
2005-09-05[PATCH] uml: workaround GDB problems on debuggingPaolo 'Blaisorblade' Giarrusso3-4/+15
2005-09-05[PATCH] uml: SYSEMU: slight cleanup and speedupPaolo 'Blaisorblade' Giarrusso1-7/+1
2005-09-05[PATCH] SYSEMU: fix sysaudit / singlestep interactionBodo Stroesser1-3/+20
2005-09-05[PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386Bodo Stroesser1-4/+17
2005-09-05[PATCH] Uml support: reorganize PTRACE_SYSEMU supportBodo Stroesser2-30/+21
2005-09-05[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and gener...Laurent Vivier2-21/+45
2005-09-05[PATCH] Ptrace/i386: fix "syscall audit" interaction with singlestepBodo Stroesser1-2/+13
2005-09-05[PATCH] uml: Rename Kconfig files to be like the other archesJeff Dike7-14/+14
2005-09-05[PATCH] uml: remove debugging code from page fault pathJeff Dike2-48/+0
2005-09-05[PATCH] arch/cris/Kconfig.debug: use lib/Kconfig.debugAdrian Bunk1-21/+10
2005-09-05[PATCH] m68k: cleanup inline mem functionsRoman Zippel6-159/+238
2005-09-05[PATCH] m68k: move cache functions into separate fileRoman Zippel3-105/+119
2005-09-05[PATCH] m68k: sys_ptrace cleanupRoman Zippel1-111/+64
2005-09-05[PATCH] m68k: indent sys_ptraceRoman Zippel1-167/+166
2005-09-05[PATCH] add suspend/resume for timerShaohua Li5-27/+47
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek4-4/+4