aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-03-14Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-11/+2
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+21
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-23/+23
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-3/+3
2019-01-14microblaze: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-26Merge tag 'microblaze-v5.0-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-402/+520
2018-11-27microblaze: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-13/+2
2018-11-16microblaze: generate uapi header and system call table filesFiroz Khan1-402/+4
2018-11-16microblaze: add system call table generation supportFiroz Khan4-0/+516
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+4
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-2/+0
2018-09-28microblaze: get cpu node with of_get_cpu_nodeRob Herring1-2/+4
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-22/+0
2018-07-30microblaze: delete wrong comment about machine_early_initMasahiro Yamada1-5/+0
2018-07-20microblaze: use generic dma_noncoherent_opsChristoph Hellwig1-132/+12
2018-06-21microblaze: consolidate GPIO reset handlingRob Herring3-28/+7
2018-06-21microblaze: remove unecessary of_platform_bus_probe callRob Herring1-7/+0
2018-06-21microblaze: Add new syscalls io_pgetevents and rseqMichal Simek1-0/+2
2018-06-12microblaze: Remove architecture heart beat codeMichal Simek3-81/+0
2018-06-12microblaze: heartbeat: fix missing prom.h includeRob Herring1-1/+1
2018-06-07Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds6-316/+4
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+1
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-11/+0
2018-04-25signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-23microblaze: remove redundant early_printk supportRob Herring5-315/+4
2018-04-23microblaze: remove unnecessary prom.h includesRob Herring1-1/+0
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-3/+3
2018-01-10microblaze: remove the dead !NOT_COHERENT_CACHE dma codeChristoph Hellwig1-28/+0
2018-01-10microblaze: remove dma_nommu_dma_supportedChristoph Hellwig1-6/+0
2018-01-10microblaze: rename dma_direct to dma_nommuChristoph Hellwig1-24/+24
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-19microblaze: make dma_cache_sync a no-opChristoph Hellwig1-0/+17
2017-09-25microblaze: Cocci spatch "vma_pages"Thomas Meyer1-1/+1
2017-08-29microblaze: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-07-03Merge tag 'microblaze-4.13-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-11/+23
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-17/+0
2017-06-22microblaze: Fix MSR flags when returning from exceptionMichal Simek1-6/+13
2017-06-22microblaze: Separate GP registers from MSR handlingMichal Simek1-3/+6
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano1-1/+1
2017-05-29microblaze: wire up statx syscallTobias Klauser1-0/+1