1. e845c06 x86: add <asm/asm.h> by H. Peter Anvin · 17 years ago
  2. 39d44a5 x86: enable irq in default_idle on 64-bit by Hiroshi Shimamoto · 17 years ago
  3. 5ee613b x86: idle wakeup event in the HLT loop by Ingo Molnar · 17 years ago
  4. 53d517c x86: scale cyc_2_nsec according to CPU frequency by Guillaume Chazarain · 17 years ago
  5. 83bd010 x86: protect against sigaltstack wraparound by Roland McGrath · 17 years ago
  6. f9fc589 x86: add DMI quirk for io-delay hangs on Compaq Presario V6000 laptops by Ingo Molnar · 17 years ago
  7. d0049e7 x86: make io_delay=0xed the default by Ingo Molnar · 17 years ago
  8. 6e7c402 x86: various changes and cleanups to in_p/out_p delay details by Ingo Molnar · 17 years ago
  9. b02aae9 x86: provide a DMI based port 0x80 I/O delay override. by Rene Herman · 17 years ago
  10. 4c6b8b4 x86: fix: s2ram + P4 + tsc = annoyance by Mike Galbraith · 17 years ago
  11. 5c9c9be x86: hibernation: document __save_processor_state() on x86 by Rafael J. Wysocki · 17 years ago
  12. 9484b1e x86: fix make mrproper by Sam Ravnborg · 17 years ago
  13. 6378ddb time: track accurate idle time with tick_sched.idle_sleeptime by Venki Pallipadi · 17 years ago
  14. bbe4d18 NTP: correct inconsistent ntp interval/tick_length usage by john stultz · 17 years ago
  15. 37a47db8 x86: assign IRQs to HPET timers, fix by Balaji Rao · 17 years ago
  16. e3f37a5 x86: assign IRQs to HPET timers by Balaji Rao · 17 years ago
  17. 45fe4fe x86: make clockevents more robust by Ingo Molnar · 17 years ago
  18. 1a0c009 x86: unregister PIT clocksource when PIT is disabled by Thomas Gleixner · 17 years ago
  19. 4713e22c clocksource: add unregister function to disable unusable clocksources by Thomas Gleixner · 17 years ago
  20. 316da3b x86: restrict PIT clocksource usage by Thomas Gleixner · 17 years ago
  21. df619e6 x86: offer is_hpet_enabled() on !CONFIG_HPET_TIMER too by Ingo Molnar · 17 years ago
  22. 1ada5cb clocksource: make clocksource watchdog cycle through online CPUs by Andi Kleen · 17 years ago
  23. 1077f5a clocksource.c: use init_timer_deferrable for clocksource_watchdog by Parag Warudkar · 17 years ago
  24. efd9ac8 time: fold __get_realtime_clock_ts() into getnstimeofday() by Geert Uytterhoeven · 17 years ago
  25. 1d76c26 clocksource: make CLOCKSOURCE_MASK bullet-proof by Atsushi Nemoto · 17 years ago
  26. 186e3cb timer: clean up tick-broadcast.c by Thomas Gleixner · 17 years ago
  27. b10db7f time: more timer related cleanups by Pavel Machek · 17 years ago
  28. 4c9dc64 time: timer cleanups by Pavel Machek · 17 years ago
  29. a6fa8e5 time: clean hungarian notation from timers by Pavel Machek · 17 years ago
  30. 213eca7f kobj: fix threshold_init_device/kobject_uevent_env oops by Greg KH · 17 years ago
  31. 85004cc Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  32. 149a051 as-iosched: fix double locking bug in as_merged_requests() by Jens Axboe · 17 years ago
  33. 3fbd67a NFSv4: Iterate through all nfs_clients when the server recalls a delegation by Trond Myklebust · 17 years ago
  34. 57bfa89 NFSv4: Deal more correctly with duplicate delegations by Trond Myklebust · 17 years ago
  35. 6f23e38 NFS: Fix a potential race between umount and nfs_access_cache_shrinker() by Trond Myklebust · 17 years ago
  36. e6f8107 NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode by Trond Myklebust · 17 years ago
  37. 99fadcd nfs: convert NFS_*(inode) helpers to static inline by Benny Halevy · 17 years ago
  38. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 17 years ago
  39. fc60147 NFS: Address memory leaks in the NFS client mount option parser by Chuck Lever · 17 years ago
  40. 3d1c550 nfs4: allow nfsv4 acls on non-regular-files by J. Bruce Fields · 17 years ago
  41. f3c391e NFS: Optimise away the sigmask code in aio/dio reads and writes by Trond Myklebust · 17 years ago
  42. 34f5b46 SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls by Trond Myklebust · 17 years ago
  43. afc8811 SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create() by Chuck Lever · 17 years ago
  44. 67d6021 SUNRPC: Clean up block comment preceding rpcb_getport_sync() by Chuck Lever · 17 years ago
  45. f1ec08c SUNRPC: Use appropriate argument types in rpcb client by Chuck Lever · 17 years ago
  46. b91e101 SUNRPC: rpcb_getport_sync() should use built-in hostname generator by Chuck Lever · 17 years ago
  47. 33e01dc SUNRPC: Clean up functions that free address_strings array by Chuck Lever · 17 years ago
  48. c0e07cb NFS: NFS version number is unsigned by Chuck Lever · 17 years ago
  49. 65fdf7d NLM: Fix a bogus 'return' in nlmclnt_rpc_release by Trond Myklebust · 17 years ago
  50. 883bb16 NLM: Introduce an arguments structure for nlmclnt_init() by Chuck Lever · 17 years ago
  51. 1093a60 NLM/NFS: Use cached nlm_host when calling nlmclnt_proc() by Chuck Lever · 17 years ago
  52. 9289e7f NFS: Invoke nlmclnt_init during NFS mount processing by Chuck Lever · 17 years ago
  53. 52c4044 NLM: Introduce external nlm_host set-up and tear-down functions by Chuck Lever · 17 years ago
  54. 86d61d8 SUNRPC: Fix up constant string declarations in struct rpcbind_args by Trond Myklebust · 17 years ago
  55. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 17 years ago
  56. cab6fc1 lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a() by Chuck Lever · 17 years ago
  57. 3d509e5 NFS: nfs_write_end clean up by Chuck Lever · 17 years ago
  58. bf4285e NFS: Fix minor mixed sign comparison in NFS client's write logic by Chuck Lever · 17 years ago
  59. d24aae4 NFS: Use size_t for storing name lengths by Chuck Lever · 17 years ago
  60. a661b77 NFS: Fix use of copy_to_user() in idmap_pipe_upcall by Chuck Lever · 17 years ago
  61. 369af0f NFS: Clean up fs/nfs/idmap.c by Chuck Lever · 17 years ago
  62. 7df0899 SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall() by Chuck Lever · 17 years ago
  63. 59dca3b NFS: Fix the 'proto=' mount option by Trond Myklebust · 17 years ago
  64. 3317023 NFS: Support per-mountpoint timeout parameters. by Trond Myklebust · 17 years ago
  65. 7a3e3e1 NFS: Ensure that we respect NFS_MAX_TCP_TIMEOUT by Trond Myklebust · 17 years ago
  66. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 17 years ago
  67. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 17 years ago
  68. 698b6d0 SUNRPC: cleanup for rpc_new_client() by Trond Myklebust · 17 years ago
  69. 69dd716 NFSv4: Add socket proto argument to setclientid by Trond Myklebust · 17 years ago
  70. 3c7c7e4 NFS: Pull covers off IPv6 address parsing by Chuck Lever · 17 years ago
  71. 4c56801 NFS: Support non-IPv4 addresses in nfs_parsed_mount_data by Chuck Lever · 17 years ago
  72. 9412b92 NFS: Refactor mount option address parsing into separate function by Chuck Lever · 17 years ago
  73. 3383203 NFS: Remove the NIPQUAD from nfs_try_mount by Chuck Lever · 17 years ago
  74. 6677d09 NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *" by Chuck Lever · 17 years ago
  75. dcecae0 NFS: Change nfs4_set_client() to accept struct sockaddr * by Chuck Lever · 17 years ago
  76. d7422c4 NFS: Change nfs_get_client() to take sockaddr * by Chuck Lever · 17 years ago
  77. ff05264 NFS: Change nfs_find_client() to take "struct sockaddr *" by Chuck Lever · 17 years ago
  78. c1d3586 NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 17 years ago
  79. 671beed NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 17 years ago
  80. 6e4cffd NFS: Expand server address storage in nfs_client struct by Chuck Lever · 17 years ago
  81. 3b0d3f9 NFS: Add support for AF_INET6 addresses in __nfs_find_client() by Trond Myklebust · 17 years ago
  82. 0d0f0c1 NFS: Set default port for NFSv4, with support for AF_INET6 by Chuck Lever · 17 years ago
  83. 04dcd6e NFS: Make setting a port number agostic by Chuck Lever · 17 years ago
  84. cdcd7f9 NFS: Verify IPv6 addresses properly by Chuck Lever · 17 years ago
  85. fd00a8f NFS: Add support for AF_INET6 addresses in nfs_compare_super() by Chuck Lever · 17 years ago
  86. 3f43c66 NFS: Address a couple of nits in nfs_follow_referral() by Chuck Lever · 17 years ago
  87. 1d98fe6 NFS: Move dprintks from callback.c to callback_proc.c by Chuck Lever · 17 years ago
  88. 5d8515c NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) by Chuck Lever · 17 years ago
  89. d4d3c50 NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses by Chuck Lever · 17 years ago
  90. 4392f25 NFS: Increase size of cl_ipaddr field to hold IPv6 addresses by Chuck Lever · 17 years ago
  91. cc38bac NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough by Chuck Lever · 17 years ago
  92. 0fb2b7e SUNRPC: Move universal address definitions to global header by Chuck Lever · 17 years ago
  93. 0a48f5d SUNRPC: RPC version numbers are u32 by Chuck Lever · 17 years ago
  94. 9f6ad26 SUNRPC: Fix socket address handling in rpcb_clnt by Chuck Lever · 17 years ago
  95. 510deb0 SUNRPC: rpc_create() default hostname should support AF_INET6 addresses by Chuck Lever · 17 years ago
  96. 40c55319 NFS: Remove the redundant nfs_client->cl_nfsversion by Trond Myklebust · 17 years ago
  97. c81468a NFS: Clean up the nfs_find_client function. by Trond Myklebust · 17 years ago
  98. 3a49802 NFS: Clean up the nfs_client initialisation by Trond Myklebust · 17 years ago
  99. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  100. 5cce428 NFS: Remove an unneeded check in decode_compound_header_arg() by Chuck Lever · 17 years ago