| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | ARM: dts: OMAP5: fix reg property size | Felipe Balbi | 2013-09-17 | 1 | -2/+2 |
| | * | | | | | ARM: dts: am335x-bone*: add DT for BeagleBone Black | Koen Kooi | 2013-09-17 | 4 | -255/+281 |
| | * | | | | | ARM: dts: omap3-beagle-xm: fix string error in compatible property | Robert Nelson | 2013-09-17 | 1 | -1/+1 |
| | |/ / / / |
|
| * | | | | | Merge tag 'omap-for-v3.12/fixes-signed' of git://git.kernel.org/pub/scm/linux... | Olof Johansson | 2013-09-18 | 6 | -7/+7 |
| |\ \ \ \ \ |
|
| | * | | | | | ARM: OMAP2+: mux: fix trivial typo in name | Phil Carmody | 2013-09-18 | 1 | -1/+1 |
| | * | | | | | ARM: OMAP4 SMP: Corrected a typo fucntions to functions | Anoop Thomas Mathew | 2013-09-18 | 1 | -1/+1 |
| | * | | | | | ARM: OMAP4: cpuidle: fix: call cpu_cluster_pm_exit conditionally | Vladimir Murzin | 2013-09-18 | 1 | -1/+1 |
| | * | | | | | ARM: mach-omap2: gpmc: Fix warning when CONFIG_ARM_LPAE=y | Fabio Estevam | 2013-09-18 | 1 | -2/+2 |
| | * | | | | | ARM: OMAP: fix return value check in omap_device_build_from_dt() | Wei Yongjun | 2013-09-18 | 1 | -1/+1 |
| | * | | | | | ARM: OMAP4: Fix clock_get error for GPMC during boot | Tony Lindgren | 2013-09-18 | 1 | -1/+1 |
| | |/ / / / |
|
| * | | | | | ARM: multi_v7: add HREFv60 to multi_v7 defconfig | Linus Walleij | 2013-09-18 | 1 | -0/+1 |
| * | | | | | ARM: sa1100: collie.c: fall back to jedec_probe flash detection | Andrea Adami | 2013-09-18 | 1 | -1/+1 |
| * | | | | | ARM: u300: hide submenus | Linus Walleij | 2013-09-18 | 1 | -5/+5 |
| * | | | | | Merge tag 'imx-fixes-3.12' of git://git.linaro.org/people/shawnguo/linux-2.6 ... | Olof Johansson | 2013-09-17 | 6 | -7/+19 |
| |\ \ \ \ \ |
|
| | * | | | | | ARM: dts: imx6q: fix the wrong offset of the Pad Mux register | Huang Shijie | 2013-09-17 | 1 | -2/+2 |
| | * | | | | | ARM: imx: i.mx6d/q: disable the double linefill feature of PL310 | Jason Liu | 2013-09-17 | 1 | -0/+11 |
| | * | | | | | ARM: imx51.dtsi: fix PATA device clock | Arnaud Patard (Rtp) | 2013-09-17 | 1 | -1/+1 |
| | * | | | | | ARM: mach-imx: clk-imx51-imx53: Fix 'spdif1_pred' clock registration | Fabio Estevam | 2013-09-17 | 1 | -1/+1 |
| | * | | | | | ARM: imx: initialize clk_init_data.flags for clk-fixup-mux | Shawn Guo | 2013-09-17 | 1 | -0/+1 |
| | * | | | | | ARM: imx27.dtsi: fix CSPI PER clock id | Gwenhael Goavec-Merou | 2013-09-17 | 1 | -3/+3 |
| | |/ / / / |
|
| * | | | | | ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT | Olof Johansson | 2013-09-17 | 1 | -0/+1 |
| * | | | | | ARM: ux500: disable outer cache debug | Linus Walleij | 2013-09-17 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-09-19 | 37 | -74/+401 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | MIPS: Fix invalid symbolic link file | Madhavan Srinivasan | 2013-09-19 | 1 | -1/+1 |
| * | | | | MIPS: PCI: pci-bcm1480: Include missing vt.h header | Markos Chandras | 2013-09-19 | 1 | -0/+1 |
| * | | | | MIPS: Disable usermode switching of the FR bit for MIPS R5 CPUs. | Ralf Baechle | 2013-09-19 | 1 | -0/+13 |
| * | | | | MIPS: Add MIPS R5 config5 register. | Ralf Baechle | 2013-09-19 | 1 | -0/+7 |
| * | | | | MIPS: PCI: Use pci_resource_to_user to map pci memory space properly | Wolfgang Grandegger | 2013-09-19 | 1 | -0/+12 |
| * | | | | MIPS: 74K/1074K: Correct erratum workaround. | Maciej W. Rozycki | 2013-09-18 | 1 | -8/+18 |
| * | | | | MIPS: Cleanup CP0 PRId and CP1 FPIR register access masks | Maciej W. Rozycki | 2013-09-18 | 12 | -45/+77 |
| * | | | | MIPS: Remove useless comment about kprobe from arch/mips/Makefile | Wu Zhangjin | 2013-09-18 | 1 | -3/+0 |
| * | | | | MIPS: Fix VGA_MAP_MEM macro. | Leonid Yegoshin | 2013-09-18 | 1 | -1/+2 |
| * | | | | MIPS: Reimplement get_cycles(). | Ralf Baechle | 2013-09-18 | 1 | -1/+32 |
| * | | | | MIPS: Optimize current_cpu_type() for better code. | Ralf Baechle | 2013-09-17 | 19 | -19/+236 |
| * | | | | MIPS: Fix accessing to per-cpu data when flushing the cache | Ralf Baechle | 2013-09-17 | 1 | -0/+5 |
| * | | | | MIPS: Provide nice way to access boot CPU's data. | Ralf Baechle | 2013-09-17 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-09-18 | 4 | -18/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | x86/intel/lpss: Add pin control support to Intel low power subsystem | Mathias Nyman | 2013-09-14 | 1 | -2/+3 |
| * | | | perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNB | Stephane Eranian | 2013-09-14 | 1 | -0/+1 |
| * | | | x86: Remove now-unused save_rest() | Borislav Petkov | 2013-09-10 | 1 | -15/+0 |
| * | | | x86/smpboot: Fix announce_cpu() to printk() the last "OK" properly | Libin | 2013-09-05 | 1 | -1/+2 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-18 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | perf/x86/intel: Fix Silvermont offcore masks | Peter Zijlstra | 2013-09-12 | 1 | -2/+2 |
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-09-18 | 3 | -2/+45 |
|\ \ \ \ \ |
|
| * | | | | | KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from... | Gleb Natapov | 2013-09-17 | 1 | -0/+9 |
| * | | | | | KVM: nEPT: reset PDPTR register cache on nested vmentry emulation | Gleb Natapov | 2013-09-17 | 1 | -0/+4 |
| * | | | | | KVM: mmu: allow page tables to be in read-only slots | Paolo Bonzini | 2013-09-17 | 1 | -1/+19 |
| * | | | | | KVM: x86 emulator: emulate RETF imm | Bruce Rogers | 2013-09-17 | 1 | -1/+13 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2013-09-17 | 25 | -250/+197 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | tile: remove stray blank space | Chris Metcalf | 2013-09-16 | 1 | -1/+1 |