Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | x86/espfix/xen: Fix allocation of pages for paravirt page tables | Boris Ostrovsky | 1 | -3/+2 |
2014-08-07 | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski | 3 | -21/+11 |
2014-08-07 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 4 | -5/+43 |
2014-08-07 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 3 | -2/+6 |
2014-08-07 | x86, espfix: Fix broken header guard | H. Peter Anvin | 1 | -1/+1 |
2014-08-07 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 3 | -3/+19 |
2014-08-07 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 8 | -26/+318 |
2014-08-07 | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 2 | -11/+1 |
2014-08-07 | ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout | Konstantin Khlebnikov | 1 | -0/+7 |
2014-07-31 | x86/efi: Include a .bss section within the PE/COFF headers | Michael Brown | 2 | -11/+52 |
2014-07-31 | s390/ptrace: fix PSW mask check | Martin Schwidefsky | 1 | -2/+7 |
2014-07-31 | x86_32, entry: Store badsys error code in %eax | Sven Wegener | 1 | -4/+5 |
2014-07-31 | parisc: Remove SA_RESTORER define | John David Anglin | 1 | -2/+0 |
2014-07-28 | ARC: Implement ptrace(PTRACE_GET_THREAD_AREA) | Anton Kolesov | 2 | -0/+5 |
2014-07-28 | locking/mutex: Disable optimistic spinning on some architectures | Peter Zijlstra | 5 | -0/+5 |
2014-07-28 | perf/x86/intel: ignore CondChgd bit to avoid false NMI handling | HATAYAMA Daisuke | 1 | -0/+9 |
2014-07-17 | x86, ioremap: Speed up check for RAM pages | Roland Dreier | 1 | -7/+19 |
2014-07-17 | Score: Modify the Makefile of Score, remove -mlong-calls for compiling | Lennox Wu | 1 | -2/+2 |
2014-07-17 | Score: The commit is for compiling successfully. | Lennox Wu | 5 | -6/+8 |
2014-07-17 | Score: Implement the function csum_ipv6_magic | Lennox Wu | 1 | -42/+51 |
2014-07-17 | score: normalize global variables exported by vmlinux.lds | Jiang Liu | 1 | -0/+1 |
2014-07-17 | arm64: implement TASK_SIZE_OF | Colin Cross | 1 | -0/+2 |
2014-07-17 | crypto: sha512_ssse3 - fix byte count to bit count conversion | Jussi Kivilinna | 1 | -1/+1 |
2014-07-17 | powerpc/perf: Clear MMCR2 when enabling PMU | Joel Stanley | 1 | -0/+3 |
2014-07-17 | powerpc/perf: Add PPMU_ARCH_207S define | Joel Stanley | 3 | -3/+3 |
2014-07-17 | powerpc/perf: Never program book3s PMCs with values >= 0x80000000 | Anton Blanchard | 1 | -1/+16 |
2014-07-17 | parisc: add serial ports of C8000/1GHz machine to hardware database | Helge Deller | 1 | -1/+2 |
2014-07-09 | arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error | Chen Gang | 1 | -0/+1 |
2014-07-09 | KVM: x86: preserve the high 32-bits of the PAT register | Paolo Bonzini | 1 | -1/+1 |
2014-07-09 | KVM: x86: Increase the number of fixed MTRR regs to 10 | Nadav Amit | 1 | -1/+1 |
2014-07-09 | arm64: Bug fix in stack alignment exception | ChiaHao | 1 | -1/+0 |
2014-07-09 | ARM: OMAP2+: Fix parser-bug in platform muxing code | David R. Piegdon | 1 | -2/+4 |
2014-07-06 | ptrace,x86: force IRET path after a ptrace_stop() | Tejun Heo | 1 | -0/+16 |
2014-07-06 | MIPS: KVM: Fix memory leak on VCPU | Deng-Cheng Zhu | 1 | -0/+1 |
2014-07-06 | MIPS: KVM: Remove redundant NULL checks before kfree() | James Hogan | 1 | -9/+3 |
2014-07-06 | powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category support | Benjamin Herrenschmidt | 2 | -1/+3 |
2014-07-06 | powerpc: fix typo 'CONFIG_PPC_CPU' | Paul Bolle | 1 | -1/+1 |
2014-07-06 | powerpc: fix typo 'CONFIG_PMAC' | Paul Bolle | 1 | -1/+1 |
2014-07-06 | powerpc: 64bit sendfile is capped at 2GB | Anton Blanchard | 1 | -1/+1 |
2014-07-06 | powerpc/pseries: Fix overwritten PE state | Gavin Shan | 1 | -0/+1 |
2014-07-06 | MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region | Markos Chandras | 1 | -1/+1 |
2014-06-30 | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) | Andy Lutomirski | 1 | -2/+8 |
2014-06-30 | x86, x32: Use compat shims for io_{setup,submit} | Mike Frysinger | 1 | -2/+4 |
2014-06-30 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 1 | -5/+0 |
2014-06-30 | ARM: 8037/1: mm: support big-endian page tables | Jianguo Wu | 1 | -5/+13 |
2014-06-30 | ARM: stacktrace: avoid listing stacktrace functions in stacktrace | Russell King | 1 | -5/+13 |
2014-06-30 | s390/lowcore: reserve 96 bytes for IRB in lowcore | Christian Borntraeger | 1 | -5/+6 |
2014-06-30 | arm64: ptrace: change fs when passing kernel pointer to regset code | Will Deacon | 1 | -0/+4 |
2014-06-30 | ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP | Paul Bolle | 4 | -4/+4 |
2014-06-26 | MIPS: KVM: Allocate at least 16KB for exception handlers | James Hogan | 1 | -1/+1 |