summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
AgeCommit message (Expand)AuthorLines
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni-1/+1
2020-08-12mm/xtensa: use general page fault accountingPeter Xu-11/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-27/+16
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-5/+0
2020-08-07xtensa: switch to generic version of pte allocationMike Rapoport-22/+19
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-3/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-10/+6
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-14/+71
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds-2/+1
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+0
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+4
2020-07-31xtensa: add missing exclusive access state managementMax Filippov-0/+18
2020-07-31xtensa: fix xtensa_pmu_setup prototypeMax Filippov-1/+1
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar-1/+1
2020-07-29Merge branch 'locking/header'Peter Zijlstra-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-07-28xtensa: add boot subdirectories build artifacts to 'targets'Masahiro Yamada-0/+2
2020-07-28xtensa: add uImage and xipImage to targetsMax Filippov-0/+1
2020-07-28xtensa: move vmlinux.bin[.gz] to boot subdirectoryMax Filippov-9/+10
2020-07-28xtensa: initialize_mmu.h: fix a duplicated wordRandy Dunlap-1/+1
2020-07-28xtensa: add seccomp supportMax Filippov-2/+23
2020-07-28xtensa: expose syscall through user_pt_regsMax Filippov-1/+6
2020-07-28xtensa: add audit supportMax Filippov-1/+10
2020-07-27xtensa: switch to ->regset_get()Al Viro-10/+6
2020-07-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds-1/+1
2020-07-21xtensa: fix access check in csum_and_copy_from_userMax Filippov-1/+1
2020-07-08xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig-2/+0
2020-07-08xtensa: simplify xtensa_pmu_irq_handlerXu Wang-3/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner-1/+0
2020-07-02xtensa: update *pos in cpuinfo_op.nextMax Filippov-1/+2
2020-07-02xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov-2/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig-2/+3
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig-3/+1
2020-06-17arch: wire-up close_range()Christian Brauner-0/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-17/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-21/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-9/+9
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-12/+10
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-8/+2
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov-5/+9