| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 13 | -18/+15 |
|\ |
|
| * | m32r: Convert print_symbol to %pSR | Joe Perches | 2013-04-29 | 1 | -4/+2 |
| * | x86 cmpxchg.h: fix wrong comment | Li Zhong | 2013-04-25 | 1 | -1/+1 |
| * | treewide: Fix typo in printk and comments | Masanari Iida | 2013-04-24 | 1 | -1/+1 |
| * | pm44xx: Fix comment for "CONFIG_CPU_IDLE" | Paul Bolle | 2013-03-31 | 1 | -2/+2 |
| * | treewide: Fix typos in printk and comment | Masanari Iida | 2013-03-18 | 4 | -4/+4 |
| * | powerpc: remove cast for kmalloc/kzalloc return value | Zhang Yanfei | 2013-03-18 | 2 | -3/+2 |
| * | ia64: remove cast for kmalloc return value | Zhang Yanfei | 2013-03-18 | 1 | -1/+1 |
| * | arm: remove cast for kzalloc return value | Zhang Yanfei | 2013-03-18 | 1 | -1/+1 |
| * | arm: irq-armada-370-xp: fix comment typo | Marek Belisko | 2013-03-18 | 1 | -1/+1 |
| * | arc: fix incorrect ifdef comment | Paul Bolle | 2013-03-18 | 1 | -1/+1 |
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 5 | -39/+34 |
|\ \ |
|
| * \ | Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 2013-04-19 | 107 | -425/+870 |
| |\ \ |
|
| | * | | amd64_edac: Add Family 16h support | Aravind Gopalakrishnan | 2013-04-19 | 1 | -1/+2 |
| * | | | Merge tag 'please-pull-cmci_rediscover' of git://git.kernel.org/pub/scm/linux... | Ingo Molnar | 2013-04-08 | 82 | -457/+529 |
| |\ \ \ |
|
| | * | | | x86/mce: Rework cmci_rediscover() to play well with CPU hotplug | Srivatsa S. Bhat | 2013-04-02 | 3 | -23/+8 |
| * | | | | x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMD | Boris Ostrovsky | 2013-03-22 | 1 | -7/+15 |
| * | | | | x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helper | Boris Ostrovsky | 2013-03-22 | 1 | -8/+9 |
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 4 | -8/+3 |
|\ \ \ \ \ |
|
| * | | | | | x86/setup: Drop unneeded include <asm/dmi.h> | Jean Delvare | 2013-04-25 | 1 | -1/+0 |
| * | | | | | x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device() | Wei Yongjun | 2013-04-24 | 1 | -3/+1 |
| * | | | | | x86/platform/intel/mrst: Remove cast for kmalloc() return value | Zhang Yanfei | 2013-03-12 | 1 | -2/+1 |
| * | | | | | x86/platform/uv: Replace kmalloc() & memset with kzalloc() | Alexandru Gheorghiu | 2013-03-11 | 1 | -2/+1 |
* | | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-04-30 | 16 | -76/+71 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, wakeup, sleep: Use pvops functions for changing GDT entries | konrad@kernel.org | 2013-04-11 | 1 | -2/+7 |
| * | | | | | | x86, xen, gdt: Remove the pvops variant of store_gdt. | Konrad Rzeszutek Wilk | 2013-04-11 | 7 | -10/+4 |
| * | | | | | | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not needed | Konrad Rzeszutek Wilk | 2013-04-11 | 3 | -6/+0 |
| * | | | | | | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed. | Konrad Rzeszutek Wilk | 2013-04-11 | 2 | -5/+0 |
| * | | | | | | x86: Make Linux guest support optional | Borislav Petkov | 2013-03-04 | 5 | -53/+60 |
| * | | | | | | x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu | Borislav Petkov | 2013-03-04 | 1 | -2/+2 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-04-30 | 9 | -19/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/mm/gart: Drop unnecessary check | Wang YanQing | 2013-04-16 | 1 | -1/+1 |
| * | | | | | | x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_ME... | Tang Chen | 2013-04-15 | 1 | -1/+1 |
| * | | | | | | x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER | Paul Bolle | 2013-04-12 | 1 | -3/+0 |
| * | | | | | | x86/mm/numa: Simplify some bit mangling | Martin Bundgaard | 2013-04-10 | 1 | -2/+1 |
| * | | | | | | x86/mm: Re-enable DEBUG_TLBFLUSH for X86_32 | Paul Bolle | 2013-04-10 | 1 | -1/+1 |
| * | | | | | | x86/mm/cpa: Cleanup split_large_page() and its callee | Borislav Petkov | 2013-04-10 | 2 | -6/+4 |
| * | | | | | | x86: Drop always empty .text..page_aligned section | Jan Beulich | 2013-03-11 | 2 | -5/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-30 | 10 | -305/+660 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF | H. Peter Anvin | 2013-04-16 | 9 | -153/+183 |
| * | | | | | | x86, relocs: Build separate 32/64-bit tools | Kees Cook | 2013-04-16 | 4 | -5/+22 |
| * | | | | | | x86, relocs: Add 64-bit ELF support to relocs tool | Kees Cook | 2013-04-16 | 1 | -6/+261 |
| * | | | | | | x86, relocs: Consolidate processing logic | Kees Cook | 2013-04-16 | 1 | -134/+170 |
| * | | | | | | x86, relocs: Generalize ELF structure names | Kees Cook | 2013-04-16 | 1 | -71/+99 |
| * | | | | | | x86: Use a read-only IDT alias on all CPUs | Kees Cook | 2013-04-11 | 4 | -23/+12 |
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-30 | 3 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86: Constify a few items | Jan Beulich | 2013-03-11 | 3 | -4/+4 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 13 | -75/+80 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, CPU, AMD: Drop useless label | Borislav Petkov | 2013-04-16 | 1 | -6/+3 |
| * | | | | | | | x86, AMD: Correct {rd,wr}msr_amd_safe warnings | Borislav Petkov | 2013-04-16 | 1 | -4/+4 |