| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 26 | -365/+561 |
|\ |
|
| * | x86/tlb: Fix build warning and crash when building for !SMP | Alex Shi | 2012-07-20 | 1 | -2/+2 |
| * | x86/tlb: do flush_tlb_kernel_range by 'invlpg' | Alex Shi | 2012-06-27 | 2 | -6/+37 |
| * | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR | Alex Shi | 2012-06-27 | 5 | -306/+47 |
| * | x86/tlb: enable tlb flush range support for x86 | Alex Shi | 2012-06-27 | 3 | -70/+68 |
| * | mm/mmu_gather: enable tlb flush range in generic mmu_gather | Alex Shi | 2012-06-27 | 2 | -0/+11 |
| * | x86/tlb: add tlb_flushall_shift knob into debugfs | Alex Shi | 2012-06-27 | 2 | -0/+70 |
| * | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 2012-06-27 | 5 | -7/+53 |
| * | x86/tlb: fall back to flush all when meet a THP large page | Alex Shi | 2012-06-27 | 1 | -0/+34 |
| * | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range | Alex Shi | 2012-06-27 | 8 | -49/+114 |
| * | x86/tlb_info: get last level TLB entry number of CPU | Alex Shi | 2012-06-27 | 4 | -0/+183 |
| * | x86: Add read_mostly declaration/definition to variables from smp.h | Vlad Zolotarov | 2012-06-14 | 5 | -17/+17 |
| * | x86: Define early read-mostly per-cpu macros | Ido Yariv | 2012-06-14 | 1 | -0/+17 |
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-26 | 10 | -115/+199 |
|\ \ |
|
| * | | x86, efi: Handover Protocol | Matt Fleming | 2012-07-20 | 6 | -79/+185 |
| * | | x86-64/efi: Use EFI to deal with platform wall clock | Jan Beulich | 2012-06-06 | 4 | -36/+14 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git... | Linus Torvalds | 2012-07-26 | 2 | -7/+2 |
|\ \ \ \ |
|
| | * | | | x86, cpufeature: Add the RDSEED and ADX features | H. Peter Anvin | 2012-07-20 | 1 | -0/+2 |
| * | | | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead code | Paul Bolle | 2012-06-20 | 1 | -7/+0 |
* | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-07-26 | 5 | -27/+44 |
|\ \ \ \ \ |
|
| * | | | | | x86, doc: Assign a bootloader ID for "Minimal Linux Bootloader" | H. Peter Anvin | 2012-07-23 | 1 | -1/+4 |
| * | | | | | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik | 2012-07-21 | 2 | -2/+7 |
| * | | | | | x86, boot: Exclude early_serial_console.c if can't use it. | Joe Millenbach | 2012-07-21 | 2 | -0/+14 |
| * | | | | | x86, boot: Removed unused debug flag and set code | Joe Millenbach | 2012-07-21 | 1 | -4/+0 |
| * | | | | | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach | 2012-07-21 | 2 | -15/+14 |
| * | | | | | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach | 2012-07-21 | 2 | -3/+4 |
| * | | | | | x86, boot: Wrap debug printing in a new debug_putstr function | Joe Millenbach | 2012-07-21 | 1 | -8/+10 |
| * | | | | | x86, boot: Removed quiet flag and switched quiet output to debug flag | Joe Millenbach | 2012-07-21 | 1 | -6/+3 |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-07-26 | 9 | -146/+291 |
|\ \ \ \ \ \ |
|
| * | | | | | | sched: Fix race in task_group() | Peter Zijlstra | 2012-07-24 | 4 | -16/+33 |
| * | | | | | | sched: Improve balance_cpu() to consider other cpus in its group as target of... | Srivatsa Vaddagiri | 2012-07-24 | 1 | -4/+74 |
| * | | | | | | sched: Reset loop counters if all tasks are pinned and we need to redo load b... | Prashanth Nageshappa | 2012-07-24 | 1 | -1/+4 |
| * | | | | | | sched: Reorder 'struct lb_env' members to reduce its size | Prashanth Nageshappa | 2012-07-24 | 1 | -1/+1 |
| * | | | | | | sched: Improve scalability via 'CPU buddies', which withstand random perturba... | Mike Galbraith | 2012-07-24 | 3 | -22/+46 |
| * | | | | | | cpusets: Remove/update outdated comments | Srivatsa S. Bhat | 2012-07-24 | 1 | -4/+3 |
| * | | | | | | cpusets, hotplug: Restructure functions that are invoked during hotplug | Srivatsa S. Bhat | 2012-07-24 | 3 | -31/+65 |
| * | | | | | | cpusets, hotplug: Implement cpuset tree traversal in a helper function | Srivatsa S. Bhat | 2012-07-24 | 1 | -9/+27 |
| * | | | | | | CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume | Srivatsa S. Bhat | 2012-07-24 | 2 | -4/+39 |
| * | | | | | | sched/x86: Remove broken power estimation | Peter Zijlstra | 2012-07-24 | 2 | -56/+1 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-07-26 | 68 | -1842/+14289 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | crypto: twofish-avx - remove useless instruction | Johannes Goetzfried | 2012-07-11 | 1 | -1/+0 |
| * | | | | | | | crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors | Horia Geanta | 2012-07-11 | 2 | -0/+870 |
| * | | | | | | | crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithms | Horia Geanta | 2012-07-11 | 2 | -1/+166 |
| * | | | | | | | crypto: talitos - export the talitos_submit function | Horia Geanta | 2012-07-11 | 2 | -5/+12 |
| * | | | | | | | crypto: talitos - move talitos structures to header file | Horia Geanta | 2012-07-11 | 2 | -111/+111 |
| * | | | | | | | crypto: atmel - add new tests to tcrypt | Nicolas Royer | 2012-07-11 | 1 | -5/+45 |
| * | | | | | | | crypto: atmel - add Atmel SHA1/SHA256 driver | Nicolas Royer | 2012-07-11 | 4 | -0/+1173 |
| * | | | | | | | crypto: atmel - add Atmel DES/TDES driver | Nicolas Royer | 2012-07-11 | 4 | -0/+1321 |
| * | | | | | | | crypto: atmel - add Atmel AES driver | Nicolas Royer | 2012-07-11 | 4 | -0/+1286 |
| * | | | | | | | ARM: AT91SAM9G45: add crypto peripherals | Nicolas Royer | 2012-07-11 | 4 | -1/+164 |