1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  3. b630a23 Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. 350bdb8 blackfin: Fix local <asm/gpio.h> includes by Linus Walleij · 7 years ago
  6. d2d8f51 Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  7. a1cc5a5 blackfin: merge the two TWI header files by Wolfram Sang · 8 years ago
  8. e2c75fc module: Fix pr_fmt() bug for header use of printk by Joe Perches · 8 years ago
  9. cb0fbbf Blackfin: flat: Use %x to format u32 by Geert Uytterhoeven · 8 years ago
  10. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. f2e0cff kernel/watchdog: introduce arch_touch_nmi_watchdog() by Nicholas Piggin · 8 years ago
  12. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
  13. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 18154c5 blackfin: time-ts: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  16. b5effd3 debug: Fix __bug_table[] in arch linker scripts by Peter Zijlstra · 8 years ago
  17. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  18. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  19. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  20. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  21. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  22. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  23. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  24. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  27. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  28. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  29. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  30. 8c16a2e arch/blackfin: add option to skip sync on DMA map by Alexander Duyck · 8 years ago
  31. 84d77d3 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  32. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  33. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  34. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 9 years ago
  35. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 9 years ago
  36. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
  37. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. a409f5e blackfin/perf: Convert hotplug notifier to state machine by Thomas Gleixner · 9 years ago
  39. e87fc0e locking/atomic, arch/blackfin: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  40. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
  41. 03be35d blackfin: gpio: switch to gpiochip_add_data() by Linus Walleij · 9 years ago
  42. 288e6ea gpio: Include linux/gpio.h instead of asm/gpio.h by Bjorn Helgaas · 9 years ago
  43. 48295fe blackfin: gpio: Be sure to clamp return value by Linus Walleij · 9 years ago
  44. 6f62097 blackfin: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  45. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  46. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  47. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. 067f962 blackfin/time-ts: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
  49. d835b6c blackfin: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  50. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 10 years ago
  51. 668b54a Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  52. b9061ef arch: blackfin: kernel: kgdb: Remove unused function by Rickard Strandqvist · 10 years ago
  53. bb717b3 debug-mmrs: Eliminate all traces of the USB_PHY_TEST MMR by Andre Wolokita · 11 years ago
  54. a0f4207 bug[220] kgdb: change the smp cross core function entry by Sonic Zhang · 11 years ago
  55. 4eb147c arch: blackfin: kernel: setup.c: Cleaning up missing null-terminate in conjunction with strncpy by Rickard Strandqvist · 11 years ago
  56. 7bd8301 frv: Remove signal translation and exec_domain by Richard Weinberger · 11 years ago
  57. 61622aa blackfin: Remove exec_domain usage by Richard Weinberger · 10 years ago
  58. ede45dd blackfin: Autogenerate offsets in struct thread_info by Richard Weinberger · 10 years ago
  59. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  60. 7e788ab blackfin: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  61. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 11 years ago
  62. e90670a blackfin: Use sigsp() by Richard Weinberger · 11 years ago
  63. 1270cff blackfin: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  64. ef35ad2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  66. 5030c69 Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes by Ingo Molnar · 11 years ago
  67. b76f982 blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section for XIP kernel by Steven Miao · 11 years ago
  68. 6c56524 Blackfin: ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 11 years ago
  69. 6e316f9 blackfin, perf: Use common PMU interrupt disabled code by Vince Weaver · 11 years ago
  70. b951242 blackfin/ptrace: call find_vma with the mmap_sem held by Davidlohr Bueso · 11 years ago
  71. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  72. e8fac63 blackfin:Use generic /proc/interrupts implementation by Thomas Gleixner · 11 years ago
  73. 39de65a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  74. 45126da i2c: bfin-twi: move bits macros and structs in header from arch include to generic include by Sonic Zhang · 11 years ago
  75. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
  76. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 11 years ago
  77. f7f4f4d cramfs: take headers to fs/cramfs by Al Viro · 11 years ago
  78. 54e4ff4 blackfin: adi gpio driver and pinctrl driver support by Sonic Zhang · 12 years ago
  79. f70de48 Blackfin: bfin_gpio: Use proper mask for comparing pfunc by Sonic Zhang · 12 years ago
  80. 24a70cf blackfin: scb: Add system crossbar init code. by Steven Miao · 11 years ago
  81. 13dff62 blackfin: delete __cpuinit usage from all blackfin files by Paul Gortmaker · 12 years ago
  82. 259c9b1 kgdb: blackfin: include irq_regs.h in kgdb.c by Sonic Zhang · 12 years ago
  83. f5b8fcb Merge tag 'for-linus' of git://github.com/realmz/blackfin-linux by Linus Torvalds · 12 years ago
  84. 5ae89ee bfin cache: dcplb map: add 16M dcplb map for BF60x by Steven Miao · 12 years ago
  85. 3520305 blackfin: fix bootup core clock and system clock display by James Cosin · 13 years ago
  86. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  87. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  88. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  89. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 12 years ago
  91. 59f0eaa bfin: Fix typo in arch_cpu_idle() by Ingo Molnar · 12 years ago
  92. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  93. 25d67f8 bfin: Use generic idle loop by Thomas Gleixner · 12 years ago
  94. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  95. c41b381 Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  96. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  97. df24eef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  98. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  99. eba87ef blackfin idle: Fix compile error by Lars-Peter Clausen · 12 years ago
  100. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago