| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk... | Linus Torvalds | 2008-01-25 | 33 | -505/+3529 |
|\ |
|
| * | [AVR32] extint: Set initial irq type to low level | Haavard Skinnemoen | 2008-01-25 | 1 | -3/+3 |
| * | [AVR32] extint: change set_irq_type() handling | David Brownell | 2008-01-25 | 1 | -11/+7 |
| * | [AVR32] NMI debugging | Haavard Skinnemoen | 2008-01-25 | 7 | -10/+155 |
| * | [AVR32] constify function pointer tables | Jan Engelhardt | 2008-01-25 | 2 | -2/+2 |
| * | [AVR32] ATNGW100: Update defconfig | Haavard Skinnemoen | 2008-01-25 | 1 | -151/+262 |
| * | [AVR32] ATSTK1002: Update defconfig | Haavard Skinnemoen | 2008-01-25 | 1 | -150/+483 |
| * | [AVR32] Kconfig: Choose daughterboard instead of CPU | Haavard Skinnemoen | 2008-01-25 | 2 | -24/+28 |
| * | [AVR32] Add support for ATSTK1003 and ATSTK1004 | Haavard Skinnemoen | 2008-01-25 | 8 | -20/+1975 |
| * | [AVR32] Clean up external DAC setup code | Haavard Skinnemoen | 2008-01-25 | 2 | -16/+17 |
| * | [AVR32] ATSTK1000: Move gpio-leds setup to setup.c | Haavard Skinnemoen | 2008-01-25 | 4 | -66/+72 |
| * | [AVR32] Add support for AT32AP7001 and AT32AP7002 | Haavard Skinnemoen | 2008-01-25 | 8 | -21/+51 |
| * | [AVR32] Provide more CPU information in /proc/cpuinfo and dmesg | Haavard Skinnemoen | 2008-01-25 | 1 | -26/+68 |
| * | [AVR32] Oprofile support | Haavard Skinnemoen | 2008-01-25 | 4 | -0/+247 |
| * | [AVR32] Include instrumentation menu | Haavard Skinnemoen | 2008-01-25 | 2 | -10/+2 |
| * | [AVR32] Enable debugging only when needed | Haavard Skinnemoen | 2008-01-25 | 5 | -9/+171 |
| * | [AVR32] Remove redundant try_to_freeze() call from do_signal() | Haavard Skinnemoen | 2008-01-25 | 1 | -7/+0 |
| * | [AVR32] Drop GFP_COMP for DMA memory allocations | Haavard Skinnemoen | 2008-01-25 | 1 | -0/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-01-25 | 12 | -1063/+2509 |
|\ \ |
|
| * | | [CRYPTO] twofish: Merge common glue code | Sebastian Siewior | 2008-01-14 | 3 | -103/+6 |
| * | | [CRYPTO] salsa20: Add x86-64 assembly version | Tan Swee Heng | 2008-01-11 | 3 | -0/+924 |
| * | | [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) | Tan Swee Heng | 2008-01-11 | 3 | -0/+1243 |
| * | | [CRYPTO] s390-aes: Use correct encrypt/decrypt function in fallback | Sebastian Siewior | 2008-01-11 | 1 | -8/+2 |
| * | | [CRYPTO] aes_s390: Add fallback driver | Sebastian Siewior | 2008-01-11 | 1 | -21/+205 |
| * | | [CRYPTO] aes-asm: Merge common glue code | Sebastian Siewior | 2008-01-11 | 3 | -77/+20 |
| * | | [CRYPTO] aes-i586: Remove setkey | Sebastian Siewior | 2008-01-11 | 2 | -504/+46 |
| * | | [CRYPTO] aes-x86-64: Remove setkey | Sebastian Siewior | 2008-01-11 | 2 | -313/+37 |
| * | | [CRYPTO] aes: Move common defines into a header file | Sebastian Siewior | 2008-01-11 | 3 | -14/+3 |
* | | | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-24 | 39 | -41/+41 |
* | | | Kobject: convert arch/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-24 | 5 | -16/+14 |
* | | | Kobject: the cris iop_fw_load.c code is broken | Greg Kroah-Hartman | 2008-01-24 | 1 | -0/+11 |
* | | | Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_a... | Greg Kroah-Hartman | 2008-01-24 | 1 | -4/+5 |
* | | | Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create... | Greg Kroah-Hartman | 2008-01-24 | 1 | -10/+9 |
* | | | Kobject: change arch/ia64/kernel/topology.c to use kobject_init_and_add | Greg Kroah-Hartman | 2008-01-24 | 1 | -8/+9 |
* | | | Kobject: change arch/sh/kernel/cpu/sh4/sq.c to use kobject_init_and_add | Greg Kroah-Hartman | 2008-01-24 | 1 | -5/+6 |
* | | | Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and... | Greg Kroah-Hartman | 2008-01-24 | 1 | -8/+7 |
* | | | driver core: make /sys/power a kobject | Greg Kroah-Hartman | 2008-01-24 | 2 | -6/+6 |
* | | | firmware: change firmware_kset to firmware_kobj | Greg Kroah-Hartman | 2008-01-24 | 1 | -4/+4 |
* | | | kset: convert s390 ipl.c to use kset_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -36/+37 |
* | | | kobject: convert s390 ipl.c to kobj_attr interface | Greg Kroah-Hartman | 2008-01-24 | 1 | -32/+48 |
* | | | kobject: convert pseries/power.c to kobj_attr interface | Greg Kroah-Hartman | 2008-01-24 | 1 | -12/+8 |
* | | | kobject: convert arm/mach-omap1/pm.c to kobj_attr interface | Greg Kroah-Hartman | 2008-01-24 | 1 | -14/+8 |
* | | | kset: convert /sys/power to use kset_create | Greg Kroah-Hartman | 2008-01-24 | 2 | -10/+7 |
* | | | kobject: convert s390 hypervisor to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -6/+7 |
* | | | kobject: convert /sys/hypervisor to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | | | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2008-01-24 | 3 | -7/+7 |
* | | | PM: Acquire device locks on suspend | Rafael J. Wysocki | 2008-01-24 | 2 | -6/+6 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-01-24 | 1 | -1/+1 |
|\ \ |
|
| * | | [SPARC64]: Partially revert "Constify function pointer tables." | David S. Miller | 2008-01-23 | 1 | -1/+1 |
* | | | sysctl: kill binary sysctl KERN_PPC_L2CR | Eric W. Biederman | 2008-01-24 | 1 | -1/+0 |
|/ / |
|