Age | Commit message (Expand) | Author | Files | Lines |
2014-11-05 | MIPS: ZBOOT: add missing <linux/string.h> include | Aurelien Jarno | 1 | -0/+1 |
2014-11-05 | KVM: s390: Fix user triggerable bug in dead code | Christian Borntraeger | 1 | -10/+0 |
2014-09-14 | microblaze: Fix makefile to work with latest toolchain | Michal Simek | 1 | -1/+1 |
2014-09-14 | x86/espfix/xen: Fix allocation of pages for paravirt page tables | Boris Ostrovsky | 1 | -3/+2 |
2014-09-14 | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski | 3 | -24/+11 |
2014-09-14 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 4 | -5/+43 |
2014-09-14 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 3 | -2/+6 |
2014-09-14 | x86, espfix: Fix broken header guard | H. Peter Anvin | 1 | -1/+1 |
2014-09-14 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 3 | -3/+19 |
2014-09-14 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 8 | -26/+318 |
2014-09-14 | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 2 | -11/+1 |
2014-09-14 | sparc: use asm-generic version of types.h | Sam Ravnborg | 2 | -23/+1 |
2014-09-14 | arch/sparc/math-emu/math_32.c: drop stray break operator | Andrey Utkin | 1 | -1/+1 |
2014-09-14 | sparc64: ldc_connect() should not return EINVAL when handshake is in progress. | Sowmini Varadhan | 1 | -1/+1 |
2014-09-14 | sparc64: Guard against flushing openfirmware mappings. | David S. Miller | 2 | -10/+25 |
2014-09-14 | sparc64: Do not insert non-valid PTEs into the TSB hash table. | David S. Miller | 1 | -0/+4 |
2014-09-14 | sparc64: Add membar to Niagara2 memcpy code. | David S. Miller | 1 | -0/+1 |
2014-09-14 | sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus. | David S. Miller | 2 | -3/+17 |
2014-09-14 | sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr... | David S. Miller | 1 | -15/+1 |
2014-09-14 | sparc64: Fix top-level fault handling bugs. | David S. Miller | 1 | -32/+54 |
2014-09-14 | sparc64: Handle 32-bit tasks properly in compute_effective_address(). | David S. Miller | 1 | -3/+9 |
2014-09-14 | sparc64: Make itc_sync_lock raw | Kirill Tkhai | 1 | -3/+3 |
2014-09-14 | sparc64: Fix argument sign extension for compat_sys_futex(). | David S. Miller | 1 | -1/+1 |
2014-09-14 | openrisc: include export.h for EXPORT_SYMBOL | Jonas Bonn | 2 | -0/+2 |
2014-09-14 | MIPS: Fix accessing to per-cpu data when flushing the cache | Ralf Baechle | 1 | -0/+5 |
2014-09-14 | MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total() | Florian Fainelli | 1 | -5/+0 |
2014-09-14 | openrisc: add missing header inclusion | Stefan Kristiansson | 1 | -0/+1 |
2014-09-14 | ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strex | Mark Rutland | 1 | -14/+15 |
2014-09-14 | ARM: 8128/1: abort: don't clear the exclusive monitors | Mark Rutland | 2 | -12/+0 |
2014-09-14 | MIPS: OCTEON: make get_system_type() thread-safe | Aaro Koskinen | 1 | -5/+13 |
2014-09-14 | powerpc/mm: Use read barrier when creating real_pte | Aneesh Kumar K.V | 1 | -5/+27 |
2014-09-14 | powerpc: Fix build errors STRICT_MM_TYPECHECKS | Aneesh Kumar K.V | 3 | -5/+5 |
2014-09-14 | x86/xen: resume timer irqs early | David Vrabel | 1 | -1/+1 |
2014-09-14 | s390/locking: Reenable optimistic spinning | Christian Borntraeger | 1 | -0/+1 |
2014-09-14 | powerpc/mm/numa: Fix break placement | Andrey Utkin | 1 | -1/+1 |
2014-09-14 | ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case. | Jeremy Vial | 1 | -1/+2 |
2014-09-14 | MIPS: GIC: Prevent array overrun | Jeffrey Deans | 1 | -2/+4 |
2014-09-14 | MIPS: Prevent user from setting FCSR cause bits | Paul Burton | 1 | -1/+2 |
2014-09-14 | MIPS: tlbex: Fix a missing statement for HUGETLB | Huacai Chen | 1 | -0/+1 |
2014-09-14 | x86: don't exclude low BIOS area when allocating address space for non-PCI cards | Christoph Schulz | 2 | -3/+9 |
2014-09-14 | KVM: x86: Inter-privilege level ret emulation is not implemeneted | Nadav Amit | 1 | -0/+4 |
2014-08-06 | x86_32, entry: Store badsys error code in %eax | Sven Wegener | 1 | -4/+5 |
2014-08-06 | ARM: 7670/1: fix the memset fix | Nicolas Pitre | 1 | -20/+13 |
2014-08-06 | ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza... | Ivan Djelic | 1 | -41/+44 |
2014-08-06 | x86, ioremap: Speed up check for RAM pages | Roland Dreier | 1 | -7/+19 |
2014-08-06 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 1 | -5/+0 |
2014-08-06 | score: normalize global variables exported by vmlinux.lds | Jiang Liu | 1 | -0/+1 |
2014-08-06 | alpha: add io{read,write}{16,32}be functions | Michael Cree | 1 | -0/+5 |
2014-08-06 | score: Add missing #include <linux/export.h> | Ben Hutchings | 2 | -0/+2 |
2014-08-06 | Score: The commit is for compiling successfully. The modifications include: 1... | Lennox Wu | 4 | -4/+6 |