index
:
~narmstrong/linux
amlogic/v4.10/drm-hdmi-clk
amlogic/v4.10/drm-hdmi-dev
amlogic/v4.10/drm-hdmi-dw-hdmi
amlogic/v4.10/drm-hdmi-merge
amlogic/v4.10/drm-hdmi-meson-drm
amlogic/v4.10/drm-hdmi-pinctrl
amlogic/v4.10/mali
amlogic/v4.11/drm-hdmi-dw-hdmi
amlogic/v4.11/drm-hdmi-dw-hdmi-fixes
amlogic/v4.11/drm-hdmi-merge
amlogic/v4.11/drm-hdmi-meson-drm
amlogic/v4.11/drm-maintainers-rm-meson
amlogic/v4.12/drm-components-fix
amlogic/v4.9/drm
amlogic/v4.9/drm-ccr
amlogic/v4.9/drm-cleanup
amlogic/v4.9/drm-clkf
amlogic/v4.9/drm-fixup
amlogic/v4.9/drm-hdmi-dev
amlogic/v4.9/drm-start
amlogic/v4.9/drm-usb-scpi-usb-gxl-gxm
amlogic/v4.9/drm-vdac-bridge
dw-hdmi-for-next
meson-drm-fixes
meson-drm-for-next
Neil's Linux fork for Amlogic Meson DRM driver development
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-16
/
+46
2015-09-05
Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
20
-948
/
+1312
2015-09-05
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...
Linus Torvalds
1
-3
/
+4
2015-09-05
Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
7
-114
/
+83
2015-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-51
/
+433
2015-09-04
mm: remove struct node_active_region
minkyung88.kim
1
-8
/
+0
2015-09-04
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
2
-1
/
+1
2015-09-04
genalloc: add support of multiple gen_pools per device
Vladimir Zapolskiy
1
-0
/
+2
2015-09-04
genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()
Vladimir Zapolskiy
1
-2
/
+2
2015-09-04
mm: defer flush of writable TLB entries
Mel Gorman
1
-0
/
+7
2015-09-04
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
2
-0
/
+19
2015-09-04
x86, mm: trace when an IPI is about to be sent
Mel Gorman
2
-1
/
+3
2015-09-04
userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...
Andrea Arcangeli
1
-0
/
+6
2015-09-04
userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPI
Andrea Arcangeli
1
-1
/
+41
2015-09-04
userfaultfd: activate syscall
Andrea Arcangeli
1
-0
/
+1
2015-09-04
userfaultfd: change the read API to return a uffd_msg
Andrea Arcangeli
1
-15
/
+55
2015-09-04
userfaultfd: Rename uffd_api.bits into .features
Pavel Emelyanov
1
-3
/
+9
2015-09-04
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
1
-1
/
+1
2015-09-04
userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
Andrea Arcangeli
1
-0
/
+2
2015-09-04
userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
Andrea Arcangeli
1
-0
/
+11
2015-09-04
userfaultfd: linux/userfaultfd_k.h
Andrea Arcangeli
1
-0
/
+79
2015-09-04
userfaultfd: uAPI
Andrea Arcangeli
2
-0
/
+84
2015-09-04
userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
Andrea Arcangeli
1
-2
/
+3
2015-09-04
slab: infrastructure for bulk object allocation and freeing
Christoph Lameter
1
-0
/
+10
2015-09-04
watchdog: rename watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
1
-4
/
+4
2015-09-04
watchdog: use suspend/resume interface in fixup_ht_bug()
Ulrich Obergfell
1
-4
/
+9
2015-09-04
watchdog: introduce watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
1
-0
/
+2
2015-09-04
kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h
Guenter Roeck
2
-11
/
+5
2015-09-04
smpboot: allow passing the cpumask on per-cpu thread registration
Frederic Weisbecker
1
-1
/
+10
2015-09-04
fs: create and use seq_show_option for escaping
Kees Cook
1
-0
/
+35
2015-09-04
fsnotify: get rid of fsnotify_destroy_mark_locked()
Jan Kara
1
-2
/
+5
2015-09-04
fsnotify: remove mark->free_list
Jan Kara
1
-2
/
+0
2015-09-04
fsnotify: document mark locking
Jan Kara
1
-20
/
+30
2015-09-04
capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISE
Andy Lutomirski
1
-1
/
+10
2015-09-04
capabilities: ambient capabilities
Andy Lutomirski
2
-0
/
+15
2015-09-04
kernel/kthread.c:kthread_create_on_node(): clarify documentation
Andrew Morton
1
-1
/
+1
2015-09-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
16
-102
/
+388
2015-09-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-16
/
+13
2015-09-04
Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
14
-76
/
+318
2015-09-04
Merge tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+0
2015-09-04
Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-94
/
+1558
2015-09-04
Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
4
-56
/
+121
2015-09-04
Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-0
/
+51
2015-09-04
Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
5
-77
/
+58
2015-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2
-0
/
+5
2015-09-03
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+12
2015-09-03
Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-1
/
+63
2015-09-03
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-0
/
+206
2015-09-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
9
-286
/
+705
2015-09-03
Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2
-9
/
+19
[next]