1. 3e16bfb [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER by Herbert Xu · 16 years ago
  2. 76fc60a [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module by Herbert Xu · 16 years ago
  3. c8620c2 [CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER by Adrian Bunk · 16 years ago
  4. 242f1a3 [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER by Frederik Deweerdt · 16 years ago
  5. f881d82 [HIFN]: Fix invalid config ifdefs for RNG support by Patrick McHardy · 16 years ago
  6. 4ee29f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  7. 4e3d031 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  8. 11d64be Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  9. c24ce1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  10. f527cf4 Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 17 years ago
  11. cead99d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  12. 664a156 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  13. b9e2229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  14. 4a0962a dentries: Extract common code to remove dentry from lru by Christoph Lameter · 17 years ago
  15. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 17 years ago
  16. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 17 years ago
  17. e83aece Use struct path in struct svc_expkey by Jan Blunck · 17 years ago
  18. 5477549 Use struct path in struct svc_export by Jan Blunck · 17 years ago
  19. 448678a d_path: Make get_dcookie() use a struct path argument by Jan Blunck · 17 years ago
  20. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 17 years ago
  21. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 17 years ago
  22. a03a8a70 d_path: kerneldoc cleanup by Jan Blunck · 17 years ago
  23. 329c97f One less parameter to __d_path by Jan Blunck · 17 years ago
  24. ac748a0 Make set_fs_{root,pwd} take a struct path by Jan Blunck · 17 years ago
  25. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 17 years ago
  26. 5dd784d Introduce path_get() by Jan Blunck · 17 years ago
  27. 09da5916 Use path_put() in a few places instead of {mnt,d}put() by Jan Blunck · 17 years ago
  28. 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
  29. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
  30. c5e725f Move struct path into its own header by Jan Blunck · 17 years ago
  31. 429731b Remove path_release_on_umount() by Jan Blunck · 17 years ago
  32. db74ece Dont touch fs_struct in usermodehelper by Jan Blunck · 17 years ago
  33. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 17 years ago
  34. 000cb48 vfs: add explanation of I_DIRTY_DATASYNC bit by Jan Kara · 17 years ago
  35. 0778361 Include kernel.h from configfs.h by Ben Nizette · 17 years ago
  36. 8943f26 MAINTAINERS: update decnet and DLM entries by Christine Caulfield · 17 years ago
  37. e2a366d FLAT binaries: drop BINFMT_FLAT bad header magic warning by Mike Frysinger · 17 years ago
  38. 2cd9cdc m68knommu: use tabs not spaces in cacheflush.h by Greg Ungerer · 17 years ago
  39. 6ef1e56 m68knommu: fix profile timer by Matt Waddel · 17 years ago
  40. c25f0a0 m68knommu: use asflags instead of EXTRA_AFLAGS by Greg Ungerer · 17 years ago
  41. 091b76d m68knommu: avoid unneccessary use of xchg() in set_mb() by Greg Ungerer · 17 years ago
  42. 903be1c m68knommu: fix coldfire interrupt exit path by Walter T Gruczka · 17 years ago
  43. b9cf92e MAINTAINERS: add linux-fsdevel to VFS entry by Paul Menage · 17 years ago
  44. 34ff8a5 kernel-doc: remove fastcall by Harvey Harrison · 17 years ago
  45. 77a746c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc by Jesper Nilsson · 17 years ago
  46. 3c828e4 inotify: make variables static in inotify_user.c by Harvey Harrison · 17 years ago
  47. 1387d0d fix module_update_markers() compile error by Adrian Bunk · 17 years ago
  48. 2ebda63 Fix compile of swim3 as module by Tony Breeds · 17 years ago
  49. ead595a RDMA/cma: Do not issue MRA if user rejects connection request by Sean Hefty · 17 years ago
  50. 331dc55 slub: Support 4k kmallocs again to compensate for page allocator slowness by Christoph Lameter · 17 years ago
  51. 71c7a06 slub: Fallback to kmalloc_large for failing higher order allocs by Christoph Lameter · 17 years ago
  52. b7a49f0 slub: Determine gfpflags once and not every time a slab is allocated by Christoph Lameter · 17 years ago
  53. dada123 make slub.c:slab_address() static by Adrian Bunk · 17 years ago
  54. eada35e slub: kmalloc page allocator pass-through cleanup by Pekka Enberg · 17 years ago
  55. e51bfd0 slab: avoid double initialization & do initialization in 1 place by Marcin Slusarz · 17 years ago
  56. f8d8406 x86: cpa, fix out of date comment by Ingo Molnar · 17 years ago
  57. 7d8330a KVM is not seen under X86 config with latest git (32 bit compile) by Balbir Singh · 17 years ago
  58. 69b1415 x86: cpa: ensure page alignment by Thomas Gleixner · 17 years ago
  59. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 17 years ago
  60. 184652e x86: fix gart_iommu_init() by Ingo Molnar · 17 years ago
  61. 3223f59 x86: EFI set_memory_x()/set_memory_uc() fixes by Ingo Molnar · 17 years ago
  62. cae30f8 x86: make dump_pagetable() static by Adrian Bunk · 17 years ago
  63. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 17 years ago
  64. 63070a7 hrtimer: catch expired CLOCK_REALTIME timers early by Thomas Gleixner · 17 years ago
  65. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 17 years ago
  66. 11e75a7 mlx4_core: Move table_find from fmr_alloc to fmr_enable by Jack Morgenstein · 17 years ago
  67. e6028c0 IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable() by Jack Morgenstein · 17 years ago
  68. a9d1884 IPoIB: Remove unused struct ipoib_cm_tx.ibwc member by Eli Cohen · 17 years ago
  69. 167c426 IPoIB: On P_Key change event, reset state properly by Jack Morgenstein · 17 years ago
  70. d4eac75 [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE by Grant Likely · 17 years ago
  71. bdb226b [POWERPC] Cell RAS: Remove DEBUG, and add license and copyright by Michael Ellerman · 17 years ago
  72. 1407b3d [POWERPC] hvc_rtas_init() must be __init by Adrian Bunk · 17 years ago
  73. 16e543f [POWERPC] free_property() must not be __init by Adrian Bunk · 17 years ago
  74. cf8918f [POWERPC] vdso_do_func_patch{32,64}() must be __init by Adrian Bunk · 17 years ago
  75. e4ccde0 [POWERPC] Remove generated files on make clean by Kumar Gala · 17 years ago
  76. 7084eba [POWERPC] Fix arch/ppc compilation - add typedef for pgtable_t by Stefan Roese · 17 years ago
  77. fb8642d [POWERPC] Wire up new timerfd syscalls by Stephen Rothwell · 17 years ago
  78. ea24608 [POWERPC] PS3: Update sys-manager button events by Geoff Levand · 17 years ago
  79. 50dad90 [POWERPC] PS3: Sys-manager code cleanup by Geoff Levand · 17 years ago
  80. 75ffe88 [POWERPC] PS3: Use system reboot on restart by Geoff Levand · 17 years ago
  81. e5a21dd [POWERPC] PS3: Fix bootwrapper hang bug by Geoff Levand · 17 years ago
  82. a062015 [POWERPC] PS3: Fix reading pm interval in logical performance monitor by Takashi Yamamoto · 17 years ago
  83. a7faa8dc [POWERPC] PS3: Fix setting bookmark in logical performance monitor by Takashi Yamamoto · 17 years ago
  84. 79ccd1b [POWERPC] Fix DEBUG_PREEMPT warning when warning by Hugh Dickins · 17 years ago
  85. f60d63f Merge branches 'release', 'dmi', 'idle' and 'misc' into release by Len Brown · 17 years ago
  86. 46c1fbd ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505 by Len Brown · 17 years ago
  87. bb54675 ACPI: DMI blacklist updates by Len Brown · 17 years ago
  88. 6bf69b5 pnpacpi: __initdata is not an identifier by Roel Kluin · 17 years ago
  89. c8e773f ACPI: static acpi_chain_head by Adrian Bunk · 17 years ago
  90. adba2a8 ACPI: static acpi_find_dsdt_initrd() by Adrian Bunk · 17 years ago
  91. bfaed45 ACPI: static acpi_no_initrd_override_setup() by Adrian Bunk · 17 years ago
  92. 1d5a2b5 thinkpad_acpi: static by Adrian Bunk · 17 years ago
  93. a602cc0 sh: Fix multiple UTLB hit on UP SH-4. by Hideo Saito · 17 years ago
  94. 314ccd6 ACPI suspend: Execute _WAK with the right argument by Rafael J. Wysocki · 17 years ago
  95. 123100c sh: fix pci io access for r2d boards by Magnus Damm · 17 years ago
  96. c0ca41a sh: fix ioreadN_rep and iowriteN_rep by Magnus Damm · 17 years ago
  97. e036eaa sh: use ctrl_in/out for on chip pci access by Magnus Damm · 17 years ago
  98. f99cb7a sh: Kill off more dead symbols. by Paul Mundt · 17 years ago
  99. db02612 sh: __uncached_start only on sh32. by Paul Mundt · 17 years ago
  100. c7a49dd sh: asm/irq.h needs asm/cpu/irq.h. by Paul Mundt · 17 years ago