summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19blackfin: Fix local <asm/gpio.h> includesLinus Walleij
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-27blackfin: merge the two TWI header filesWolfram Sang
2017-07-24module: Fix pr_fmt() bug for header use of printkJoe Perches
2017-07-17Blackfin: flat: Use %x to format u32Geert Uytterhoeven
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-04-14blackfin: time-ts: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14arch/blackfin: add option to skip sync on DMA mapAlexander Duyck
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14blackfin/perf: Convert hotplug notifier to state machineThomas Gleixner
2016-06-16locking/atomic, arch/blackfin: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-02-19blackfin: gpio: switch to gpiochip_add_data()Linus Walleij
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas
2016-01-25blackfin: gpio: Be sure to clamp return valueLinus Walleij
2016-01-20blackfin: convert to dma_map_opsChristoph Hellwig
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-10blackfin/time-ts: Migrate to new 'set-state' interfaceViresh Kumar
2015-07-27blackfin: Provide atomic_{or,xor,and}Peter Zijlstra
2015-06-23vfs: add file_path() helperMiklos Szeredi