summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* m32r: Add missing syscallsHirokazu Takata2007-11-281-0/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-11-269-7/+54
|\
| * x86: fix APIC related bootup crash on Athlon XP CPUsIngo Molnar2007-11-261-1/+1
| * x86: export the symbol empty_zero_page on the 32-bit x86 architectureTheodore Ts'o2007-11-261-0/+2
| * x86: fix kprobes_64.c inlining borkageAndrew Morton2007-11-261-1/+1
| * pci: use pci=bfsort for HP DL385 G2, DL585 G2Michal Schmidt2007-11-261-0/+16
| * x86: correctly set UTS_MACHINE for "make ARCH=x86"Andreas Herrmann2007-11-261-3/+2
| * lockdep: annotate do_debug() trap handlerPeter Zijlstra2007-11-262-0/+4
| * x86: turn off iommu merge by defaultIngo Molnar2007-11-261-1/+1
| * x86: printk kernel version in WARN_ON and other dump_stack usersArjan van de Ven2007-11-262-0/+12
| * x86: fix NMI watchdog & 'stopped time' problemMaciej W. Rozycki2007-11-262-4/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2007-11-2666-1250/+2125
|\ \
| * | Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial co...Sonic Zhang2007-11-211-1/+6
| * | Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Mike Frysinger2007-11-214-54/+59
| * | Blackfin arch: use common __INIT/__FINIT defines rather than setting the .sec...Mike Frysinger2007-11-211-2/+3
| * | Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get ...Robin Getz2007-11-211-6/+8
| * | Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz2007-11-212-20/+20
| * | Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt2007-11-211-1/+1
| * | Blackfin arch: Update Kconfig to latest Blackfin silicon datasheetsRobin Getz2007-11-211-5/+5
| * | Blackfin arch: update defconfig filesMike Frysinger2007-11-218-218/+146
| * | Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger2007-11-211-1/+2
| * | Blackfin arch: cplb and map header file cleanupMike Frysinger2007-11-211-16/+26
| * | Blackfin arch: cleanup the cplb declaresMike Frysinger2007-11-211-17/+10
| * | Blackfin arch: fix building for BF542 processors which only have 1 TWIMike Frysinger2007-11-211-0/+4
| * | Blackfin arch: rename _return_from_exception to _bfin_return_from_exception a...Mike Frysinger2007-11-212-4/+5
| * | Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually d...Mike Frysinger2007-11-215-7/+40
| * | Blackfin arch: fix bug NOR Flash MTD mount failSonic Zhang2007-11-212-0/+35
| * | Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usageCliff Cai2007-11-211-0/+1
| * | Blackfin arch: cleanup kernel exception message, don't insult the customer.Robin Getz2007-11-181-2/+2
| * | Blackfin arch: fix bug kernel not to boot up with mtd filesystemsBernd Schmidt2007-11-183-33/+24
| * | Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board...Michael Hennerich2007-11-172-0/+53
| * | Blackfin arch: print out modules that are loaded if we get a kernel oopsRobin Getz2007-11-181-0/+1
| * | Blackfin arch: Add assembly function insl_16Michael Hennerich2007-11-172-0/+20
| * | Blackfin arch: use do_div() for the 64bit division as pointed out by BerndMike Frysinger2007-11-233-378/+8
| * | Blackfin arch: fix spurious newline in headerMike Frysinger2007-11-171-1/+1
| * | Blackfin arch: unexport get_wchanAdrian Bunk2007-11-171-1/+0
| * | Blackfin arch: remove dump_thread()Adrian Bunk2007-11-182-46/+0
| * | Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"Robert P. J. Day2007-11-171-1/+1
| * | Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt re...Michael Hennerich2007-11-155-7/+7
| * | Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in ne...Mike Frysinger2007-11-1510-10/+10
| * | Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets u...Mike Frysinger2007-11-151-1/+1
| * | Blackfin arch: do not include linux/autoconf.hMike Frysinger2007-11-152-2/+0
| * | Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since t...Mike Frysinger2007-11-155-10/+10
| * | Blackfin arch: sharing the board-specific MAC function does not make sense so...Mike Frysinger2007-11-229-102/+43
| * | Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIOMike Frysinger2007-11-157-52/+18
| * | Blackfin arch: fix missing newline to fileMike Frysinger2007-11-151-1/+1
| * | Blackfin arch: add BF547 to list of accepted procsMike Frysinger2007-11-152-1/+8
| * | Blackfin arch: move the init sections to the end of memory to help decrease m...Robin Getz2007-11-153-24/+33
| * | Blackfin arch: split debug stuff off into Kconfig.debug like everyone elseMike Frysinger2007-11-212-168/+179
| * | Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger2007-11-231-4/+0
OpenPOWER on IntegriCloud