1. 56fc82c modpost: NOBITS sections may point beyond the end of the file by Tejun Heo · 16 years ago
  2. 130ace1 x86: style cleanups for xen assemblies by Tejun Heo · 16 years ago
  3. 69b745f Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  4. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  5. 5393744 xen: make direct versions of irq_enable/disable/save/restore to common code by Jeremy Fitzhardinge · 16 years ago
  6. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  7. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  8. 1f4f931 xen: fix 32-bit build resulting from mmu move by Jeremy Fitzhardinge · 16 years ago
  9. 0eb592d x86/paravirt: return full 64-bit result by Jeremy Fitzhardinge · 16 years ago
  10. ef3892b x86, percpu: fix kexec with vmlinux by Yinghai Lu · 16 years ago
  11. 664c795 x86/vmi: fix interrupt enable/disable/save/restore calling convention. by Jeremy Fitzhardinge · 16 years ago
  12. e584f55 x86/paravirt: don't restore second return reg by Jeremy Fitzhardinge · 16 years ago
  13. 9f84653 Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
  14. da2c0b0 Merge branch 'master' into tj-percpu by Tejun Heo · 16 years ago
  15. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  16. 11e3a84 x86: split loading percpu segments from loading gdt by Jeremy Fitzhardinge · 16 years ago
  17. 552be87 x86: pass in cpu number to switch_to_new_gdt() by Brian Gerst · 16 years ago
  18. 2749ebe x86: UV fix uv_flush_send_and_wait() by Cliff Wickman · 16 years ago
  19. 4767afb x86/paravirt: fix missing callee-save call on pud_val by Jeremy Fitzhardinge · 16 years ago
  20. da5de7c x86/paravirt: use callee-saved convention for pte_val/make_pte/etc by Jeremy Fitzhardinge · 16 years ago
  21. 791bad9 x86/paravirt: implement PVOP_CALL macros for callee-save functions by Jeremy Fitzhardinge · 16 years ago
  22. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  23. 9104a18 x86/paravirt: selectively save/restore regs around pvops calls by Jeremy Fitzhardinge · 16 years ago
  24. b8aa287 x86: fix paravirt clobber in entry_64.S by Jeremy Fitzhardinge · 16 years ago
  25. 41edafd x86/pvops: add a paravirt_ident functions to allow special patching by Jeremy Fitzhardinge · 16 years ago
  26. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  27. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  28. 3ac6cff linker script: use separate simpler definition for PERCPU() by Tejun Heo · 16 years ago
  29. 33bfad5 Allow opportunistic merging of VM_CAN_NONLINEAR areas by Linus Torvalds · 16 years ago
  30. c43e0e4 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
  31. c01a25e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  32. ae704e9 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  33. dbeb170 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  34. 0461ec5 Add enable_ms to jsm driver by Paul Larson · 16 years ago
  35. 3a9a3f6 cfq-iosched: Allow RT requests to pre-empt ongoing BE timeslice by Divyesh Shah · 16 years ago
  36. bc58ba9 block: add sysfs file for controlling io stats accounting by Jens Axboe · 16 years ago
  37. 7598909 Mark mandatory elevator functions in the biodoc.txt by Nikanth Karthikesan · 16 years ago
  38. a229fc6 include/linux: Add bsg.h to the Kernel exported headers by Boaz Harrosh · 16 years ago
  39. cec0707 block: silently error an unsupported barrier bio by Jens Axboe · 16 years ago
  40. dbdac9b block: Fix documentation for blkdev_issue_flush() by Theodore Ts'o · 16 years ago
  41. 1dfa17f block: add bio_rw_flagged() for testing bio->bi_rw by Jens Axboe · 16 years ago
  42. 213d941 block: seperate bio/request unplug and sync bits by Jens Axboe · 16 years ago
  43. 1308835f block: export SSD/non-rotational queue flag through sysfs by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 16642eb Fix small typo in bio.h's documentation by Alberto Bertogli · 16 years ago
  45. f48fc4d block: get rid of the manual directory counting in blktrace by Jens Axboe · 16 years ago
  46. 3223163 block: Allow empty integrity profile by Martin K. Petersen · 16 years ago
  47. 8ae372e block: Remove obsolete BUG_ON by Martin K. Petersen · 16 years ago
  48. 7b24fc4 block: Don't verify integrity metadata on read error by Martin K. Petersen · 16 years ago
  49. b9ec63f ext4: Remove bogus BUG() check in ext4_bmap() by Theodore Ts'o · 16 years ago
  50. f2257b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  51. 1737ef7 sata_sil: Fix build breakage by Alexander Beregalov · 16 years ago
  52. 242f45d Documentation/Changes: add required versions for new filesystems by Bill Nottingham · 16 years ago
  53. 7022139 fix emacs indenting howto filename expansion by Dan Carpenter · 16 years ago
  54. 0acbc6c Documentation: update CodingStyle tips for Emacs users by Teemu Likonen · 16 years ago
  55. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 16 years ago
  56. ca493d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  57. 5488ace Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  58. 05986e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  59. 0d28088 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 16 years ago
  60. 9b4d142 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  61. 6e3eed9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  62. ceb5eb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  63. 726a669 drivers/gpu/drm/i915/intel_lvds.c: fix locking snafu by Andrew Morton · 16 years ago
  64. 9df04e1 epoll: drop max_user_instances and rely only on max_user_watches by Davide Libenzi · 16 years ago
  65. 3095eb8 hp-wmi: set initial docking state by Frans Pop · 16 years ago
  66. fb9f88e hwmon: applesmc: add support for MacPro 3 temperature sensors by Bharath Ramesh · 16 years ago
  67. c189f4e hpilo: increment version by David Altobelli · 16 years ago
  68. 839ec54 cgroup: fix root_count when mount fails due to busy subsystem by Paul Menage · 16 years ago
  69. 804b3c2 cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs() by Paul Menage · 16 years ago
  70. 1404f06 cgroups: fix lock inconsistency in cgroup_clone() by Li Zefan · 16 years ago
  71. 945048c alpha: fix the BUG() macro by Ivan Kokshaysky · 16 years ago
  72. ee0c468 alpha: compile fixes by Ivan Kokshaysky · 16 years ago
  73. e5d9a90 alpha: use syscall wrappers by Ivan Kokshaysky · 16 years ago
  74. 299b4ea memcg: NULL pointer dereference at rmdir on some NUMA systems by KAMEZAWA Hiroyuki · 16 years ago
  75. 248ae0d fbdev: incorrect URL given in drivers/video/Kconfig by Alex Buell · 16 years ago
  76. 6989d56 hp-wmi: fix regressions caused by missing if statement by Frans Pop · 16 years ago
  77. 8d50d36 memcg: update document to mention that swapoff should be tested by KAMEZAWA Hiroyuki · 16 years ago
  78. 85d9fc8 memcg: fix refcnt handling at swapoff by KAMEZAWA Hiroyuki · 16 years ago
  79. 7460db5 gpiolib: fix request related issue by Magnus Damm · 16 years ago
  80. 7bcc1bb memcg: get/put parents at create/free by Daisuke Nishimura · 16 years ago
  81. baef99a cgroups: use hierarchy mutex in creation failure path by KAMEZAWA Hiroyuki · 16 years ago
  82. 9e9e3cb mm: OOM documentation update by Evgeniy Polyakov · 16 years ago
  83. dc19835 kprobes: fix module compilation error with CONFIG_KPROBES=n by Masami Hiramatsu · 16 years ago
  84. 252523e sgi-xpc: fix up stale DBUG_ON statements by Robin Holt · 16 years ago
  85. 17e2161 sgi-xpc: Remove NULL pointer dereference. by Robin Holt · 16 years ago
  86. 69b3bb6 sgi-xpc: ensure flags are updated before bte_copy by Robin Holt · 16 years ago
  87. de33c8d Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments by Linus Torvalds · 16 years ago
  88. f99ec06 tulip: fix 21142 with 10Mbps without negotiation by Philippe De Muyter · 16 years ago
  89. c25b9ab drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic by Roel Kluin · 16 years ago
  90. e5664bb gianfar: Fix Wake-on-LAN support by Anton Vorontsov · 16 years ago
  91. f307dbd smsc911x: timeout reaches -1 by Roel Kluin · 16 years ago
  92. 1609559 smsc9420: fix interrupt signalling test failures by Steve Glendinning · 16 years ago
  93. b1c4a9d ucc_geth: Change uec phy id to the same format as gianfar's by Haiying Wang · 16 years ago
  94. 1af7ad5 wimax: fix build issue when debugfs is disabled by Inaky Perez-Gonzalez · 16 years ago
  95. 05dfdbb lguest: Fix a memory leak with the lg object during launcher close by Mark Wallis · 16 years ago
  96. b44d49a lguest: disable the FORTIFY for lguest. by Tim 'mithro' Ansell · 16 years ago
  97. 72410af lguest: typos fix by Atsushi SAKAI · 16 years ago
  98. 584dbe9 netxen: fix memory leak in drivers/net/netxen_nic_init.c by Daniel Marjamäki · 16 years ago
  99. df1c46b tun: Add some missing TUN compat ioctl translations. by David S. Miller · 16 years ago
  100. 9d8dba6 ipv4: fix infinite retry loop in IP-Config by Benjamin Zores · 16 years ago