1. f4de51d arch/tile: allocate PCI IRQs later in boot by Chris Metcalf · 13 years ago
  2. 571d76a arch/tile: support signal "exception-trace" hook by Chris Metcalf · 13 years ago
  3. 8aaf1dd arch/tile: use better definitions of xchg() and cmpxchg() by Chris Metcalf · 13 years ago
  4. 4800a5b include/linux/compat.h: coding-style fixes by Chris Metcalf · 13 years ago
  5. dd196a2 tile: add an RTC driver for the Tilera hypervisor by Chris Metcalf · 13 years ago
  6. 18aecc2 arch/tile: finish enabling support for TILE-Gx 64-bit chip by Chris Metcalf · 13 years ago
  7. be84cb4 compat: fixes to allow working with tile arch by Chris Metcalf · 13 years ago
  8. d2e48c1 arch/tile: update defconfig file to something more useful by Chris Metcalf · 13 years ago
  9. ceca3c1 tile: do_hardwall_trap: do not play with task->sighand by Oleg Nesterov · 13 years ago
  10. dc0b124 tile: replace mm->cpu_vm_mask with mm_cpumask() by KOSAKI Motohiro · 13 years ago
  11. ef0aaf8 tile,mn10300: add device parameter to dma_cache_sync() by James Hogan · 13 years ago
  12. aaeb012 audit: support the "standard" <asm-generic/unistd.h> by Chris Metcalf · 13 years ago
  13. d07bd86 arch/tile: clarify flush_buffer()/finv_buffer() function names by Chris Metcalf · 13 years ago
  14. 5386e73 arch/tile: kernel-related cleanups from removing static page size by Chris Metcalf · 13 years ago
  15. 28d7174 arch/tile: various header improvements for building drivers by Chris Metcalf · 13 years ago
  16. dbb43421 arch/tile: disable GX prefetcher during cache flush by Chris Metcalf · 13 years ago
  17. 43d9ebb arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD by Chris Metcalf · 13 years ago
  18. 229f4df arch/tile: properly flush the I$ when unloading kernel modules by Chris Metcalf · 13 years ago
  19. 7194988 arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domain by Chris Metcalf · 13 years ago
  20. df29ccb arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls by Chris Metcalf · 13 years ago
  21. 398fa5a arch/tile: improve support for PCI hotplug by Chris Metcalf · 13 years ago
  22. 313ce67 arch/tile: support TIF_NOTIFY_RESUME by Chris Metcalf · 13 years ago
  23. 93013a0 arch/tile: refactor backtracing code by Chris Metcalf · 13 years ago
  24. 8e10cd7 Linux 2.6.39-rc5 by Linus Torvalds · 13 years ago
  25. 6befe5f init/Kconfig: fix EXPERT menu list by Randy Dunlap · 13 years ago
  26. 4175242 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 13 years ago
  27. 45dafe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 13 years ago
  28. fc7b3ff Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  29. 019793b Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  30. cb49f57 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  31. c1ae683 amd64_edac: Erratum #637 workaround by Borislav Petkov · 13 years ago
  32. f08e457 amd64_edac: Factor in CC6 save area by Borislav Petkov · 13 years ago
  33. f030ddf amd64_edac: Remove node interleave warning by Borislav Petkov · 13 years ago
  34. aa1f465 watchdog: iTCO_wdt: TCO Watchdog patch for Intel Panther Point PCH by Seth Heasley · 13 years ago
  35. f727a93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  36. cd2e49e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
  37. 71e9e6a Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson by Linus Torvalds · 13 years ago
  38. 9ade0cf SELINUX: Make selinux cache VFS RCU walks safe by Eric Paris · 13 years ago
  39. 1879fd6 add hlist_bl_lock/unlock helpers by Christoph Hellwig · 13 years ago
  40. 3dd2ee4 bit_spinlock: don't play preemption games inside the busy loop by Linus Torvalds · 13 years ago
  41. 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 13 years ago
  42. 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 13 years ago
  43. 7cf96da Btrfs: cleanup error handling in inode.c by Tsutomu Itoh · 13 years ago
  44. 64728bb Btrfs: put the right bio if we have an error by Josef Bacik · 13 years ago
  45. a4f0162 Btrfs: free bitmaps properly when evicting the cache by Josef Bacik · 13 years ago
  46. f789b68 Btrfs: Free free_space item properly in btrfs_trim_block_group() by Li Zefan · 13 years ago
  47. cfece4d btrfs: add missing spin_unlock to a rare exit path by David Sterba · 13 years ago
  48. 8d41371 Btrfs: check return value of kmalloc() by Tsutomu Itoh · 13 years ago
  49. 43e817a btrfs: fix wrong allocating flag when reading page by Itaru Kitayama · 13 years ago
  50. a62f44a Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() by Tsutomu Itoh · 13 years ago
  51. 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 13 years ago
  52. dd55c898 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 13 years ago
  53. 35ffa948 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 13 years ago
  54. 5dd12af Merge branch 'dcache-cleanup' by Linus Torvalds · 13 years ago
  55. 8f75446 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  56. 1f91f48 Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  57. 270dac3 libata: ahci_start_engine compliant to AHCI spec by Jian Peng · 13 years ago
  58. 792d37a ata: pata_at91.c bugfix for initial_timing initialisation by Igor Plyatov · 13 years ago
  59. 9719b8f ata: pata_at91.c bugfix for high master clock by Igor Plyatov · 13 years ago
  60. 181e3ce ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs by Seth Heasley · 13 years ago
  61. 4a836c7 ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs by Seth Heasley · 13 years ago
  62. d69cf28 libata: Pioneer DVR-216D can't do SETXFER by Jeff Mahoney · 13 years ago
  63. 7b3a24c ahci: don't enable port irq before handler is registered by Maxime Bizon · 13 years ago
  64. ae01b24 libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65 by Tejun Heo · 13 years ago
  65. 3f7ac1d libata: Kill unused ATA_DFLAG_{H|D}IPM flags by Tejun Heo · 13 years ago
  66. 6e5fe5b1 ahci: EM supported message type sysfs attribute by Hannes Reinecke · 13 years ago
  67. 3ba4162 kconfig: Avoid buffer underrun in choice input by Ben Hutchings · 13 years ago
  68. dea3667 vfs: get rid of insane dentry hashing rules by Linus Torvalds · 13 years ago
  69. 686c4cb Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  70. b07ad99 vfs: get rid of 'struct dcache_hash_bucket' abstraction by Linus Torvalds · 13 years ago
  71. 0f1d9f7 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  72. 8c9e80e SECURITY: Move exec_permission RCU checks into security modules by Andi Kleen · 13 years ago
  73. 8d082f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  74. 258ba6a Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  75. d6d61c9 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  76. f4929bd perf, x86: Update/fix Intel Nehalem cache events by Peter Zijlstra · 13 years ago
  77. 1ea5a6a perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflow by Cyrill Gorcunov · 13 years ago
  78. b52c55c x86, perf event: Turn off unstructured raw event access to offcore registers by Ingo Molnar · 13 years ago
  79. b2508e8 perf: Support Xeon E7's via the Westmere PMU driver by Andi Kleen · 13 years ago
  80. 91e8549 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  81. 7eec77a ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd by Tejun Heo · 13 years ago
  82. 7c88a16 block: don't propagate unlisted DISK_EVENTs to userland by Tejun Heo · 13 years ago
  83. 3aa7287 elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too by Jens Axboe · 13 years ago
  84. 4906e50 CIFS: Fix memory over bound bug in cifs_parse_mount_options by Pavel Shilovsky · 13 years ago
  85. 37fc67c Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  86. d20dc4d Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  87. d76c842 raid5: fix build error, sector_t usage by Randy Dunlap · 13 years ago
  88. 83425ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  89. 8ed54bd Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  90. 25b2103 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 by Linus Torvalds · 13 years ago
  91. ec61604 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 13 years ago
  92. df7e130 vfs: Pass setxattr(2) flags properly by Jan Kara · 13 years ago
  93. afa2689 virtio: console: Enable call to hvc_remove() on console port remove by Amit Shah · 13 years ago
  94. 31a3ddd virtio_pci: Prevent double-free of pci regions after device hot-unplug by Amit Shah · 13 years ago
  95. b3258ff virtio: Decrement avail idx on buffer detach by Amit Shah · 13 years ago
  96. 51a63e6 intel_iommu: disable all VT-d PMRs when TXT launched by Joseph Cihula · 13 years ago
  97. 6e0d9fd UBIFS: fix master node recovery by Artem Bityutskiy · 13 years ago
  98. 1a067a2 UBIFS: fix false assertion warning in case of I/O failures by Artem Bityutskiy · 13 years ago
  99. 4949603 EDAC: Remove debugging output in scrub rate handling by Markus Trippelsdorf · 13 years ago
  100. 6a9a6f2 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 13 years ago