summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2015-04-14vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-02-02xtensa: re-wire umount syscall to sys_oldumountMax Filippov1-1/+2
2014-09-25xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-09-25xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-09-25xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-09-25xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10
2013-11-13xtensa: don't use alternate signal stack on threadsBaruch Siach1-1/+1
2013-08-20xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2-5/+4
2013-08-20xtensa: fix linker script transformation for .text.unlikelyMax Filippov1-0/+1
2013-04-05signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings1-0/+1
2012-10-13xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker1-0/+3
2012-04-27xtensa: fix build fail on undefined ack_bad_irqPaul Gortmaker1-3/+0
2012-04-23xtensa: fix build error in xtensa/include/asm/io.hPaul Gortmaker1-0/+1
2012-04-23xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker1-0/+1
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-90/+7
2012-03-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-03-29Merge 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-24Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+4
2012-03-24coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+4
2012-03-24Merge 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-22xtensa: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+3
2012-03-22xtensa: don't mask signals if we fail to setup signal stackMatt Fleming1-4/+7
2012-03-22xtensa: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-03-22xtensa: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-03-21Merge 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-24xtensa/PCI: get rid of device resource fixupsBjorn Helgaas1-16/+1
2012-02-22sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-15xtensa: Use generic posix_types.hH. Peter Anvin1-90/+7
2012-02-04xtensa: fix memscan()Akinobu Mita1-3/+0
2012-01-18audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-2/+1
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-48/+47
2012-01-12cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+0
2012-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-01-07xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-43/+42
2012-01-07PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-04consolidate umode_t declarationsAl Viro1-2/+0