summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4
* mtip32xx: don't open-code memdup_user()Al Viro2016-01-061-15/+8
* md: more open-coded offset_in_page()Al Viro2016-01-042-3/+3
* dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro2016-01-041-1/+1
* drivers/mtd/maps/pcmciamtd.c: __iomem annotationsAl Viro2016-01-041-14/+14
* cciss: switch to memdup_user_nul()Al Viro2016-01-041-10/+4
* switch wireless debugfs ->write() instances to memdup_user_nul()Al Viro2016-01-042-174/+89
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-043-27/+9
* Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-04285-1621/+2635
|\
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-12-272-4/+5
| |\
| | * bus: sunxi-rsb: Fix peripheral IC mapping runtime addressChen-Yu Tsai2015-12-221-1/+1
| | * bus: sunxi-rsb: Fix primary PMIC mapping hardware addressChen-Yu Tsai2015-12-221-1/+1
| | * fsl-ifc: add missing include on ARM64Lijun Pan2015-12-161-0/+1
| | * Merge tag 'sunxi-fixes-for-4.4' of https://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2015-12-141-2/+2
| | |\
| | | * bus: sunxi-rsb: unlock on error in sunxi_rsb_read()Dan Carpenter2015-11-171-2/+2
| * | | Merge tag 'pm+acpi-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-12-262-2/+3
| |\ \ \
| | * \ \ Merge branches 'acpi-processor' and 'pm-cpufreq'Rafael J. Wysocki2015-12-261-1/+1
| | |\ \ \
| | | * | | cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()Dan Carpenter2015-12-241-1/+1
| | * | | | ACPI / processor: Fix thermal cooling device regressionSrinivas Pandruvada2015-12-211-1/+2
| | |/ / /
| * | | | Merge tag 'md/4.4-rc6-fix' of git://neil.brown.name/mdLinus Torvalds2015-12-261-4/+7
| |\ \ \ \
| | * | | | md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown2015-12-211-4/+7
| | |/ / /
| * | | | Merge tag 'upstream-4.4-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-12-263-26/+31
| |\ \ \ \
| | * | | | mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior2015-12-161-0/+1
| | * | | | mtd: ubi: fixup error correction in do_sync_erase()Sebastian Siewior2015-12-161-24/+28
| | * | | | UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris2015-12-161-1/+1
| | * | | | UBI: fix return error codeSudip Mukherjee2015-12-161-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-12-251-5/+7
| |\ \ \ \ \
| | * | | | | tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar2015-12-241-2/+4
| | * | | | | tty: serial: constify sunhv_ops structsAya Mahfouz2015-12-241-3/+3
| * | | | | | Merge tag 'drm-intel-fixes-2015-12-23' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-12-237-61/+154
| |\ \ \ \ \ \
| | * | | | | | drm/i915: Correct max delay for HDMI hotplug live status checkingGary Wang2015-12-221-3/+4
| | * | | | | | drm/i915: mdelay(10) considered harmfulDaniel Vetter2015-12-221-1/+1
| | * | | | | | drm/i915: Kill intel_crtc->cursor_boVille Syrjälä2015-12-222-6/+0
| | * | | | | | drm/i915: Workaround CHV pipe C cursor failVille Syrjälä2015-12-221-0/+17
| | * | | | | | drm/i915: Only spin whilst waiting on the current requestChris Wilson2015-12-222-9/+26
| | * | | | | | drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson2015-12-221-2/+45
| | * | | | | | drm/i915: Break busywaiting for requests on pending signalsChris Wilson2015-12-221-5/+8
| | * | | | | | drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)Matt Roper2015-12-221-0/+15
| | * | | | | | drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-224-19/+27
| | * | | | | | drm/i915: Drop the broken cursor base==0 special casingVille Syrjälä2015-12-221-17/+12
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-12-234-22/+48
| |\ \ \ \ \ \
| | * | | | | | drm/exynos: atomic check only enabled crtc statesAndrzej Hajda2015-12-201-0/+3
| | * | | | | | Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2015-12-191-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | drm/nouveau/bios/fan: hardcode the fan mode to linearMartin Peres2015-12-181-0/+1
| | * | | | | | | Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-12-192-22/+44
| | |\ \ \ \ \ \ \
| | | * | | | | | | drm/amdgpu: fix user fence handlingChristian König2015-12-162-22/+44
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-222-4/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | null_blk: fix use-after-free errorMike Krinkin2015-12-221-3/+3
| | * | | | | | | | | NVMe: IO ending fixes on surprise removalKeith Busch2015-12-221-1/+19
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-12-221-1/+3
| |\ \ \ \ \ \ \ \ \ \