1. 02232f8 microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors by Al Viro · 12 years ago
  2. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  3. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  4. 94fda49 Revert "microblaze_mmu_v2: Update signal returning address" by Michal Simek · 13 years ago
  5. aaa5241 microblaze: Prefer to use pr_XXX instead of printk(KERN_XX) by Michal Simek · 12 years ago
  6. fcc1c0f microblaze: Fix bug with passing command line by Michal Simek · 12 years ago
  7. 1f26076 microblaze: Remove additional andi which has been already done by Michal Simek · 12 years ago
  8. 9183671 microblaze: Use predefined macro for ESR_DIZ by Michal Simek · 12 years ago
  9. 6e80cff microblaze: Support 4k/16k/64k pages by Michal Simek · 12 years ago
  10. 9f78d3b microblaze: Do not used hardcoded value in exception handler by Michal Simek · 12 years ago
  11. 88d23b4 microblaze: Added fdt chosen capability for timer by Michal Simek · 13 years ago
  12. 191d5ec microblaze: Improve failure handling for GPIO reset by Stephan Linz · 12 years ago
  13. 7f1c616 microblaze: don't bother with SIGTRAP in setup_rt_frame() by Al Viro · 12 years ago
  14. 363737d mtd/uclinux: Use generic __bss_stop instead of _ebss by Geert Uytterhoeven · 12 years ago
  15. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  16. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  17. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  18. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  19. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  20. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  21. fb8b006 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  22. d5c15f1 microblaze: Setup correct pointer to TLS area by Edgar E. Iglesias · 12 years ago
  23. 8d95e12 microblaze: Add TLS support to sys_clone by Edgar E. Iglesias · 12 years ago
  24. d65987a microblaze: ftrace: Pass the first calling instruction for dynamic ftrace by Michal Simek · 12 years ago
  25. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 12 years ago
  26. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  27. 8314019 microblaze: drop 'oldset' argument of do_notify_resume() by Al Viro · 12 years ago
  28. 969a961 microblaze: handle TIF_NOTIFY_RESUME by Al Viro · 12 years ago
  29. ae28b38 microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too by Al Viro · 12 years ago
  30. 58e4257 microblaze: ->restart_block.fn needs to be reset on rt_sigreturn by Al Viro · 12 years ago
  31. 60c5975 microblaze: use set_current_blocked() and block_sigmask() by Matt Fleming · 12 years ago
  32. bcb8c8d microblaze: fix signal masking by Matt Fleming · 12 years ago
  33. a12c369 microblaze: no need to reset handler if SA_ONESHOT by Matt Fleming · 12 years ago
  34. de8f2dd microblaze: don't reimplement force_sigsegv() by Matt Fleming · 12 years ago
  35. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  36. 16caadb microblaze: Use generic init_task by Thomas Gleixner · 12 years ago
  37. e4da89d seccomp: ignore secure_computing return values by Will Drewry · 12 years ago
  38. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  39. 0fc7374 microblaze: Do not use tlb_skip in early_printk by Michal Simek · 12 years ago
  40. 90c0d80 microblaze: Add missing headers caused by disintegration asm/system.h by Michal Simek · 12 years ago
  41. 6a4770e Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next by Michal Simek · 12 years ago
  42. 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 · 12 years ago
  43. c40d04d Disintegrate asm/system.h for Microblaze by David Howells · 12 years ago
  44. 988624e Microblaze: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  45. a28d73c microblaze: Fix tlb_skip variable on noMMU system by Michal Simek · 12 years ago
  46. 30eebb5 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  47. e02db0a microblaze: Handle TLB skip size dynamically by Michal Simek · 14 years ago
  48. 1451d1d microblaze: Introduce TLB skip size by Michal Simek · 13 years ago
  49. 95b0f9e microblaze: Improve TLB calculation for small systems by Michal Simek · 14 years ago
  50. 3a1d267 microblaze: Extend space for compiled-in FDT to 32kB by Michal Simek · 13 years ago
  51. 173701d microblaze: Clear all MSR flags on the first kernel instruction by Michal Simek · 13 years ago
  52. cc5647a microblaze: Use node name instead of compatible string by Michal Simek · 13 years ago
  53. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  54. f7f4786 microblaze: trivial: Fix typo fault in timer.c by Michal Simek · 13 years ago
  55. 2e7ff47 microblaze: Add PVR version string for MB 8.20.b and 8.30.a by Michal Simek · 12 years ago
  56. 9bc974b microblaze: Fix typo in early_printk.c by Masanari Iida · 12 years ago
  57. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  58. 2462bac irq_domain/microblaze: Convert microblaze to use irq_domains by Grant Likely · 12 years ago
  59. 644bd954 irq_domain: convert microblaze from irq_host to irq_domain by Grant Likely · 12 years ago
  60. 9afc416 Revert "microblaze: Add topology init" by Michal Simek · 12 years ago
  61. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 12 years ago
  62. b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
  63. d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
  64. d761f0c microblaze: Add topology init by Michal Simek · 12 years ago
  65. 4690dfa Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  66. fbce1c2 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  67. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. f3aef25 microblaze: Wire-up new system calls by Michal Simek · 13 years ago
  69. 5dbeaad microblaze: Trivial asm fix by Michal Simek · 13 years ago
  70. f5b778b microblaze: Fix debug message in module by Michal Simek · 13 years ago
  71. b6d5b28 microblaze: Remove eprintk macro by Michal Simek · 13 years ago
  72. a8c2e55 microblaze: Send CR before LF for early console by Michal Simek · 13 years ago
  73. 6c7a267 microblaze: Change NO_IRQ to 0 by Michal Simek · 13 years ago
  74. 9d0ced0 microblaze: Use irq_of_parse_and_map for timer by Michal Simek · 13 years ago
  75. 2ecb899 microblaze: intc: Change variable name by Michal Simek · 13 years ago
  76. 5a26cd6 microblaze: Use of_find_compatible_node for timer and intc by Michal Simek · 13 years ago
  77. fe9f684 gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags() by Grant Likely · 13 years ago
  78. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  79. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  80. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  81. 1aadc05 memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users by Tejun Heo · 13 years ago
  82. fe091c2 memblock: Kill memblock_init() by Tejun Heo · 13 years ago
  83. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  84. 66421a6 microblaze: Add export.h to arch/microblaze files as required by Paul Gortmaker · 13 years ago
  85. 84ac218 microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usage by Peter Zijlstra · 13 years ago
  86. 15ec090 microblaze: Raise SIGFPE/FPE_INTDIV for div by zero by Edgar E. Iglesias · 13 years ago
  87. 69515f8 microblaze: Switch ELF_ARCH code to 189 by Edgar E. Iglesias · 13 years ago
  88. 0fb2a6f microblaze: Added DMA sync operations by Eli Billauer · 13 years ago
  89. cf560c1 microblaze: Moved __dma_sync() to dma-mapping.h by Eli Billauer · 13 years ago
  90. 2309f7c microblaze: Add PVR for Microblaze v8.20.a by Michal Simek · 13 years ago
  91. 9c6f6f5 microblaze: Clear top bit from cnt32_to_63 by Michal Simek · 13 years ago
  92. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  93. 9ed3689 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 13 years ago
  94. 3639229 microblaze: Do not show error message for 32 interrupt lines by Michal Simek · 13 years ago
  95. ca12adc microblaze: Add support for early console on mdm by Michal Simek · 13 years ago
  96. 2aa8e37 microblaze: Simplify early console binding from DT by Michal Simek · 13 years ago
  97. e721a45 microblaze: Get early printk console earlier by Michal Simek · 13 years ago
  98. 95ce618 microblaze: Standardise cpuinfo output for cache policy by John A. Williams · 13 years ago
  99. 8904976 microblaze: Unprivileged stream instruction awareness by John A. Williams · 13 years ago
  100. a0ec99b microblaze: exec: Remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago