1. 7c12d81 [PATCH] Make copy_from_user_inatomic NOT zero the tail on i386 by NeilBrown · 18 years ago
  2. 01408c4 [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes by NeilBrown · 18 years ago
  3. afedfd0 [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driver by Matt Mackall · 18 years ago
  4. e75eac3 [PATCH] Clean up and refactor i386 sub-architecture setup by Jeremy Fitzhardinge · 18 years ago
  5. 3722447 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  6. 30343d6 [PATCH] x86: compile fix for asm-i386/alternatives.h by Kirill Smelkov · 18 years ago
  7. 224f611 [PATCH] x86: VIA C7 CPU flags by Michal Ludvig · 18 years ago
  8. 722f4f5 [PATCH] x86: fix __range_ok constraint by Roman Zippel · 18 years ago
  9. a03a3e2 [PATCH] Don't trigger full rebuild via CONFIG_X86_MCE by Alexey Dobriyan · 18 years ago
  10. 27b07da [PATCH] Don't trigger full rebuild via CONFIG_MTRR by Alexey Dobriyan · 18 years ago
  11. a0b4da9 [PATCH] arch/i386/kernel/apic.c: make modern_apic() static by Adrian Bunk · 18 years ago
  12. c22ce14 [PATCH] x86: cache pollution aware __copy_from_user_ll() by Hiro Yoshioka · 18 years ago
  13. 1b2db9f [PATCH] sys_move_pages: 32bit support (i386, x86_64) by Christoph Lameter · 18 years ago
  14. 6c763eb Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  15. 4f1bcaf [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use by Bjorn Helgaas · 18 years ago
  16. b209a6e [PATCH] PCI: cleanup unused variable about msi driver by bibo,mao · 18 years ago
  17. fd58e55 [PATCH] PCI: msi abstractions and support for altix by Mark Maule · 18 years ago
  18. 6351847 Pull trivial1 into release branch by Len Brown · 18 years ago
  19. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  20. e0c1e9b [PATCH] x86_64: avoid IRQ0 ioapic pin collision by Kimball Murray · 18 years ago
  21. b07019f Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  22. 543f2a3 [PATCH] i386: fix broken FP exception handling by Chuck Ebbert · 18 years ago
  23. 5614253 Remove unneeded _syscallX macros from user view in asm-*/unistd.h by David Woodhouse · 18 years ago
  24. d6754b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  25. 6e5882c [PATCH] x86/PAE: Fix pte_clear for the >4GB RAM case by Zachary Amsden · 18 years ago
  26. cd469e0 Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.h by David Woodhouse · 18 years ago
  27. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  28. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 18 years ago
  29. 18bd057 [PATCH] i386/x86-64: Fix x87 information leak between processes by Andi Kleen · 18 years ago
  30. 1bb858f [PATCH] asm-i386/atomic.h: local_irq_save should be used instead of local_irq_disable by lepton · 18 years ago
  31. 7052449 [PATCH] splice: add support for sys_tee() by Jens Axboe · 18 years ago
  32. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  33. 491d4be [PATCH] sys_kexec_load() naming fixups by Andrew Morton · 18 years ago
  34. c80d79d [PATCH] Configurable NODES_SHIFT by Yasunori Goto · 18 years ago
  35. dc8cbae [PATCH] mptspec: remove duplicate #include by Randy Dunlap · 18 years ago
  36. 7519fdc [PATCH] Remove sys_ prefix of new syscalls from __NR_sys_* by OGAWA Hirofumi · 18 years ago
  37. b20367a [PATCH] x86_64: Fix drift with HPET timer enabled by Jordan Hargrave · 18 years ago
  38. 95d769a [PATCH] i386: Consolidate modern APIC handling by Andi Kleen · 18 years ago
  39. 9522236 [PATCH] x86_64: Introduce e820_all_mapped by Arjan van de Ven · 18 years ago
  40. c12ea91 x86_64: Remove stale lapic definition from apicdef.h by Ashok Raj · 18 years ago
  41. 2cf8d82 [PATCH] make local_t signed by Andrew Morton · 18 years ago
  42. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago
  43. 1a75a3f [PATCH] i386 kdump timer vector lockup fix by Vivek Goyal · 18 years ago
  44. 3ccfb81 [PATCH] Remove long dead i386 floppy asm code by Brian Gerst · 18 years ago
  45. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  46. f45e465 [PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctl by Adrian Bunk · 18 years ago
  47. 41623b0 [PATCH] RTC: Fix up some RTC whitespace and style by Matt Mackall · 18 years ago
  48. 63732c2 [PATCH] RTC: Remove RTC UIP synchronization on x86 by Matt Mackall · 18 years ago
  49. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  50. 8f17d3a [PATCH] lightweight robust futexes updates by Ingo Molnar · 18 years ago
  51. dfd4e3e [PATCH] lightweight robust futexes: i386 by Ingo Molnar · 18 years ago
  52. e9056f1 [PATCH] lightweight robust futexes: arch defaults by Ingo Molnar · 18 years ago
  53. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 18 years ago
  54. ad658b3 [PATCH] unify pfn_to_page: i386 pfn_to_page by KAMEZAWA Hiroyuki · 18 years ago
  55. 1e9f28f [PATCH] sched: new sched domain for representing multi-core by Siddha, Suresh B · 18 years ago
  56. 1cc2b99 [PATCH] bitops: i386: use generic bitops by Akinobu Mita · 18 years ago
  57. 311ac88 [PATCH] x86: kprobes-booster by Masami Hiramatsu · 18 years ago
  58. a0f62ac [PATCH] 2TB files: add blkcnt_t by Takashi Sato · 18 years ago
  59. abcb6c9 [PATCH] 2TB files: st_blocks is invalid when calling stat64 by Takashi Sato · 18 years ago
  60. f2d3efe [PATCH] x86_64: Implement early DMI scanning by Andi Kleen · 18 years ago
  61. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  62. cdb0452 [PATCH] kill include/linux/platform.h, default_idle() cleanup by Adrian Bunk · 18 years ago
  63. 57f3ebc [PATCH] remove ISA legacy functions: remove the helpers by Al Viro · 18 years ago
  64. 0b2fcfd [PATCH] atomic: add_unless cmpxchg optimise by Nick Piggin · 18 years ago
  65. 804f159 [PATCH] Move read_mostly definition to asm/cache.h by Kyle McMartin · 18 years ago
  66. aeefc95 [PATCH] x86: Make _syscallX() macros compile in PIC mode by Markus Gutschke · 18 years ago
  67. 42c059e0 [PATCH] i386 spinlocks: disable interrupts only if we enabled them by Chuck Ebbert · 18 years ago
  68. 52f4a91 [PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/kernel/cpu/centaur.c by Jesper Juhl · 18 years ago
  69. db753bd [PATCH] i386: fix uses of user_mode() vs. user_mode_vm() by Jan Beulich · 18 years ago
  70. 101f12a [PATCH] i386: actively synchronize vmalloc area when registering certain callbacks by Jan Beulich · 18 years ago
  71. 99b7de3 [PATCH] x86: early printk handling fixes by Stas Sergeev · 18 years ago
  72. 7c63ee5 [PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_bus by Chris Wright · 18 years ago
  73. e5428ed [PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386) by Natalie.Protasevich@unisys.com · 18 years ago
  74. 30e931d [PATCH] i386: Add a temporary to make put_user more type safe by Eric W. Biederman · 18 years ago
  75. 9a0b581 [PATCH] x86: SMP alternatives by Gerd Hoffmann · 18 years ago
  76. 8f86059 [PATCH] Enable mprotect on huge pages by Zhang, Yanmin · 19 years ago
  77. 152475c [PATCH] don't call check_acpi_pci() on x86 with ACPI disabled by Herbert Poetzl · 19 years ago
  78. f9262c1 [PATCH] i386: port ATI timer fix from x86_64 to i386 II by Andi Kleen · 19 years ago
  79. 2b932f6 [PATCH] x86: fix broken SMP boot sequence by James Bottomley · 19 years ago
  80. 124d90b [PATCH] Kprobes causes NX protection fault on i686 SMP by Prasanna S Panchamukhi · 19 years ago
  81. cfe91f9 [PATCH] i386: fix singlestepping though a syscall by Chuck Ebbert · 19 years ago
  82. 5f6164f [PATCH] add asm-generic/mman.h by Michael S. Tsirkin · 19 years ago
  83. f822566 [PATCH] madvise MADV_DONTFORK/MADV_DOFORK by Michael S. Tsirkin · 19 years ago
  84. 8b09fb3 [PATCH] fix x86 topology export in sysfs for subarchitectures by James Bottomley · 19 years ago
  85. cff2b76 [PATCH] fstatat64 support by Ulrich Drepper · 19 years ago
  86. 2da436e [PATCH] unshare system call -v5: system call registration for i386 by JANAK DESAI · 19 years ago
  87. 911b0ad [PATCH] Fix "value computed is not used" compile warnings with gcc-4.1 by Takashi Iwai · 19 years ago
  88. 69dcc99 [PATCH] Export cpu topology in sysfs by Zhang, Yanmin · 19 years ago
  89. 59ed2f5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  90. 975b3d3 [PATCH] VMSPLIT config options by Mark Lord · 19 years ago
  91. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 19 years ago
  92. da9bb1d [PATCH] EDAC: core EDAC support code by Alan Cox · 19 years ago
  93. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 19 years ago
  94. 3213e91 [PATCH] Add pselect/ppoll system calls on i386 by David Woodhouse · 19 years ago
  95. 283828f [PATCH] Handle TIF_RESTORE_SIGMASK for i386 by David Howells · 19 years ago
  96. 4f08550 [PATCH] vfs: *at functions: i386 by Ulrich Drepper · 19 years ago
  97. 3b94806 [PATCH] uml: remove leftover from patch revertal by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  98. 652050a [PATCH] mark several functions __always_inline by Ingo Molnar · 19 years ago
  99. f5a61d0 [PATCH] death of get_thread_info/put_thread_info by Al Viro · 19 years ago
  100. 65e0fdf [PATCH] i386: task_stack_page() by Al Viro · 19 years ago