1. efee984 new helper: signal_delivered() by Al Viro · 14 years ago
  2. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 14 years ago
  3. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 14 years ago
  4. b7f9a11 new helper: sigmask_to_save() by Al Viro · 14 years ago
  5. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 14 years ago
  6. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 14 years ago
  7. fb8b006 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  8. d5c15f1 microblaze: Setup correct pointer to TLS area by Edgar E. Iglesias · 14 years ago
  9. 8d95e12 microblaze: Add TLS support to sys_clone by Edgar E. Iglesias · 14 years ago
  10. d65987a microblaze: ftrace: Pass the first calling instruction for dynamic ftrace by Michal Simek · 14 years ago
  11. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 14 years ago
  12. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 14 years ago
  13. 8314019 microblaze: drop 'oldset' argument of do_notify_resume() by Al Viro · 14 years ago
  14. 969a961 microblaze: handle TIF_NOTIFY_RESUME by Al Viro · 14 years ago
  15. ae28b38 microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too by Al Viro · 14 years ago
  16. 58e4257b microblaze: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 14 years ago
  17. 60c5975 microblaze: use set_current_blocked() and block_sigmask() by Matt Fleming · 14 years ago
  18. bcb8c8d microblaze: fix signal masking by Matt Fleming · 14 years ago
  19. a12c369 microblaze: no need to reset handler if SA_ONESHOT by Matt Fleming · 14 years ago
  20. de8f2dd microblaze: don't reimplement force_sigsegv() by Matt Fleming · 14 years ago
  21. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  22. 16caadb microblaze: Use generic init_task by Thomas Gleixner · 14 years ago
  23. e4da89d seccomp: ignore secure_computing return values by Will Drewry · 14 years ago
  24. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 14 years ago
  25. 0fc7374 microblaze: Do not use tlb_skip in early_printk by Michal Simek · 14 years ago
  26. 90c0d80 microblaze: Add missing headers caused by disintegration asm/system.h by Michal Simek · 14 years ago
  27. 6a4770e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next by Michal Simek · 14 years ago
  28. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 14 years ago
  29. c40d04d Disintegrate asm/system.h for Microblaze by David Howells · 14 years ago
  30. 988624e Microblaze: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 14 years ago
  31. a28d73c microblaze: Fix tlb_skip variable on noMMU system by Michal Simek · 14 years ago
  32. 30eebb5 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  33. e02db0aa microblaze: Handle TLB skip size dynamically by Michal Simek · 16 years ago
  34. 1451d1d microblaze: Introduce TLB skip size by Michal Simek · 15 years ago
  35. 95b0f9e microblaze: Improve TLB calculation for small systems by Michal Simek · 16 years ago
  36. 3a1d267 microblaze: Extend space for compiled-in FDT to 32kB by Michal Simek · 15 years ago
  37. 173701d microblaze: Clear all MSR flags on the first kernel instruction by Michal Simek · 15 years ago
  38. cc5647a microblaze: Use node name instead of compatible string by Michal Simek · 15 years ago
  39. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  40. f7f4786 microblaze: trivial: Fix typo fault in timer.c by Michal Simek · 15 years ago
  41. 2e7ff47 microblaze: Add PVR version string for MB 8.20.b and 8.30.a by Michal Simek · 14 years ago
  42. 9bc974b microblaze: Fix typo in early_printk.c by Masanari Iida · 14 years ago
  43. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 15 years ago
  44. 2462bac irq_domain/microblaze: Convert microblaze to use irq_domains by Grant Likely · 14 years ago
  45. 644bd954 irq_domain: convert microblaze from irq_host to irq_domain by Grant Likely · 14 years ago
  46. 9afc416 Revert "microblaze: Add topology init" by Michal Simek · 14 years ago
  47. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 14 years ago
  48. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 14 years ago
  49. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 14 years ago
  50. d761f0c microblaze: Add topology init by Michal Simek · 14 years ago
  51. 4690dfa Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  52. fbce1c2 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  53. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  54. f3aef25 microblaze: Wire-up new system calls by Michal Simek · 14 years ago
  55. 5dbeaad microblaze: Trivial asm fix by Michal Simek · 14 years ago
  56. f5b778b microblaze: Fix debug message in module by Michal Simek · 14 years ago
  57. b6d5b28 microblaze: Remove eprintk macro by Michal Simek · 15 years ago
  58. a8c2e55 microblaze: Send CR before LF for early console by Michal Simek · 15 years ago
  59. 6c7a267 microblaze: Change NO_IRQ to 0 by Michal Simek · 14 years ago
  60. 9d0ced0 microblaze: Use irq_of_parse_and_map for timer by Michal Simek · 14 years ago
  61. 2ecb899 microblaze: intc: Change variable name by Michal Simek · 14 years ago
  62. 5a26cd6 microblaze: Use of_find_compatible_node for timer and intc by Michal Simek · 14 years ago
  63. fe9f684 gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags() by Grant Likely · 14 years ago
  64. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 15 years ago
  65. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 15 years ago
  66. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 15 years ago
  67. 1aadc05 memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users by Tejun Heo · 14 years ago
  68. fe091c2 memblock: Kill memblock_init() by Tejun Heo · 14 years ago
  69. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 15 years ago
  70. 66421a6 microblaze: Add export.h to arch/microblaze files as required by Paul Gortmaker · 15 years ago
  71. 84ac218 microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usage by Peter Zijlstra · 15 years ago
  72. 15ec090 microblaze: Raise SIGFPE/FPE_INTDIV for div by zero by Edgar E. Iglesias · 15 years ago
  73. 69515f8 microblaze: Switch ELF_ARCH code to 189 by Edgar E. Iglesias · 15 years ago
  74. 0fb2a6f microblaze: Added DMA sync operations by Eli Billauer · 15 years ago
  75. cf560c1 microblaze: Moved __dma_sync() to dma-mapping.h by Eli Billauer · 15 years ago
  76. 2309f7c microblaze: Add PVR for Microblaze v8.20.a by Michal Simek · 15 years ago
  77. 9c6f6f5 microblaze: Clear top bit from cnt32_to_63 by Michal Simek · 15 years ago
  78. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 15 years ago
  79. 9ed3689 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago
  80. 3639229 microblaze: Do not show error message for 32 interrupt lines by Michal Simek · 15 years ago
  81. ca12adc microblaze: Add support for early console on mdm by Michal Simek · 15 years ago
  82. 2aa8e375 microblaze: Simplify early console binding from DT by Michal Simek · 15 years ago
  83. e721a45 microblaze: Get early printk console earlier by Michal Simek · 15 years ago
  84. 95ce618 microblaze: Standardise cpuinfo output for cache policy by John A. Williams · 15 years ago
  85. 8904976 microblaze: Unprivileged stream instruction awareness by John A. Williams · 15 years ago
  86. a0ec99b microblaze: exec: Remove redundant set_fs(USER_DS) by Mathias Krause · 15 years ago
  87. c113894 microblaze: Fix unaligned value saving to the stack for system with MMU by Michal Simek · 15 years ago
  88. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 15 years ago
  89. 571503e Merge branch 'setns' by Linus Torvalds · 15 years ago
  90. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 15 years ago
  91. 03eb141 Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 into devel-stable by Russell King · 15 years ago
  92. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 15 years ago
  93. 85f60ae dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosen by Grant Likely · 15 years ago
  94. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  95. 9e1491d microblaze: Fix ftrace by Michal Simek · 15 years ago
  96. 57bd35d microblaze: Wire up new syscalls by Michal Simek · 15 years ago
  97. 56d4480 microblaze: Fix level/edge irq sensibility by Michal Simek · 15 years ago
  98. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  99. 9d61c18 microblaze: Use generic show_interrupts() by Thomas Gleixner · 15 years ago
  100. 4adc192 microblaze: Convert to new irq function names by Thomas Gleixner · 15 years ago