summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Ignore compat mode SYSCALL when IA32_EMULATION is not definedAndi Kleen2007-06-232-0/+10
* i386: Make CMPXCHG64 only dependent on PAEAndi Kleen2007-06-232-2/+2
* Blackfin arch: match kernel startup messaage with new linker scriptRobin Getz2007-06-211-3/+5
* Blackfin arch: update printk to use KERN_EMERG and reformat crash outputRobin Getz2007-06-211-55/+86
* Blackfin arch: update ANOMALY handlingRobin Getz2007-06-215-16/+41
* Allow DEBUG_RODATA and KPROBES to co-existArjan van de Ven2007-06-224-3/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds2007-06-221-7/+36
|\
| * [PARISC] unwinder improvementsRandolph Chung2007-06-211-7/+34
| * [PARISC] Fix unwinder on 64-bit kernelsRandolph Chung2007-06-211-0/+2
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-2010-62/+63
|\ \
| * | [MIPS] Don't drag a platform specific header into generic arch code.Ralf Baechle2007-06-2010-62/+63
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-06-202-3/+5
|\ \ \
| * | | [POWERPC] Fix powermac late initcall to only run on powermacTony Breeds2007-06-201-0/+3
| * | | [POWERPC] PowerPC: Prevent data exception in kernel space (32-bit)Segher Boessenkool2007-06-201-3/+2Star
| |/ /
* | | x86_64: fix link warning between for .text and .init.textYinghai Lu2007-06-202-3/+3
* | | x86: change_page_attr bandaidsAndi Kleen2007-06-202-15/+22
* | | x86: Disable KPROBES with DEBUG_RODATA for nowAndi Kleen2007-06-202-0/+2
* | | x86_64: Quieten Atari keyboard warnings in KconfigAndi Kleen2007-06-201-3/+0Star
* | | x86: Disable DAC on VIA bridgesAndi Kleen2007-06-202-0/+39
* | | x86_64: Fix readahead/sync_file_range/fadvise64 compat callsAndi Kleen2007-06-202-3/+22
|/ /
* | [POWERPC] rheap - eliminates internal fragments caused by alignmentLi Yang2007-06-201-19/+29
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds2007-06-191-0/+1
|\ \
| * | sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.Paul Mundt2007-06-191-0/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-06-192-3/+9
|\ \
| * | sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.Paul Mundt2007-06-191-3/+4
| * | sh: oops_enter()/oops_exit() in die().Paul Mundt2007-06-181-0/+3
| * | sh: Fix restartable syscall arg5 clobbering.Kaz Kojima2007-06-181-2/+4
| |/
* | [S390] Add oops_enter()/oops_exit() calls to die().Heiko Carstens2007-06-191-3/+5
* | [S390] Print list of modules on die().Heiko Carstens2007-06-191-0/+1
* | [S390] Fix yet another two section mismatches.Heiko Carstens2007-06-193-5/+16
* | [S390] Missing blank when appending cio_ignore kernel parameterMichael Holzheu2007-06-191-0/+1
|/
* uml: remove PAGE_SIZE from libc codeJeff Dike2007-06-165-16/+22
* perfctr-watchdog: fix interchanged parameters to release_{evntsel,perfctr}_nmiBjörn Steinbrink2007-06-161-5/+5
* i386: use the right wrapper to disable the NMI watchdogBjörn Steinbrink2007-06-161-5/+5
* i386: fix NMI watchdog not reserving its MSRsBjörn Steinbrink2007-06-161-0/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney...Linus Torvalds2007-06-1652-1909/+970Star
|\
| * Blackfin arch: redo our linker script a bitMike Frysinger2007-06-111-111/+56Star
| * Blackfin arch: make sure we initialize our L1 Data B section properly based o...Mike Frysinger2007-06-141-2/+3
| * Blackfin arch: fix bug can not wakeup from sleep via push buttonsMichael Hennerich2007-06-141-2/+10
| * Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger2007-06-111-4/+3Star
| * Blackfin arch: add missing gpio.h header to fix compiling in some pm configur...Michael Hennerich2007-06-111-1/+1
| * Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1Michael Hennerich2007-06-111-1/+1
| * Blackfin arch: fix spelling typo in outputMike Frysinger2007-06-111-1/+1
| * Blackfin arch: try to split up functions like this into smaller units accordi...Aubrey Li2007-06-141-112/+121
| * Blackfin arch: add proper ENDPROC()Mike Frysinger2007-06-1121-8/+72
| * Blackfin arch: move more of our startup code to .init so it can be freed once...Mike Frysinger2007-06-114-20/+29
| * Blackfin arch: unify differences between our diff head.S files -- no function...Mike Frysinger2007-06-113-27/+32
| * Blackfin arch: update defconfigsMike Frysinger2007-06-115-214/+528
| * Blackfin arch: scrub old console definesMike Frysinger2007-06-111-35/+0Star
| * Blackfin arch: implement a basic /proc/sram file for L1 allocation visibilityMike Frysinger2007-06-141-12/+80