aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20m68knommu: reformat show_cpuinfo()Greg Ungerer1-20/+21
2007-07-20arch/i386/xen/events.c should #include <asm/xen/hypervisor.h>Adrian Bunk1-0/+1
2007-07-20xen: disable vdso "nosegneg" on native bootRoland McGrath4-6/+29
2007-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds10-102/+118
2007-07-20m68k: exclude more unbuildable driversAl Viro1-0/+3
2007-07-20m68k: missing __initAl Viro12-15/+17
2007-07-20m68k: missing exportsAl Viro4-1/+12
2007-07-20m68k: use .text.headAl Viro4-3/+4
2007-07-20m68k iomem (based on Geert's tree + memcpy_... stuff)Al Viro1-0/+4
2007-07-19[SPARC64]: Fix two year old bug in early bootup asm.David S. Miller1-1/+0
2007-07-19[SPARC64]: Update defconfig.David S. Miller1-11/+13
2007-07-19[SPARC64]: Fix log message type in vio_create_one().Fabio Massimo Di Nitto1-1/+1
2007-07-19[SPARC64]: Tweak assertions in sun4v_build_virq().David S. Miller1-2/+2
2007-07-19[SPARC64]: Tweak kernel log messages in power_probe().David S. Miller1-3/+1
2007-07-19[SPARC64]: Fix handling of multiple vdc-port nodes.David S. Miller2-7/+78
2007-07-19[SPARC64]: Fix device type matching in VIO's devspec_show().Fabio Massimo Di Nitto1-2/+2
2007-07-19[SPARC]: Add sys_fallocate() entries.David S. Miller3-14/+18
2007-07-19[SPARC64]: Use orderly_poweroff().David S. Miller2-62/+4
2007-07-19Merge branch 'kmem_death' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds11-16/+12
2007-07-19fallout from kbuild changesAl Viro1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt11-16/+12
2007-07-19i386: Allow KVM on i386 nonpaeAvi Kivity3-7/+0
2007-07-19Update .gitignore for arch/i386/bootMatthew Wilcox2-0/+4
2007-07-19fix spufs build after ->fault changesChristoph Hellwig1-11/+11
2007-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds6-5/+16
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds16-16/+0
2007-07-19[PATCH] sched: sched_cacheflush is now unusedRalf Baechle1-9/+0
2007-07-19i2c: Delete the i2c-isa pseudo bus driverJean Delvare16-16/+0
2007-07-19drivers/edac: add new nmi rescanDave Jiang2-0/+23
2007-07-19lguest: the asm offsetsRusty Russell1-0/+20
2007-07-19lguest: the host codeRusty Russell2-2/+4
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19m68knommu: remove is_in_rom() functionGreg Ungerer2-22/+0
2007-07-19m68knommu: start dump from exception stackGreg Ungerer1-1/+1
2007-07-19m68knommu: generic irq handlingGreg Ungerer13-673/+155
2007-07-19FRV: work around a possible compiler bugDavid Howells1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau6-14/+7
2007-07-19s390: Put allocated ELF notes in read-only data segmentRoland McGrath1-0/+2
2007-07-19powerpc: Put allocated ELF notes in read-only data segmentRoland McGrath1-0/+2
2007-07-19alpha: Put allocated ELF notes in read-only data segmentRoland McGrath1-1/+4
2007-07-19x86_64: Put allocated ELF notes in read-only data segmentRoland McGrath1-1/+3
2007-07-19i386: Put allocated ELF notes in read-only data segmentRoland McGrath1-3/+3
2007-07-19mm: variable length argument supportOllie Wild3-110/+17
2007-07-19use the new percpu interface for shared dataFenghua Yu4-4/+4
2007-07-19define new percpu interface for shared dataFenghua Yu18-53/+25
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman2-4/+14
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita3-8/+3
2007-07-19PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek4-26/+27
2007-07-19PM: Optional beeping during resume from suspend to RAMNigel Cunningham2-0/+52
2007-07-19mm: fault feedback #2Nick Piggin24-309/+287