summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-9/+3
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-2/+2
* {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-042-9/+12
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-9/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\
| * vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-4/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+0
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-053-3/+23
|\
| * Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-04-013-3/+23
| |\
| | * Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier2020-04-013-3/+23
* | | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-042-9/+2
|\ \ \
| * | | dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-162-2/+2
| * | | dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-7/+0
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \ \ \