summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky2009-11-051-29/+33
| * | | | time: Remove xtime_cachejohn stultz2009-10-052-24/+4
| * | | | time: Implement logarithmic time accumulationjohn stultz2009-10-052-29/+60
* | | | | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-088-43/+199
|\ \ \ \ \
| * | | | | x86: hpet: Make WARN_ON understandableThomas Gleixner2009-11-271-4/+15
| * | | | | x86: arch specific support for remapping HPET MSIsSuresh Siddha2009-08-274-11/+47
| * | | | | intr-remap: generic support for remapping HPET MSIsSuresh Siddha2009-08-274-4/+104
| * | | | | x86, hpet: Simplify the HPET codeJan Beulich2009-08-212-23/+24
| * | | | | x86, hpet: Disable per-cpu hpet timer if ARAT is supportedShaohua Li2009-08-121-2/+10
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-12-0821-911/+1033
|\ \ \ \ \ \
| * | | | | | hwrng: core - Prevent too-small buffer sizesIan Molton2009-12-031-1/+2
| * | | | | | hwrng: virtio-rng - Convert to new APIIan Molton2009-12-011-51/+27
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2009-12-015250-144024/+371385
| |\ \ \ \ \ \
| * | | | | | | hwrng: core - Replace u32 in driver API with byte arrayIan Molton2009-12-012-45/+69
| * | | | | | | crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput2009-11-231-28/+28
| * | | | | | | crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song2009-11-232-0/+24
| * | | | | | | crypto: ghash-clmulni-intel - Put proper .data section in placeJiri Kosina2009-11-231-0/+2
| * | | | | | | crypto: ghash-clmulni-intel - Use gas macro for PCLMULQDQ-NI and PSHUFBHuang Ying2009-11-231-19/+10
| * | | | | | | crypto: aesni-intel - Use gas macro for AES-NI instructionsHuang Ying2009-11-231-344/+173
| * | | | | | | x86: Generate .byte code for some new instructions via gas macroHuang Ying2009-11-091-0/+150
| * | | | | | | crypto: ghash-intel - Fix irq_fpu_usable usageHuang Ying2009-11-031-4/+4
| * | | | | | | crypto: ghash-intel - Add PSHUFB macrosHerbert Xu2009-11-032-5/+13
| * | | | | | | crypto: ghash-intel - Hard-code pshufbHerbert Xu2009-11-011-6/+12
| * | | | | | | crypto: ghash-intel - Fix building failure on x86_32Huang Ying2009-10-271-0/+1
| * | | | | | | crypto: testmgr - Fix warningFelipe Contreras2009-10-271-1/+1
| * | | | | | | crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin2009-10-271-3/+0
| * | | | | | | crypto: hash - Remove cra_u.{digest,hash}Benjamin Gilbert2009-10-191-27/+0
| * | | | | | | crypto: api - Remove digest case from procfs show handlerBenjamin Gilbert2009-10-191-7/+0
| * | | | | | | crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert2009-10-193-424/+0
| * | | | | | | crypto: ansi_cprng - Add FIPS wrapperNeil Horman2009-10-191-9/+70
| * | | | | | | crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-197-0/+510
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-12-082-45/+112
|\ \ \ \ \ \ \ \
| * | | | | | | | [WATCHDOG] iTCO_wdt.c - cleanup chipset documentationWim Van Sebroeck2009-12-041-44/+17
| * | | | | | | | [WATCHDOG] iTCO_wdt: Add support for Intel Ibex PeakSeth Heasley2009-12-041-1/+12
| * | | | | | | | [WATCHDOG] CPUFREQ: S3C24XX Watchdog frequency scaling support.Ben Dooks2009-12-041-3/+86
* | | | | | | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-082-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpumask: Use modern cpumask style in XenRusty Russell2009-11-042-2/+2
* | | | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-089-51/+69
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: UV RTC: Always enable RTC clocksourceDimitri Sivanich2009-11-231-11/+6
| * | | | | | | | | | x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich2009-10-149-25/+25
| * | | | | | | | | | x86: UV RTC: Clean up error handlingDimitri Sivanich2009-10-141-8/+13
| * | | | | | | | | | x86: UV RTC: Add clocksource only boot optionDimitri Sivanich2009-10-141-5/+18
| * | | | | | | | | | x86: UV RTC: Fix early expiry handlingDimitri Sivanich2009-10-141-12/+17
* | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-085-5/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, mce: don't restart timer if disabledHidetoshi Seto2009-12-021-2/+4
| * | | | | | | | | | | x86: Use -maccumulate-outgoing-args for sane mcount prologuesThomas Gleixner2009-11-281-2/+3
| * | | | | | | | | | | x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckageThomas Gleixner2009-11-201-0/+6
| * | | | | | | | | | | x86: AMD Northbridge: Verify NB's node is onlinePrarit Bhargava2009-11-161-1/+8
| * | | | | | | | | | | x86 VSDO: Fix Kconfig helpRandy Dunlap2009-11-111-1/+1
| * | | | | | | | | | | x86: Fix typo in Intel CPU cache size descriptorDave Jones2009-11-101-1/+1
OpenPOWER on IntegriCloud