| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-07-21 | 5 | -27/+110 |
|\ |
|
| * | ACPI / video: no automatic brightness changes by win8-compatible firmware | Aaron Lu | 2013-07-18 | 1 | -2/+8 |
| * | ACPI / video / i915: No ACPI backlight if firmware expects Windows 8 | Rafael J. Wysocki | 2013-07-18 | 4 | -9/+94 |
| * | ACPI / video: Always call acpi_video_init_brightness() on init | Matthew Garrett | 2013-07-18 | 1 | -3/+8 |
| * | ACPICA: expose OSI version | Aaron Lu | 2013-07-18 | 1 | -13/+0 |
* | | Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-20 | 154 | -91615/+20 |
|\ \ |
|
| * \ | Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2013-07-16 | 8 | -16/+20 |
| |\ \ |
|
| | * | | iio: lps331ap: Fix wrong in_pressure_scale output value | Jacek Anaszewski | 2013-07-16 | 1 | -2/+4 |
| | * | | iio staging: fix lis3l02dq, read error handling | Peter Meerwald | 2013-07-09 | 1 | -0/+2 |
| | * | | staging:iio:ad7291: add missing .driver_module to struct iio_info | Wei Yongjun | 2013-07-06 | 1 | -0/+1 |
| | * | | iio: ti_am335x_adc: add missing .driver_module to struct iio_info | Wei Yongjun | 2013-07-06 | 1 | -0/+1 |
| | * | | iio: mxs-lradc: Remove useless check in read_raw | Marek Vasut | 2013-07-06 | 1 | -7/+0 |
| | * | | iio: mxs-lradc: Fix misuse of iio->trig | Marek Vasut | 2013-07-03 | 1 | -4/+7 |
| | * | | iio: inkern: fix iio_convert_raw_to_processed_unlocked | Alexandre Belloni | 2013-07-03 | 1 | -1/+1 |
| | * | | iio:trigger: device_unregister->device_del to avoid double free | Jonathan Cameron | 2013-06-29 | 1 | -1/+1 |
| | * | | iio: dac: ad7303: fix error return code in ad7303_probe() | Wei Yongjun | 2013-06-29 | 1 | -1/+3 |
| * | | | staging: csr: remove driver | Greg Kroah-Hartman | 2013-07-16 | 146 | -91599/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-07-19 | 2 | -2/+3 |
|\ \ \ |
|
| * | | | s390/zcrypt: Alias for new zcrypt device driver base module | Ingo Tuchscherer | 2013-07-19 | 1 | -0/+1 |
| * | | | s390/qdio: remove unused variable | Sebastian Ott | 2013-07-16 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-19 | 9 | -15/+27 |
|\ \ \ |
|
| * \ \ | Merge branch 'pm-fixes' | Rafael J. Wysocki | 2013-07-18 | 4 | -10/+7 |
| |\ \ \ |
|
| | * | | | cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression | Srivatsa S. Bhat | 2013-07-16 | 1 | -3/+0 |
| | * | | | cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFS | Paul Bolle | 2013-07-15 | 1 | -2/+2 |
| | * | | | cpufreq: Revert commit a66b2e to fix suspend/resume regression | Srivatsa S. Bhat | 2013-07-15 | 2 | -5/+5 |
| | |/ / |
|
| * | | | ACPI / video: ignore BIOS initial backlight value for Fujitsu E753 | Lan Tianyu | 2013-07-18 | 1 | -0/+8 |
| * | | | PNP / ACPI: avoid garbage in resource name | Liu ShuoX | 2013-07-18 | 2 | -1/+2 |
| * | | | ACPI / memhotplug: Fix a stale pointer in error path | Toshi Kani | 2013-07-15 | 1 | -0/+1 |
| * | | | ACPI / scan: Always call acpi_bus_scan() for bus check notifications | Rafael J. Wysocki | 2013-07-15 | 1 | -4/+6 |
| * | | | ACPI / scan: Do not try to attach scan handlers to devices having them | Rafael J. Wysocki | 2013-07-15 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-07-18 | 9 | -76/+133 |
|\ \ \ |
|
| * | | | macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS | Jason Wang | 2013-07-18 | 1 | -25/+37 |
| * | | | tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS | Jason Wang | 2013-07-18 | 1 | -24/+38 |
| * | | | xen-netfront: pull on receive skb may need to happen earlier | Jan Beulich | 2013-07-17 | 1 | -18/+13 |
| * | | | vxlan: add necessary locking on device removal | stephen hemminger | 2013-07-17 | 1 | -0/+6 |
| * | | | hyperv: Fix the NETIF_F_SG flag setting in netvsc | Haiyang Zhang | 2013-07-16 | 1 | -2/+2 |
| * | | | be2net: Fix to avoid hardware workaround when not needed | Sarveshwar Bandi | 2013-07-16 | 1 | -4/+10 |
| * | | | macvtap: do not assume 802.1Q when send vlan packets | Jason Wang | 2013-07-16 | 1 | -1/+1 |
| * | | | macvtap: fix the missing ret value of TUNSETQUEUE | Jason Wang | 2013-07-16 | 1 | -0/+1 |
| * | | | mlx5 core: Fix __udivdi3 when compiling for 32 bit arches | Tim Gardner | 2013-07-16 | 1 | -1/+1 |
| * | | | bgmac: add dependency to phylib | Hauke Mehrtens | 2013-07-16 | 1 | -0/+1 |
| * | | | atl1e: unmap partially mapped skb on dma error and free skb | Neil Horman | 2013-07-16 | 1 | -1/+23 |
| |/ / |
|
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-07-18 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | efivars: check for EFI_RUNTIME_SERVICES | Matt Fleming | 2013-07-11 | 1 | -0/+3 |
* | | | | Merge tag 'md-3.11-fixes' of git://neil.brown.name/md | Linus Torvalds | 2013-07-18 | 3 | -39/+39 |
|\ \ \ \ |
|
| * | | | | md/raid1: fix bio handling problems in process_checks() | NeilBrown | 2013-07-18 | 1 | -23/+30 |
| * | | | | md: Remove recent change which allows devices to skip recovery. | NeilBrown | 2013-07-18 | 1 | -14/+0 |
| * | | | | md/raid10: fix two problems with RAID10 resync. | NeilBrown | 2013-07-18 | 1 | -2/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-07-18 | 39 | -277/+918 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-f... | Dave Airlie | 2013-07-18 | 2 | -4/+14 |
| |\ \ \ \ |
|