1. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  2. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  3. 08839ff Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  4. dc93275 Merge branch 'stable/broadcom.ibft' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6 by Linus Torvalds · 13 years ago
  5. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  6. aabb6e1 efivars: prevent oops on unload when efi is not enabled by Randy Dunlap · 13 years ago
  7. a1d9a09 Introduce CONFIG_GOOGLE_FIRMWARE by Mike Waychison · 13 years ago
  8. e561bc4 driver: Google Memory Console by Mike Waychison · 13 years ago
  9. 74c5b31 driver: Google EFI SMI by Mike Waychison · 13 years ago
  10. 0c61227 x86, setup: Fix EDD3.0 data verification. by Gleb Natapov · 13 years ago
  11. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  12. 3116aab efivars: handle errors from register_efivars() by Dan Carpenter · 13 years ago
  13. 051d51b efivars: memory leak on error in create_efivars_bin_attributes() by Dan Carpenter · 13 years ago
  14. 1403635 iscsi_ibft: search for broadcom specific ibft sign (v2) by Mike Christie · 13 years ago
  15. e359dc2 sigma-firmware: loader for Analog Devices' SigmaStudio by Mike Frysinger · 13 years ago
  16. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  17. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  18. 4fc756bd efivars: Expose efivars functionality to external drivers. by Mike Waychison · 13 years ago
  19. 3295814 efivars: Parameterize operations. by Mike Waychison · 13 years ago
  20. 76b53f7c efivars: Split out variable registration by Mike Waychison · 13 years ago
  21. 4142ef1 efivars: parameterize efivars by Mike Waychison · 13 years ago
  22. d502fbb efivars: Make efivars bin_attributes dynamic by Mike Waychison · 13 years ago
  23. 2942269 efivars: move efivars globals into struct efivars by Mike Waychison · 13 years ago
  24. dd65c73 dcdbas: force SMI to happen when expected by Stuart Hayes · 13 years ago
  25. 66245ad firmware: Fix unaligned memory accesses in dmi-sysfs by Mike Waychison · 13 years ago
  26. a3857a5 firmware: Expose DMI type 15 System Event Log by Mike Waychison · 13 years ago
  27. 925a1da firmware: Break out system_event_log in dmi-sysfs by Mike Waychison · 13 years ago
  28. 948af1f firmware: Basic dmi-sysfs support by Mike Waychison · 13 years ago
  29. 84e383b x86, dmi, debug: Log board name (when present) in dmesg/oops output by Naga Chumbalkar · 13 years ago
  30. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  31. 8881cdc dmi: log board, system, and BIOS information by Bjorn Helgaas · 14 years ago
  32. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  33. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  34. 3e0f686 ibft: fix kconfig dependencies by Randy Dunlap · 14 years ago
  35. c29c08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  36. 5e85308 Merge branch 'stable/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6 by Linus Torvalds · 14 years ago
  37. 4cde752 firmware: ibft depends on SCSI by Randy Dunlap · 14 years ago
  38. a12415f ibft: Kernel oops when rmmoding iscsi_ibft with no iBFT present. by Konrad Rzeszutek Wilk · 14 years ago
  39. 1986aaf edd: fix possible memory leak in edd_init() error path by Axel Lin · 14 years ago
  40. 1cfd2bd Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  41. aab7a8f [SCSI] iscsi boot: mv iscsi_boot_sysfs to drivers/scsi by Mike Christie · 14 years ago
  42. e3ed249 dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit by Axel Lin · 14 years ago
  43. 5b232f7 dmi-id: fix a memory leak in dmi_id_init error path by Axel Lin · 14 years ago
  44. 5abd9cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6 by Linus Torvalds · 14 years ago
  45. 911e1c9 PCI: export SMBIOS provided firmware instance and label to sysfs by Narendra K · 14 years ago
  46. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  47. 57a5f3c ibft: Use IBFT_SIGN instead of open-coding the search string. by Peter Jones · 14 years ago
  48. b33a84a ibft: convert iscsi_ibft module to iscsi boot lib by Mike Christie · 14 years ago
  49. ba4ee30 ibft: separate ibft parsing from sysfs interface by Mike Christie · 14 years ago
  50. 1303a35 ibft: For UEFI machines actually do scan ACPI for iBFT. by Konrad Rzeszutek Wilk · 14 years ago
  51. 4e639fd ibft: Update iBFT handling for v1.03 of the spec. by Peter Jones · 14 years ago
  52. fb1ae63 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 14 years ago
  53. 042be38 ibft, x86: Change reserve_ibft_region() to find_ibft_region() by Yinghai Lu · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  56. d96ae53 memory-hotplug: create /sys/firmware/memmap entry for new memory by akpm@linux-foundation.org · 14 years ago
  57. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  58. 00e7825 drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4 by Joe Perches · 14 years ago
  59. 2c35294 drivers/firmware/iscsi_ibft.c: use %pM to show MAC address by hartleys · 15 years ago
  60. 9b6e3e4 firmware: only allow EDD on x86 by Mike Frysinger · 15 years ago
  61. bc058f6 drivers/firmware/dmi_scan.c: use %pUB to print UUIDs by Joe Perches · 15 years ago
  62. 9ebfbd4 firmware_class: make request_firmware_nowait more useful by Johannes Berg · 15 years ago
  63. 7575750 DMI: allow omitting ident strings in DMI tables by Dmitry Torokhov · 15 years ago
  64. ed3c661 iSCSI/iBFT: use proper address translation by Jan Beulich · 15 years ago
  65. 3c1596e mm: don't use alloc_bootmem_low() where not strictly needed by Jan Beulich · 15 years ago
  66. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  67. 3e5cd1f dmi: extend dmi_get_year() to dmi_get_date() by Tejun Heo · 15 years ago
  68. 02c24fa dmi: fix date handling in dmi_get_year() by Tejun Heo · 15 years ago
  69. 27f70c3 Pull for-2.6.31 into release by Tony Luck · 15 years ago
  70. e088a4a [IA64] Convert ia64 to use int-ll64.h by Matthew Wilcox · 15 years ago
  71. 3b0fde0 firmware_map: fix hang with x86/32bit by Yinghai Lu · 15 years ago
  72. 58a09b3 [libata] ahci: Restore SB600 SATA controller 64 bit DMA by Shane Huang · 15 years ago
  73. 65fd210 ibft: fix the display of a few fields in the NIC attribute structure in sysfs by Ashutosh Naik · 15 years ago
  74. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  75. e7a19c56 dmi: Let dmi_walk() users pass private data by Jean Delvare · 15 years ago
  76. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  77. 97bef7d Bernhard has moved by Bernhard Walle · 15 years ago
  78. a56cdcb Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/core by Ingo Molnar · 15 years ago
  79. f537a53 iscsi_ibft.c fix compilation warning by Jaswinder Singh Rajput · 15 years ago
  80. 6a385db Merge branch 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  81. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  82. d7b1956 DMI: Introduce dmi_first_match to make the interface more flexible by Rafael J. Wysocki · 15 years ago
  83. 8115692 dell_rbu: use scnprintf() instead of less secure sprintf() by Pavel Roskin · 15 years ago
  84. c90e785 cpumask: use cpumask_var_t in dcdbas.c by Mike Travis · 16 years ago
  85. da2bdf9 Make various things static by Roel Kluin · 16 years ago
  86. 3cab7fd dcdbas: export functionality for use in other drivers by Matthew Garrett · 16 years ago
  87. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  88. c2bacfc dmi: fix kernel-doc notation by Randy Dunlap · 16 years ago
  89. 6ff4dd3 dmi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  90. d61c72e DMI: add dmi_match by Jiri Slaby · 16 years ago
  91. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  92. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  93. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  94. 8638545 trivial: dmi_scan typo by Alan Cox · 16 years ago
  95. fd8cd7e x86: vmware: look for DMI string in the product serial key by Alok Kataria · 16 years ago
  96. 6377943 drivers: replace NIPQUAD() by Harvey Harrison · 16 years ago
  97. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  98. 1afa67f misc: replace NIP6_FMT with %p6 format specifier by Harvey Harrison · 16 years ago
  99. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  100. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago