summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 4506/1: HP Jornada 7XX: Addition of SSP Platform DriverKristoffer Ericson2007-07-203-2/+214
* [ARM] 4504/1: nommu: Fix the ARMv6 support for MMU-less platformsCatalin Marinas2007-07-201-1/+1
* [ARM] 4502/1: nommu: Do not export the copy/clear user page functionsCatalin Marinas2007-07-201-0/+2
* [ARM] 4501/1: nommu: Select TLS register emulation if ARMv6 and not v6KCatalin Marinas2007-07-201-0/+1
* [ARM] 4500/1: Add locking around the background L2x0 cache operationsCatalin Marinas2007-07-201-0/+6
* [ARM] rpc: convert an outb() to writeb()Russell King2007-07-201-1/+1
* [ARM] Make 'i' and 'zi' targets workRussell King2007-07-201-0/+8
* [ARM] Allow neponset to build againRussell King2007-07-201-0/+2
* [ARM] 4471/1: Compile the uncompressing code with -fno-builtinCatalin Marinas2007-07-201-1/+1
* [ARM] vfp: make fpexc bit names less verboseRussell King2007-07-202-12/+12
* Merge branch 'kmem_death' of master.kernel.org:/pub/scm/linux/kernel/git/leth...Linus Torvalds2007-07-2011-16/+12
|\
| * mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-2011-16/+12
* | fallout from kbuild changesAl Viro2007-07-201-1/+1
|/
* i386: Allow KVM on i386 nonpaeAvi Kivity2007-07-193-7/+0
* Update .gitignore for arch/i386/bootMatthew Wilcox2007-07-192-0/+4
* fix spufs build after ->fault changesChristoph Hellwig2007-07-191-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-07-196-5/+16
|\
| * xtensa: use DATA_DATA in xtensaMathieu Desnoyers2007-07-171-1/+2
| * powerpc: add missing DATA_DATA to powerpcMathieu Desnoyers2007-07-171-1/+3
| * cris: use DATA_DATA in crisMathieu Desnoyers2007-07-172-2/+2
| * kbuild: remove hardcoded apic_es7000 from modpostSam Ravnborg2007-07-161-1/+1
| * powerpc: Refuse to build 64-bit with GCC-4.2.0 and CONFIG_MODULESSegher Boessenkool2007-07-161-0/+8
* | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-07-1916-16/+0
|\ \
| * | i2c: Delete the i2c-isa pseudo bus driverJean Delvare2007-07-1916-16/+0
* | | [PATCH] sched: sched_cacheflush is now unusedRalf Baechle2007-07-191-9/+0
* | | drivers/edac: add new nmi rescanDave Jiang2007-07-192-0/+23
* | | lguest: the asm offsetsRusty Russell2007-07-191-0/+20
* | | lguest: the host codeRusty Russell2007-07-192-2/+4
* | | lguest: export symbols for lguest as a moduleRusty Russell2007-07-191-0/+1
* | | m68knommu: remove is_in_rom() functionGreg Ungerer2007-07-192-22/+0
* | | m68knommu: start dump from exception stackGreg Ungerer2007-07-191-1/+1
* | | m68knommu: generic irq handlingGreg Ungerer2007-07-1913-673/+155
* | | FRV: work around a possible compiler bugDavid Howells2007-07-191-1/+1
* | | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-196-14/+7
* | | s390: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-0/+2
* | | powerpc: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-0/+2
* | | alpha: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-1/+4
* | | x86_64: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-1/+3
* | | i386: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-3/+3
* | | mm: variable length argument supportOllie Wild2007-07-193-110/+17
* | | use the new percpu interface for shared dataFenghua Yu2007-07-194-4/+4
* | | define new percpu interface for shared dataFenghua Yu2007-07-1918-53/+25
* | | jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-192-4/+14
* | | unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-193-8/+3
* | | PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek2007-07-194-26/+27
* | | PM: Optional beeping during resume from suspend to RAMNigel Cunningham2007-07-192-0/+52
* | | mm: fault feedback #2Nick Piggin2007-07-1924-309/+287
* | | Fix RGMII-ID handling in gianfarAndy Fleming2007-07-191-0/+9
* | | Add phy-connection-type to gianfar nodesAndy Fleming2007-07-191-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2007-07-1811-438/+732
|\ \ \