summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ftrace: fix kexecIngo Molnar2008-05-232-0/+8
* ftrace: use dynamic patching for updating mcount callsSteven Rostedt2008-05-233-5/+150
* ftrace: move memory management out of arch codeSteven Rostedt2008-05-231-154/+29Star
* ftrace: use nops instead of jmpSteven Rostedt2008-05-232-18/+26
* ftrace: dynamic enabling/disabling of function callsSteven Rostedt2008-05-232-0/+238
* ftrace: trace preempt off critical timingsSteven Rostedt2008-05-231-0/+3
* ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-234-2/+68
* ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-233-0/+65
* x86: add notrace annotations to vsyscall.Steven Rostedt2008-05-233-9/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-224-21/+40
|\
| * sparc64: Prevent stack backtrace false positives on trap frames.David S. Miller2008-05-221-0/+1
| * sparc64: Fix stack tracing through trap frames.David S. Miller2008-05-222-10/+14
| * sparc64: Fix kernel thread stack termination.David S. Miller2008-05-221-11/+25
* | provide out-of-line strcat() for m68kAl Viro2008-05-221-0/+6
* | MODULE_LICENSE expects "GPL v2", not "GPLv2"Al Viro2008-05-221-1/+1
* | thanks to net/mac80211 we need to pull drivers/leds/Kconfig on umlAl Viro2008-05-221-0/+2
* | missing export of csum_partial() on uml/amd64Al Viro2008-05-221-2/+4
* | uml: add missing exports for UML_RANDOM=mAl Viro2008-05-221-0/+5
* | fix include order in sys-i386/registers.cAl Viro2008-05-221-0/+1
* | missed kmalloc() in pcap_user.cAl Viro2008-05-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-2197-97/+239
|\|
| * sparc64: Add global register dumping facility.David S. Miller2008-05-203-2/+154
| * sparc: remove CVS keywordsAdrian Bunk2008-05-2060-60/+54Star
| * sparc64: remove CVS keywordsAdrian Bunk2008-05-2035-35/+31Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-05-201-4/+4
|\ \
| * | PCI: Correct last two HP entries in the bfsort whitelistTony Camuso2008-05-191-4/+4
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-05-2010-547/+657
|\ \ \ | |_|/ |/| |
| * | [POWERPC] Update defconfigs for desktop/server systemsPaul Mackerras2008-05-206-533/+637
| * | Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-05-203-12/+20
| |\ \
| | * | [POWERPC] Fix mpc8377_mds.dts DMA nodes to match specKumar Gala2008-05-201-5/+13
| | * | [POWERPC] Update arch/powerpc/boot/.gitignoreKumar Gala2008-05-201-5/+3Star
| | * | [POWERPC] Remove generated files on make cleanKumar Gala2008-05-201-2/+4
| * | | [POWERPC] powerpc/mm/hash_low_32.S: Remove CVS keywordAdrian Bunk2008-05-201-2/+0Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-2023-23/+0Star
|\ \ \ \
| * | | | [PATCH] take init_files to fs/file.cAl Viro2008-05-1623-23/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'for-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2008-05-201-0/+21
|\ \ \ \ | | |/ / | |/| |
| * | | [POWERPC] 4xx: Workaround for CHIP_11 ErrataJosh Boyer2008-05-191-0/+21
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-2012-388/+524
|\ \ \
| * | | Blackfin arch: update boards defconfig filesMichael Hennerich2008-05-193-343/+423
| * | | Blackfin arch: IO Port functions to read/write unalligned memoryMichael Hennerich2008-05-173-4/+35
| * | | Blackfin arch: enable a choice to provide 4M DMA memoryCliff Cai2008-05-171-0/+2
| * | | Blackfin arch: cleanup the icplb/dcplb multiple hit checksMike Frysinger2008-05-171-10/+10
| * | | Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich2008-05-171-0/+19
| * | | Blackfin arch: Check for Anomaly 05000182Michael Hennerich2008-05-171-0/+11
| * | | [Blackfin] arch: rename bf5xx-flash to bfin-async-flashMike Frysinger2008-05-132-20/+14Star
| * | | [Blackfin] arch: Blackfin checksum annotationsAl Viro2008-05-121-11/+10Star
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-207-27/+45
|\ \ \
| * | | sh: Fix up restorer in debug_trap exception return path.Paul Mundt2008-05-191-6/+5Star
| * | | sh: Make is_valid_bugaddr() more intelligent on nommu.Paul Mundt2008-05-191-1/+9
| * | | sh: use the common ascii hex helpersHarvey Harrison2008-05-161-6/+5Star