summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett2012-03-071-0/+3
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-0712-44/+75
|\
| * ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi2012-03-071-0/+23
| * ARM: 7357/1: perf: fix overflow handling for xscale2 PMUsWill Deacon2012-03-071-2/+8
| * ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlersWill Deacon2012-03-073-18/+12
| * ARM: 7355/1: perf: clear overflow flag when disabling counter on ARMv7 PMUWill Deacon2012-03-071-0/+5
| * ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon2012-03-075-16/+16
| * ARM: ecard: ensure fake vma vm_flags is setupRussell King2012-03-051-0/+1
| * ARM: 7346/1: errata: fix PL310 erratum #753970 workaround selectionWill Deacon2012-02-272-2/+2
| * ARM: 7345/1: errata: update workaround for A9 erratum #743622Will Deacon2012-02-272-4/+2
| * ARM: 7348/1: arm/spear600: fix one-shot timerGilles Chanteperdrix2012-02-271-2/+4
| * ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type ...viresh kumar2012-02-231-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-076-9/+13
|\ \
| * | Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in useJason Gerecke2012-03-071-1/+1
| * | Input: twl4030-vibra - use proper guard for PM methodsDmitry Torokhov2012-02-241-4/+2
| * | Input: evdev - fix variable initialisationHeiko Stübner2012-02-241-1/+1
| * | Input: wacom - add missing LEDS_CLASS to KconfigChris Bagwell2012-02-241-0/+2
| * | Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara2012-02-242-3/+7
* | | Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds2012-03-071-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-0612-31/+58
|\ \ \
| * | | IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-061-0/+4
| * | | caif-hsi: Set default MTU to 4096Sjur Brændeland2012-03-061-1/+1
| * | | cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
| * | | cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
| * | | mlx4_core: remove buggy sched_queue maskingYevgeny Petrilin2012-03-061-5/+0
| * | | netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso2012-03-061-2/+6
| * | | bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal2012-03-061-14/+18
| * | | netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso2012-03-061-1/+1
| * | | netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoloadPablo Neira Ayuso2012-03-061-3/+0
| * | | netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak2012-03-061-3/+13
| * | | r8169: runtime resume before shutdown.françois romieu2012-03-061-0/+5
| * | | tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell2012-03-061-0/+4
| * | | tg3: Fix to use multi queue BQL interfacesTom Herbert2012-03-061-3/+3
* | | | x86: fix typo in recent find_vma_prev purgeLinus Torvalds2012-03-061-1/+1
* | | | vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds2012-03-064-4/+9
* | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-03-062-11/+37
|\ \ \ \
| * | | | cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-02-261-2/+18
| * | | | CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky2012-02-261-9/+19
* | | | | mm: fix find_vma_prevMikulas Patocka2012-03-061-2/+10
* | | | | genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-061-6/+38
* | | | | mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins2012-03-061-1/+2
* | | | | Merge tag 'fixes-3.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-03-0624-46/+47
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann2012-03-06171-574/+1139
| |\ \ \ \ \
| | * | | | | ARM: pxa: fix invalid mfp pin issueHaojian Zhuang2012-03-061-0/+7
| | * | | | | ARM: pxa: remove duplicated registeration on pxa-gpioHaojian Zhuang2012-03-065-5/+0
| | * | | | | ARM: pxa: add dummy clock for pxa25x and pxa27xHaojian Zhuang2012-03-062-0/+2
| * | | | | | Merge branch 'v3.3-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-03-0615-25/+25
| |\ \ \ \ \ \
| | * | | | | | ARM: EXYNOS: fix touchscreen IRQ setup on Universal C210 boardBartlomiej Zolnierkiewicz2012-03-061-0/+2
| | * | | | | | ARM: S3C24XX: DMA resume regression fixGusakov Andrey2012-03-031-1/+1
| | * | | | | | ARM: S3C24XX: Fix restart on S3C2442Heiko Stuebner2012-03-0112-23/+21
OpenPOWER on IntegriCloud