summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* gitignore: ignore shared objectsBrian Gerst2006-01-061-1/+0
* [PATCH] i386: PTRACE_POKEUSR: allow changing RF bit in EFLAGS register.Chuck Ebbert2006-01-051-3/+6
* [IA64] Fix compile warnings in setup.cTony Luck2006-01-051-1/+1
* Auto-update from upstreamTony Luck2006-01-0521-57/+159
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-043-6/+6
| |\
| | * [PATCH] driver kill hotplug word from sn and others fixPaul Jackson2006-01-042-5/+5
| | * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-1/+1
| * | [PATCH] i386: "invalid operand" -> "invalid opcode"Chuck Ebbert2006-01-041-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-043-0/+5
| |\ \
| | * | gitignore: x86_64 filesBrian Gerst2006-01-013-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-041-2/+1
| |\ \ \
| | * | | arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdefAdrian Bunk2006-01-031-2/+1
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-01-042-0/+27
| |\ \ \
| | * | | [PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie2006-01-042-0/+27
| | |/ /
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-01-0410-46/+117
| |\ \ \
| | * | | [CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi2005-12-063-3/+17
| | * | | [CPUFREQ] Move PMBASE reading away and do it only once at initialization timeMattia Dongili2005-12-061-13/+30
| | * | | [CPUFREQ] Measure transition latency at driver initializationMattia Dongili2005-12-064-3/+35
| | * | | Merge ../linus/Dave Jones2005-12-0677-3309/+3312
| | |\ \ \
| | * | | | [CPUFREQ] Change loglevels on powernow-k8 bios error printk's.Dave Jones2005-12-061-2/+2
| | * | | | [PATCH] cpufreq-nforce2.c fix u32<0 testGabriel A. Devenyi2005-12-011-1/+2
| | * | | | [CPUFREQ] Fix indentation in powernow-k8Dave Jones2005-11-301-4/+4
| | * | | | Merge ../linusDave Jones2005-11-2954-1220/+355
| | |\ \ \ \
| | * | | | | [PATCH] Support 100 MHz frequency transitionsLangsdorf, Mark2005-11-292-14/+12
| | * | | | | [CPUFREQ] Improve Error reporting in powernow-k8Jacob Shin2005-11-211-11/+20
| * | | | | | Relax the rw_verify_area() error checking.Linus Torvalds2006-01-041-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | [IA64] incorrect return from ia64_pci_legacy_write()Alex Williamson2006-01-031-1/+1
|/ / / / /
* | | | | [PATCH] x86: teach dump_task_regs() about the -8 offset.Stas Sergeev2005-12-311-1/+3
* | | | | [PATCH] ppc64: htab_initialize_secondary cannot be marked __initAnton Blanchard2005-12-291-1/+1
* | | | | [PATCH] x86_64: Fix incorrect node_present_pages on NUMARavikiran G Thirumalai2005-12-291-1/+1
* | | | | [PATCH] uml: fix compilation with CONFIG_MODE_TT disabledPaolo 'Blaisorblade' Giarrusso2005-12-292-5/+8
* | | | | [PATCH] Hostfs: update for new glibc - add missing symbol exportsPaolo 'Blaisorblade' Giarrusso2005-12-291-0/+5
* | | | | [PATCH] uml: fix random segfaults at bootupPaolo 'Blaisorblade' Giarrusso2005-12-291-10/+12
* | | | | [SPARC]: Use STABS_DEBUG and DWARF_DEBUG macros in vmlinux.lds.SDavid S. Miller2005-12-282-28/+8
* | | | | [SPARC]: Kill CHILD_MAX.David S. Miller2005-12-223-3/+3
* | | | | [SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk2005-12-222-0/+8
* | | | | powerpc: Fix i8259 cascade on pSeries with XICS interrupt controllerPaul Mackerras2005-12-221-18/+3
* | | | | [SPARC64]: Stop putting -finline-limit=XXX into CFLAGSDavid S. Miller2005-12-201-5/+0
* | | | | [PATCH] Fix build with CONFIG_PCI_MMCONFIGAndi Kleen2005-12-202-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-12-208-24/+30
|\ \ \ \ \
| * | | | | powerpc: update defconfigsPaul Mackerras2005-12-206-21/+26
| * | | | | [PATCH] powerpc: CPM2 interrupt handler failure after 100,000 interruptsEdson Seabra2005-12-201-1/+2
| * | | | | powerpc: correct register usage in 64-bit syscall exit pathPaul Mackerras2005-12-201-2/+2
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-193-22/+55
|\ \ \ \ \ \
| * | | | | | [ARM] 3210/1: add missing memory barrier helper for NPTL supportNicolas Pitre2005-12-191-0/+49
| * | | | | | [ARM] Fix sys_sendto and sys_recvfrom 6-arg syscallsRussell King2005-12-172-22/+6
* | | | | | | [PATCH] uml skas0: stop gcc's insanityJeff Dike2005-12-183-36/+46
* | | | | | | [PATCH] uml - fix some funkiness in KconfigPaolo 'Blaisorblade' Giarrusso2005-12-181-0/+2
* | | | | | | [PATCH] uml: fix dynamic linking on some 64-bit distrosRob Landley2005-12-181-0/+4
* | | | | | | [PATCH] uml: arch/um/scripts/Makefile.rules - remove duplicated codePaolo 'Blaisorblade' Giarrusso2005-12-181-5/+0
|/ / / / / /
OpenPOWER on IntegriCloud