summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2012-10-03xtensa: fix CODA buildMax Filippov1-1/+1
2012-10-03xtensa: fix parallel makeMax Filippov2-9/+12
2012-10-03xtensa: ISS: drop unused io.cMax Filippov2-33/+1
2012-10-03xtensa: ISS: exit simulator in case of halt or poweroffMax Filippov1-4/+4
2012-10-03xtensa: ISS: change keyboard polling rateMax Filippov1-1/+1
2012-10-03xtensa: ISS: add platform_pcibios_initMax Filippov1-0/+6
2012-10-03xtensa: ISS: add dummy serial.h for ISS platformMax Filippov1-0/+0
2012-10-03xtensa: change default platform clock frequency to 10MHzMax Filippov1-2/+2
2012-10-03xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to xtensa configMax Filippov1-0/+1
2012-10-03xtensa: set NO_IOPORT to 'n' by defaultMax Filippov1-1/+2
2012-10-03xtensa: adopt generic io routinesMax Filippov4-223/+12
2012-10-03xtensa: fix ioremapMax Filippov1-6/+14
2012-10-03xtensa: ISS: fix __simc implementationMax Filippov3-62/+53
2012-10-03xtensa: fix xtensa_irq_unmask callsMax Filippov1-2/+2
2012-10-03xtensa/PCI: fix WT caching attributeMax Filippov1-1/+1
2012-10-03xtensa: ISS: only build networking if configuredMax Filippov1-2/+2
2012-10-03xtensa: fix linker script transformation for .text.unlikelyMax Filippov1-0/+1
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+2
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+0
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+0
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01bury the rest of TIF_IRETAl Viro1-2/+0
2012-10-01sanitize tsk_is_polling()Al Viro1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-10-01xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro1-3/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells2-8/+2
2012-09-23xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-09-20get rid of generic instances of asm/exec.hAl Viro2-14/+2
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-8/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-09-06xtensa: remove duplicate CONFIG_HOTPLUG definitionGreg Kroah-Hartman1-18/+0
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-07-31xtensa: select generic atomic64_t supportFengguang Wu1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-6/+25
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon1-1/+1
2012-07-30xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-5/+24
2012-07-30Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-32/+0
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+1
2012-07-11xtensa: fix incorrect memsetAlan Cox1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-6/+0
2012-07-05xtensa/PCI: factor out pcibios_setup()Myron Stowe1-6/+0
2012-06-28Remove useless wrappers of asm-generic/rmap.hPaul Bolle1-16/+0
2012-06-28Remove useless wrappers of asm-generic/cpumask.hPaul Bolle1-16/+0
2012-06-20xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-11/+7
2012-06-20xtensa: use "test -e" instead of bashism "test -a"Geert Uytterhoeven1-2/+2
2012-06-20xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2-5/+4
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-06-04fixups for signal breakageAl Viro2-3/+3