summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-3/+2
* memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2018-10-311-1/+1
* signal/unicore32: Generate siginfo in ucs32_notify_dieEric W. Biederman2018-09-271-2/+3
* signal/unicore32: Use send_sig_fault where appropriateEric W. Biederman2018-09-271-9/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* signal/unicore32: Use FPE_FLTUNK instead of 0 in ucf64_raise_sigfpeEric W. Biederman2018-04-251-3/+3
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\
| * unicore32: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* | kernel/exit.c: export abort() to modulesAndrew Morton2018-01-041-1/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* unicore32/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-4/+31
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-23/+0
|\
| * unicore32/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-24/+0
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\ \
| * | unicore32/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
| |/
* | unicore32: get rid of zeroing and switch to RAW_COPY_USERAl Viro2017-03-281-2/+2
* | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* unicore32: use simpler API for random address requestsJason Cooper2016-10-111-2/+1
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-7/+2
|\
| * unicore32/PCI: Remove pci=firmware command line parameter handlingBjorn Helgaas2016-06-231-7/+2
* | unicore32: use the new LED disk activity triggerStephan Linz2016-06-271-1/+1
|/
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* unicore32: gpio: switch to gpiochip_add_data()Linus Walleij2016-03-301-1/+3
* Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-1/+1
|\
| * unicore: gpio: Be sure to clamp return valueLinus Walleij2016-01-251-1/+1
* | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
|/
* Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-111-2/+8
|\
| * unicore32: nb0916: Use PWM lookup tableThierry Reding2015-11-101-2/+8
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-3/+2
|\
| * unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner2015-08-011-3/+2
* | unicore/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-19/+10
|/
* arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERRMasanari Iida2015-06-301-2/+2
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-8/+0
|\
| * unicore32: Remove signal translation and exec_domainRichard Weinberger2015-04-122-8/+0
* | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-121-8/+1
|/
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-0/+1