Linus Torvalds 6a306e8b4c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 17 years ago
..
cpufreq 8122c6cea0 [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core 17 years ago
.gitignore c5d07d6ccc [IA64] Add gate.lds to list of files ignored by Git 17 years ago
Makefile 539d517ad1 [IA64] Itanium MC Error Injection Tool: Makefile changes 18 years ago
acpi-ext.c b197ba3c70 Pull acpi_os_free into release branch 19 years ago
acpi-processor.c 3abbd337c6 ACPI: Set _PSD ACPI_PDC_SMP_T_SWCOORD 17 years ago
acpi.c a733a5da97 Merge branches 'release' and 'fluff' into release 17 years ago
asm-offsets.c 0aa366f351 [IA64] Convert to generic timekeeping/clocksource 18 years ago
audit.c e54dc2431d [PATCH] audit signal recipients 18 years ago
brl_emu.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
crash.c 2010d7fe78 [IA64] Fix kernel hangup in kdump on INIT 17 years ago
crash_dump.c 8a697d0a4c [IA64] kexec: Minor enhancement to includes in crash.c 18 years ago
cyclone.c 6aa8b04975 cyclone.c: silly use of volatile, __iomem fixes 18 years ago
efi.c f00c2d36bf [IA64] ia64_set_psr should use srlz.i 17 years ago
efi_stub.S 6588473490 [IA64] make efi_stub.S fit in 80 cols 19 years ago
entry.S ad9e39c70f [IA64] Wire up timerfd_{create,settime,gettime} syscalls 17 years ago
entry.h 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
err_inject.c 8ee4dc393b [IA64] typo s/kenrel/kernel/ 18 years ago
esi.c 2ab561a116 [IA64] esi-support 19 years ago
esi_stub.S 2ab561a116 [IA64] esi-support 19 years ago
fsys.S 0aa366f351 [IA64] Convert to generic timekeeping/clocksource 18 years ago
fsyscall_gtod_data.h acffc84ad9 [IA64] generalize attribute of fsyscall_gtod_data 17 years ago
gate-data.S 1da177e4c3 Linux-2.6.12-rc2 20 years ago
gate.S c6255e9865 [IA64] Stop bit for brl instruction 18 years ago
gate.lds.S 1f0abae878 [IA64] increase .data.patch offset 17 years ago
head.S 091062284c [IA64] Remove assembler warnings on head.S 17 years ago
ia64_ksyms.c a7d57ecf42 [IA64] Export three symbols for module use 17 years ago
init_task.c 4e950f6f01 Remove fs.h from mm.h 18 years ago
iosapic.c aa0ebec9cf [IA64] Fix iosapic interrupt delivery mode for CPE 17 years ago
irq.c ddd6fc7923 [IA64] Clean up /proc/interrupts output 17 years ago
irq_ia64.c 373167e80c [IA64] Remove compiler warinings about uninitialized variable in irq_ia64.c 17 years ago
irq_lsapic.c 72fdbdce3d [IA64] spelling fixes: arch/ia64/ 18 years ago
ivt.S 00b65985fb [IA64] relax per-cpu TLB requirement to DTC 18 years ago
jprobes.S 08ed38b680 [IA64] enable trap code on slot 1 18 years ago
kprobes.c 97075c4b3b [IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64 17 years ago
machine_kexec.c 92df5c3e38 vmcoreinfo: fix the configuration dependencies 17 years ago
machvec.c a07ee86205 [IA64] Ensure that machvec is set up takes place before serial console 18 years ago
mca.c 785285fc8b [IA64] Fix large MCA bootmem allocation 17 years ago
mca_asm.S fe77efb8b7 [IA64] mca style cleanup 17 years ago
mca_drv.c fe77efb8b7 [IA64] mca style cleanup 17 years ago
mca_drv.h fe77efb8b7 [IA64] mca style cleanup 17 years ago
mca_drv_asm.S fe77efb8b7 [IA64] mca style cleanup 17 years ago
minstate.h 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
module.c 6ddfee0e79 modules: fold percpu_modcopy into module.c 17 years ago
msi_ia64.c 3aff03739c [IA64] Fix incorrect return value from ia64_setup_msi_irq() 17 years ago
numa.c a406c3664e [PATCH] cpumask: export node_to_cpu_mask consistently 19 years ago
pal.S 4d5a31977c [IA64] reformat pal.S to fit in 80 columns, fix typos 18 years ago
palinfo.c b8de471f37 [IA64] Update printing of feature set bits 17 years ago
patch.c adb34022eb [IA64] Clean-up McKinley Errata message 17 years ago
perfmon.c 5aa92ffda1 [IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUME 17 years ago
perfmon_default_smpl.c 19c5870c0e Use helpers to obtain task pid in printks (arch code) 17 years ago
perfmon_generic.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
perfmon_itanium.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
perfmon_mckinley.h 72fdbdce3d [IA64] spelling fixes: arch/ia64/ 18 years ago
perfmon_montecito.h d61b49c1aa [IA64] sparse cleanups 18 years ago
process.c 427639354f [IA64] Simplify cpu_idle_wait 17 years ago
ptrace.c aa91a2e900 [IA64] Synchronize RBS on PTRACE_ATTACH 17 years ago
relocate_kernel.S 9d1d4cc89f [IA64] Removal of percpu TR cleanup in kexec code 18 years ago
sal.c a7d57ecf42 [IA64] Export three symbols for module use 17 years ago
salinfo.c db6a5cef7f [IA64] tree-wide: Misc __cpu{initdata, init, exit} annotations 17 years ago
semaphore.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
setup.c a23fe55e13 [IA64] constify function pointer tables 17 years ago
sigframe.h 4a177cbf84 [IA64] Add TIF_RESTORE_SIGMASK 18 years ago
signal.c 2018df76d2 [IA64] signal: remove redundant code in setup_sigcontext() 17 years ago
smp.c 8a2d869305 [IA64] Allow smp_call_function_single() to current cpu 18 years ago
smpboot.c 6b2fb3c658 idle_regs() must be __cpuinit 17 years ago
sys_ia64.c e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
time.c 3eb056764d time: fix typo in comments 17 years ago
topology.c 38a382ae5d Kobject: convert arch/* from kobject_unregister() to kobject_put() 17 years ago
traps.c 620de2f5dc [IA64] honor notify_die() returning NOTIFY_STOP 17 years ago
unaligned.c 620de2f5dc [IA64] honor notify_die() returning NOTIFY_STOP 17 years ago
uncached.c 285fbd6633 [IA64] make flush_tlb_kernel_range() an inline function 17 years ago
unwind.c 66fa9b107e [IA64] Correct unwind validation code 18 years ago
unwind_decoder.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
unwind_i.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
vmlinux.lds.S 01ba2bdc6b all archs: consolidate init and exit sections in vmlinux.lds.h 17 years ago