summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-26/+47
| |\| | |
| | * | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+21
| | * | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-4/+4
| | * | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
| * | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-102-15/+4Star
| |\| | | | | |_|/ | |/| |
| | * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-12/+0Star
| | * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+1
| | * | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-3/+3
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-053-122/+2Star
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0910-26/+43
| |\| |
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-033-124/+2Star
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-3/+0Star
| |/ |/|
* | xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
* | xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe2019-01-267-9/+9
* | xtensa: Fix typo use space=>user spaceCorentin Labbe2019-01-261-1/+1
* | xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
* | xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov2019-01-261-0/+1
* | xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-262-14/+25
* | xtensa: SMP: fix ccount_timer_shutdownMax Filippov2019-01-251-1/+1
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-9/+0Star
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-5/+3Star
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-5/+3Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-045-10/+10
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-292-17/+2Star
|\
| * pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-2/+0Star
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-232-15/+2Star
* | Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-12-2939-1246/+1105Star
|\ \
| * | xtensa: implement jump_label supportMax Filippov2018-12-204-0/+166
| * | xtensa: implement syscall tracepointsMax Filippov2018-12-177-3/+23
| * | xtensa: implement tracehook functions and enable HAVE_ARCH_TRACEHOOKMax Filippov2018-12-172-1/+80
| * | xtensa: enable CORE_DUMP_USE_REGSETMax Filippov2018-12-172-51/+1Star
| * | xtensa: implement TIE regsetMax Filippov2018-12-171-78/+87
| * | xtensa: implement task_user_regset_viewMax Filippov2018-12-173-80/+129
| * | xtensa: call do_syscall_trace_{enter,leave} selectivelyMax Filippov2018-12-173-12/+20
| * | xtensa: use NO_SYSCALL instead of -1Max Filippov2018-12-174-6/+8
| * | xtensa: define syscall_get_arch()Dmitry V. Levin2018-12-171-0/+7
| * | Move EM_XTENSA to uapi/linux/elf-em.hDmitry V. Levin2018-12-171-1/+1
| * | xtensa: support memtestMax Filippov2018-12-171-0/+3
| * | xtensa: don't use l32r opcode directlyMax Filippov2018-12-054-31/+24Star
| * | xtensa: xtfpga.dtsi: fix dtc warnings about SPIMax Filippov2018-12-051-1/+1
| * | xtensa: don't clear cpenable unconditionally on releaseMax Filippov2018-12-041-1/+2
| * | xtensa: simplify coprocessor.SMax Filippov2018-12-041-18/+18
| * | xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov2018-12-049-61/+42Star
| * | xtensa: drop unused declarations from elf.hMax Filippov2018-12-031-11/+0Star
| * | xtensa: clean up syscall.hMax Filippov2018-12-031-13/+6Star
| * | xtensa: drop unused coprocessor helper functionsMax Filippov2018-12-032-68/+3Star
| * | xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA}Max Filippov2018-12-031-10/+0Star