summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | perf pmu: Split perf_pmu__new_alias()Sukadev Bhattiprolu2015-06-231-15/+27
| | * | | | | | perf pmu: Use __weak definition from <linux/compiler.h>Sukadev Bhattiprolu2015-06-231-1/+2
| | * | | | | | perf build: Fix single target build dependency checkJiri Olsa2015-06-221-2/+2
| | * | | | | | perf tests: Add test for make install with prefixJiri Olsa2015-06-221-0/+8
| | * | | | | | perf tests: Add testing for Makefile.perfJiri Olsa2015-06-221-3/+20
| | * | | | | | perf top: Move toggling event logic into hists browserNamhyung Kim2015-06-222-23/+20
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25Ingo Molnar2015-07-011-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-0412-76/+1296
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2015-07-0412-76/+1296
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen2015-07-011-5/+14
| | * | | | | | | | Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov2015-07-011-1/+1
| | * | | | | | | | Input: arc_ps2 - add HAS_IOMEM dependencySebastian Ott2015-06-291-0/+1
| | * | | | | | | | Input: wdt87xx_i2c - fix format warningDmitry Torokhov2015-06-291-1/+1
| | * | | | | | | | Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-254-29/+49
| | * | | | | | | | Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov2015-06-251-6/+1
| | * | | | | | | | Input: use for_each_set_bit() where appropriateAnshul Garg2015-06-251-25/+9
| | * | | | | | | | Input: add a driver for wdt87xx touchscreen controllerHungNien Chen2015-06-243-0/+1153
| | * | | | | | | | Input: axp20x-pek - fix reporting button state as invertedHans de Goede2015-06-241-2/+6
| | * | | | | | | | Input: xpad - re-send LED command on present eventPavel Rojtberg2015-06-221-8/+20
| | * | | | | | | | Input: xpad - set the LEDs properly on XBox Wireless controllersPierre-Loup A. Griffais2015-06-221-5/+45
| | * | | | | | | | Input: imx_keypad - check for clk_prepare_enable() errorFabio Estevam2015-06-221-1/+3
* | | | | | | | | | Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-07-041-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm/crtc: Fix edid length computationShixin Zeng2015-07-041-1/+1
* | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-0415-47/+350
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | virtio-pci: alloc only resources actually used.Gerd Hoffmann2015-06-244-14/+32
| * | | | | | | | | | | macvtap/tun: cross-endian support for little-endian hostsGreg Kurz2015-06-014-2/+134
| * | | | | | | | | | | vhost: cross-endian support for legacy devicesGreg Kurz2015-06-014-3/+122
| * | | | | | | | | | | virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-016-15/+24
| * | | | | | | | | | | vhost: introduce vhost_is_little_endian() helperGreg Kurz2015-06-011-6/+11
| * | | | | | | | | | | vringh: introduce vringh_is_little_endian() helperGreg Kurz2015-06-011-6/+11
| * | | | | | | | | | | macvtap: introduce macvtap_is_little_endian() helperGreg Kurz2015-06-011-2/+7
| * | | | | | | | | | | tun: add tun_is_little_endian() helperGreg Kurz2015-06-011-2/+7
| * | | | | | | | | | | virtio: introduce virtio_is_little_endian() helperGreg Kurz2015-06-011-6/+11
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-0428-101/+340
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2015-07-011-11/+0
| * | | | | | | | | | | | mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman2015-07-011-3/+2
| * | | | | | | | | | | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-0111-65/+40
| * | | | | | | | | | | | sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-012-0/+49
| * | | | | | | | | | | | kernfs: Add support for always empty directories.Eric W. Biederman2015-07-013-1/+42
| * | | | | | | | | | | | proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-014-2/+35
| * | | | | | | | | | | | sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-013-7/+41
| * | | | | | | | | | | | fs: Add helper functions for permanently empty directories.Eric W. Biederman2015-07-012-0/+98
| * | | | | | | | | | | | vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman2015-07-011-2/+6
| * | | | | | | | | | | | mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman2015-06-041-3/+21
| * | | | | | | | | | | | mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-144-10/+10
* | | | | | | | | | | | | Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2015-07-0311-32/+460
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen2015-06-181-0/+7
| * | | | | | | | | | | | | remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3Dave Gerlach2015-06-174-0/+301
| * | | | | | | | | | | | | Documentation: dt: add bindings for TI Wakeup M3 processorDave Gerlach2015-06-171-0/+52