summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | [PATCH] ppc32: Fix building of prpmc750Kumar Gala2005-07-271-0/+1
* | | [PATCH] ppc32: Fix typo in setup of 2nd PCI bus on 85xxKumar Gala2005-07-271-2/+2
* | | [PATCH] ppc32: fix compilation error with CONFIG_PQ2FADSDowning, Thomas2005-07-271-3/+3
* | | [PATCH] ppc32: 8xx: update DataTLBMiss exception commentMarcelo Tosatti2005-07-271-7/+5
* | | [PATCH] ppc32: Make the UARTs on MPC824x individual platform devicesKumar Gala2005-07-274-18/+61
* | | [PATCH] ppc32: Add proper prototype for cpm2_reset()Kumar Gala2005-07-275-7/+3
* | | [PATCH] ppc32: update defconfigsOlaf Hering2005-07-272-525/+798
* | | [PATCH] ppc/ppc64: use Kconfig.hzOlaf Hering2005-07-272-10/+3
* | | [PATCH] Fix warning in powernow-k8.cBrian Gerst2005-07-271-3/+2
* | | [PATCH] Add pcibios_bus_to_resource for pariscDominik Brodowski2005-07-271-0/+18
* | | [PATCH] try_to_freeze() call fixesNigel Cunningham2005-07-274-4/+4
* | | [PATCH] x86_64: fix SMP boot lockup on some machinesAndi Kleen2005-07-271-1/+1
* | | [PATCH] uml: fix misdeclared functionJeff Dike2005-07-271-12/+2
* | | [PATCH] uml: update module interfaceDominik Hackl2005-07-271-2/+2
* | | [PATCH] uml: add skas0 command-line optionPaolo 'Blaisorblade' Giarrusso2005-07-272-10/+44
* | | [PATCH] uml: add dependency to arch/um/Makefile for parallel buildsOlaf Hering2005-07-271-1/+1
* | | [PATCH] uml: readd missing define to arch/um/Makefile-i386Olaf Hering2005-07-271-0/+1
* | | [PATCH] mips: fbdev Kcofnig fixYoichi Yuasa2005-07-271-35/+0
|/ /
* | [PATCH] x86_64 fsnotify build fixAndrew Morton2005-07-261-1/+1
|/
* [PATCH] fix MAX_USER_RT_PRIO and MAX_RT_PRIOSteven Rostedt2005-07-261-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-07-267-320/+434
|\
| * [PATCH] ARM: 2831/1: S3C2440 - split s3c2440 clocks from central clock codeBen Dooks2005-07-263-57/+117
| * [PATCH] ARM: 2829/1: S3C2410 - split s3c2440 irq specifics from core irq.cBen Dooks2005-07-264-255/+312
| * [PATCH] ARM: 2828/1: BAST - remove static map of ASIX areaBen Dooks2005-07-261-8/+5
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm-smpLinus Torvalds2005-07-261-0/+3
|\ \
| * | [PATCH] ARM SMP: Mark device mappings as "device" in ARMv6 parlanceRussell King2005-07-261-0/+3
| |/
* | [PATCH] x86_64 sync machine_power_off with i386Eric W. Biederman2005-07-261-0/+3
* | [PATCH] APM: Remove redundant call to set_cpus_allowedEric W. Biederman2005-07-261-7/+0
* | [PATCH] i386 machine_power_off cleanupEric W. Biederman2005-07-261-3/+1
* | [PATCH] machine_shutdown: Typo fix to actually allow specifying which cpu to ...Eric W. Biederman2005-07-261-1/+1
* | [PATCH] x86_64: Implemenent machine_emergency_restartEric W. Biederman2005-07-261-7/+11
* | [PATCH] x86_64: Fix reboot_forceEric W. Biederman2005-07-261-8/+1
* | [PATCH] i386: Implement machine_emergency_rebootEric W. Biederman2005-07-261-3/+7
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman2005-07-2629-152/+0
* | [PATCH] Fix the arguments to machine_restart on crisEric W. Biederman2005-07-261-1/+2
* | [PATCH] inotify: add x86-64 syscall entriesRobert Love2005-07-261-2/+6
* | [PATCH] inotify: add missing hook to sys32_openRobert Love2005-07-261-1/+4
|/
* [SPARC64]: Move syscall success and newchild state out of thread flags.David S. Miller2005-07-244-11/+12
* [SPARC64]: Privatize sun5_timer.David S. Miller2005-07-241-13/+7
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-07-233-2/+37
|\
| * [PATCH] ARM: 2818/1: BAST - Use platform device for SuperIO 16550sBen Dooks2005-07-183-2/+37
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-07-237-28/+50
|\ \
| * | [PATCH] ARM: 2825/1: S3C2410: turns %d into %ld on DMA printkLucas Correia Villa Real2005-07-241-1/+1
| * | [PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdataRussell King2005-07-201-2/+2
| * | [PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...dataRussell King2005-07-172-5/+5
| * | [PATCH] ARM: 2816/1: Shark: boot kernel images bigger than 1 MBAlexander Schulz2005-07-171-9/+33
| * | [PATCH] ARM: Remove global nwfpe register variableRussell King2005-07-173-11/+9
| |/
* | Remove "noreplacement" kernel command line option.Linus Torvalds2005-07-221-13/+1
* | x86: make restore_fpu() use alternative assembler instructionsLinus Torvalds2005-07-221-11/+0
* | Fix up incorrect "unlikely()" on %gs reload in x86 __switch_toLinus Torvalds2005-07-221-8/+12
|/
OpenPOWER on IntegriCloud