Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -1/+0 |
2013-03-04 | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 1 | -2/+2 |
2013-03-04 | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 1 | -8/+0 |
2013-03-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2013-02-28 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+8 |
2013-02-27 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+24 |
2013-02-26 | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+3 |
2013-02-25 | Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -0/+5 |
2013-02-25 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -13/+33 |
2013-02-24 | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -1/+0 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -61/+12 |
2013-02-24 | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2 | -2/+3 |
2013-02-24 | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 1 | -2/+2 |
2013-02-24 | memory-hotplug: common APIs to support page tables hot-remove | Wen Congyang | 1 | -0/+1 |
2013-02-23 | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -6/+119 |
2013-02-23 | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 1 | -2/+0 |
2013-02-22 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 18 | -106/+111 |
2013-02-20 | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -17/+8 |
2013-02-20 | xen: event channel arrays are xen_ulong_t and not unsigned long | Ian Campbell | 1 | -0/+3 |
2013-02-20 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2 | -1/+24 |
2013-02-20 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -366/+1174 |
2013-02-20 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+18 |
2013-02-20 | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+6 |
2013-02-20 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+38 |
2013-02-20 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -619/+534 |
2013-02-20 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -42/+95 |
2013-02-20 | xen: introduce xen_remap, use it instead of ioremap | Stefano Stabellini | 1 | -0/+2 |
2013-02-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -3/+13 |
2013-02-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Rafael J. Wysocki | 2 | -13/+8 |
2013-02-18 | Merge branch 'misc' into release | Len Brown | 1 | -12/+6 |
2013-02-16 | perf/x86/amd: Enable northbridge performance counters on AMD family 15h | Jacob Shin | 2 | -0/+11 |
2013-02-15 | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 13 | -42/+67 |
2013-02-14 | x86: convert to ksignal | Al Viro | 1 | -2/+3 |
2013-02-14 | burying unused conditionals | Al Viro | 1 | -2/+0 |
2013-02-14 | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() | Satoru Takeuchi | 1 | -1/+8 |
2013-02-13 | x86/mm: Check if PUD is large when validating a kernel address | Mel Gorman | 1 | -0/+5 |
2013-02-13 | X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts | K. Y. Srinivasan | 2 | -2/+6 |
2013-02-13 | Merge tag 'v3.8-rc7' into x86/asm | H. Peter Anvin | 2 | -1/+2 |
2013-02-13 | x86, doc: Clarify the use of asm("%edx") in uaccess.h | H. Peter Anvin | 1 | -1/+8 |
2013-02-13 | tracing/syscalls: Allow archs to ignore tracing compat syscalls | Steven Rostedt | 2 | -1/+24 |
2013-02-13 | x86, mm: Redesign get_user with a __builtin_choose_expr hack | H. Peter Anvin | 1 | -43/+14 |
2013-02-12 | x86, mm: Use a bitfield to mask nuisance get_user() warnings | H. Peter Anvin | 1 | -11/+9 |
2013-02-12 | x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3 | Mike Travis | 1 | -2479/+1 |
2013-02-12 | x86, uv, uv3: Update Hub Info for SGI UV3 | Mike Travis | 1 | -8/+36 |
2013-02-12 | x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3) | Mike Travis | 1 | -108/+3366 |
2013-02-11 | Merge branch 'acpica' | Rafael J. Wysocki | 1 | -4/+0 |
2013-02-10 | x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag | Len Brown | 1 | -10/+0 |
2013-02-10 | x86 idle: remove mwait_idle() and "idle=mwait" cmdline param | Len Brown | 1 | -1/+1 |
2013-02-10 | xen idle: make xen-specific macro xen-specific | Len Brown | 1 | -1/+5 |
2013-02-09 | intel_idle: remove assumption of one C-state per MWAIT flag | Len Brown | 1 | -0/+2 |