| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-06-26 | 3 | -4/+4 |
|\ |
|
| * | kconfig: integrate split config into silentoldconfig | Roman Zippel | 2006-06-09 | 3 | -4/+4 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2006-06-26 | 10 | -91/+110 |
|\ \ |
|
| * | | [CRYPTO] aes: Add wrappers for assembly routines | Herbert Xu | 2006-06-26 | 3 | -8/+28 |
| * | | [CRYPTO] all: Pass tfm instead of ctx to algorithms | Herbert Xu | 2006-06-26 | 10 | -73/+83 |
| * | | [CRYPTO] digest: Remove unnecessary zeroing during init | Herbert Xu | 2006-06-26 | 2 | -12/+12 |
| * | | [CRYPTO] aes-i586: Get rid of useless function wrappers | Herbert Xu | 2006-06-26 | 2 | -19/+8 |
* | | | [PATCH] m68knommu: use configurable RAM setup in start up code | Greg Ungerer | 2006-06-26 | 1 | -72/+10 |
* | | | [PATCH] m68knommu: use configurable RAM setup in linker script | Greg Ungerer | 2006-06-26 | 1 | -154/+6 |
* | | | [PATCH] m68knommu: create configurable RAM setup | Greg Ungerer | 2006-06-26 | 1 | -34/+44 |
* | | | [PATCH] m68knommu: remove unused vars from generic 68328 start code | Greg Ungerer | 2006-06-26 | 1 | -4/+2 |
* | | | [PATCH] m68knommu: remove __ramvec from 68328/pilot start code | Greg Ungerer | 2006-06-26 | 1 | -2/+1 |
* | | | Merge branch 'x86-64' | Linus Torvalds | 2006-06-26 | 79 | -1030/+3326 |
|\ \ \ |
|
| * | | | [PATCH] x86_64: x86_64 stack usage debugging | Eric Sandeen | 2006-06-26 | 1 | -0/+9 |
| * | | | [PATCH] x86_64: (resend) x86_64 stack overflow debugging | Eric Sandeen | 2006-06-26 | 2 | -1/+34 |
| * | | | [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs | Venkatesh Pallipadi | 2006-06-26 | 4 | -6/+153 |
| * | | | [PATCH] x86_64: Avoid broadcasting NMI IPIs | Keith Owens | 2006-06-26 | 1 | -9/+16 |
| * | | | [PATCH] x86_64: fix apic error on bootup | Siddha, Suresh B | 2006-06-26 | 2 | -4/+26 |
| * | | | [PATCH] x86_64: enlarge window for stack growth | Chuck Ebbert | 2006-06-26 | 1 | -2/+4 |
| * | | | [PATCH] x86_64: Minor string functions optimizations | Andi Kleen | 2006-06-26 | 2 | -2/+2 |
| * | | | [PATCH] x86_64: Move export symbols to their C functions | Andi Kleen | 2006-06-26 | 16 | -110/+49 |
| * | | | [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTOR | Keith Owens | 2006-06-26 | 3 | -8/+13 |
| * | | | [PATCH] x86_64: Fix modular pc speaker | Piotr Kaczuba | 2006-06-26 | 1 | -1/+1 |
| * | | | [PATCH] x86_64: remove sys32_ni_syscall() | Adrian Bunk | 2006-06-26 | 2 | -17/+0 |
| * | | | [PATCH] x86_64: Do not use -ffunction-sections for modules | Sergey Vlasov | 2006-06-26 | 1 | -1/+3 |
| * | | | [PATCH] x86_64: adjust kstack_depth_to_print default | Jan Beulich | 2006-06-26 | 1 | -1/+1 |
| * | | | [PATCH] i386/x86-64: adjust /proc/interrupts column headings | Jan Beulich | 2006-06-26 | 2 | -2/+2 |
| * | | | [PATCH] x86_64: Fix fast check in safe_smp_processor_id | Andi Kleen | 2006-06-26 | 1 | -2/+2 |
| * | | | [PATCH] x86_64: x86_64 setup.c - printing cmp related boottime information | Rohit Seth | 2006-06-26 | 1 | -18/+16 |
| * | | | [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status | Andi Kleen | 2006-06-26 | 4 | -12/+11 |
| * | | | [PATCH] x86_64: Remove bogus RED-PEN comment in signal.c | Andi Kleen | 2006-06-26 | 1 | -1/+0 |
| * | | | [PATCH] x86_64: check_addr() cleanups | Andrew Morton | 2006-06-26 | 1 | -3/+6 |
| * | | | [PATCH] x86_64: miscellaneous mm/init.c fixes | Jan Beulich | 2006-06-26 | 1 | -6/+6 |
| * | | | [PATCH] x86_64: Mark mce_amd cpu notifier __cpuinit/__cpuinitdata | Andi Kleen | 2006-06-26 | 1 | -2/+2 |
| * | | | [PATCH] x86_64: mce_amd cleanup | Jacob Shin | 2006-06-26 | 1 | -83/+29 |
| * | | | [PATCH] x86_64: mce_amd support for family 0x10 processors | Jacob Shin | 2006-06-26 | 1 | -74/+288 |
| * | | | [PATCH] x86_64: mce_amd relocate sysfs files | Jacob Shin | 2006-06-26 | 2 | -31/+11 |
| * | | | [PATCH] x86_64: apic support for extended apic interrupt | Jacob Shin | 2006-06-26 | 1 | -6/+4 |
| * | | | [PATCH] x86_64: Move VM86 config into arch/i386/Kconfig | Andi Kleen | 2006-06-26 | 1 | -0/+9 |
| * | | | [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/share | Andi Kleen | 2006-06-26 | 2 | -4/+14 |
| * | | | [PATCH] x86_64: Update copyright in time.c | Vojtech Pavlik | 2006-06-26 | 1 | -1/+1 |
| * | | | [PATCH] x86_64: Explain why HPET T0_CMP register is written twice | Vojtech Pavlik | 2006-06-26 | 1 | -2/+2 |
| * | | | [PATCH] x86_64: Make use of the *PER* constants in time.c | Vojtech Pavlik | 2006-06-26 | 1 | -28/+35 |
| * | | | [PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridges | Vojtech Pavlik | 2006-06-26 | 1 | -14/+0 |
| * | | | [PATCH] x86_64: Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfo | Vojtech Pavlik | 2006-06-26 | 1 | -1/+1 |
| * | | | [PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_box | Vojtech Pavlik | 2006-06-26 | 2 | -6/+5 |
| * | | | [PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86 | Rohit Seth | 2006-06-26 | 4 | -31/+23 |
| * | | | [PATCH] x86_64: Calgary IOMMU - Calgary specific bits | Jon Mason | 2006-06-26 | 5 | -0/+1249 |
| * | | | [PATCH] x86_64: Calgary IOMMU - IOMMU abstractions | Jon Mason | 2006-06-26 | 4 | -18/+36 |
| * | | | [PATCH] x86_64: Calgary IOMMU - introduce iommu_detected | Jon Mason | 2006-06-26 | 4 | -1/+9 |