summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-1/+0
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |/ |/|
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-4/+3
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-2/+2
| * | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
| * | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-141-16/+5
|\ \ \
| * | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-4/+5
| * | | mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport2020-10-131-13/+1
* | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-17/+1
|\ \ \ \ | |/ / / |/| | |
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-17/+1
| | |/ | |/|
* | | Merge tag 'microblaze-v5.10' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-10-121-1/+0
|\ \ \ | |_|/ |/| |
| * | microblaze: fix kbuild redundant file warningRandy Dunlap2020-09-011-1/+0
| |/
* | microblaze: fix min_low_pfn/max_low_pfn build errorsRandy Dunlap2020-08-311-0/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* mm/microblaze: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-3/+0
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-6/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-073-3/+0
* 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
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | microblaze: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+4
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* 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-6/+6
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-17/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-16/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-5/+5
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-097-8/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* microblaze: add show_stack_loglvl()Dmitry Safonov2020-06-091-6/+12
* microblaze: add loglvl to microblaze_unwind()Dmitry Safonov2020-06-094-7/+8
* microblaze: add loglvl to microblaze_unwind_inner()Dmitry Safonov2020-06-091-15/+23
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-1/+1
* microblaze: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-27/+2
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-1/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-16/+0
* arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-042-4/+1