summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* vga_switcheroo: Add the support for audio clientsTakashi Iwai2012-05-131-0/+6
* vga_switcheroo: Introduce struct vga_switcheroo_client_opsTakashi Iwai2012-05-131-6/+7
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-05-0724-118/+217
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-0724-118/+217
| |\
| | * seqlock: add 'raw_seqcount_begin()' functionLinus Torvalds2012-05-041-0/+21
| | * Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds2012-05-041-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-032-2/+11
| | |\
| | | * net: fix two typos in skbuff.hEric Dumazet2012-05-011-2/+2
| | | * set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-241-0/+9
| | * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-04-301-1/+2
| | |\ \
| | | * | [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-231-1/+2
| | * | | efi: Add new variable attributesMatthew Garrett2012-04-301-1/+12
| | * | | pipes: add a "packetized pipe" mode for writingLinus Torvalds2012-04-291-0/+1
| | * | | Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-291-0/+2
| | |\ \ \
| | | * | | USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-241-0/+2
| | * | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-281-0/+4
| | |\ \ \ \
| | | * | | | ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-0/+4
| | | |/ / /
| | * | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-271-1/+1
| | |\ \ \ \
| | | * | | | spi: fix spi.h kernel-doc warningRandy Dunlap2012-04-271-1/+1
| | * | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-261-2/+3
| | |\ \ \ \ \
| | | * | | | | mm: fix up the vmscan stat in vmstatYing Han2012-04-251-2/+3
| | | | |/ / / | | | |/| | |
| | * | | | | Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-04-251-1/+6
| | |\ \ \ \ \
| | | * | | | | NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-201-1/+6
| | * | | | | | Merge tag 'hsi_fixes_for_3.4' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds2012-04-241-14/+17
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | HSI: hsi: Rework hsi_event interfaceCarlos Chinea2012-04-231-11/+14
| | | * | | | | HSI: hsi: Rework hsi_controller releaseCarlos Chinea2012-04-231-3/+3
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-221-0/+7
| | |\ \ \ \ \
| | | * | | | | irq: Add IRQ_TYPE_DEFAULT for use by PIC driversBenjamin Herrenschmidt2012-04-231-0/+7
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-221-3/+4
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-131-3/+4
| | * | | | | | Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-211-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-201-1/+1
| | * | | | | | | Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-214-71/+103
| | |\ \ \ \ \ \ \
| | | * | | | | | | mfd: Fix modular builds of rc5t583 regulator supportPaul Gortmaker2012-04-161-8/+39
| | | * | | | | | | mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi2012-04-162-12/+27
| | | * | | | | | | mfd : Fix dbx500 compilation errorDaniel Lezcano2012-04-161-51/+37
| | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | kill mm argument of vm_munmap()Al Viro2012-04-211-1/+1
| | * | | | | | | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-17/+6
| | * | | | | | | VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-201-0/+1
| | * | | | | | | VM: add "vm_brk()" helper functionLinus Torvalds2012-04-201-1/+2
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-201-1/+3
| | |\ \ \ \ \ \
| | | * | | | | | pinctrl: include <linux/bug.h> to prevent compile errorsStephen Warren2012-04-111-0/+2
| | | * | | | | | pinctrl: fix compile error if not select PINMUX supportDong Aisheng2012-04-111-1/+1
| | * | | | | | | Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-201-0/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2012-04-161-0/+1
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | usb: musb: wake the device before ulpi transfersGrazvydas Ignotas2012-04-101-0/+1
| | | | |/ / / /
| | * | | | | | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-04-191-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | nfsd: include cld.h in the headers_install targetJeff Layton2012-04-161-0/+1
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-191-0/+6
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | KVM: unmap pages from the iommu when slots are removedAlex Williamson2012-04-111-0/+6
| | | |/ / / /