aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-90/+7
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds14-67/+96
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells15-191/+225
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+4
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+4
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-16/+1
2012-03-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T1-1/+1
2012-03-21xtensa: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+3
2012-03-21xtensa: don't mask signals if we fail to setup signal stackMatt Fleming1-4/+7
2012-03-21xtensa: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-03-21xtensa: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-14/+8
2012-03-08TTY: remove serialP.h inclusion from some filesJiri Slaby1-1/+0
2012-03-08TTY: iss/console, use tty_portJiri Slaby1-0/+4
2012-03-08XTENSA: iss/console, fix potential deadlockJiri Slaby1-3/+2
2012-03-08XTENSA: iss/console, use setup_timerJiri Slaby1-4/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-6/+2
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+3
2012-02-23xtensa/PCI: get rid of device resource fixupsBjorn Helgaas1-16/+1
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-14xtensa: Use generic posix_types.hH. Peter Anvin1-90/+7
2012-02-03xtensa: fix memscan()Akinobu Mita1-3/+0
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-2/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-48/+47
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+0
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-01-06xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-43/+42
2012-01-06PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-03consolidate umode_t declarationsAl Viro1-2/+0
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner1-12/+1
2011-11-21clocksource: xtensa: Convert to clocksource_register_hz/khzJohn Stultz1-12/+1
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-09net: add wireless TX status socket optionJohannes Berg1-0/+3
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+0
2011-10-04time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2-2/+0
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-4/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+1
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-13/+1
2011-07-26h8300/m68k/xtensa: __FD_ISSET should return 0/1Andrew Morton1-1/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds2-0/+4
2011-07-25xtensa: fix a build error in arch/xtensa/include/asm/uaccess.hWANG Cong1-0/+1
2011-07-25xtensa: prevent arbitrary read in ptraceDan Rosenberg1-0/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+2
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-43/+0
2011-07-11XTENSA: static should be at beginning of declarationJesper Juhl1-1/+1
2011-07-05xtensa: Use generic config PREEMPT definitionFrederic Weisbecker1-12/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-2/+1
2011-05-28Merge branch 'setns'Linus Torvalds1-1/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman1-1/+3
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-6/+0
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25xtensa/mm: remove WANT_PAGE_VIRTUALSebastian Andrzej Siewior1-4/+0
2011-05-25xtensa/mm: remove pgtable.cSebastian Andrzej Siewior1-72/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo4-98/+61
2011-04-26Merge branch 'master' into for-nextJiri Kosina10-107/+61
2011-04-20xtensa: Fixup irq conversion fallout and nmi_countThomas Gleixner1-12/+6
2011-04-11xtensa: remove obsolete BKL kernel option from defconfigAlessio Igor Bogani1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-98/+61
2011-03-24xtensa: Use generic show_interrupts()Thomas Gleixner2-44/+10
2011-03-24xtensa: Convert genirq namespaceThomas Gleixner3-13/+13
2011-03-24xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner1-3/+2
2011-03-24xtensa: Convert s6000 gpio irq_chip to new functionsThomas Gleixner1-18/+17
2011-03-24xtensa: Convert main irq_chip to new functionsThomas Gleixner1-22/+21
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+3
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-4/+0
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-2/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-03-17xtensa: change to new flag variablematt mooney2-2/+2
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+1
2011-02-17tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+1
2011-02-15Merge branch 'master' into for-nextJiri Kosina4-3/+6
2011-01-31xtensa: Switch do_timer() to xtime_update()Torben Hohn1-5/+1
2011-01-27rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner1-5/+0
2011-01-27rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner1-5/+0
2011-01-27rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner1-14/+0
2011-01-27rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner1-8/+1
2011-01-27rwsem: Cleanup includesThomas Gleixner1-6/+0
2011-01-27xtensa: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes3-3/+3
2011-01-19replace obsolete CONFIG_DYNAMIC_PRINTK_DEBUG with CONFIG_DYNAMIC_DEBUGJim Cromie1-1/+1
2011-01-13thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli1-0/+1
2011-01-13thp: mm: define MADV_HUGEPAGEAndrea Arcangeli1-0/+2
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink1-0/+1
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-5/+0
2010-10-27ptrace: cleanup arch_ptrace() on xtensaNamhyung Kim1-5/+6
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-3/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2-32/+59
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek21-274/+519
2010-10-07Fix IRQ flag handling namingDavid Howells2-32/+59
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-1/+1
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-5/+0
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-2/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-6/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina3-2/+3
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com2-0/+3
2010-08-10Merge branch 'master' into for-nextJiri Kosina15-262/+514
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2010-08-03Merge remote branch 'origin/master'Chris Zankel13-259/+513
2010-08-03xtensa: Disable PCI and nfsroot on simulation targetChris Zankel1-246/+485
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-3/+0
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar1-10/+4
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1
2010-06-04xtensa: invoke oom-killer from page faultNick Piggin1-10/+4
2010-05-27xtensa: use use asm-generic/scatterlist.hFUJITA Tomonori1-22/+1
2010-05-25xtensa: includecheck fix: vectors.SJaswinder Singh Rajput1-2/+0
2010-05-25xtensa: convert to asm-generic/hardirq.hChristoph Hellwig2-21/+3
2010-05-25xtensa: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori1-0/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+0
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-1/+1
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-05-03xtensa: Add missing include in coprocessor.hChris Zankel1-0/+1
2010-05-02xtensa: Fix the network driver for the simulator targetChris Zankel1-8/+14
2010-05-02xtensa: Shuffle include statements to fix linker scriptChris Zankel6-1/+6
2010-05-02xtensa: Add -mforce-no-pic option is supportedChris Zankel1-0/+2
2010-05-01xtensa: Fixes due to bss boundary symbol name changes.Chris Zankel1-2/+2
2010-05-01xtensa: Fix linker script patch-upChris Zankel1-2/+2
2010-05-01xtensa: Fix FLUSH_DCACHE macro for some variants.Chris Zankel1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-3/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: xtensa: use include/linux/pci-dma.hFUJITA Tomonori1-7/+1
2010-03-12xtensa: use generic ptrace_resume codeChristoph Hellwig2-45/+12
2010-03-13xtensa: Fix unnecessary setting of xtimeJohn Stultz1-5/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+3
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-8/+7
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-2/+2
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-6/+5
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2-3/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-2/+2
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-0/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds3-20/+1
2009-12-16sanitize do_pipe_flags() callers in archAl Viro3-20/+1
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-12kbuild: move asm-offsets.h to include/generatedSam Ravnborg1-0/+1
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2009-12-11tty: const: constify remaining tty_operationsAlexey Dobriyan1-1/+1
2009-12-11Unify sys_mmap*Al Viro3-28/+1
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov1-0/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-1/+3
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-0/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-24xtensa: Cleanup linker script using new linker script macros.Tim Abbott1-61/+14
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds3-5/+5
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann1-0/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-22ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins1-0/+3
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott1-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg1-1/+2
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-9/+4
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-3/+2
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo3-7/+5
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-7/+5
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+1
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+2
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-1/+1
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-3/+1
2009-07-09linker script: unify usage of discard definitionTejun Heo1-10/+4
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-04Merge branch 'master' into for-nextTejun Heo13-16/+1044