Age | Commit message (Expand) | Author | Files | Lines |
2013-11-28 | via-velocity: fix netif_receive_skb use in irq disabled section. | françois romieu | 1 | -5/+6 |
2013-11-28 | Merge branch 'fixes-for-3.13-20131127' of git://gitorious.org/linux-can/linux... | David S. Miller | 3 | -15/+26 |
2013-11-28 | xen-netback: include definition of csum_ipv6_magic | Andy Whitcroft | 1 | -0/+1 |
2013-11-28 | sit: use kfree_skb to replace dev_kfree_skb | Gao feng | 1 | -3/+3 |
2013-11-28 | macvtap: fix tx_dropped counting error | Jason Wang | 1 | -1/+1 |
2013-11-28 | phy: Add Vitesse 8514 phy ID | Shaohui Xie | 1 | -0/+15 |
2013-11-28 | sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements | Xufeng Zhang | 3 | -1/+6 |
2013-11-28 | genetlink/pmcraid: use proper genetlink multicast API | Johannes Berg | 3 | -7/+25 |
2013-11-28 | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() | Geert Uytterhoeven | 1 | -1/+1 |
2013-11-28 | tg3: Convert to use hwmon_device_register_with_groups | Guenter Roeck | 1 | -19/+6 |
2013-11-28 | bonding: disable arp and enable mii monitoring when bond change to no uses ar... | dingtianhong | 4 | -9/+19 |
2013-11-28 | diag: warn about missing first netlink attribute | Nicolas Dichtel | 3 | -0/+3 |
2013-11-29 | drm/qxl: fix memory leak in release list handling | Dave Airlie | 1 | -0/+1 |
2013-11-28 | arm64: debug: make aarch32 bkpt checking endian clean | Matthew Leach | 1 | -8/+12 |
2013-11-28 | arm64: ptrace: fix compat registes get/set to be endian clean | Matthew Leach | 1 | -21/+19 |
2013-11-28 | Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 15 | -37/+713 |
2013-11-28 | Merge tag 'md/3.13-fixes' of git://neil.brown.name/md | Linus Torvalds | 2 | -9/+6 |
2013-11-28 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -24/+189 |
2013-11-28 | kernel/extable: fix address-checks for core_kernel and init areas | Helge Deller | 1 | -2/+2 |
2013-11-28 | irqchip: Gic: fix boot for chained gics | Mark Rutland | 1 | -4/+5 |
2013-11-28 | ALSA: hda - Add LFE chmap to ASUS ET2700 | Takashi Iwai | 1 | -3/+13 |
2013-11-28 | ALSA: hda - Initialize missing bass speaker pin for ASUS AIO ET2700 | Takashi Iwai | 1 | -0/+9 |
2013-11-28 | Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix... | Mark Brown | 8 | -11/+30 |
2013-11-28 | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 1 | -1/+1 |
2013-11-28 | spi/pxa2xx: Restore private register bits. | Chew, Chiau Ee | 1 | -0/+3 |
2013-11-28 | ALSA: hda - limit mic boost on Asus UX31[A,E] | Oleksij Rempel | 1 | -2/+9 |
2013-11-28 | ALSA: hda - Check leaf nodes to find aamix amps | Takashi Iwai | 1 | -12/+45 |
2013-11-28 | i2c: bcm2835: Linking platform nodes to adapter nodes | Florian Meier | 1 | -0/+1 |
2013-11-27 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2 | -2/+1 |
2013-11-27 | Merge tag 'tty-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 5 | -7/+18 |
2013-11-27 | Merge tag 'staging-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 33 | -62/+124 |
2013-11-27 | Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+20 |
2013-11-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 9 | -18/+72 |
2013-11-27 | Merge tag 'pm+acpi-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 23 | -84/+189 |
2013-11-27 | doc: fix generation of device-drivers | Nicolas Dichtel | 1 | -1/+1 |
2013-11-28 | drm/nouveau/hwmon: fix compilation without CONFIG_HWMON | Ilia Mirkin | 1 | -1/+0 |
2013-11-27 | lockref: include mutex.h rather than reinvent arch_mutex_cpu_relax | Will Deacon | 1 | -8/+1 |
2013-11-28 | drm/sysfs: fix OOM verification | David Herrmann | 1 | -1/+1 |
2013-11-27 | remove obsolete references to powertweak | Dave Jones | 3 | -16/+1 |
2013-11-27 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 19 | -24/+99 |
2013-11-28 | md/raid5: fix newly-broken locking in get_active_stripe. | NeilBrown | 1 | -7/+4 |
2013-11-28 | md: test mddev->flags more safely in md_check_recovery. | NeilBrown | 1 | -1/+1 |
2013-11-28 | md/raid5: fix new memory-reference bug in alloc_thread_groups. | NeilBrown | 1 | -1/+1 |
2013-11-27 | cgroup: fix cgroup_subsys_state leak for seq_files | Tejun Heo | 1 | -1/+4 |
2013-11-27 | ATA: Fix port removal ordering | Rafael J. Wysocki | 1 | -2/+1 |
2013-11-27 | cpuset: Fix memory allocator deadlock | Peter Zijlstra | 1 | -2/+6 |
2013-11-27 | i2c: omap: raw read and write endian fix | Victor Kamensky | 1 | -4/+4 |
2013-11-27 | Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()" | Greg Kroah-Hartman | 1 | -9/+0 |
2013-11-27 | Staging: tidspbridge: disable driver | Greg Kroah-Hartman | 1 | -1/+1 |
2013-11-27 | gpio: bcm281xx: Fix return value of bcm_kona_gpio_get() | Markus Mayer | 1 | -1/+1 |