index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-24
ARM: integrator: fix OF-related regression
Linus Walleij
2
-36
/
+13
2014-06-24
ARM: mvebu: Fix the improper use of the compatible string armada38x using a w...
Gregory CLEMENT
6
-7
/
+17
2014-06-24
powerpc/kmemleak: Do not scan the DART table
Catalin Marinas
1
-0
/
+5
2014-06-24
selftests/powerpc: Use the test harness for the TM DSCR test
Michael Ellerman
2
-4
/
+12
2014-06-24
powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong type
Rickard Strandqvist
1
-1
/
+1
2014-06-24
powerpc/kprobes: Fix jprobes on ABI v2 (LE)
Michael Ellerman
1
-3
/
+6
2014-06-24
powerpc/ftrace: Use pr_fmt() to namespace error messages
Michael Ellerman
1
-23
/
+20
2014-06-24
powerpc/ftrace: Fix nop of modules on 64bit LE (ABIv2)
Michael Ellerman
1
-3
/
+4
2014-06-24
powerpc/ftrace: Fix inverted check of create_branch()
Michael Ellerman
1
-1
/
+1
2014-06-24
powerpc/ftrace: Fix typo in mask of opcode
Michael Ellerman
1
-1
/
+1
2014-06-24
powerpc: Add ppc_global_function_entry()
Michael Ellerman
1
-0
/
+11
2014-06-24
powerpc/macintosh/smu.c: Fix closing brace followed by if
Rasmus Villemoes
1
-1
/
+2
2014-06-24
powerpc: Remove __arch_swab*
Benjamin Herrenschmidt
1
-43
/
+0
2014-06-24
powerpc: Remove ancient DEBUG_SIG code
Michael Ellerman
2
-18
/
+0
2014-06-24
powerpc/kerenl: Enable EEH for IO accessors
Gavin Shan
1
-10
/
+10
2014-06-23
Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-21
/
+43
2014-06-23
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
41
-189
/
+703
2014-06-23
ocfs2/dlm: do not purge lockres that is queued for assert master
Xue jiufei
4
-6
/
+55
2014-06-23
ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...
jiangyiwen
1
-5
/
+9
2014-06-23
ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...
jiangyiwen
1
-0
/
+27
2014-06-23
ocfs2: fix a tiny race when running dirop_fileop_racer
Yiwen Jiang
2
-2
/
+96
2014-06-23
ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()
Xue jiufei
1
-1
/
+1
2014-06-23
ocfs2: refcount: take rw_lock in ocfs2_reflink
Wengang Wang
1
-0
/
+8
2014-06-23
ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...
Xue jiufei
1
-6
/
+2
2014-06-23
ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...
Tariq Saeed
1
-5
/
+13
2014-06-23
ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()
alex chen
1
-11
/
+11
2014-06-23
mm: fix crashes from mbind() merging vmas
Hugh Dickins
1
-26
/
+20
2014-06-23
checkpatch: reduce false positives when checking void function return statements
Joe Perches
1
-5
/
+10
2014-06-23
ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.h
Andrew Morton
1
-0
/
+1
2014-06-23
DMA, CMA: fix possible memory leak
Joonsoo Kim
1
-1
/
+11
2014-06-23
slab: fix oops when reading /proc/slab_allocators
Joonsoo Kim
1
-19
/
+71
2014-06-23
shmem: fix faulting into a hole while it's punched
Hugh Dickins
1
-4
/
+52
2014-06-23
mm: let mm_find_pmd fix buggy race with THP fault
Hugh Dickins
4
-13
/
+20
2014-06-23
mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()
Hugh Dickins
1
-4
/
+35
2014-06-23
kernel/watchdog.c: print traces for all cpus on lockup detection
Aaron Tomlin
5
-0
/
+73
2014-06-23
nmi: provide the option to issue an NMI back trace to every cpu but current
Aaron Tomlin
5
-13
/
+38
2014-06-23
Documentation/accounting/getdelays.c: add missing null-terminate after strncp...
Rickard Strandqvist
1
-0
/
+1
2014-06-23
drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driver
Micky Ching
1
-0
/
+1
2014-06-23
mm, pcp: allow restoring percpu_pagelist_fraction default
David Rientjes
3
-15
/
+31
2014-06-23
lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...
Chen Gang
1
-2
/
+2
2014-06-23
kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...
Don Zickus
1
-2
/
+0
2014-06-23
MAINTAINERS: SLAB maintainer update
Christoph Lameter
2
-3
/
+9
2014-06-23
hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry
Naoya Horiguchi
1
-28
/
+43
2014-06-23
tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported
Hugh Dickins
1
-0
/
+3
2014-06-23
mm, hotplug: probe interface is available on several platforms
David Rientjes
1
-9
/
+6
2014-06-23
kexec: save PG_head_mask in VMCOREINFO
Petr Tesarik
2
-0
/
+4
2014-06-23
CPU hotplug, smp: flush any pending IPI callbacks before CPU offline
Srivatsa S. Bhat
1
-8
/
+49
2014-06-23
mm: nommu: per-thread vma cache fix
Steven Miao
1
-1
/
+1
2014-06-23
ARM: dts: kirkwood: fix phy-connection-type for Guruplug
Sebastian Hesselbarth
1
-2
/
+2
2014-06-23
be2net: fix qnq mode detection on VFs
Suresh Reddy
3
-6
/
+4
[prev]
[next]