aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds36-115/+1851
2013-02-25xtensa: add accept4 syscallChris Zankel1-1/+4
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-23xtensa: add support for TLSChris Zankel7-7/+25
2013-02-23xtensa: add missing include asm/uaccess.h to checksum.hMax Filippov1-0/+1
2013-02-23xtensa: do not enable GENERIC_GPIO by defaultMax Filippov1-1/+1
2013-02-23xtensa: complete ptrace handling of register windowsMax Filippov1-13/+20
2013-02-23xtensa: add support for oprofiledann6-1/+209
2013-02-23xtensa: move spill_registers to traps.hMax Filippov2-20/+25
2013-02-23xtensa: ISS: add host file-based simulated diskVictor Prupis3-0/+412
2013-02-23xtensa: fix str[n]cmp return valueMax Filippov1-2/+2
2013-02-23xtensa: avoid mmap cache aliasingMax Filippov2-0/+45
2013-02-23xtensa: add finit_module syscallMax Filippov1-1/+3
2013-02-23xtensa: pull signal definitions from signal-defs.hMax Filippov1-10/+1
2013-02-23xtensa: fix ipc_parse_version selectionMax Filippov1-0/+1
2013-02-23xtensa: dispatch medium-priority interruptsMarc Gauthier10-45/+260
2013-02-23xtensa: Add config files for Diamond 233L - Rev C processor variantPete Delaney5-0/+825
2013-02-23xtensa: use new common dtc ruleStephen Warren3-14/+17
2013-02-23xtensa: rename prom_update_property to of_update_propertyMax Filippov1-2/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-36/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-5/+6
2013-02-14burying unused conditionalsAl Viro2-3/+0
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-02-03xtensa: switch to generic sigaltstackAl Viro4-18/+4
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-1/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-6/+1
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+0
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-5/+0
2013-01-29Merge branch 'master' into for-nextJiri Kosina93-575/+2217
2013-01-29xtensa: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+15
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2013-01-04xtensa: Fix home page URL in KconfigMasanari Iida1-1/+1
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2-4/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-9/+2
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+2
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-18xtensa: don't try to build DTB when OF is disabledMax Filippov2-2/+2
2012-12-18xtensa: set the correct ethernet address for xtfpgaChris Zankel1-2/+34
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel49-175/+160
2012-12-18xtensa: provide endianness macro for sparseMax Filippov1-0/+7
2012-12-18xtensa: fix RASID SR initializationMax Filippov1-1/+1
2012-12-18xtensa: initialize CPENABLE SR when core has oneMax Filippov1-1/+1
2012-12-18xtensa: reset all timers on initializationMax Filippov1-1/+1
2012-12-18Use for_each_compatible_node() macro.Wei Yongjun1-2/+2
2012-12-18xtensa: add XTFPGA DTSMax Filippov5-0/+122
2012-12-18xtensa: add support for the XTFPGA boardsMax Filippov9-0/+472
2012-12-18xtensa: add device trees supportMax Filippov7-25/+164
2012-12-18xtensa: add IRQ domains supportMax Filippov3-34/+94
2012-12-18xtensa: add U-Boot image support (uImage).Max Filippov2-1/+16
2012-12-18xtensa: clean up boot make rulesMax Filippov3-29/+33
2012-12-18xtensa: fix mb and wmb definitionsMax Filippov1-3/+3
2012-12-18xtensa: add s32c1i-based spinlock implementationsMax Filippov1-1/+187
2012-12-18xtensa: add s32c1i-based bitops implementationsMax Filippov1-1/+126
2012-12-18xtensa: add s32c1i-based atomic ops implementationsMax Filippov2-106/+236
2012-12-18xtensa: add s32c1i sanity checkMax Filippov3-0/+135
2012-12-18xtensa: add trap_set_handler functionMax Filippov2-0/+34
2012-12-18xtensa: initialize atomctl SRMax Filippov2-0/+58
2012-12-18xtensa: save and restore scompare1 SR on kernel entryMax Filippov3-1/+15
2012-12-18xtensa: display s32c1i feature flag in cpuinfoMax Filippov1-0/+3
2012-12-18xtensa: fix CPU cache flags formattingMax Filippov1-3/+3
2012-12-18xtensa: properly fix missing compiler barrier in simcallMax Filippov1-6/+1
2012-12-18xtensa: fix build warning for arch/xtensa/mm/tlb.cMax Filippov1-1/+1
2012-12-18xtensa: provide DMA_ERROR_CODE definitionMax Filippov1-0/+2
2012-12-18xtensa: ISS: add BASE_BAUD definition to serial.hMax Filippov1-0/+15
2012-12-18xtensa: provide proper assembler function boundaries with ENDPROC()Chris Zankel7-25/+147
2012-12-18xtensa: make DoubleExceptionVector literals fit the gapMax Filippov1-4/+10
2012-12-18xtensa: add config option to disable linker relaxationChris Zankel2-2/+15
2012-12-18xtensa: unbalanced parenthesesNicolas Kaiser1-2/+2
2012-12-18xtensa:fix the incompatible pointer type warning in time.cWanlong Gao1-1/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-15/+4
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-0/+11
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-0/+11
2012-12-09xtensa: Use generic asm/mmu.h for nommuLars-Peter Clausen2-4/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-11-29unify default ptrace_signal_deliverAl Viro1-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28xtensa: switch to generic clone()Al Viro5-11/+3
2012-11-28consolidate sys_execve() prototypeAl Viro1-1/+0
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman10-132/+104
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller87-1732/+1761
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+1
2012-10-25xtensa: switch to generic sys_execve()Max Filippov4-27/+3
2012-10-25xtensa: switch to generic kernel_execve()Max Filippov2-17/+2
2012-10-25xtensa: switch to generic kernel_thread()Max Filippov5-63/+61
2012-10-25xtensa: reset windowbase/windowstart when cloning the VMChris Zankel1-1/+25
2012-10-25xtensa: use physical addresses for bus addressesChris Zankel1-0/+4
2012-10-25xtensa: allow multi-inclusion for uapi/unistd.hChris Zankel3-25/+10
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-19xtensa: add missing system calls to the syscall tableChris Zankel1-20/+78
2012-10-19xtensa: minor compiler warning fixChris Zankel2-2/+5
2012-10-15xtensa: Use Kbuild infrastructure to handle asm-generic headersMax Filippov29-374/+26
2012-10-15UAPI: (Scripted) Disintegrate arch/xtensa/include/asmDavid Howells40-975/+1081
2012-10-15xtensa: fix unaligned usermode accessMax Filippov1-2/+2
2012-10-15xtensa: reorganize SR referencingMax Filippov20-292/+254
2012-10-15xtensa: fix boot parameters parsingMax Filippov1-2/+2
2012-10-15xtensa: fix missing return in do_page_fault for SIGBUS caseMarc Gauthier1-1/+2
2012-10-15xtensa: copy_thread with CLONE_VM must not copy live parent AR windowsMarc Gauthier1-4/+20
2012-10-15xtensa: fix memmove(), bcopy(), and memcpy().Chris Zankel1-25/+284
2012-10-15xtensa: ISS: fix rs_put_charMax Filippov1-7/+2
2012-10-15xtensa: ISS: fix specific simcallsMax Filippov1-2/+7
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-14/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds29-469/+157
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+2
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann5-26/+7
2012-10-04xtensa: Setup CROSS_COMPILE at the topGeert Uytterhoeven1-12/+12
2012-10-03xtensa: drop CONFIG_EMBEDDED_RAMDISKMax Filippov11-111/+2
2012-10-03xtensa: fix TIOCGSERIAL and TIOCSSERIAL definitionsMax Filippov1-2/+2
2012-10-03xtensa: provide dummy gcc intrinsicsMax Filippov1-0/+17
2012-10-03xtensa: add missing symbol exportsMax Filippov2-0/+12
2012-10-03xtensa: rename MISC SR definition to avoid name clashesMax Filippov1-1/+1
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
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-1/+0
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro1-2/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-56/+4
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-56/+37
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+6
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-6/+6
2012-05-21xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro3-6/+20
2012-05-21xtensa: xtensa_sigaction doesn't existAl Viro2-9/+0
2012-05-21xtensa: switch to generic rt_sigsuspend(2)Al Viro4-43/+16
2012-05-21xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-32/+1
2012-05-17xtensa: Change mail addresses of Hannes Weiner and Oskar SchirmerOskar Schirmer4-6/+6
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2-6/+6
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-5/+0