Age | Commit message (Expand) | Author | Files | Lines |
2009-09-04 | dm snapshot: refactor zero_disk_area to use chunk_io | Mikulas Patocka | 1 | -19/+7 |
2009-09-04 | dm log: userspace add luid to distinguish between concurrent log instances | Jonathan Brassow | 3 | -12/+19 |
2009-09-04 | dm raid1: do not allow log_failure variable to unset after being set | Jonathan Brassow | 1 | -1/+7 |
2009-09-04 | dm log: remove incorrect field from userspace table output | Jonathan Brassow | 1 | -6/+10 |
2009-09-04 | dm log: fix userspace status output | Jonathan Brassow | 1 | -1/+1 |
2009-09-04 | dm stripe: expose correct io hints | Mike Snitzer | 2 | -1/+16 |
2009-09-04 | dm table: add more context to terse warning messages | Mike Snitzer | 1 | -7/+18 |
2009-09-04 | dm table: fix queue_limit checking device iterator | Mikulas Patocka | 1 | -11/+11 |
2009-09-04 | dm snapshot: implement iterate devices | Mike Snitzer | 1 | -2/+21 |
2009-09-04 | dm multipath: fix oops when request based io fails when no paths | Kiyoshi Ueda | 1 | -5/+10 |
2009-09-01 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 8 | -49/+147 |
2009-09-01 | ata_piix: parallel scanning on PATA needs an extra locking | Bartlomiej Zolnierkiewicz | 1 | -1/+13 |
2009-09-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 12 | -105/+194 |
2009-08-31 | V4L/DVB (12502): gspca - sn9c20x: Fix gscpa sn9c20x build errors. | Randy Dunlap | 1 | -1/+1 |
2009-08-31 | V4L/DVB (12495): em28xx: Don't call em28xx_ir_init when disable_ir is true | Shine Liu | 1 | -1/+3 |
2009-08-31 | V4L/DVB (12457): zr364: wrong indexes | Roel Kluin | 1 | -1/+1 |
2009-08-31 | V4L/DVB (12451): Update KConfig File to enable SDIO and USB interfaces | Udi Atar | 2 | -20/+29 |
2009-08-31 | V4L/DVB (12450): Siano: Fixed SDIO compilation bugs | Udi Atar | 1 | -24/+30 |
2009-08-31 | V4L/DVB (12449): adds webcam for Micron device MT9M111 0x143A to em28xx | Mauro Carvalho Chehab | 2 | -2/+39 |
2009-08-31 | V4L/DVB (12446): sms1xxx: restore GPIO functionality for all Hauppauge devices | Michael Krufky | 1 | -0/+44 |
2009-08-30 | drm/i915: Improve CRTDDC mapping by using VBT info | David Müller (ELSOFT AG) | 3 | -4/+55 |
2009-08-30 | drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU. | Eric Anholt | 2 | -38/+54 |
2009-08-28 | ACPI: don't free non-existent backlight in acpi video module | Keith Packard | 1 | -2/+5 |
2009-08-28 | toshiba_acpi: return on a fail path | Jiri Slaby | 1 | -0/+1 |
2009-08-28 | ACPICA: Windows compatibility fix: same buffer/string store | Lin Ming | 1 | -0/+12 |
2009-08-27 | xenfb: connect to backend before registering fb | Jeremy Fitzhardinge | 1 | -4/+4 |
2009-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -16/+47 |
2009-08-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 1 | -1/+1 |
2009-08-27 | leds: after setting inverted attribute, we must update the LED | Thadeu Lima de Souza Cascardo | 1 | -0/+3 |
2009-08-27 | leds: fix multiple requests and releases of IRQ for GPIO LED Trigger | Thadeu Lima de Souza Cascardo | 1 | -7/+14 |
2009-08-27 | acpi processor: remove superfluous warning message | Frans Pop | 1 | -2/+2 |
2009-08-27 | ACPI processor: force throttling state when BIOS returns incorrect value | Frans Pop | 2 | -15/+17 |
2009-08-27 | wmi: fix kernel panic when stack protection enabled. | Costantino Leandro | 1 | -4/+4 |
2009-08-27 | acpi: don't call acpi_processor_init if acpi is disabled | Yinghai Lu | 1 | -0/+6 |
2009-08-27 | thermal_sys: check get_temp return value | Michael Brunner | 1 | -1/+8 |
2009-08-27 | pps: fix incorrect verdict check | Joonwoo Park | 1 | -1/+1 |
2009-08-27 | m68k: count can reach 51, not 50 | Roel Kluin | 1 | -1/+1 |
2009-08-26 | virtio: net refill on out-of-memory | Rusty Russell | 1 | -15/+46 |
2009-08-26 | smc91x: fix compilation on SMP | Alexey Dobriyan | 1 | -1/+1 |
2009-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -8/+0 |
2009-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -3/+8 |
2009-08-26 | irda/sa1100_ir: fix broken netdev_ops conversion | Alexander Beregalov | 1 | -4/+0 |
2009-08-26 | irda/au1k_ir: fix broken netdev_ops conversion | Alexander Beregalov | 1 | -4/+0 |
2009-08-25 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+4 |
2009-08-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 1 | -1/+1 |
2009-08-25 | tty: make sure to flush any pending work when halting the ldisc | Linus Torvalds | 1 | -3/+7 |
2009-08-25 | drm/i915: Set crtc/clone mask in different output devices | Ma Ling | 9 | -51/+73 |
2009-08-25 | drm/i915: Always use SDVO_B detect bit for SDVO output detection. | Ma Ling | 1 | -9/+9 |
2009-08-25 | drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder() | Roel Kluin | 1 | -1/+1 |
2009-08-25 | drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xx | Bruno Prémont | 1 | -1/+1 |