1. cfefe3c [Blackfin] arch: hook up set_irq_wake in Blackfin's irq code by Michael Hennerich · 16 years ago
  2. 2c4f829 [Blackfin] arch: Merge BF561 support into ints-priority by Michael Hennerich · 16 years ago
  3. 960265e [Blackfin] arch: fix bug: redefinition warning when compile EZKIT548 by Bryan Wu · 16 years ago
  4. 0cf975e Merge branch 'cris' of git://www.jni.nu/cris by Linus Torvalds · 16 years ago
  5. 03054de Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  6. dde0013 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  7. f3aafa6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  8. 3668805 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  9. 5aaf5f7 uml: x86_64 should copy %fs during fork by Jeff Dike · 16 years ago
  10. 536788f uml: runtime host VMSPLIT detection by Jeff Dike · 16 years ago
  11. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  12. 46f4f8f IRQ_NOPROBE helper functions by Ralf Baechle · 16 years ago
  13. 922f9cf fs/char_dev.c: chrdev_open marked static and removed from fs.h by Denis Cheng · 16 years ago
  14. b55ab61 preemptible RCU: sparse annotations by Patrick McHardy · 16 years ago
  15. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 16 years ago
  16. 13d8bcd26 use __u32 in linux/reiserfs_fs.h by Mike Frysinger · 16 years ago
  17. 20a8143 NBD: remove limit on max number of nbd devices by Paul Clements · 16 years ago
  18. 680d794 mount options: fix tmpfs by akpm@linux-foundation.org · 16 years ago
  19. b3b304a mount options: add generic_show_options() by Miklos Szeredi · 16 years ago
  20. e542059 drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h by Mike Frysinger · 16 years ago
  21. bdc8078 avoid overflows in kernel/time.c by H. Peter Anvin · 16 years ago
  22. 7ef3d2f printk_ratelimit() functions should use CONFIG_PRINTK by Joe Perches · 16 years ago
  23. 36e7891 kill do_generic_mapping_read by Christoph Hellwig · 16 years ago
  24. 7437a51 Remove __STRICT_ANSI__ from linux/types.h by Mike Frysinger · 16 years ago
  25. 9a1e8eb Basic PWM driver for AVR32 and AT91 by David Brownell · 16 years ago
  26. 6d141c3 workqueue: make delayed_work_timer_fn() static by Li Zefan · 16 years ago
  27. b4bd7d5 SMBIOS/DMI: add type 41 = Onboard Devices Extended Information by Wim Van Sebroeck · 16 years ago
  28. a9ca663 kill UDFFS_{DATE,VERSION} by Adrian Bunk · 16 years ago
  29. 756fa92 udf: fix udf_debug macro by Marcin Slusarz · 16 years ago
  30. 6c79e98 udf: remove some ugly macros by Marcin Slusarz · 16 years ago
  31. 74bedc4 libfs: rename simple_attr_close to simple_attr_release by Christoph Hellwig · 16 years ago
  32. 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 16 years ago
  33. 531d7d4 asm-*/posix_types.h: scrub __GLIBC__ by Mike Frysinger · 16 years ago
  34. 8b5f688 byteorder: move le32_add_cpu & friends from OCFS2 to core by Marcin Slusarz · 16 years ago
  35. edde08f misc: removal of final callers using fastcall by Harvey Harrison · 16 years ago
  36. 144b2a9 asm-generic: remove fastcall by Harvey Harrison · 16 years ago
  37. ec70158 Remove fastcall from linux/include by Harvey Harrison · 16 years ago
  38. b920de1 mn10300: add the MN10300/AM33 architecture to the kernel by David Howells · 16 years ago
  39. ef3d534 mn10300: allocate serial port UART IDs for on-chip serial ports by David Howells · 16 years ago
  40. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 16 years ago
  41. 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 16 years ago
  42. 922a70d aout: move STACK_TOP[_MAX] to asm/processor.h by David Howells · 16 years ago
  43. 3eb0567 time: fix typo in comments by Li Zefan · 16 years ago
  44. cf4fc6c timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres by Li Zefan · 16 years ago
  45. 146a505 Get rid of the kill_pgrp_info() function by Pavel Emelyanov · 16 years ago
  46. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 16 years ago
  47. 46f382d uglify while_each_pid_task() to make sure we don't count the execing pricess twice by Oleg Nesterov · 16 years ago
  48. 44c4e1b pid: Extend/Fix pid_vnr by Eric W. Biederman · 16 years ago
  49. d12619b fix group stop with exit race by Oleg Nesterov · 16 years ago
  50. 8520d7c teach set_special_pids() to use struct pid by Oleg Nesterov · 16 years ago
  51. 6b39c7b kill PT_ATTACHED by Oleg Nesterov · 16 years ago
  52. 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 16 years ago
  53. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  54. 92dfc9d fix "modules: make module_address_lookup() safe" by Andrew Morton · 16 years ago
  55. 596f5601 tty: s390 support for termios2. by Heiko Carstens · 16 years ago
  56. aa7738a tty: let architectures override the user/kernel macros. by Heiko Carstens · 16 years ago
  57. d94afc6 intel-iommu: fault_reason index cleanup by mark gross · 16 years ago
  58. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 16 years ago
  59. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  60. be61408 proc: implement proc_single_file_operations by Eric W. Biederman · 16 years ago
  61. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 16 years ago
  62. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  63. 58bfdd6d namespaces: move the UTS namespace under UTS_NS option by Pavel Emelyanov · 16 years ago
  64. a3d0c6a hugetlb: add locking for overcommit sysctl by Nishanth Aravamudan · 16 years ago
  65. bc10ac3 CRIS v32: Remove hwregs/timer_defs.h, it is now architecture specific. by Jesper Nilsson · 16 years ago
  66. c3c930d Enhanced partition statistics: remove old partition statistics by Jerome Marchand · 16 years ago
  67. 6f2576a Enhanced partition statistics: update partition statitics by Jerome Marchand · 16 years ago
  68. ea5c48a Enhanced partition statistics: core statistics by Jerome Marchand · 16 years ago
  69. 63a7138 block: fixup rq_init() a bit by Jens Axboe · 16 years ago
  70. 7800029 CRIS: Add new timerfd syscall entries. by Jesper Nilsson · 16 years ago
  71. eb09047 CRIS v32: Correct spelling of bandwidth in function name. by Jesper Nilsson · 16 years ago
  72. a63461e CRIS: Make io_pwm_set_period members unsigned in etraxgpio.h by Jesper Nilsson · 16 years ago
  73. 1791f53 CRIS v32: Minor changes to avoid errors in asm-cris/arch-v32/hwregs/reg_rdwr.h by Jesper Nilsson · 16 years ago
  74. b8ed6b4 CRIS v32: arch-v32/hwregs/intr_vect_defs.h moved to machine dependent directory. by Jesper Nilsson · 16 years ago
  75. fb5c6e1 CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h by Jesper Nilsson · 16 years ago
  76. 78dbb60 CRIS v32: Move register map header to machine dependent directory. by Jesper Nilsson · 16 years ago
  77. 57e6f96 CRIS v32: Let compiler know that memory is clobbered after a break op. by Jesper Nilsson · 16 years ago
  78. 12e1b1e CRIS v32: Remove SMP stub from asm-cris/arch-v32/system.h by Jesper Nilsson · 16 years ago
  79. de1c141 CRIS v32: Completely rework spinlocks for ETRAX FS and ARTPEC-3 by Jesper Nilsson · 16 years ago
  80. 4258fb1 CRIS v32: Change name for simulator config in asm-cris/arch-v32/processor.h by Jesper Nilsson · 16 years ago
  81. 230d69c CRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in asm-cris/arch-v32/pinmux.h by Jesper Nilsson · 16 years ago
  82. e919a12 CRIS v32: Change name for simulator config in asm-cris/arch-v32/page.h by Jesper Nilsson · 16 years ago
  83. d9ebcac CRIS v32: Remove juliette.h, it is not supported for CRIS v32. by Jesper Nilsson · 16 years ago
  84. 6c6dc56 CRIS v32: Add support for ETRAX FS and ARTPEC-3 for arch-v32/hwregs/eth_defs.h by Jesper Nilsson · 16 years ago
  85. 8d07328 CRIS v32: Rename variable used in macro for arch-v32/hwregs/dma.h by Jesper Nilsson · 16 years ago
  86. 3fb18a3 CRIS v32: Remove useless CVS id tag from arch-v32/hwregs/Makefile by Jesper Nilsson · 16 years ago
  87. 94ebe16 CRIS v32: Add defines for udelay and ndelay in arch-v32/delay.h by Jesper Nilsson · 16 years ago
  88. 209e9c4 CRIS v32: Adjust arch-v32/atomic.h for new spinlock/rwlock infrastructure by Jesper Nilsson · 16 years ago
  89. e52c2c7 CRIS v32: Add missing header to include/asm-cris/arch-v32/Kbuild by Jesper Nilsson · 16 years ago
  90. 581b4fd CRIS: Break long comment line in include/asm-cris/arch-v10/page.h by Jesper Nilsson · 16 years ago
  91. 0d9f2e6 CRIS: Rename LED macros to CRIS_LED to avoid name clash in io.h by Jesper Nilsson · 16 years ago
  92. a1a7dc1d CRIS: Add missing headers to include/asm-cris Kbuild files. by Jesper Nilsson · 16 years ago
  93. 46aac05 CRIS: Add support for ETRAX FS and ARTPEC-3 to etraxgpio.h by Jesper Nilsson · 17 years ago
  94. 3c1d930 CRIS: Fix bugs in return value of atomic_inc_return and atomic_dec_return. by Jesper Nilsson · 17 years ago
  95. b43890a CRIS: Allow arch dependent delay to override common version. by Jesper Nilsson · 17 years ago
  96. 151f6398 CRIS: Include arch dependent bug.h. by Jesper Nilsson · 17 years ago
  97. 620cf2e CRIS: Correct pfn_pte to make it possible to ioremap uncached addresses. by Jesper Nilsson · 17 years ago
  98. 058f5fd CRIS: Correct comment in io.h to describe reality of I/O space. by Jesper Nilsson · 17 years ago
  99. 7875975 CRIS: Update cpu_possible_map and raw_smp_processor_id in smp.h header. by Jesper Nilsson · 17 years ago
  100. d846847 CRIS v10: Cleanup rtc.h by Jesper Nilsson · 17 years ago