1. f3f1769 drm/amdgpu: take a BO reference for the user fence by Christian König · 10 years ago
  2. e9d951a drm/amdgpu: take a BO reference in the display code by Christian König · 10 years ago
  3. 6d99905 drm/amdgpu: set snooped flags only on system addresses v2 by Christian König · 10 years ago
  4. 07df04d drm/amdgpu: fix race condition in amd_sched_entity_push_job by Nicolai Hähnle · 10 years ago
  5. e2f784f drm/amdgpu: add err check for pin userptr by Chunming Zhou · 10 years ago
  6. 0c62c65 add blacklist for thinkpad T40p by Pavel Machek · 10 years ago
  7. 82b9c55 drm/amdgpu: fix VM page table reference counting by Christian König · 10 years ago
  8. 585116c drm/amdgpu: fix userptr flags check by Christian König · 10 years ago
  9. 8c14f72 Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  10. 2f13716 Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  11. 78c4a49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  12. 9b81d51 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  13. dcd8376 Revert "blk-flush: Queue through IO scheduler when flush not required" by Jens Axboe · 10 years ago
  14. 4cf193b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  15. 9c565e3 drm/radeon: make some dpm errors debug only by Alex Deucher · 10 years ago
  16. b2467e7 KVM: nVMX: remove incorrect vpid check in nested invvpid emulation by Haozhong Zhang · 10 years ago
  17. ef0e9f5 drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not being set by Martin Peres · 10 years ago
  18. f5e5518 drm/nouveau/nvif: allow userspace access to its own client object by Ben Skeggs · 10 years ago
  19. 0d7fc24 drm/nouveau/gr/gf100-: fix oops when calling zbc methods by Ben Skeggs · 10 years ago
  20. 2fb2b3c drm/nouveau/gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK is zero by Ben Skeggs · 10 years ago
  21. ccb7b6b drm/nouveau/gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct GPC by Ben Skeggs · 10 years ago
  22. 7028156 drm/nouveau/gr/gf100-: split out per-gpc address calculation macro by Ben Skeggs · 10 years ago
  23. 9543294 drm/nouveau/bios: return actual size of the buffer retrieved via _ROM by Ben Skeggs · 10 years ago
  24. 9509503 drm/nouveau/instmem: protect instobj list with a spinlock by Ben Skeggs · 10 years ago
  25. c294a05 drm/nouveau/pci: enable c800 magic for some unknown Samsung laptop by Ben Skeggs · 10 years ago
  26. 269249e drm/nouveau/pci: enable c800 magic for Clevo P157SM by Karol Herbst · 10 years ago
  27. 55ce0da block: fix blk_abort_request for blk-mq drivers by Christoph Hellwig · 10 years ago
  28. bf508e9 nvme: add missing unmaps in nvme_queue_rq by Christoph Hellwig · 10 years ago
  29. c5c9f25 NVMe: default to 4k device page size by Nishanth Aravamudan · 10 years ago
  30. 6ffeba9 Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  31. 81b1a83 pidns: fix NULL dereference in __task_pid_nr_ns() by Eric Dumazet · 10 years ago
  32. 8bd142c Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 10 years ago
  33. 4ce01c5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  34. 4e7697ed drm/radeon: make rv770_set_sw_state failures non-fatal by Alex Deucher · 10 years ago
  35. fbb4574 arm64: kvm: report original PAR_EL1 upon panic by Mark Rutland · 10 years ago
  36. 1d7a4e3 arm64: kvm: avoid %p in __kvm_hyp_panic by Mark Rutland · 10 years ago
  37. 9f958c1 KVM: arm/arm64: vgic: Trust the LR state for HW IRQs by Christoffer Dall · 10 years ago
  38. 0e3dfda KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active by Christoffer Dall · 10 years ago
  39. 7e16aa8 KVM: arm/arm64: Fix preemptible timer active state crazyness by Christoffer Dall · 10 years ago
  40. 498cd5c arm64: KVM: Add workaround for Cortex-A57 erratum 834220 by Marc Zyngier · 10 years ago
  41. c0f0963 arm64: KVM: Fix AArch32 to AArch64 register mapping by Marc Zyngier · 10 years ago
  42. e6fab54 ARM/arm64: KVM: test properly for a PTE's uncachedness by Ard Biesheuvel · 10 years ago
  43. 12e57f5 blk-merge: warn if figured out segment number is bigger than nr_phys_segments by Ming Lei · 10 years ago
  44. 02e7074 blk-merge: fix blk_bio_segment_split by Ming Lei · 10 years ago
  45. 578270b block: fix segment split by Ming Lei · 10 years ago
  46. c2489e0 vfs: Avoid softlockups with sendfile(2) by Jan Kara · 10 years ago
  47. c725bfc vfs: Make sendfile(2) killable even better by Jan Kara · 10 years ago
  48. 0ebf7f1 fix sysvfs symlinks by Al Viro · 10 years ago
  49. a293154 Merge tag 'linux-kselftest-4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 years ago
  50. 0fcb04d dm thin: fix regression in advertised discard limits by Mike Snitzer · 10 years ago
  51. 3d65193 drm/amdgpu: move dependency handling out of atomic section v2 by Christian König · 10 years ago
  52. 393a0bd drm/amdgpu: optimize scheduler fence handling by Christian König · 10 years ago
  53. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 10 years ago
  54. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  55. dcfeda9 Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  56. 7f21739 Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  57. 6d2d91b Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  58. 0ec7dc8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  59. 94521b2 Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  60. 727cde6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 069ec22 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 10 years ago
  63. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 10 years ago
  64. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 10 years ago
  65. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 10 years ago
  66. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 10 years ago
  67. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 10 years ago
  68. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 10 years ago
  69. 337685e parisc: Use long branch to do_syscall_trace_exit by Helge Deller · 10 years ago
  70. 332b42e parisc: Increase initial kernel mapping to 32MB on 64bit kernel by Helge Deller · 10 years ago
  71. 4182d0c parisc: Initialize the fault vector earlier in the boot process. by Helge Deller · 10 years ago
  72. 1f25ad2 parisc: Add defines for Huge page support by Helge Deller · 10 years ago
  73. dcbf0d2 parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h by Helge Deller · 10 years ago
  74. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  75. 707b4f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 4143fc8 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. 876454a Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  78. b094f89 blk-mq: fix calling unplug callbacks with preempt disabled by Jens Axboe · 10 years ago
  79. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 10 years ago
  80. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 10 years ago
  81. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 10 years ago
  82. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 10 years ago
  83. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 10 years ago
  84. 83f7fa6 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 10 years ago
  85. 17a6921 tty: Fix direct use of tty buffer work by Peter Hurley · 10 years ago
  86. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 10 years ago
  87. b4a6471 slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG by Jesper Dangaard Brouer · 10 years ago
  88. 8709837 slub: avoid irqoff/on in bulk allocation by Christoph Lameter · 10 years ago
  89. a380a3c slub: create new ___slab_alloc function that can be called with irqs disabled by Christoph Lameter · 10 years ago
  90. 21fa844 mm: fix up sparse warning in gfpflags_allow_blocking by Jeff Layton · 10 years ago
  91. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 10 years ago
  92. 875fa6f PM/OPP: add entry in MAINTAINERS by Viresh Kumar · 10 years ago
  93. 7625b3a kernel/panic.c: turn off locks debug before releasing console lock by Vitaly Kuznetsov · 10 years ago
  94. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 10 years ago
  95. 4593725 kasan: fix kmemleak false-positive in kasan_module_alloc() by Andrey Ryabinin · 10 years ago
  96. 928a477 fat: fix fake_offset handling on error path by OGAWA Hirofumi · 10 years ago
  97. 1817889 mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes by Mike Kravetz · 10 years ago
  98. 50e55bf mm/page-writeback.c: initialize m_dirty to avoid compile warning by Yang Shi · 10 years ago
  99. 1a47de6 various: fix pci_set_dma_mask return value checking by Christoph Hellwig · 10 years ago
  100. 1a76361 mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390 by Jason J. Herne · 10 years ago