1. 455ce9d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 13 years ago
  2. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  3. df013ff Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG by Huang Ying · 13 years ago
  4. 205e9a2 [PARISC] wire up sendmmsg syscall by James Bottomley · 13 years ago
  5. 548c210 [PARISC] fix return type of __atomic64_add_return by John David Anglin · 13 years ago
  6. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  7. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  8. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  9. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  10. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  11. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  12. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  13. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  14. d9ba5fe [PARISC] Fix futex support by Carlos O'Donell · 13 years ago
  15. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 13 years ago
  16. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  17. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  18. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  19. 818b667 Remove unused PROC_CHANGE_PENALTY constant by Stephen Boyd · 13 years ago
  20. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  21. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  22. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  23. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  24. 1723800 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 13 years ago
  25. 7fe2ac6 Merge branch 'flushing' into for-linus by James Bottomley · 13 years ago
  26. a2d063a extable, core_kernel_data(): Make sure all archs define _sdata by Steven Rostedt · 13 years ago
  27. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 13 years ago
  28. d9b41e0 [PARISC] set memory ranges in N_NORMAL_MEMORY when onlined by David Rientjes · 13 years ago
  29. 2e7bad5 [PARISC] wire up syncfs syscall by James Bottomley · 13 years ago
  30. a71aae4 [PARISC] wire up the fhandle syscalls by James Bottomley · 13 years ago
  31. c3f957a [PARISC] wire up clock_adjtime syscall by James Bottomley · 13 years ago
  32. 1824074 [PARISC] wire up fanotify syscalls by James Bottomley · 13 years ago
  33. b7d4581 [PARISC] prevent speculative re-read on cache flush by James Bottomley · 13 years ago
  34. d7dd2ff [PARISC] only make executable areas executable by James Bottomley · 13 years ago
  35. b54cd0d [PARISC] fix pacache .size with new binutils by Meelis Roos · 13 years ago
  36. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  37. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  38. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 13 years ago
  39. 68f20f4 parisc: Use irq_to_desc() in show_interrupts() by Thomas Gleixner · 13 years ago
  40. e2f571d parisc: Convert irq namespace by Thomas Gleixner · 13 years ago
  41. 337ce68 parisc: Convert the final irq bits by Thomas Gleixner · 13 years ago
  42. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  43. 0415b00d1 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 13 years ago
  44. 8547727 remove dma64_addr_t by FUJITA Tomonori · 13 years ago
  45. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  46. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  47. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  48. 0664996 bitops: introduce CONFIG_GENERIC_FIND_BIT_LE by Akinobu Mita · 13 years ago
  49. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  50. 4e76ae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 13 years ago
  51. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 13 years ago
  52. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  53. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  54. 5229645 vfs: add nonconflicting values for O_PATH by Stephen Rothwell · 13 years ago
  55. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  56. b80cd62 Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  57. c8b91ac clean statfs-like syscalls up by Al Viro · 13 years ago
  58. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 13 years ago
  59. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  60. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 13 years ago
  61. 1c0f647 Merge branch 'irq' into for-next by James Bottomley · 13 years ago
  62. 2c250ad Merge branch 'fixes' into for-next by James Bottomley · 13 years ago
  63. e9a623b Merge branch 'tmpalias-flush' into for-next by James Bottomley · 13 years ago
  64. 4c4231e [PARISC] Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  65. 9804c9e [PARISC] fix per-cpu flag problem in the cpu affinity checkers by Thomas Gleixner · 13 years ago
  66. 8e1964a [PARISC] fix vmap flush/invalidate by James Bottomley · 13 years ago
  67. bb1dfc1 parisc: Switch do_timer() to xtime_update() by Torben Hohn · 13 years ago
  68. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 13 years ago
  69. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 13 years ago
  70. 72e73af parisc: Use generic irq Kconfig by Thomas Gleixner · 13 years ago
  71. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 13 years ago
  72. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  73. 8b4ae33 eliminate special FLUSH flag from page table by James Bottomley · 14 years ago
  74. f311847 parisc: flush pages through tmpalias space by James Bottomley · 14 years ago
  75. 84cd845 parisc: fix compile breakage caused by inlining maybe_mkwrite by James Bottomley · 13 years ago
  76. fbea668 parisc : Remove broken line wrapping handling pdc_iodc_print() by Guy Martin · 14 years ago
  77. 1ddd6db thp: mm: define MADV_NOHUGEPAGE by Andrea Arcangeli · 13 years ago
  78. a826e42 thp: mm: define MADV_HUGEPAGE by Andrea Arcangeli · 13 years ago
  79. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  80. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  81. 5189061 parisc: convert the rest of the irq handlers to simple/percpu by James Bottomley · 14 years ago
  82. d16cd29 parisc: fix dino/gsc interrupts by James Bottomley · 14 years ago
  83. 67bace7 parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturn by Kyle McMartin · 14 years ago
  84. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  85. 597c606 parisc: cleanup console handling by Jiri Slaby · 14 years ago
  86. 51399a3 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  87. e430426 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  88. 765aaaf parisc: fix compile failure with kmap_atomic changes by James Bottomley · 14 years ago
  89. 1cb4953 ptrace: cleanup arch_ptrace() on parisc by Namhyung Kim · 14 years ago
  90. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  91. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  92. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  93. 650a35f parisc: add tty driver to PDC console by Guy Martin · 14 years ago
  94. b97680c parisc: remove homegrown L1_CACHE_ALIGN macro by FUJITA Tomonori · 14 years ago
  95. 2da83b9 arch/parisc: Removing undead ifdef CONFIG_PA20 by Christian Dietrich · 14 years ago
  96. b1b1d4a parisc: unwind - optimise linked-list searches for modules by Phil Carmody · 14 years ago
  97. f720817 parisc: change to new flag variable by matt mooney · 14 years ago
  98. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  99. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  100. fa0d4c2 parisc: remove big kernel lock by Arnd Bergmann · 14 years ago