| Commit message (Expand) | Author | Age | Files | Lines |
* | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-24 | 3 | -7/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 24 | -547/+142 |
|\ |
|
| * | x86: convert to ksignal | Al Viro | 2013-02-14 | 3 | -85/+74 |
| * | burying unused conditionals | Al Viro | 2013-02-14 | 3 | -7/+0 |
| * | x86: switch to generic old sigaction | Al Viro | 2013-02-03 | 11 | -148/+6 |
| * | x86: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 | 6 | -89/+3 |
| * | x86: switch to generic compat sched_rr_get_interval() | Al Viro | 2013-02-03 | 3 | -21/+1 |
| * | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 | 7 | -21/+3 |
| * | x86: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 | 5 | -18/+3 |
| * | x86: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 | 5 | -27/+3 |
| * | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 2013-02-03 | 5 | -32/+8 |
| * | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 | 9 | -55/+23 |
| * | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-03 | 7 | -24/+17 |
| * | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() | Al Viro | 2013-02-03 | 1 | -1/+0 |
| * | consolidate kernel-side struct sigaction declarations | Al Viro | 2013-02-03 | 2 | -9/+5 |
| * | consolidate declarations of k_sigaction | Al Viro | 2013-02-03 | 2 | -9/+0 |
| * | sanitize rt_sigaction() situation a bit | Al Viro | 2013-02-03 | 1 | -5/+0 |
* | | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2013-02-23 | 9 | -39/+581 |
|\ \ |
|
| * | | acpi, memory-hotplug: support getting hotplug info from SRAT | Tang Chen | 2013-02-23 | 1 | -5/+66 |
| * | | acpi, memory-hotplug: extend movablemem_map ranges to the end of node | Tang Chen | 2013-02-23 | 1 | -3/+61 |
| * | | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 2013-02-23 | 2 | -6/+13 |
| * | | x86: get pg_data_t's memory from other node | Yasuaki Ishimatsu | 2013-02-23 | 1 | -3/+2 |
| * | | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 2013-02-23 | 2 | -4/+4 |
| * | | cpu_hotplug: clear apicid to node when the cpu is hotremoved | Wen Congyang | 2013-02-23 | 2 | -1/+5 |
| * | | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 2013-02-23 | 1 | -0/+8 |
| * | | memory-hotplug: remove page table of x86_64 architecture | Tang Chen | 2013-02-23 | 1 | -0/+10 |
| * | | memory-hotplug: common APIs to support page tables hot-remove | Wen Congyang | 2013-02-23 | 3 | -22/+330 |
| * | | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 2013-02-23 | 1 | -0/+60 |
| * | | memory-hotplug: introduce new arch_remove_memory() for removing page table | Wen Congyang | 2013-02-23 | 2 | -0/+27 |
* | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-22 | 15 | -183/+1258 |
|\ \ \ |
|
| * | | | x86/Kconfig: Make early microcode loading a configuration feature | Fenghua Yu | 2013-01-31 | 1 | -0/+18 |
| * | | | x86/mm/init.c: Copy ucode from initrd image to kernel memory | Fenghua Yu | 2013-01-31 | 1 | -0/+10 |
| * | | | x86/head64.c: Early update ucode in 64-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+6 |
| * | | | x86/head_32.S: Early update ucode in 32-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+11 |
| * | | | x86/microcode_intel_early.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 | 1 | -0/+796 |
| * | | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled() | Fenghua Yu | 2013-01-31 | 1 | -6/+12 |
| * | | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 | 1 | -0/+174 |
| * | | | x86/microcode_core_early.c: Define interfaces for early loading ucode | Fenghua Yu | 2013-01-31 | 2 | -0/+90 |
| * | | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP | Fenghua Yu | 2013-01-31 | 1 | -0/+8 |
| * | | | x86/common.c: Make have_cpuid_p() a global function | Fenghua Yu | 2013-01-31 | 2 | -6/+11 |
| * | | | x86/microcode_intel.h: Define functions and macros for early loading ucode | Fenghua Yu | 2013-01-31 | 4 | -171/+122 |
* | | | | x86-64, xen, mmu: Provide an early version of write_cr3. | Konrad Rzeszutek Wilk | 2013-02-22 | 1 | -5/+39 |
* | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 | 3 | -8/+3 |
| |/ /
|/| | |
|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 62 | -1192/+1384 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 | 45 | -886/+1241 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 29 | -287/+199 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | * | | | x86, 64bit, mm: hibernate use generic mapping_init | Yinghai Lu | 2013-01-29 | 1 | -44/+22 |
| | * | | | x86, 64bit, mm: Mark data/bss/brk to nx | Yinghai Lu | 2013-01-29 | 1 | -3/+4 |
| | * | | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 3 | -18/+9 |
| | * | | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-29 | 1 | -2/+40 |