summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds2009-08-211-11/+10
* | | | Make bitmask 'and' operators return a result codeLinus Torvalds2009-08-213-24/+26
* | | | x86: don't send an IPI to the empty set of CPU'sLinus Torvalds2009-08-211-0/+3
* | | | Merge branch 'i2c-fixes-rc6' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-08-202-67/+104
|\ \ \ \
| * | | | i2c-stu300: I2C STU300 stability updatesLinus Walleij2009-08-201-65/+92
| * | | | i2c-omap: Enable workaround for Errata 1.153 based onMoiz Sonasath2009-08-201-1/+1
| * | | | i2c-omap: ACK pending [R/X]DR and [R/X]RDY interruptsMoiz Sonasath2009-08-201-0/+3
| * | | | i2c-omap: Fix I2C status ACKNishanth Menon2009-08-201-1/+8
* | | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2009-08-203-4/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ALSA: hda - Fix probe of Toshiba laptops with ALC268 codecTakashi Iwai2009-08-191-2/+13
| * | | | ALSA: hda: add model for Intel DG45ID/DG45FC boardsWu Fengguang2009-08-191-0/+6
| * | | | ALSA: hda: enable speaker output for Compaq 6530s/6531sWu Fengguang2009-08-191-2/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-08-192-1/+3
|\ \ \ \ \
| * | | | | nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi2009-08-191-1/+1
| * | | | | nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang2009-08-181-0/+2
| | |/ / / | |/| | |
* | | | | AFS: Documentation updatesAnton Blanchard2009-08-191-14/+12
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-1921-254/+456
|\ \ \ \ \
| * | | | | drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie2009-08-191-28/+12
| * | | | | drm/kms/radeon: cleanup combios TV table like DDX.Dave Airlie2009-08-191-29/+19
| * | | | | drm/radeon/kms: memset the allocated framebuffer before using it.Dave Airlie2009-08-191-0/+2
| * | | | | drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it.Dave Airlie2009-08-191-0/+1
| * | | | | drm/radeon/kms: implement bo busy check + current domainDave Airlie2009-08-174-2/+42
| * | | | | drm/radeon/kms: cut down indirects in register accesses.Dave Airlie2009-08-165-79/+47
| * | | | | drm/radeon/kms: Fix up vertical blank interrupt support.Michel Dänzer2009-08-169-77/+217
| * | | | | drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDRDave Airlie2009-08-161-0/+15
| * | | | | drm/edid: fixup detailed timings like the X server.Dave Airlie2009-08-151-38/+34
| * | | | | drm/radeon/kms: Add specific rs690 authorized register tableJerome Glisse2009-08-152-1/+67
| |/ / / /
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-08-198-85/+99
|\ \ \ \ \
| * | | | | microblaze: Update Microblaze defconfigsMichal Simek2009-08-182-70/+91
| * | | | | microblaze: Use klimit instead of _end for memory initMichal Simek2009-08-181-3/+3
| * | | | | microblaze: Enable ppoll syscallMichal Simek2009-08-181-1/+1
| * | | | | microblaze: Sane handling of missing timer/intc in device treeJohn Williams2009-08-182-0/+4
| * | | | | microblaze: use the generic ack_bad_irq implementationChristoph Hellwig2009-08-182-11/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-195-2/+24
|\ \ \ \ \
| * | | | | perf tools: Make 'make html' workKyle McMartin2009-08-181-1/+1
| * | | | | perf annotate: Fix segmentation faultIngo Molnar2009-08-181-0/+7
| * | | | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-181-0/+4
| * | | | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-171-0/+11
| * | | | | perf: Rename perf-examples.txt to examples.txtCarlos R. Mafra2009-08-171-0/+0
| * | | | | perf record: Fix typo in pid_synthesize_comm_eventArnaldo Carvalho de Melo2009-08-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-08-181-2/+2
|\ \ \ \ \
| * | | | | security: Fix prompt for LSM_MMAP_MIN_ADDRAndreas Schwab2009-08-191-1/+1
| * | | | | security: Make LSM_MMAP_MIN_ADDR default match its help text.Dave Jones2009-08-191-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-08-184-26/+29
|\ \ \ \ \
| * | | | | percpu: use the right flag for get_vm_area()Amerigo Wang2009-08-141-1/+1
| * | | | | percpu, sparc64: fix sparse possible cpu map handlingTejun Heo2009-08-143-24/+27
| * | | | | init: set nr_cpu_ids before setup_per_cpu_areas()Tejun Heo2009-08-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-185-8/+25
|\ \ \ \ \
| * | | | | x86, mce: Don't initialize MCEs on unknown CPUsIngo Molnar2009-08-171-5/+14
| * | | | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-08-171-0/+4
OpenPOWER on IntegriCloud