summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* blackfin: Use get_signal() signal_setup_done()Richard Weinberger2019-05-021-22/+17
* Make asm/word-at-a-time.h available on all architecturesChris Metcalf2018-10-211-0/+1
* blackfin: drop pte_file()Kirill A. Shutemov2018-10-031-5/+0
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2018-01-011-2/+2
* blackfin: fix copy_from_user()Al Viro2016-11-201-4/+5
* blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section fo...Steven Miao2014-07-261-1/+1
* defconfig: BF609: update spi config nameSteven Miao2014-07-261-1/+1
* irq: blackfin sec: drop duplicated sec priority setSteven Miao2014-07-261-2/+0
* blackfin: bind different groups of one pinmux function to different state nameSonic Zhang2014-07-262-11/+12
* blackfin: fix some bf5xx boards build for missing <linux/gpio.h>Steven Miao2014-07-267-0/+7
* pm: bf609: cleanup smc nor flashSteven Miao2014-07-263-7/+5
* Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-129-9/+10
|\
| * blackfin: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)Brian Norris2014-06-127-9/+7
| * Revert "blackfin: dma: current count mmr is read only"Steven Miao2014-06-111-0/+2
| * bf533: fix build error: add linux/gpio.hSteven Miao2014-06-101-0/+1
* | blackfin/ptrace: call find_vma with the mmap_sem heldDavidlohr Bueso2014-06-061-2/+6
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-10/+1
|\ \
| * | ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro2014-05-211-10/+1
| |/
* | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-041-1/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-12/+5
|\ \
| * | arch,blackfin: Convert smp_mb__*()Peter Zijlstra2014-04-182-12/+5
| |/
* | Merge tag 'spi-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2014-06-033-269/+18
|\ \
| * | spi: spi-adi-v3: convert to use common clk frameworkScott Jiang2014-04-141-0/+7
| * | spi: convert spi-bfin-v3.c to a multiplatform driverScott Jiang2014-04-142-269/+11
| |/
* | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-037-7/+0
|\ \
| * | USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO2014-05-277-7/+0
| |/
* / PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-5/+0
|/
* Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-1237-1473/+1115
|\
| * blackfin: cleanup board filesSteven Miao2014-04-1228-1209/+1089
| * bf609: clock: drop unused clock bit set/clear functionsSteven Miao2014-04-121-18/+0
| * Blackfin: bf537: rename "CONFIG_ADT75"Paul Bolle2014-04-121-1/+1
| * Blackfin: bf537: rename "CONFIG_AD7314"Paul Bolle2014-04-121-2/+2
| * Blackfin: bf537: rename ad2s120x ->ad2s1200Paul Bolle2014-04-121-7/+7
| * blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"Paul Bolle2014-04-121-1/+1
| * blackfin: dma: current count mmr is read onlySonic Zhang2014-04-121-2/+0
| * bfin_crc: Move architecture independant crc header file out of the blackfin f...Sonic Zhang2014-04-121-125/+0
| * bf54x: drop unuesd HOST status,control,timeout registers bit define macrosSteven Miao2014-04-122-60/+0
| * blackfin: portmux: cleanup head fileSteven Miao2014-04-121-6/+4
| * Blackfin: remove "config IP_CHECKSUM_L1"Paul Bolle2014-04-111-8/+0
| * blackfin: Remove GENERIC_GPIO config option againPaul Bolle2014-04-111-3/+0
| * blackfin:Use generic /proc/interrupts implementationThomas Gleixner2014-04-112-30/+10
| * blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"Paul Bolle2014-04-111-1/+1
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-092-124/+20
|\ \
| * | i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driverSonic Zhang2014-03-091-2/+21
| * | i2c: bfin-twi: move bits macros and structs in header from arch include to ge...Sonic Zhang2014-03-092-125/+2
| |/
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-4/+1
|\ \
| * | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
| |/
* | Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-011-9/+0
|\ \
| * | pinctrl: Move pint PM storage structure out of blackfin architecture.Sonic Zhang2014-02-101-9/+0
| |/