index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
2011-03-29
powerpc: Use generic show_interrupts()
Thomas Gleixner
2011-03-29
powerpc: Convert to new irq_* function names
Thomas Gleixner
2011-03-29
powerpc: irq: Use irqdata based information
Thomas Gleixner
2011-03-29
powerpc-fsl-msi-use-irqd.patch
Thomas Gleixner
2011-03-29
powerpc: xilinx: Cleanup flow type handling
Thomas Gleixner
2011-03-29
powerpc: uic: Cleanup flow type handling
Thomas Gleixner
2011-03-29
powerpc: mpic: Cleanup flow type handling
Thomas Gleixner
2011-03-29
powerpc: mpc8xx_pic: Cleanup flow type handling
Thomas Gleixner
2011-03-29
powerpc: ipic: Cleanup flow type handling
Thomas Gleixner
2011-03-29
powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLED
Thomas Gleixner
2011-03-29
powerpc: cpm2_pic: Cleanup flow type handling
Thomas Gleixner
2011-03-29
powerpc: cell: Fix the irq_desc access
Thomas Gleixner
2011-03-29
powerpc: mac: pic: Use irqd_is_level_type()
Thomas Gleixner
2011-03-29
powerpc: media5200: Remove pointless set_irq_type()
Thomas Gleixner
2011-03-29
powerpc: Use proper accessors for IRQ_* flags
Thomas Gleixner
2011-03-28
powerpc: cell: Use the core flow handler
Thomas Gleixner
2011-03-24
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
2011-03-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-03-23
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...
Olaf Hering
2011-03-23
remove dma64_addr_t
FUJITA Tomonori
2011-03-23
rapidio: remove mport resource reservation from common RIO code
Alexandre Bounine
2011-03-23
rapidio: modify mport ID assignment
Alexandre Bounine
2011-03-23
rapidio: modify subsystem and driver initialization sequence
Alexandre Bounine
2011-03-23
rapidio: modify configuration to support PCI-SRIO controller
Alexandre Bounine
2011-03-23
rapidio: add architecture specific callbacks
Alexandre Bounine
2011-03-23
bitops: remove minix bitops from asm/bitops.h
Akinobu Mita
2011-03-23
bitops: remove ext2 non-atomic bitops from asm/bitops.h
Akinobu Mita
2011-03-23
bitops: introduce CONFIG_GENERIC_FIND_BIT_LE
Akinobu Mita
2011-03-23
powerpc: introduce little-endian bitops
Akinobu Mita
2011-03-23
asm-generic: change little-endian bitops to take any pointer types
Akinobu Mita
2011-03-23
asm-generic: rename generic little-endian bitops functions
Akinobu Mita
2011-03-23
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
Stephen Wilson
2011-03-23
mm: arch: make in_gate_area take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-22
add the common dma_addr_t typedef to include/linux/types.h
FUJITA Tomonori
2011-03-22
mm: NUMA aware alloc_thread_info_node()
Eric Dumazet
2011-03-21
powerpc/ptrace: Remove BUG_ON when full register set not available
Mike Wolf
2011-03-21
powerpc: Factoring mpic cpu id fetching into a function
Meador Inge
2011-03-21
powerpc: Make MPIC honor the "pic-no-reset" device tree property
Meador Inge
2011-03-21
powerpc/pci: Fix crash in PCI code on ppc64 when matching device nodes
Benjamin Herrenschmidt
2011-03-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-03-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2011-03-17
Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2011-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
2011-03-17
KVM: PPC: Fix SPRG get/set for Book3S and BookE
Peter Tyser
2011-03-17
Merge remote branch 'jwb/next' into next
Benjamin Herrenschmidt
2011-03-16
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-03-16
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-03-16
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-03-16
[CPUFREQ] Remove the pm_message_t argument from driver suspend
Rafael J. Wysocki
[next]