summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-2626-365/+561
|\
| * x86/tlb: Fix build warning and crash when building for !SMPAlex Shi2012-07-201-2/+2
| * x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-272-6/+37
| * x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-275-306/+47
| * x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-273-70/+68
| * mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi2012-06-272-0/+11
| * x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-272-0/+70
| * x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-275-7/+53
| * x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-271-0/+34
| * x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-278-49/+114
| * x86/tlb_info: get last level TLB entry number of CPUAlex Shi2012-06-274-0/+183
| * x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-145-17/+17
| * x86: Define early read-mostly per-cpu macrosIdo Yariv2012-06-141-0/+17
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-2610-115/+199
|\ \
| * | x86, efi: Handover ProtocolMatt Fleming2012-07-206-79/+185
| * | x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-064-36/+14
| | |
| \ \
*-. \ \ Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git...Linus Torvalds2012-07-262-7/+2
|\ \ \ \
| | * | | x86, cpufeature: Add the RDSEED and ADX featuresH. Peter Anvin2012-07-201-0/+2
| * | | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead codePaul Bolle2012-06-201-7/+0
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-265-27/+44
|\ \ \ \ \
| * | | | | x86, doc: Assign a bootloader ID for "Minimal Linux Bootloader"H. Peter Anvin2012-07-231-1/+4
| * | | | | x86, boot: Exclude cmdline.c if you can't use itGokul Caushik2012-07-212-2/+7
| * | | | | x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach2012-07-212-0/+14
| * | | | | x86, boot: Removed unused debug flag and set codeJoe Millenbach2012-07-211-4/+0
| * | | | | x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach2012-07-212-15/+14
| * | | | | x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach2012-07-212-3/+4
| * | | | | x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach2012-07-211-8/+10
| * | | | | x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach2012-07-211-6/+3
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-269-146/+291
|\ \ \ \ \ \
| * | | | | | sched: Fix race in task_group()Peter Zijlstra2012-07-244-16/+33
| * | | | | | sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri2012-07-241-4/+74
| * | | | | | sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa2012-07-241-1/+4
| * | | | | | sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa2012-07-241-1/+1
| * | | | | | sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-243-22/+46
| * | | | | | cpusets: Remove/update outdated commentsSrivatsa S. Bhat2012-07-241-4/+3
| * | | | | | cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat2012-07-243-31/+65
| * | | | | | cpusets, hotplug: Implement cpuset tree traversal in a helper functionSrivatsa S. Bhat2012-07-241-9/+27
| * | | | | | CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-07-242-4/+39
| * | | | | | sched/x86: Remove broken power estimationPeter Zijlstra2012-07-242-56/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-2668-1842/+14289
|\ \ \ \ \ \ \
| * | | | | | | crypto: twofish-avx - remove useless instructionJohannes Goetzfried2012-07-111-1/+0
| * | | | | | | crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectorsHoria Geanta2012-07-112-0/+870
| * | | | | | | crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta2012-07-112-1/+166
| * | | | | | | crypto: talitos - export the talitos_submit functionHoria Geanta2012-07-112-5/+12
| * | | | | | | crypto: talitos - move talitos structures to header fileHoria Geanta2012-07-112-111/+111
| * | | | | | | crypto: atmel - add new tests to tcryptNicolas Royer2012-07-111-5/+45
| * | | | | | | crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer2012-07-114-0/+1173
| * | | | | | | crypto: atmel - add Atmel DES/TDES driverNicolas Royer2012-07-114-0/+1321
| * | | | | | | crypto: atmel - add Atmel AES driverNicolas Royer2012-07-114-0/+1286
| * | | | | | | ARM: AT91SAM9G45: add crypto peripheralsNicolas Royer2012-07-114-1/+164
OpenPOWER on IntegriCloud