Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2013-12-17 | 11 | -64/+68 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | powerpc/powernv: Fix OPAL LPC access in Little Endian | Benjamin Herrenschmidt | 2013-12-13 | 2 | -7/+7 | |
| * | | | | | | | | powerpc/powernv: Fix endian issue in opal_xscom_read | Anton Blanchard | 2013-12-13 | 2 | -2/+4 | |
| * | | | | | | | | powerpc: Fix endian issues in crash dump code | Anton Blanchard | 2013-12-13 | 1 | -3/+3 | |
| * | | | | | | | | powerpc/pseries: Fix endian issues in MSI code | Anton Blanchard | 2013-12-13 | 1 | -13/+15 | |
| * | | | | | | | | powerpc/pseries: Fix PCIE link speed endian issue | Anton Blanchard | 2013-12-13 | 1 | -4/+4 | |
| * | | | | | | | | powerpc/pseries: Fix endian issues in nvram code | Anton Blanchard | 2013-12-13 | 1 | -23/+23 | |
| * | | | | | | | | powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfg | Anton Blanchard | 2013-12-13 | 1 | -6/+6 | |
| * | | | | | | | | powerpc: Fix topology core_id endian issue on LE builds | Anton Blanchard | 2013-12-13 | 1 | -2/+2 | |
| * | | | | | | | | powerpc: Fix endian issue in setup-common.c | Anton Blanchard | 2013-12-13 | 1 | -2/+2 | |
| * | | | | | | | | powerpc: PTRACE_PEEKUSR always returns FPR0 | Ulrich Weigand | 2013-12-13 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2013-12-15 | 6 | -17/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86, efi: Don't use (U)EFI time services on 32 bit | Matthew Garrett | 2013-12-11 | 1 | -7/+0 | |
| * | | | | | | | | | x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ... | cpw | 2013-12-10 | 1 | -2/+3 | |
| * | | | | | | | | | x86, build: Pass in additional -mno-mmx, -mno-sse options | H. Peter Anvin | 2013-12-10 | 4 | -8/+10 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2013-12-14 | 9 | -78/+67 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ARM: fix asm/memory.h build error | Russell King | 2013-12-13 | 3 | -20/+17 | |
| * | | | | | | | | | ARM: 7917/1: cacheflush: correctly limit range of memory region being flushed | Jon Medhurst | 2013-12-10 | 1 | -1/+2 | |
| * | | | | | | | | | ARM: 7913/1: fix framepointer check in unwind_frame | Konstantin Khlebnikov | 2013-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | ARM: 7912/1: check stack pointer in get_wchan | Konstantin Khlebnikov | 2013-12-10 | 1 | -2/+5 | |
| * | | | | | | | | | ARM: 7909/1: mm: Call setup_dma_zone() post early_paging_init() | Santosh Shilimkar | 2013-12-10 | 1 | -2/+1 | |
| * | | | | | | | | | ARM: 7908/1: mm: Fix the arm_dma_limit calculation | Santosh Shilimkar | 2013-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | ARM: another fix for the DMA mapping checks | Russell King | 2013-12-10 | 1 | -51/+40 | |
* | | | | | | | | | | Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-12-14 | 3 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ARC: [perf] Fix a few thinkos | Vineet Gupta | 2013-11-28 | 1 | -2/+2 | |
| * | | | | | | | | | | ARC: Add guard macro to uapi/asm/unistd.h | Vineet Gupta | 2013-11-25 | 1 | -0/+5 | |
| * | | | | | | | | | | ARC: extable: Enable sorting at build time | Vineet Gupta | 2013-11-25 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-12-13 | 3 | -55/+24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376) | Gleb Natapov | 2013-12-12 | 1 | -1/+4 | |
| * | | | | | | | | | | KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) | Andy Honig | 2013-12-12 | 3 | -53/+18 | |
| * | | | | | | | | | | KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) | Andy Honig | 2013-12-12 | 1 | -1/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-12-13 | 24 | -149/+403 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | ARM: sun6i: dt: Fix interrupt trigger types | Maxime Ripard | 2013-12-12 | 1 | -12/+15 | |
| * | | | | | | | | | ARM: sun7i: dt: Fix interrupt trigger types | Maxime Ripard | 2013-12-12 | 1 | -21/+21 | |
| * | | | | | | | | | ARM: tegra: add missing break to fuse initialization code | Stephen Warren | 2013-12-12 | 1 | -0/+2 | |
| * | | | | | | | | | ARM: pxa: prevent PXA270 occasional reboot freezes | Sergei Ianovich | 2013-12-12 | 1 | -1/+7 | |
| * | | | | | | | | | ARM: pxa: tosa: fix keys mapping | Dmitry Eremin-Solenikov | 2013-12-12 | 1 | -51/+51 | |
| * | | | | | | | | | ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detected | Nishanth Menon | 2013-12-10 | 2 | -0/+25 | |
| * | | | | | | | | | Merge tag 'for-v3.13-rc/hwmod-fixes-a' of git://git.kernel.org/pub/scm/linux/... | Kevin Hilman | 2013-12-10 | 4 | -31/+52 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ARM: OMAP2+: hwmod: Fix usage of invalid iclk / oclk when clock node is not p... | Nishanth Menon | 2013-12-09 | 1 | -0/+2 | |
| | * | | | | | | | | | ARM: OMAP3: hwmod data: Don't prevent RESET of USB Host module | Roger Quadros | 2013-12-09 | 1 | -10/+3 | |
| | * | | | | | | | | | ARM: OMAP2+: hwmod: Fix SOFTRESET logic | Roger Quadros | 2013-12-09 | 1 | -1/+42 | |
| | * | | | | | | | | | ARM: OMAP4+: hwmod data: Don't prevent RESET of USB Host module | Roger Quadros | 2013-12-09 | 2 | -20/+5 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel.... | Kevin Hilman | 2013-12-10 | 97 | -662/+738 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ARM: dts: Fix booting for secure omaps | Tony Lindgren | 2013-12-07 | 4 | -2/+34 | |
| | * | | | | | | | | | ARM: OMAP2+: Fix the machine entry for am3517 | Nishanth Menon | 2013-12-06 | 2 | -3/+21 | |
| | * | | | | | | | | | ARM: dts: Fix missing entries for am3517 | Tony Lindgren | 2013-12-06 | 1 | -0/+63 | |
| | * | | | | | | | | | ARM: OMAP2+: Fix overwriting hwmod data with data from device tree | Tony Lindgren | 2013-12-06 | 1 | -20/+78 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'davinci-fixes-for-v3.13-rc3' of git://git.kernel.org/pub/scm/linux... | Olof Johansson | 2013-12-04 | 5 | -4/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ARM: davinci: Fix McASP mem resource names | Peter Ujfalusi | 2013-12-04 | 5 | -4/+7 | |
| | | |/ / / / / / / | | |/| | | | | | | |