- 9fca015 ARM: vf-colibri: add SPI support and enable MCP2515 CAN by Bhuvanchandra DV · 10 years ago
- 1b545c1 ARM: vf610: add second DSPI instance by Bhuvanchandra DV · 10 years ago
- c5455f7 Merge remote-tracking branch 'jcooper/irqchip/vybrid' into imx/dt by Shawn Guo · 10 years ago
- 40cb198 Merge branch 'imx/soc' into imx/dt by Shawn Guo · 10 years ago
- dc98b0c ARM: imx_v4_v5_defconfig: Remove CONFIG_MACH_MX25_3DS by Fabio Estevam · 10 years ago
- aa65f35 ARM: mx25: Remove imxdi_rtc platform code by Fabio Estevam · 10 years ago
- 4a01f3a ARM: mx25: Remove "mx25.h" header file by Fabio Estevam · 10 years ago
- 6869a22 ARM: mx25: Remove static memory mapping by Fabio Estevam · 10 years ago
- 8b88f7e ARM: mx25: Retrieve IIM base from dt by Fabio Estevam · 10 years ago
- d8a3bee ARM: mx25: Remove mx25_clocks_init() by Fabio Estevam · 10 years ago
- ae4aee9 ARM: imx: depend MXC debug board on 3DS machines by Stefan Agner · 10 years ago
- 9557fe4 ARM: mx25: Remove platform code support files by Fabio Estevam · 10 years ago
- 11b05d6 ARM: mx25: Convert to a dt-only platform by Fabio Estevam · 10 years ago
- 3877942 ARM: imx25: Remove eukrea mx25 board files by Fabio Estevam · 10 years ago
- 00eb60a8 ARM: imx6: gpc: Add PU power domain for GPU/VPU by Philipp Zabel · 10 years ago
- 58e4a66 Documentation: Add device tree bindings for Freescale i.MX GPC by Philipp Zabel · 10 years ago
- 4a07317 irqchip: vf610-mscm: Add Vybrid MSCM bindings by Stefan Agner · 10 years ago
- 0494e11 irqchip: vf610-mscm-ir: Add support for Vybrid MSCM interrupt router by Stefan Agner · 10 years ago
- f027e60 ARM: mx25: Remove mach-mx25_3ds board file by Fabio Estevam · 10 years ago
- a655fa9 ARM: imx: Fix trivial typo in comments by Yannick Guerrini · 10 years ago
- c6891ef ARM: imx: Kconfig: Fix grammar in help text by Fabio Estevam · 10 years ago
- 9fece9b ARM: imx/iomux-v3: allow pad_list to be const by Uwe Kleine-König · 10 years ago
- 52c47b6 bus: imx-weim: improve error handling upon child probe-failure by Alison Chaiken · 10 years ago
- e654df7 ARM: imx6q: clk: Add support for mipi_ipg clock as a shared clock gate by Liu Ying · 10 years ago
- 5ccc248 ARM: imx6q: clk: Add support for mipi_core_cfg clock as a shared clock gate by Liu Ying · 10 years ago
- 721fee5 ARM: imx6q: clk: Change hsi_tx clock to be a shared clock gate by Liu Ying · 10 years ago
- 974a711 ARM: imx6q: clk: Change hdmi_isfr clock's parent to be video_27m clock by Liu Ying · 10 years ago
- 8f21d8d ARM: imx6q: clk: Add the video_27m clock by Liu Ying · 10 years ago
- 5f80e19 ARM: imx6q: Add GPR3 MIPI muxing control register field shift bits definition by Liu Ying · 10 years ago
- af321d2 ARM: vf610: use SMP_ON_UP for Vybrid SoC by Stefan Agner · 10 years ago
- c517d83 Linux 4.0-rc1 by Linus Torvalds · 10 years ago
- feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
- be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 90c453c Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
- 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
- 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
- 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 10 years ago
- dca1117 Documentation/filesystems/Locking: ->get_sb() is long gone by Al Viro · 10 years ago
- eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
- 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
- ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- 2c616d4 SELinux: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
- 8802565 Smack: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
- e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
- 729b8a3 Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode by David Howells · 10 years ago
- 7ac2856 Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb by David Howells · 10 years ago
- 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 10 years ago
- df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 10 years ago
- e7f7d22 VFS: Add a whiteout dentry type by David Howells · 10 years ago
- 155e35d VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 10 years ago
- a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
- 2177033 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
- c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
- 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
- 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- cd50b70 Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 2bfedd1 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- a911dcd Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
- e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- 1acd2de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
- b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
- 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
- 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
- c189cb8 Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
- a2a6937 Merge tag 'sound-fix-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
- f5e25f0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
- d34696c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
- f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- f3c233d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e2defd0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- b5aeca5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- dd36929 kernel: make READ_ONCE() valid on const arguments by Linus Torvalds · 10 years ago
- decf6d7 Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme into for-linus by Jens Axboe · 10 years ago
- 045c47c blk-throttle: check stats_cpu before reading it from sysfs by Thadeu Lima de Souza Cascardo · 10 years ago
- 3466b54 Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
- 9d0de5a Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources' by Rafael J. Wysocki · 10 years ago
- 4fbd0a8 Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
- 44923c9 MIPS: sead3: Corrected get_c0_perfcount_int by Niklas Cassel · 10 years ago
- 8fc5ec7 MIPS: mm: Remove dead macro definitions by Andreas Ruprecht · 10 years ago
- 7bad222 Merge tag 'for-linus-3.20-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 10 years ago
- 4c971aa Merge branch 'next' into for-linus by Dmitry Torokhov · 10 years ago
- 147d1da Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-next by Roland Dreier · 10 years ago
- da12c1f IB/qib: Add blank line after declaration by Mike Marciniszyn · 10 years ago
- a46a280 IB/qib: Fix checkpatch warnings by Mike Marciniszyn · 10 years ago
- 0d8fb59 i2c: ocores: rework clk code to handle NULL cookie by Wolfram Sang · 10 years ago
- 64b139f MIPS: OCTEON: irq: add CIB and other fixes by David Daney · 10 years ago
- 2e3ecab MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs. by David Daney · 10 years ago
- ac6d9b3 MIPS: OCTEON: More OCTEONIII support by Chandrakala Chavva · 10 years ago
- 920cda3 MIPS: OCTEON: Remove setting of processor specific CVMCTL icache bits. by Chad Reese · 10 years ago
- 726da2f MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup. by David Daney · 10 years ago
- debe6a6 MIPS: OCTEON: Update octeon-model.h code for new SoCs. by David Daney · 10 years ago
- e3d0ead MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX by David Daney · 10 years ago
- 664f1ae MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.h by David Daney · 10 years ago
- 664d699 MIPS: OCTEON: Implement the core-16057 workaround by David Daney · 10 years ago
- 69f7cd4 MIPS: OCTEON: Delete unused COP2 saving code by Aleksey Makarov · 10 years ago
- 2d98cae MIPS: OCTEON: Use correct instruction to read 64-bit COP0 register by Chandrakala Chavva · 10 years ago