| Commit message (Expand) | Author | Files | Lines |
2016-02-23 | x86/platform/intel/quark: Change the kernel's IMR lock bit to false | Bryan O'Donoghue | 1 | -2/+2 |
2016-02-20 | Linux 4.5-rc5v4.5-rc5 | Linus Torvalds | 1 | -1/+1 |
2016-02-20 | kernel/resource.c: fix muxed resource handling in __request_region() | Simon Guinot | 1 | -2/+3 |
2016-02-19 | arm64: mm: allow the kernel to handle alignment faults on user accesses | EunTaik Lee | 1 | -1/+8 |
2016-02-19 | arm64: kbuild: make "make install" not depend on vmlinux | Masahiro Yamada | 3 | -3/+17 |
2016-02-19 | ext4: fix crashes in dioread_nolock mode | Jan Kara | 1 | -20/+20 |
2016-02-19 | ext4: fix bh->b_state corruption | Jan Kara | 1 | -2/+30 |
2016-02-19 | drm/nouveau: use post-decrement in error handling | Rasmus Villemoes | 1 | -1/+1 |
2016-02-19 | drm/atomic: Allow for holes in connector state, v2. | Maarten Lankhorst | 4 | -55/+48 |
2016-02-19 | clk: gpio: Really allow an optional clock= DT property | Stephen Boyd | 1 | -1/+1 |
2016-02-19 | mm: slab: free kmem_cache_node after destroy sysfs file | Dmitry Safonov | 5 | -27/+29 |
2016-02-19 | ipc/shm: handle removed segments gracefully in shm_mmap() | Kirill A. Shutemov | 1 | -10/+43 |
2016-02-19 | MAINTAINERS: update Kselftest Framework mailing list | Shuah Khan | 1 | -1/+1 |
2016-02-19 | devm_memremap_release(): fix memremap'd addr handling | Toshi Kani | 1 | -1/+1 |
2016-02-19 | mm/hugetlb.c: fix incorrect proc nr_hugepages value | Vaishali Thakkar | 1 | -2/+4 |
2016-02-19 | mm, x86: fix pte_page() crash in gup_pte_range() | Hugh Dickins | 1 | -1/+1 |
2016-02-19 | fsnotify: turn fsnotify reaper thread into a workqueue job | Jeff Layton | 1 | -31/+18 |
2016-02-19 | Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread" | Jeff Layton | 2 | -18/+53 |
2016-02-19 | mm: fix regression in remap_file_pages() emulation | Kirill A. Shutemov | 1 | -5/+29 |
2016-02-19 | thp, dax: do not try to withdraw pgtable from non-anon VMA | Kirill A. Shutemov | 1 | -1/+2 |
2016-02-18 | ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream | Takashi Iwai | 1 | -2/+14 |
2016-02-18 | x86/mm: Fix vmalloc_fault() to handle large pages properly | Toshi Kani | 1 | -4/+11 |
2016-02-17 | ftrace/module: remove ftrace module notifier | Jessica Yu | 3 | -37/+9 |
2016-02-17 | blk: fix overflow in queue_discard_max_hw_show | Alan | 1 | -3/+2 |
2016-02-17 | x86/platform/intel/mid: Remove dead code | Alan | 2 | -8/+2 |
2016-02-17 | powerpc/ioda: Set "read" permission when "write" is set | Alexey Kardashevskiy | 1 | -0/+6 |
2016-02-17 | arm64: dma-mapping: fix handling of devices registered before arch_initcall | Marek Szyprowski | 1 | -0/+4 |
2016-02-17 | drm/i915: Fix hpd live status bits for g4x | Ville Syrjälä | 2 | -14/+15 |
2016-02-17 | perf/core: Plug potential memory leak in CPU_UP_PREPARE | Thomas Gleixner | 1 | -1/+1 |
2016-02-17 | perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug state | Thomas Gleixner | 1 | -1/+0 |
2016-02-17 | perf/core: Remove bogus UP_CANCELED hotplug state | Thomas Gleixner | 1 | -1/+0 |
2016-02-17 | hpet: Drop stale URLs | Michael S. Tsirkin | 3 | -6/+4 |
2016-02-17 | s390/dasd: fix performance drop | Stefan Haberland | 1 | -0/+1 |
2016-02-17 | x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop... | Toshi Kani | 1 | -4/+32 |
2016-02-17 | x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable | Toshi Kani | 1 | -41/+73 |
2016-02-17 | s390/maccess: reduce stnsm instructions | Heiko Carstens | 1 | -4/+6 |
2016-02-17 | perf/x86/amd/uncore: Plug reference leak | Thomas Gleixner | 1 | -0/+2 |
2016-02-17 | drm/qxl: fix erroneous return value | Anton Protopopov | 1 | -1/+1 |
2016-02-17 | drm/nouveau/display: Enable vblank irqs after display engine is on again. | Mario Kleiner | 1 | -4/+4 |
2016-02-17 | drm/radeon/pm: Handle failure of drm_vblank_get. | Mario Kleiner | 1 | -2/+6 |
2016-02-17 | drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2) | Mario Kleiner | 1 | -2/+1 |
2016-02-17 | drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4 | Mario Kleiner | 1 | -0/+16 |
2016-02-17 | drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2) | Mario Kleiner | 1 | -0/+43 |
2016-02-17 | drm: No-Op redundant calls to drm_vblank_off() (v2) | Mario Kleiner | 1 | -1/+10 |
2016-02-17 | drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command | Gerd Hoffmann | 1 | -1/+2 |
2016-02-17 | Revert "drm/dp/mst: change MST detection scheme" | Dave Airlie | 1 | -19/+18 |
2016-02-16 | writeback: initialize inode members that track writeback history | Tahsin Erdogan | 1 | -0/+6 |
2016-02-16 | drm/vc4: Use runtime PM to power cycle the device when the GPU hangs. | Eric Anholt | 3 | -18/+26 |
2016-02-16 | drm/vc4: Enable runtime PM. | Eric Anholt | 3 | -0/+47 |
2016-02-16 | drm/vc4: Fix spurious GPU resets due to BO reuse. | Eric Anholt | 2 | -6/+19 |