summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-24drm/mm: rewrite drm_mm_for_each_holeGeliang Tang
2015-11-24drm/sysfs: Grab lock for edid/modes_showDaniel Vetter
2015-11-24drm: Print the src/dst/clip rectangles in error in drm_plane_helperVille Syrjälä
2015-11-24drm: Add "prefix" parameter to drm_rect_debug_print()Ville Syrjälä
2015-11-24drm: Keep coordinates in the typical x, y, w, h order instead of x, y, h, wVille Syrjälä
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-11-24drm: modes: replace simple_strtoul by kstrtouintLABBE Corentin
2015-11-24drm: Describe the Rotation property bits.Robert Fekete
2015-11-24drm: Remove unused fbdev_list membersLukas Wunner
2015-11-24GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()Markus Elfring
2015-11-24drm/dp: add eDP DPCD backlight control bit definitionsJani Nikula
2015-11-24drm/tegra: Remove local fbdev emulation Kconfig optionArchit Taneja
2015-11-24drm/imx: Remove local fbdev emulation Kconfig optionArchit Taneja
2015-11-24drm/gem: Update/Polish docsDaniel Vetter
2015-11-24drm: Update GEM refcounting docsDaniel Vetter
2015-11-22Linux 4.4-rc2Linus Torvalds
2015-11-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-22Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-11-22Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-11-22Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-11-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-11-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer
2015-11-22slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer
2015-11-22slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer
2015-11-22slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer
2015-11-22slub: support for bulk free with SLUB freelistsJesper Dangaard Brouer
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller
2015-11-22parisc: Use long branch to do_syscall_trace_exitHelge Deller
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller
2015-11-22parisc: Add defines for Huge page supportHelge Deller
2015-11-22parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller
2015-11-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-11-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-21Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-11-20serial: export fsl8250_handle_irqArnd Bergmann
2015-11-20serial: 8250_mid: Add missing dependencyHeikki Krogerus
2015-11-20tty: audit: Fix audit sourcePeter Hurley
2015-11-20serial: etraxfs-uart: Fix crashGuenter Roeck
2015-11-20serial: fsl_lpuart: Fix earlycon supportPeter Hurley
2015-11-20bcm63xx_uart: Use the device name when registering an interruptSimon Arlott
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley
2015-11-20slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUGJesper Dangaard Brouer
2015-11-20slub: avoid irqoff/on in bulk allocationChristoph Lameter