summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* mm/xtensa: use general page fault accountingPeter Xu2020-08-121-11/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-074-27/+16
|\ \
| * | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
| * | xtensa: switch to generic version of pte allocationMike Rapoport2020-08-071-22/+19
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-073-3/+0
* | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-10/+6
|\ \ \ | |/ / |/| |
| * | xtensa: switch to ->regset_get()Al Viro2020-07-271-10/+6
| |/
* | Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-08-0612-14/+71
|\ \
| * | xtensa: add missing exclusive access state managementMax Filippov2020-07-313-0/+18
| * | xtensa: fix xtensa_pmu_setup prototypeMax Filippov2020-07-311-1/+1
| * | xtensa: add boot subdirectories build artifacts to 'targets'Masahiro Yamada2020-07-282-0/+2
| * | xtensa: add uImage and xipImage to targetsMax Filippov2020-07-281-0/+1
| * | xtensa: move vmlinux.bin[.gz] to boot subdirectoryMax Filippov2020-07-283-9/+10
| * | xtensa: initialize_mmu.h: fix a duplicated wordRandy Dunlap2020-07-281-1/+1
| * | xtensa: add seccomp supportMax Filippov2020-07-284-2/+23
| * | xtensa: expose syscall through user_pt_regsMax Filippov2020-07-282-1/+6
| * | xtensa: add audit supportMax Filippov2020-07-283-1/+10
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |/ | |/|
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-2/+1
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| |/ /
* | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-2/+0
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-311-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
| |\ \ \
| | * | | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
| | | |/ | | |/|
* | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-7/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig2020-07-081-2/+0
| * | | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
| * | | simdisk: stop using ->queuedataChristoph Hellwig2020-07-011-3/+1
| | |/ | |/|
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds2020-07-241-1/+1
|\ \ \ | |_|/ |/| |
| * | xtensa: fix access check in csum_and_copy_from_userMax Filippov2020-07-211-1/+1
| |/
* | xtensa: simplify xtensa_pmu_irq_handlerXu Wang2020-07-081-3/+1
* | xtensa: update *pos in cpuinfo_op.nextMax Filippov2020-07-021-1/+2
* | xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov2020-07-021-2/+2
|/
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-17/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-094-21/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-099-9/+9
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0911-12/+10
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+2
* xtensa: add show_stack_loglvl()Dmitry Safonov2020-06-091-4/+10
* xtensa: add loglvl to show_trace()Dmitry Safonov2020-06-091-5/+9