1. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  2. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  3. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  4. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  5. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  6. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  7. 3fce371 mm: add new mmget() helper by Vegard Nossum · 8 years ago
  8. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  9. 550116d scripts/spelling.txt: add "aligment" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  10. a4ee7ba Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  11. a524c21 ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup by Vineet Gupta · 8 years ago
  12. ec69b26 ARCv2: IDU-intc: Delete deprecated parameters in Device Trees by Yuriy Kolerov · 8 years ago
  13. fc73965 ARCv2: IDU-intc: mask all common interrupts by default by Yuriy Kolerov · 8 years ago
  14. 6f0310a ARCv2: IDU-intc: Use build registers for getting numbers of interrupts by Yuriy Kolerov · 8 years ago
  15. be568e7 ARCv2: intc: Set default priority for all core interrupts by Yuriy Kolerov · 8 years ago
  16. 179cf19 ARCv2: intc: Use runtime value of irq count for setting up intc by Vineet Gupta · 8 years ago
  17. f33b8cd ARCv2: intc: Rework the build time irq count information by Yuriy Kolerov · 8 years ago
  18. fe7b109 ARC: [intc-*]: confine NR_CPU_IRQS to intc code by Vineet Gupta · 8 years ago
  19. e98a7bf ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 reg by Yuriy Kolerov · 8 years ago
  20. 9aed02f ARC: [arcompact] handle unaligned access delay slot corner case by Vineet Gupta · 8 years ago
  21. 78f824d ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncached by Vineet Gupta · 9 years ago
  22. bf02454 ARC: smp-boot: Decouple Non masters waiting API from jump to entry point by Vineet Gupta · 8 years ago
  23. 517e7610d ARCv2: MCIP: update the BCR per current changes by Vineet Gupta · 8 years ago
  24. 92fdb52 ARCv2: MCIP: Deprecate setting of affinity in Device Tree by Yuriy Kolerov · 8 years ago
  25. eb1357d ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds by Vineet Gupta · 8 years ago
  26. e51d5d0 ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIP by Yuriy Kolerov · 8 years ago
  27. 2163266 ARC: IRQ: Use hwirq instead of virq in mask/unmask by Yuriy Kolerov · 8 years ago
  28. 107177b ARCv2: intc: default all interrupts to priority 1 by Vineet Gupta · 8 years ago
  29. 78833e7 ARCv2: entry: document intr disable in hard isr by Vineet Gupta · 8 years ago
  30. f5f3bde ARC: ARCompact entry: elide re-reading ECR in ProtV handler by Vineet Gupta · 8 years ago
  31. c4c9a04 clocksource: import ARC timer driver by Vineet Gupta · 8 years ago
  32. b26c2e3 ARC: breakout timer include code into separate header ... by Vineet Gupta · 8 years ago
  33. 2d7f5c4 ARC: move mcip.h into include/soc and adjust the includes by Vineet Gupta · 8 years ago
  34. 92b0331 ARC: time: move time_init() out of the driver by Vineet Gupta · 8 years ago
  35. 0442142 ARC: timer: gfrc, rtc: build under same option (64-bit timers) by Vineet Gupta · 8 years ago
  36. ec7cb87 ARC: timer: gfrc, rtc: Read BCR to detect whether hardware exists ... by Vineet Gupta · 8 years ago
  37. 2cd690e ARC: timer: gfrc, rtc: deuglify big endian code by Vineet Gupta · 8 years ago
  38. 0a0a047 ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination core by Yuriy Kolerov · 8 years ago
  39. 34e71e4 ARC: IRQ: Do not use hwirq as virq and vice versa by Yuriy Kolerov · 8 years ago
  40. 19dbc76 ARC: [plat-eznps] set default baud for early console by Noam Camus · 8 years ago
  41. 922cc17 ARC: timer: rtc: implement read loop in "C" vs. inline asm by Vineet Gupta · 8 years ago
  42. e6e335b ARC: change return value of userspace cmpxchg assist syscall by Vineet Gupta · 8 years ago
  43. 8f6d9eb ARC: [SMP] avoid overriding present cpumask by Noam Camus · 8 years ago
  44. b75dcd9 ARC: module: print pretty section names by Vineet Gupta · 8 years ago
  45. d65283f ARC: module: elide loop to save reference to .eh_frame by Vineet Gupta · 8 years ago
  46. f644e36 ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... by Vineet Gupta · 8 years ago
  47. d975cbc ARC: boot log: refactor cpu name/release printing by Vineet Gupta · 8 years ago
  48. a024fd9 ARC: boot log: don't assume SWAPE instruction support by Vineet Gupta · 8 years ago
  49. 73e284d ARC: boot log: refactor printing abt features not captured in BCRs by Vineet Gupta · 8 years ago
  50. 711c1f2 ARCv2: boot log: print IOC exists as well as enabled status by Vineet Gupta · 8 years ago
  51. 91e040a ARC: syscall for userspace cmpxchg assist by Vineet Gupta · 8 years ago
  52. 3da4310 ARC: Adjust cpuinfo for non-continuous cpu ids by Noam Camus · 8 years ago
  53. 3ce0fef ARCv2: intc: untangle SMP, MCIP and IDU by Vineet Gupta · 8 years ago
  54. 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
  55. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  56. bc0c7ec ARCv2: intc: Use kflag if STATUS32.IE must be reset by Yuriy Kolerov · 8 years ago
  57. 99a2ca6 ARC: .exit.* sections can be discarded in .eh_frame regime by Vineet Gupta · 8 years ago
  58. 86effd0 ARC: dw2 unwind: enable cfi pseudo ops in string lib by Vineet Gupta · 8 years ago
  59. 2dad112 ARC: entry: make ret_from_system_call local label by Vineet Gupta · 8 years ago
  60. 6716dbb ARC: dw2 unwind: switch to .eh_frame based unwinding by Vineet Gupta · 12 years ago
  61. d040876 ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frame by Vineet Gupta · 9 years ago
  62. 94f4fb0 ARC: module: support R_ARC_32_PCREL relocation by Vineet Gupta · 8 years ago
  63. e0d5321 arc: perf: Enable generic "cache-references" and "cache-misses" events by Alexey Brodkin · 8 years ago
  64. 26c01c4 ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  65. f507684 ARCv2: identify HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  66. 7798bf2 arc: don't leak bits of kernel stack into coredump by Al Viro · 8 years ago
  67. c57653d ARC: export __udivdi3 for modules by Vineet Gupta · 8 years ago
  68. 840c054 ARC: Support syscall ABI v4 by Vineet Gupta · 8 years ago
  69. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  70. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 9d3bc3d Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  72. ecd8081 ARC/time: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  73. 1ce0b58 ARC: fix linux-next build breakage by Vineet Gupta · 8 years ago
  74. 3d93f42 Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 9 years ago
  75. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 9 years ago
  76. 43d7560 clocksource/drivers/arc: Convert init function to return error by Daniel Lezcano · 9 years ago
  77. 9bd5451 arc: unwind: warn only once if DW2_UNWIND is disabled by Alexey Brodkin · 9 years ago
  78. 61c7864 arc: Remove unnecessary of_platform_populate with default match table by Kefeng Wang · 9 years ago
  79. 60f2b4b ARC: [intc-compact] simplify code for 2 priority levels by Vineet Gupta · 9 years ago
  80. 2547476 Fix typos by Andrea Gelmini · 9 years ago
  81. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  83. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 9 years ago
  84. 86c2546 ARC: [plat-eznps] Use dedicated identity auxiliary register. by Noam Camus · 12 years ago
  85. 71f9cf8 ARC: Mark secondary cpu online only after all HW setup is done by Noam Camus · 9 years ago
  86. 6e9318d ARC: RIP arc_{get|set}_core_freq() clk API by Alexey Brodkin · 9 years ago
  87. 20c7dbb ARC: Don't try to use value of top level clock-frequency in DT by Alexey Brodkin · 9 years ago
  88. 0e6e9b6 ARC: use fixed frequencies in arc_set_early_base_baud() by Alexey Brodkin · 9 years ago
  89. d21beff ARC: [intc-*] switch to linear domain by Vineet Gupta · 9 years ago
  90. 1b0ccb8 ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virq by Vineet Gupta · 9 years ago
  91. 88555cc ARC: irq: export some IRQs again by Vineet Gupta · 9 years ago
  92. e608b53 ARC: clocksource: DT based probe by Vineet Gupta · 9 years ago
  93. 77c8d0d ARC: clockevent: DT based probe by Vineet Gupta · 9 years ago
  94. 69fbd09 ARC: clockevent: Prepare for DT based probe by Noam Camus · 9 years ago
  95. eec3c58 ARC: clockevent: switch to cpu notifier for clockevent setup by Noam Camus · 9 years ago
  96. 5695794 ARC: opencode arc_request_percpu_irq by Vineet Gupta · 9 years ago
  97. db4c442 ARC: [intc-compact] setup TIMER as percpu_dev by Vineet Gupta · 9 years ago
  98. d9676fa ARCv2: Enable LOCKDEP by Evgeny Voevodin · 9 years ago
  99. d34687a Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  100. deaf756 ARCv2: ioremap: Support dynamic peripheral address space by Vineet Gupta · 9 years ago