summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | [PATCH] i386: let usermode execute the "enter" instructionChuck Ebbert2006-06-231-5/+5
* | | | | | | | [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-231-11/+20
* | | | | | | | [PATCH] x86: call eisa_set_level_irq() in pbibios_lookup_irq()Linus Torvalds2006-06-231-0/+1
* | | | | | | | [PATCH] Don't trigger full rebuild via CONFIG_X86_MCEAlexey Dobriyan2006-06-232-0/+2
* | | | | | | | [PATCH] i386: break out of recursion in stackframe walkIngo Molnar2006-06-231-0/+6
* | | | | | | | [PATCH] fix x86 microcode driver handling of multiple matching revisionsJan Beulich2006-06-231-24/+49
* | | | | | | | [PATCH] Don't trigger full rebuild via CONFIG_MTRRAlexey Dobriyan2006-06-232-0/+2
* | | | | | | | [PATCH] i386 apm.c optimizationAndreas Mohr2006-06-231-17/+22
* | | | | | | | [PATCH] arch/i386/kernel/apic.c: make modern_apic() staticAdrian Bunk2006-06-231-1/+1
* | | | | | | | [PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2006-06-231-8/+129
* | | | | | | | [PATCH] mips: fix number of mremap argumentsYoichi Yuasa2006-06-231-1/+1
* | | | | | | | [PATCH] frv: trivial cleanups in frv_ksyms.cAl Viro2006-06-231-18/+0
* | | | | | | | [PATCH] frv: wrong syscallAl Viro2006-06-231-1/+1
* | | | | | | | [PATCH] frv: misc sparse annotationsAl Viro2006-06-232-9/+9
* | | | | | | | [PATCH] frv: misc __user annotationsAl Viro2006-06-233-5/+5
* | | | | | | | [PATCH] frv: sysctl __user annotationsAl Viro2006-06-232-22/+22
* | | | | | | | [PATCH] frv: signal annotationsAl Viro2006-06-231-10/+10
* | | | | | | | [PATCH] frv: basic __iomem annotationsAl Viro2006-06-231-3/+3
* | | | | | | | [PATCH] frv: __user infrastructureAl Viro2006-06-231-3/+3
* | | | | | | | [PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2006-06-232-0/+2
* | | | | | | | [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-1/+1
* | | | | | | | [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-232-99/+116
* | | | | | | | [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-237-69/+21
* | | | | | | | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-234-14/+14
* | | | | | | | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-232-6/+7
* | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2238-460/+1771
|\ \ \ \ \ \ \ \
| * | | | | | | | [ARM] 3537/1: Rework DMA-bounce locking for finer granularityKevin Hilman2006-06-221-46/+21
| * | | | | | | | [ARM] 3601/1: i.MX/MX1 DMA error handling for signaled channels onlyPavel Pisa2006-06-221-26/+39
| * | | | | | | | [ARM] 3597/1: ixp4xx/nslu2: Board support for new LED subsystemRod Whitby2006-06-221-1/+47
| * | | | | | | | [ARM] 3595/1: ixp4xx/nas100d: Board support for new LED subsystemRod Whitby2006-06-221-1/+40
| * | | | | | | | [ARM] 3626/1: ARM EABI: fix syscall restartingNicolas Pitre2006-06-221-2/+19
| * | | | | | | | [ARM] 3628/1: S3C24XX: add get_rate call to struct clkBen Dooks2006-06-222-2/+6
| * | | | | | | | [ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocksBen Dooks2006-06-2210-218/+299
| * | | | | | | | [ARM] 3613/1: S3C2410: Add sysdev and sysclassBen Dooks2006-06-222-1/+24
| * | | | | | | | [ARM] 3620/2: ixp23xx: add uengine loader supportLennert Buytenhek2006-06-223-10/+50
| * | | | | | | | [ARM] 3618/1: add defconfig for logicpd pxa270 card engineLennert Buytenhek2006-06-221-0/+963
| * | | | | | | | [ARM] 3617/1: ep93xx: fix slightly incorrect timer tick rateLennert Buytenhek2006-06-221-1/+1
| * | | | | | | | [ARM] 3616/1: fix timer handler wrap logic for a number of platformsLennert Buytenhek2006-06-225-6/+9
| * | | | | | | | [ARM] 3615/1: ixp23xx: use platform devices for physmap flashLennert Buytenhek2006-06-223-3/+63
| * | | | | | | | [ARM] 3614/1: ep93xx: use platform devices for physmap flashLennert Buytenhek2006-06-222-2/+45
| * | | | | | | | [ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.hVitaly Wool2006-06-221-1/+1
| * | | | | | | | [ARM] 3622/1: pnx4008: remove clk_use/clk_unuseVitaly Wool2006-06-221-78/+51
| * | | | | | | | [ARM] Enable VFP to be built when non-VFP capable CPUs are selectedRussell King2006-06-222-3/+6
| * | | | | | | | [ARM] Add thread_notify infrastructureRussell King2006-06-225-59/+87
* | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-06-223-24/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [CPUFREQ] Fix powernow-k8 SMP kernel on UP hardware bug.Randy Dunlap2006-06-211-1/+1
| * | | | | | | | | [PATCH] redirect speedstep-centrino maintainer mail to cpufreq listJeremy Fitzhardinge2006-06-211-8/+4
| * | | | | | | | | [CPUFREQ] correct powernow-k8 fid/vid masks for extended partsLangsdorf, Mark2006-06-202-3/+5
| * | | | | | | | | [CPUFREQ] Clarify powernow-k8 cpu_family statementsLangsdorf, Mark2006-06-201-12/+12
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-22157-3767/+8517
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud