1. d77bd2d c6x/ptrace: Remove useless PTRACE_SETREGSET implementation by Dave Martin · 7 years ago
  2. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  3. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  4. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  5. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  6. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 8 years ago
  7. 4605f04b c6x: convert to dma_map_ops by Christoph Hellwig · 8 years ago
  8. 45701e2 Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 9 years ago
  9. a555ad4 whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() by Al Viro · 9 years ago
  10. 2135115 c6x: kernel: setup: Export symbol memory_end by Chen Gang · 9 years ago
  11. d0f7352 c6x: kernel: setup: Add screen_info global variable by Chen Gang · 9 years ago
  12. 1a394e1 c6x: kernel: setup: Remove 'const' for local variables in machine_init by Chen Gang · 9 years ago
  13. f483160 C6x: time: Ensure consistency in __init by Nishanth Menon · 9 years ago
  14. 3591276 c6x: kernel: setup: Include "linux/console.h" by Chen Gang · 9 years ago
  15. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  16. 615869e c6x: Use sigsp() by Richard Weinberger · 10 years ago
  17. e19c025 c6x: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  18. 01984a6 c6x: convert fdt pointers to opaque pointers by Rob Herring · 10 years ago
  19. 29eb45a of: remove early_init_dt_setup_initrd_arch by Rob Herring · 11 years ago
  20. a8e4463 c6x: use early_init_dt_scan by Rob Herring · 11 years ago
  21. 312717f c6x: use boot_command_line instead of private c6x_command_line by Rob Herring · 11 years ago
  22. a1727da of: consolidate definition of early_init_dt_alloc_memory_arch() by Grant Likely · 11 years ago
  23. 374d5c9 of: Specify initrd location using 64-bit by Santosh Shilimkar · 11 years ago
  24. 06256f8 c6x: normalize global variables exported by vmlinux.lds by Jiang Liu · 11 years ago
  25. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  26. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  27. e46746c c6x: Use generic idle loop by Thomas Gleixner · 11 years ago
  28. 6ec78be c6x: switch to generic sigaltstack by Al Viro · 11 years ago
  29. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  30. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  31. 951b396 c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic clone() by Al Viro · 12 years ago
  32. 9c0603f c6x: fix misleading comment by Mark Salter · 11 years ago
  33. 9d34340 c6x: run do_notify_resume with interrupts enabled by Mark Salter · 11 years ago
  34. 5e7d733 c6x: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  35. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  36. 5687580 c6x: switch to generic kernel_thread() by Al Viro · 12 years ago
  37. 680a145 c6x: switch to generic sys_execve by Mark Salter · 12 years ago
  38. 39fcf44 c6x: switch to generic kernel_execve by Mark Salter · 12 years ago
  39. 46f1506 c6x: add ret_from_kernel_thread(), simplify kernel_thread() by Mark Salter · 12 years ago
  40. 3c4cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  41. b9b8722 C6X: clean up compiler warning by Mark Salter · 12 years ago
  42. dbe91a2 C6X: add basic support for TMS320C6678 SoC by Ken Cox · 12 years ago
  43. f84f1f4 C6X: remove dependence on legacy IRQs by Mark Salter · 12 years ago
  44. 6e5928f arch: Use eth_random_addr by Joe Perches · 12 years ago
  45. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  46. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  47. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 12 years ago
  48. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  49. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  50. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  51. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  52. 2a3fdc1 c6x: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  53. 0c4f6d6 c6x: Use generic init_task by Thomas Gleixner · 12 years ago
  54. a699e4e irq: Kill pointless irqd_to_hw export by Grant Likely · 12 years ago
  55. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  56. 6e61ee3 C6X: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  57. 6a846f3 Disintegrate asm/system.h for C6X by David Howells · 12 years ago
  58. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  59. 6e780cf C6X: remove dead code from entry.S by Mark Salter · 12 years ago
  60. c1e572e irq_domain/c6x: Use library of xlate functions by Grant Likely · 12 years ago
  61. 15a2598 irq_domain/c6x: constify irq_domain structures by Grant Likely · 12 years ago
  62. 0bd761e irq_domain/c6x: Convert c6x to use generic irq_domain support. by Mark Salter · 12 years ago
  63. 166c0ea C6X: replace tick_nohz_stop/restart_sched_tick calls by Mark Salter · 12 years ago
  64. 7123a6c C6X: add register_cpu call by Mark Salter · 12 years ago
  65. d5981a5 C6X: deal with memblock API changes by Mark Salter · 12 years ago
  66. 69910a2 C6X: general SoC support by Mark Salter · 13 years ago
  67. 52679b2 C6X: ptrace support by Aurelien Jacquiot · 13 years ago
  68. 64236ac C6X: loadable module support by Aurelien Jacquiot · 13 years ago
  69. e94e668 C6X: build infrastructure by Aurelien Jacquiot · 13 years ago
  70. 8a0c9e0 C6X: syscalls by Aurelien Jacquiot · 13 years ago
  71. ec500af C6X: interrupt handling by Aurelien Jacquiot · 13 years ago
  72. 546a395 C6X: time management by Aurelien Jacquiot · 13 years ago
  73. 03a3475 C6X: signal management by Aurelien Jacquiot · 13 years ago
  74. 687b12b C6X: process management by Aurelien Jacquiot · 13 years ago
  75. 14aa7e8 C6X: memory management and DMA support by Aurelien Jacquiot · 13 years ago
  76. 041cadc C6X: devicetree support by Mark Salter · 13 years ago
  77. c1a144d C6X: early boot code by Aurelien Jacquiot · 13 years ago
  78. c278400 C6X: build infrastructure by Aurelien Jacquiot · 13 years ago