summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-0/+2
|\
| * metag: ptraceJames Hogan2013-03-021-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-022-0/+515
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-202-0/+515
| |\ \ | | |/ | |/|
| | * Btrfs: set/change the label of a mounted file systemjeff.liu2013-02-201-0/+2
| | * Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu2013-02-201-0/+2
| | * btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh2013-02-201-0/+7
| | * Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-202-0/+504
* | | dm ioctl: allow message to return dataMikulas Patocka2013-03-011-0/+5
* | | dm ioctl: optimize functions without variable paramsMikulas Patocka2013-03-011-3/+3
* | | nbd: support FLUSH requestsAlex Bligh2013-02-271-1/+2
* | | ipmi: remove superfluous kernel/userspace explanationRobert P. J. Day2013-02-271-9/+1
* | | fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-271-0/+2
* | | fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2013-02-271-8/+28
* | | hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributesVyacheslav Dubeyko2013-02-271-5/+8
* | | Merge tag 'vfio-v3.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-02-261-0/+9
|\ \ \
| * | | vfio-pci: Add support for VGA region accessAlex Williamson2013-02-181-0/+9
| |/ /
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-246-35/+133
|\ \ \
| * | | [media] meye: convert to the control frameworkHans Verkuil2013-02-052-5/+8
| * | | [media] Move DV-class control IDs from videodev2.h to v4l2-controls.hHans Verkuil2013-02-052-22/+24
| * | | [media] v4l2-ctrl: Add helper function for the controls range updateSylwester Nawrocki2013-02-051-0/+1
| * | | Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-242-0/+3
| |\ \ \
| * | | | [media] dvb: Add DVBv5 statistics propertiesMauro Carvalho Chehab2013-01-232-2/+79
| * | | | [media] V4L: Remove deprecated image centering controlsSylwester Nawrocki2013-01-061-4/+0
| * | | | Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab2012-12-2738-44/+643
| |\ \ \ \
| * | | | | [media] V4L: DocBook: Add V4L2_MBUS_FMT_YUV10_1X30 media bus pixel codeSylwester Nawrocki2012-12-211-1/+2
| * | | | | [media] v4l: Define video buffer flags for timestamp typesSakari Ailus2012-12-211-0/+4
| * | | | | [media] v4l2: add new pixel formats supported on dm365Manjunath Hadli2012-12-191-0/+8
| * | | | | [media] media: add new mediabus format enums for dm365Manjunath Hadli2012-12-191-2/+8
| * | | | | Merge tag 'v3.7-rc8' into staging/for_v3.8Mauro Carvalho Chehab2012-12-042-0/+31
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-02-241-0/+34
|\ \ \ \ \ \
| * | | | | | libata: identify and init ZPODD devicesAaron Lu2013-01-211-0/+34
* | | | | | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-0/+27
|\ \ \ \ \ \ \
| * | | | | | | KVM: PPC: BookE: Implement EPR exitAlexander Graf2013-01-101-0/+6
| * | | | | | | KVM: s390: Add support for channel I/O instructions.Cornelia Huck2013-01-071-0/+11
| * | | | | | | KVM: s390: Add support for machine checks.Cornelia Huck2013-01-071-0/+1
| * | | | | | | KVM: s390: Support for I/O interrupts.Cornelia Huck2013-01-071-0/+9
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'fo...Jiri Kosina2013-02-211-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | HID: uhid: use __packed__ for uhid_feature_answer_reqDavid Herrmann2013-01-031-1/+1
* | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-212-6/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sun.com documentation fixesChristian Kujau2013-02-211-6/+6
| * | | | | | | | | | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-0/+3
* | | | | | | | | | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'kvm-arm/timer' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-02-121-0/+8
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Marc Zyngier2013-02-112-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall2013-02-111-0/+8
| * | | | | | | | | | | | Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-02-111-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | serial_core: Fix type definition for PORT_BRCM_TRUMANAGE.Michael Chan2013-02-041-1/+1
OpenPOWER on IntegriCloud