summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* xtensa: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-10-151-1/+1
* xtensa: use newer __SPIN_LOCK_UNLOCKED macroRobert P. J. Day2008-10-151-1/+1
* arch/m68k/mm/kmap.c: introduce missing kfreeJulia Lawall2008-10-141-1/+3
* m68k: init_irq_proc depends on CONFIG_PROC_FSGeert Uytterhoeven2008-10-141-1/+2
* m68k: remove the dead PCI codeAdrian Bunk2008-10-143-521/+0Star
* m68k: Remove the broken Hades supportAdrian Bunk2008-10-147-488/+19Star
* m68k: Add missing dma_sync_single_range_for_{cpu,device}()Geert Uytterhoeven2008-10-141-2/+2
* m68k: Define rtc_lock on AtariGeert Uytterhoeven2008-10-141-0/+3
* m68k: Remove unused atari_kbd_translate()Geert Uytterhoeven2008-10-141-12/+0Star
* m68k: Modular Amiga keyboard needs key_mapsGeert Uytterhoeven2008-10-141-0/+9
* m68k: Reverse platform MMU logic so Sun 3 is lastGeert Uytterhoeven2008-10-141-21/+22
* m68k: Add NOTES to init data so its discarded at bootRoman Zippel2008-10-141-0/+1
* m68k: Put .bss at the end of the data sectionRoman Zippel2008-10-141-4/+4
* m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven2008-10-141-6/+3Star
* m68k: use bcd2bin/bin2bcdAdrian Bunk2008-10-146-84/+62Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-10-132-34/+0Star
|\
| * ide-generic: remove no longer needed ide_probe_legacy()Bartlomiej Zolnierkiewicz2008-10-131-29/+0Star
| * xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk2008-10-131-5/+0Star
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-10-131-2/+0Star
|\ \ | |/ |/|
| * V4L/DVB (8687): soc-camera: Move .power and .reset from soc_camera host to se...Stefan Herbrechtsmeier2008-10-121-2/+0Star
* | vfs: Use const for kernel parser tableSteven Whitehouse2008-10-132-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-10-1365-864/+4503
|\ \
| * | Blackfin arch: make sure we include the fix for SPORT hysteresis when reprogr...Robin Getz2008-10-135-0/+15
| * | Blackfin arch: Fix bogus str_ident check in gpio codeMichael Hennerich2008-10-131-5/+2Star
| * | Blackfin arch: AD7879 Touchscreen driverMichael Hennerich2008-10-131-3/+37
| * | Blackfin arch: introducing bfin_addr_dcachableVitja Makarov2008-10-132-0/+15
| * | Blackfin arch: fix a typo in commentsBryan Wu2008-10-101-1/+1
| * | Blackfin arch: Remove useless head fileGraf Yang2008-10-101-6/+0Star
| * | Blackfin arch: make sure L2 start and length are always defined (fixes buildi...Mike Frysinger2008-10-101-7/+7
| * | Blackfin arch: use the Blackfin on-chip ROM to do software reset when possibleMike Frysinger2008-10-132-1/+94
| * | Blackfin arch: update anomaly headers to match the latest sheetMike Frysinger2008-10-105-75/+227
| * | Blackfin arch: bfin_reset() is an internal reboot function ... everyone shoul...Mike Frysinger2008-10-102-2/+1Star
| * | Blackfin arch: print out error/warning if you are running on the incorrect CP...Robin Getz2008-10-107-41/+76
| * | Blackfin arch: remove non-bf54x ifdef logic since this file is only compiled ...Mike Frysinger2008-10-101-45/+4Star
| * | Blackfin arch: update board defconfigsMike Frysinger2008-10-101-14/+22
| * | Blackfin arch: Add optional verbose debugRobin Getz2008-10-102-100/+143
| * | Blackfin arch: emulate a TTY over the EMUDAT/JTAG interfaceMike Frysinger2008-10-101-0/+12
| * | Blackfin arch: have is_user_addr_valid() check for overflows (like when addre...Mike Frysinger2008-10-101-0/+4
| * | Blackfin arch: ptrace - fix off-by-one check on end of memory regionsMike Frysinger2008-10-101-29/+21Star
| * | Blackfin arch: Enable framebuffer support for the BF526-EZkit TFT LCD displayMichael Hennerich2008-10-131-0/+49
| * | Blackfin arch: flash memory map and dm9000 resources updatingJavier Herrero2008-10-091-15/+19
| * | Blackfin arch: early prink code still use uart core console functions to pars...Sonic Zhang2008-10-091-0/+1
| * | Blackfin arch: Move all the silicon rev handling to one placeMike Frysinger2008-10-097-11/+15
| * | Blackfin arch: fix end address for parallel flash and increase kernel partiti...Mike Frysinger2008-10-091-2/+2
| * | Blackfin arch: avoid using actual config name in commentMike Frysinger2008-10-091-1/+1
| * | Blackfin arch: Fix bug - HW Errors never recover on BF548Robin Getz2008-10-092-2/+22
| * | Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return pr...Graf Yang2008-10-091-4/+10
| * | Blackfin arch: give sys_strace proper entry markingsMike Frysinger2008-10-091-0/+3
| * | Blackfin arch: ptrace - make sure PT_ORIG_R0 and PT_ORIG_P0 offsets are declaredMike Frysinger2008-10-092-0/+3
| * | Blackfin arch: use existing ptrace_disable() func to clear TRACE_BITS and cre...Mike Frysinger2008-10-091-50/+37Star