1. 4882720b semaphore: Remove mutex emulation by Thomas Gleixner · 14 years ago
  2. 45f4d02 staging: Final semaphore cleanup by Thomas Gleixner · 14 years ago
  3. 51dfacde jbd2: Convert jbd2_slab_create_sem to mutex by Thomas Gleixner · 14 years ago
  4. 169ed55 Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  5. 7b79462 x86: Check irq_remapped instead of remapping_enabled in destroy_irq() by Yinghai Lu · 14 years ago
  6. 117bf5f hpfs: Convert sbi->hpfs_creation_de to mutex by Thomas Gleixner · 14 years ago
  7. f7a998a in untag_chunk() we need to do alloc_chunk() a bit earlier by Al Viro · 14 years ago
  8. b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
  9. d29be15 Audit: add support to match lsm labels on user audit messages by Miloslav Trmac · 14 years ago
  10. 2d10d87 Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  11. c0f62ed Merge branches 'msm-fixes' and 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  12. 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
  13. 531cb13 Btrfs: make SNAP_DESTROY async by Sage Weil · 14 years ago
  14. 72fd032 Btrfs: add SNAP_CREATE_ASYNC ioctl by Sage Weil · 14 years ago
  15. e4dd654 Merge branch 'for-2637/s3c24xx-all' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  16. d7b4e42 ARM: Merge for-2637/s3c24xx/misc by Ben Dooks · 14 years ago
  17. 7c1552d ARM: Merge for-2637/s3c24xx/h1940 by Ben Dooks · 14 years ago
  18. 8f08bfd ARM: Merge for-2637/s3c24xx/rx1950 by Ben Dooks · 14 years ago
  19. 68730b4 ARM: h1940: add UDA1380 to i2c devices list by Vasily Khoruzhick · 14 years ago
  20. 53193dd ARM: h1940: Fix backlight and LCD power functions by Vasily Khoruzhick · 14 years ago
  21. 404ba5d x86, alternative: Call stop_machine_text_poke() on all cpus by Jason Baron · 14 years ago
  22. bdf5005 ARM: S3C2440: fix boot failure introduced by recent changes in gpiolib by Abdoulaye Walsimou Gaye · 14 years ago
  23. e33ffd4 ARM: S3C2440: various fixes in Kconfig file by Abdoulaye Walsimou Gaye · 14 years ago
  24. 44234d0 Merge branch 'for-2637/i2c-all' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  25. 4ee7a6c2 msm: Kconfig: drop unused config options by Daniel Walker · 14 years ago
  26. 06125ff msm: fix compile failure when no debug uart is selected by Daniel Walker · 14 years ago
  27. bcd72c3 msm: fix debug-macro.S build failure by Daniel Walker · 14 years ago
  28. 9cc11de i2c-intel-mid: Driver depends on PCI by Randy Dunlap · 14 years ago
  29. 91ab9bf Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  30. b7bdcc4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig by Linus Torvalds · 14 years ago
  31. 1840897 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  32. d56f84e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  33. 12462f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  34. d2df408 drivers/dma/Kconfig: add part number for Topcliff. by Valdis.Kletnieks@vt.edu · 14 years ago
  35. 337ac9d phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addr by Cyril Chemparathy · 14 years ago
  36. 3414df8 Staging: dream: remove dream driver and arch from tree by Greg Kroah-Hartman · 14 years ago
  37. 4620459 Btrfs: add START_SYNC, WAIT_SYNC ioctls by Sage Weil · 14 years ago
  38. bb9c12c Btrfs: async transaction commit by Sage Weil · 14 years ago
  39. 99d16cb Btrfs: fix deadlock in btrfs_commit_transaction by Sage Weil · 14 years ago
  40. fccdae4 Btrfs: fix lockdep warning on clone ioctl by Sage Weil · 14 years ago
  41. 050006a Btrfs: fix clone ioctl where range is adjacent to extent by Sage Weil · 14 years ago
  42. 9a01919 Btrfs: fix delalloc checks in clone ioctl by Sage Weil · 14 years ago
  43. a4765fa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  44. d8e39c4 Btrfs: drop unused variable in block_alloc_rsv by Chris Mason · 14 years ago
  45. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  46. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  47. d0b678c Btrfs: Use ERR_CAST helpers by Julia Lawall · 14 years ago
  48. 2354d08 Btrfs: use memdup_user helpers by Julia Lawall · 14 years ago
  49. 1e431a9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  50. 75d7312 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  51. 45f81b1 jump label: Add work around to i386 gcc asm goto bug by Steven Rostedt · 14 years ago
  52. 9f2a0fa b43: Fix warning at drivers/mmc/core/core.c:237 in mmc_wait_for_cmd by Larry Finger · 14 years ago
  53. 520efd1 mac80211: fix failure to check kmalloc return value in key_key_read by Jesper Juhl · 14 years ago
  54. 731b203 libertas: Fix sd8686 firmware reload by Paul Fox · 14 years ago
  55. 4fc4fbd ath9k: Fix incorrect access of rate flags in RC by Mohammed Shafi Shajakhan · 14 years ago
  56. ff10b88 kgdb,ppc: Individual register get/set for ppc by Dongdong Deng · 14 years ago
  57. 4dacd5c kgdbts: prevent re-entry to kgdbts before it unregisters by Dongdong Deng · 14 years ago
  58. d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 14 years ago
  59. 578bd4d kdb: Fix early debugging crash regression by Jason Wessel · 14 years ago
  60. 834b296 kgdb,arm: fix register dump by Rabin Vincent · 14 years ago
  61. 931ea24 kdb: fix per_cpu command to remove supress mask by Jason Wessel · 14 years ago
  62. 4aad8f5 kdb: Add kdb kernel module sample by Jason Wessel · 14 years ago
  63. b77d643 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  64. 64575f9 ftrace/MIPS: Enable C Version of recordmcount by Wu Zhangjin · 14 years ago
  65. 412910c ftrace/MIPS: Add module support for C version of recordmcount by Wu Zhangjin · 14 years ago
  66. a2d49358 ftrace/MIPS: Add MIPS64 support for C version of recordmcount by John Reiser · 14 years ago
  67. 949e51b MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes. by David Daney · 14 years ago
  68. 18d693b MIPS: Allow UserLocal on MIPS_R1 processors by Kevin Cernekee · 14 years ago
  69. ea31a6b MIPS: Honor L2 bypass bit by Kevin Cernekee · 14 years ago
  70. af23117 MIPS: Add BMIPS CP0 register definitions by Kevin Cernekee · 14 years ago
  71. c1c0c46 MIPS: Add BMIPS processor types to Kconfig by Kevin Cernekee · 14 years ago
  72. 602977b MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code by Kevin Cernekee · 14 years ago
  73. 3a9ab99 MIPS: Add support for hardware performance events (mipsxx) by Deng-Cheng Zhu · 14 years ago
  74. 7e788d9 MIPS: Perf-events: Add callchain support by Deng-Cheng Zhu · 14 years ago
  75. 14f7001 MIPS: add support for hardware performance events (skeleton) by Deng-Cheng Zhu · 14 years ago
  76. 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
  77. 6dbd972 MIPS: define local_xchg from xchg_local to atomic_long_xchg by Deng-Cheng Zhu · 14 years ago
  78. 238dd31 MIPS: AR7: Add support for Titan (TNETV10xx) SoC variant by Florian Fainelli · 14 years ago
  79. 3bc6968 MIPS: AR7: Initialize GPIO earlier by Florian Fainelli · 14 years ago
  80. 340fbb8 MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCI by David Daney · 14 years ago
  81. 1643acc USB: Add EHCI and OHCH glue for OCTEON II SOCs. by David Daney · 14 years ago
  82. 4169b86 MIPS: Octeon: Add register definitions for EHCI / OHCI USB glue logic. by David Daney · 14 years ago
  83. c994115 MIPS: Octeon: Apply CN63XXP1 errata workarounds. by David Daney · 14 years ago
  84. 468ffde WATCHDOG: octeon-wdt: Use I/O clock rate for timing calculations. by David Daney · 14 years ago
  85. 1fa25ab ATA: pata_octeon_cf: Use I/O clock rate for timing calculations. by David Daney · 14 years ago
  86. 4b8bca7 MIPS: Octeon: Use I/O clock rate for calculations. by David Daney · 14 years ago
  87. e195aa3 MIPS: Octeon: Add octeon_get_io_clock_rate() for cn63xx by David Daney · 14 years ago
  88. 3b29dadf MIPS: Octeon: Remove bogus code from octeon_get_clock_rate() by David Daney · 14 years ago
  89. 54954a6 MIPS: Octeon: Scale Octeon2 clocks in octeon_init_cvmcount() by David Daney · 14 years ago
  90. f92a6b0 MIPS: Octeon: Enable Read Inhibit / eXecute Inhibit on Octeon II. by David Daney · 14 years ago
  91. 0e56b38 MIPS: Octeon: Probe for Octeon II CPUs. by David Daney · 14 years ago
  92. f8bf7e6 MIPS: Octeon: Handle Octeon II caches. by David Daney · 14 years ago
  93. 1584d7f MIPS: Add identifiers for Octeon II CPUs. by David Daney · 14 years ago
  94. b8db85b MIPS: Octeon: Update L2 Cache code for CN63XX by David Daney · 14 years ago
  95. a70b13a MIPS: Octeon: Add cn63XX to Octeon chip detection macros. by David Daney · 14 years ago
  96. aa32a95 MIPS: Octeon: Update register definitions for CN63XX chips by David Daney · 14 years ago
  97. b93b2ab MIPS: Octeon: Rewrite DMA mapping functions. by David Daney · 14 years ago
  98. ee71b7d MIPS: Add a platform hook for swiotlb setup. by David Daney · 14 years ago
  99. 48e1fd5 MIPS: Convert DMA to use dma-mapping-common.h by David Daney · 14 years ago
  100. 43e4f7a MIPS: ip32, ip27, jazz: Make static functions in dma-coherence.h inline. by David Daney · 14 years ago