summaryrefslogtreecommitdiff
path: root/arch/microblaze (unfollow)
Commit message (Expand)Author
2020-06-01uapi: export all headers under uapi directoriesNicolas Dichtel
2020-02-28microblaze: Prevent the overflow of the startShubhrajyoti Datta
2019-12-05microblaze: move "... is ready" messages to arch/microblaze/MakefileMasahiro Yamada
2019-12-05microblaze: adjust the help to the real behaviorMasahiro Yamada
2018-08-06microblaze: Fix simpleImage format generationMichal Simek
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-02-05BACKPORT: exit_thread: remove empty bodiesJiri Slaby
2017-12-14UPSTREAM: arch, ftrace: for KASAN put hard/soft IRQ entries into separate sec...Alexander Potapenko
2016-09-24microblaze: fix copy_from_user()Al Viro
2016-09-24microblaze: fix __get_user()Al Viro
2016-03-22Revert "scatterlist: use sg_phys()"Dan Williams
2016-03-22scatterlist: use sg_phys()Dan Williams
2016-03-22Revert "net, lib: kill arch_fast_hash library bits"Rohit Vaswani
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-09-10elf-em.h: move EM_MICROBLAZE to the common headerMike Frysinger
2015-08-17scatterlist: use sg_phys()Dan Williams
2015-08-10microblaze/timer: Migrate to new 'set-state' interfaceViresh Kumar
2015-07-31microblaze/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi
2015-07-20ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf
2015-06-24mm: new mm hook frameworkLaurent Dufour
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas
2015-06-08PCI: Remove unused pcibios_select_root() (again)Bjorn Helgaas
2015-06-08microblaze/PCI: Remove unnecessary struct pci_dev declarationBjorn Helgaas
2015-06-08microblaze/PCI: Remove unnecessary pci_bus_find_capability() declarationBjorn Helgaas
2015-06-08microblaze/PCI: Remove unused declarationsBjorn Helgaas
2015-06-08microblaze: Label local function staticMichal Simek
2015-06-08microblaze: Add missing release version codeMichal Simek
2015-06-07video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2015-04-17microblaze: use asm-generic for seccomp.hKees Cook
2015-04-15microblaze: mb: remove use of seq_printf return valueJoe Perches
2015-04-12microblaze: Remove signal translation and exec_domainRichard Weinberger
2015-04-11whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang