1. b61c550 [PATCH] Make git ignore new wrapper generated files by Kim Phillips · 18 years ago
  2. 57744ea [PATCH] Check for null init_early routine by Geoff Levand · 18 years ago
  3. fc9e8b4 [PATCH] Optimize qe_brg struct to use an array by Timur Tabi · 18 years ago
  4. 0613ffbf [PATCH] Fix compile warnings with CONFIG_PM=n by Olaf Hering · 18 years ago
  5. 25787af [PATCH] Remove arch/powerpc/boot/zImage file. by Mark A. Greer · 18 years ago
  6. e9c4b4b [PATCH] Remove dtb file created by wrapper script by Mark A. Greer · 18 years ago
  7. a416dd8 [PATCH] Do a single one-line printk in bad_page_fault() by Michael Ellerman · 18 years ago
  8. 66a91e9 [PATCH] of_irq_to_resource now returns the virq by Andy Fleming · 18 years ago
  9. a9b1497 [PATCH] Slight refactor of interrupt mapping for FSL parts by Andy Fleming · 18 years ago
  10. c37858d [PATCH] Add Efika platform support by Nicolas DET · 18 years ago
  11. 0f6c95d [PATCH] Add MPC5200 Interrupt Controller support. by Nicolas DET · 18 years ago
  12. 2fcd342 [PATCH] Make nvram_64.o a 64bit-only object by s.hauer@pengutronix.de · 18 years ago
  13. fd6e7d2 [PATCH] Clean up usage of boot_dev by s.hauer@pengutronix.de · 18 years ago
  14. 99a565b [PATCH] Remove occurences of PPC_MULTIPLATFORM in pci_64.c by s.hauer@pengutronix.de · 18 years ago
  15. a7a1ed3 [PATCH] Remove occurences of PPC_MULTIPLATFORM in head_64.S by s.hauer@pengutronix.de · 18 years ago
  16. 68e1300 [PATCH] Remove _machine macro by s.hauer@pengutronix.de · 18 years ago
  17. 67764a0 [PATCH] Remove unnecessary ifdef in include/asm-powerpc/pci.h by s.hauer@pengutronix.de · 18 years ago
  18. 2b890bc [PATCH] Remove dead code in iommu.h by Sascha Hauer · 18 years ago
  19. bfaadca [PATCH] Replace CONFIG_PPC_MULTIPLATFORM with CONFIG_PPC_PMAC in tulip driver by s.hauer@pengutronix.de · 18 years ago
  20. 74a9d5f [PATCH] Remove inclusion of asm/processor.h in via82cxxx.c by Sascha Hauer · 18 years ago
  21. 36ca4ba [POWERPC] cell: add cpufreq driver for Cell BE processor by Christian Krafft · 18 years ago
  22. a898497 [POWERPC] add support for dumping spu info from xmon by Michael Ellerman · 18 years ago
  23. ff8a8f2 [POWERPC] add support for stopping spus from xmon by Michael Ellerman · 18 years ago
  24. 302eca1 [POWERPC] cell: use ppc_md->power_save instead of cbe_idle_loop by arnd@arndb.de · 18 years ago
  25. b3d7dc1 [POWERPC] cell: add temperature to SPU and CPU sysfs entries by Christian Krafft · 18 years ago
  26. 0344c6c [POWERPC] sysfs: add support for adding/removing spu sysfs attributes by Christian Krafft · 18 years ago
  27. e570beb [POWERPC] cell: add support for registering sysfs attributes to spus by Christian Krafft · 18 years ago
  28. d8bf96e [POWERPC] cell: add low-level performance monitoring code by Kevin Corry · 18 years ago
  29. bffd492 [POWERPC] cell: add shadow registers for pmd_reg by Kevin Corry · 18 years ago
  30. 22b8c9f [POWERPC] cell: update Cell BE register definitions by David Erb · 18 years ago
  31. 099814b [POWERPC] spufs: Add isolated-mode SPE recycling support by Jeremy Kerr · 18 years ago
  32. 0afacde [POWERPC] spufs: allow isolated mode apps by starting the SPE loader by arnd@arndb.de · 18 years ago
  33. eb758ce [POWERPC] spufs: "stautus" isnt a word. by arnd@arndb.de · 18 years ago
  34. 5737edd [POWERPC] spufs: add support for nonschedulable contexts by Mark Nutter · 18 years ago
  35. cc21a66 [POWERPC] cell: remove unused struct spu variable by Geoff Levand · 18 years ago
  36. 24f43b3 [POWERPC] spufs: wrap mfc sdr access by Masato Noguchi · 18 years ago
  37. 5414c6b [POWERPC] Make irq_dispose_mapping(NO_IRQ) a nop by Michael Ellerman · 18 years ago
  38. a0f4672 [POWERPC] Fixed some missing files to be deleted when running make clean by Matthew McClintock · 18 years ago
  39. 4199929 [POWERPC] Move iSeries initrd logic into device tree by Michael Ellerman · 18 years ago
  40. 83efafb [POWERPC] Fix up the OF functions to only do PCI stuff if PCI is actually configured by Andy Fleming · 18 years ago
  41. 0cfcccb [POWERPC] Add mktree utility to arch/powerpc/boot by Josh Boyer · 18 years ago
  42. 01a6372 [POWERPC] Add simple memory allocator to bootwrapper by Mark A. Greer · 18 years ago
  43. 0c176fa [POWERPC] Add non-OF serial console support by Mark A. Greer · 18 years ago
  44. 6fb4efc [POWERPC] Add flatdevtree source by Mark A. Greer · 18 years ago
  45. c888554 [POWERPC] More bootwrapper reorganization by Mark A. Greer · 18 years ago
  46. b0a779d [POWERPC] Make sure interrupt enable gets restored properly by Paul Mackerras · 18 years ago
  47. 035223f [POWERPC] Make pSeries_lpar_hpte_insert static by Geoff Levand · 18 years ago
  48. 0f03a43 [POWERPC] Remove todc code from ARCH=powerpc by David Gibson · 18 years ago
  49. 5b43d20 [POWERPC] powerpc: Enable DEEPNAP power savings mode on 970MP by Olof Johansson · 18 years ago
  50. d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 18 years ago
  51. 284a940 [POWERPC] Check for offline nodes in pci NUMA code by Anton Blanchard · 18 years ago
  52. 00ae36d [POWERPC] Better check in show_instructions by Anton Blanchard · 18 years ago
  53. 99f4861 [POWERPC] POWER6 has 6 PMCs by Anton Blanchard · 18 years ago
  54. 6c4841c [POWERPC] Never panic when taking altivec exceptions from userspace by Anton Blanchard · 18 years ago
  55. 60b2a46 [POWERPC] Fix IO Window Updates on P2P bridges. by Randy Vinson · 18 years ago
  56. 8ba738c [POWERPC] Add Makefile entry for MPC832x_mds support by Li Yang · 18 years ago
  57. f5a37b0 [POWERPC] Fix MPC8360EMDS PB board support by Li Yang · 18 years ago
  58. 7d2bd30 [POWERPC] ppc: Add missing calls to set_irq_regs by Kumar Gala · 18 years ago
  59. bb579cf [POWERPC] Off-by-one in /arch/ppc/platforms/mpc8* by Eric Sesterhenn · 18 years ago
  60. ee4ea82 [POWERPC] Add DOS partition table support to mpc834x_itx_defconfig by Timur Tabi · 18 years ago
  61. 654e4ae [POWERPC] spufs: fix support for read/write on cntl by Noguchi, Masato · 18 years ago
  62. e5267b4 [POWERPC] Don't crash on cell with 2 BEs when !CONFIG_NUMA by Benjamin Herrenschmidt · 18 years ago
  63. 51018b0 [PATCH] make UML compile (FC6/x86-64) by Ulrich Drepper · 18 years ago
  64. 80c5606 Fix VM_MAYEXEC calculation by Linus Torvalds · 18 years ago
  65. a7a0d86 [PATCH] Fix core files so they make sense to gdb... by Petr Vandrovec · 18 years ago
  66. 0b269d8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  67. ed75ded Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 18 years ago
  68. e5a301e [PATCH] serial167 __user annotations, NULL noise removal by Al Viro · 18 years ago
  69. cbff676 [PATCH] sun3_ioremap() prototype by Al Viro · 18 years ago
  70. 6ce6b3a [PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotations by Al Viro · 18 years ago
  71. 733f99a [PATCH] new cifs endianness bugs by Al Viro · 18 years ago
  72. 645408d [PATCH] gfp_t in netlabel by Al Viro · 18 years ago
  73. 9aaed2b Pull trivial into test branch by Len Brown · 18 years ago
  74. 18d508b Pull sci into test branch by Len Brown · 18 years ago
  75. 384bc8f Pull bugzilla-5534 into test branch by Len Brown · 18 years ago
  76. e0749be Pull msi-laptop into test branch by Len Brown · 18 years ago
  77. ed3269a Pull ec into test branch by Len Brown · 18 years ago
  78. d7321ad Pull mwait into test branch by Len Brown · 18 years ago
  79. 1d5b30f Pull battery into test branch by Len Brown · 18 years ago
  80. c92fd49 Pull ibm into test branch by Len Brown · 18 years ago
  81. 9443d7c Pull asus into test branch by Len Brown · 18 years ago
  82. 34c4415 ACPI: check battery status on resume for un/plug events during sleep by Jiri Kosina · 18 years ago
  83. aeb1104 ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID by Eiichiro Oiwa · 18 years ago
  84. 6df0570 ACPI: asus_acpi: don't printk on writing garbage to proc files by Alexey Dobriyan · 18 years ago
  85. 6311f0d ACPI: asus_acpi: fix proc files parsing by Darren Jenkins · 18 years ago
  86. 281ea49 ACPI: SCI interrupt source override by Kimball Murray · 18 years ago
  87. a790b32 ACPI: fix printk format warnings by Randy Dunlap · 18 years ago
  88. 7af8b66 ACPI: fix section for CPU init functions by Pierre Ossman · 18 years ago
  89. f4d2e2d ACPI: update comments in motherboard.c by Len Brown · 18 years ago
  90. 168a328 ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL by Jiri Kosina · 18 years ago
  91. 786f18c ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG by Dmitry Torokhov · 18 years ago
  92. 2fe6dff ACPI: ibm_acpi: delete obsolete documentation by Pavel Machek · 18 years ago
  93. 37605a6 ACPI: created a dedicated workqueue for notify() execution by Alexey Y. Starikovskiy · 18 years ago
  94. fcfc638 ACPI: Remove deferred execution from global lock acquire wakeup path by Alexey Y. Starikovskiy · 18 years ago
  95. 8c4c731 MSI S270 Laptop support: backlight, wlan, bluetooth states by Lennart Poettering · 18 years ago
  96. ab9e43c ACPI: EC: export ec_transaction() for msi-laptop driver by Lennart Poettering · 18 years ago
  97. 6ffb221 ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb(). by Denis M. Sadykov · 18 years ago
  98. 8e0341b ACPI: EC: Unify poll and interrupt gpe handlers by Denis M. Sadykov · 18 years ago
  99. 3576cf6 ACPI: EC: Unify poll and interrupt mode transaction functions by Denis M. Sadykov · 18 years ago
  100. 703959d ACPI: EC: Remove unused variables and duplicated code by Denis M. Sadykov · 18 years ago