index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-11
powerpc: add missing explicit OF includes for ppc
Rob Herring
15
-0
/
+21
2013-11-08
dt/irq: add empty of_irq_count for !OF_IRQ
Rob Herring
1
-1
/
+9
2013-11-08
dt: disable self-tests for !OF_IRQ
Rob Herring
1
-0
/
+1
2013-11-07
of: irq: Fix interrupt-map entry matching
Tomasz Figa
1
-1
/
+1
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
505
-2556
/
+4141
2013-11-06
MIPS: Netlogic: replace early_init_devtree() call
Jayachandran C
3
-5
/
+16
2013-11-06
Merge branch 'cpu-bindings' into for-next
Rob Herring
2
-47
/
+828
2013-11-04
of: Add Panasonic Corporation vendor prefix
Thierry Reding
1
-0
/
+1
2013-11-04
of: Add Chunghwa Picture Tubes Ltd. vendor prefix
Thierry Reding
1
-0
/
+1
2013-11-04
of: Add AU Optronics Corporation vendor prefix
Thierry Reding
1
-0
/
+1
2013-11-03
of/irq: Fix potential buffer overflow
Grant Likely
1
-2
/
+8
2013-11-03
of/irq: Fix bug in interrupt parsing refactor.
Grant Likely
2
-13
/
+14
2013-11-03
of: set dma_mask to point to coherent_dma_mask
Rob Herring
1
-0
/
+2
2013-11-03
of: add vendor prefix for PHYTEC Messtechnik GmbH
Matt Porter
1
-0
/
+1
2013-11-03
DT: sort vendor-prefixes.txt
Silvio F
1
-2
/
+2
2013-11-03
of: Add vendor prefix for Cadence
Soren Brinkmann
1
-0
/
+1
2013-11-03
of: Add empty for_each_available_child_of_node() macro definition
Sylwester Nawrocki
1
-0
/
+3
2013-10-28
arm/versatile: Fix versatile irq specifications.
Grant Likely
2
-2
/
+2
2013-10-28
of/irq: create interrupts-extended property
Grant Likely
4
-11
/
+120
2013-10-24
microblaze/pci: Drop PowerPC-ism from irq parsing
Grant Likely
2
-72
/
+1
2013-10-24
of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.
Grant Likely
7
-67
/
+31
2013-10-24
of/irq: Use irq_of_parse_and_map()
Thierry Reding
16
-39
/
+35
2013-10-24
of/irq: Rework of_irq_count()
Thierry Reding
1
-1
/
+2
2013-10-24
of: Add testcases for interrupt parsing
Grant Likely
3
-6
/
+127
2013-10-24
of: Add helper for printing an of_phandle_args structure
Grant Likely
3
-3
/
+13
2013-10-24
of/irq: Refactor interrupt-map parsing
Grant Likely
4
-59
/
+67
2013-10-24
of/irq: simplify args to irq_create_of_mapping
Grant Likely
16
-30
/
+22
2013-10-24
of/irq: Replace of_irq with of_phandle_args
Grant Likely
19
-88
/
+58
2013-10-24
of/irq: Rename of_irq_map_* functions to of_irq_parse_*
Grant Likely
20
-42
/
+42
2013-10-15
of/irq: Pass trigger type in IRQ resource flags
Tomasz Figa
1
-1
/
+1
2013-10-15
of: Fix dereferencing node name in debug output to be safe
Grant Likely
2
-7
/
+7
2013-10-15
of: Fix iteration bug over CPU reg properties
Grant Likely
1
-2
/
+2
2013-10-15
of: Make cpu node handling more portable.
David Miller
3
-17
/
+84
2013-10-14
of: fix unnecessary warning on missing /cpus node
Grant Likely
1
-3
/
+1
2013-10-13
Linux 3.12-rc5
Linus Torvalds
1
-1
/
+1
2013-10-13
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
3
-4
/
+5
2013-10-13
watchdog: sunxi: Fix section mismatch
Maxime Ripard
1
-2
/
+2
2013-10-13
watchdog: kempld_wdt: Fix bit mask definition
Jingoo Han
1
-1
/
+1
2013-10-13
watchdog: ts72xx_wdt: locking bug in ioctl
Dan Carpenter
1
-1
/
+2
2013-10-13
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-12
/
+50
2013-10-13
ARM: exynos: dts: Update 5250 arch timer node with clock frequency
Yuvaraj Kumar C D
1
-0
/
+5
2013-10-13
Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/lin...
Olof Johansson
8
-12
/
+45
2013-10-13
Merge branch 'parisc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
6
-22
/
+30
2013-10-13
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-4
/
+6
2013-10-13
parisc: let probe_kernel_read() capture access to page zero
Helge Deller
1
-1
/
+14
2013-10-13
parisc: optimize variable initialization in do_page_fault
John David Anglin
1
-5
/
+10
2013-10-13
parisc: fix interruption handler to respect pagefault_disable()
Helge Deller
1
-3
/
+3
2013-10-13
parisc: mark parisc_terminate() noreturn and cold.
Helge Deller
1
-1
/
+1
2013-10-13
parisc: remove unused syscall_ipi() function.
Helge Deller
1
-5
/
+0
2013-10-13
parisc: kill SMP single function call interrupt
Jiang Liu
1
-7
/
+1
[next]