summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86: kernel/setup_32.c: unexport machine_idAdrian Bunk2007-10-301-3/+0
| * | | | x86 gart: rename symbols only used for the GART implementationJoerg Roedel2007-10-305-19/+20
| * | | | x86 gart: make some variables and functions staticJoerg Roedel2007-10-301-4/+4
| * | | | x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2007-10-3011-16/+16
| * | | | x86 gart: rename iommu.h to gart.hJoerg Roedel2007-10-3012-12/+41
| * | | | x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin2007-10-302-10/+10
* | | | | sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2Balbir Singh2007-10-303-2/+4
|/ / / /
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-2956-514/+773
|\ \ \ \
| * | | | [MIPS] tb0219: Update copyright message.Ralf Baechle2007-10-291-1/+1
| * | | | [MIPS] MT: Fix bug in multithreaded kernels.Ralf Baechle2007-10-291-3/+18
| * | | | [MIPS] Alchemy: Remove CONFIG_TS_AU1X00_ADS7846 from defconfigs.Ralf Baechle2007-10-298-8/+0
| * | | | Author: Ralf Baechle <ralf@linux-mips.org>Ralf Baechle2007-10-293-3/+3
| * | | | [MIPS] sb1250: Enable GenBus IDE in defconfig.Maciej W. Rozycki2007-10-291-1/+1
| * | | | [MIPS] vmlinux.ld.S: correctly indent .data sectionFranck Bui-Huu2007-10-291-15/+17
| * | | | [MIPS] c-r3k: Implement flush_cache_range()Maciej W. Rozycki2007-10-291-28/+32
| * | | | [MIPS] Store sign-extend register values for PTRACE_GETREGSAtsushi Nemoto2007-10-292-11/+11
| * | | | [MIPS] Alchemy: Register platform devicesFlorian Fainelli2007-10-292-0/+87
| * | | | [MIPS] Add len and addr validation for MAP_FIXED mappings.David Daney2007-10-291-2/+7
| * | | | [MIPS] IRIX: Fix off-by-one error in signal compat code.Ralf Baechle2007-10-291-2/+6
| * | | | [MIPS] time: Replace plat_timer_setup with modern APIs.Ralf Baechle2007-10-294-67/+63
| * | | | [MIPS] time: Fix cut'n'paste bug in Sibyte clockevent driver.Ralf Baechle2007-10-292-2/+2
| * | | | [MIPS] time: Make c0_compare_int_usable fasterAtsushi Nemoto2007-10-291-4/+10
| * | | | [MIPS] time: Fix cevt-r4k.c for 64-bit kernelAtsushi Nemoto2007-10-291-2/+2
| * | | | [MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq().Ralf Baechle2007-10-294-54/+0
| * | | | [MIPS] txx9tmr clockevent/clocksource driverAtsushi Nemoto2007-10-2912-145/+273
| * | | | [MIPS] Add mips_hpt_frequency check to mips_clockevent_init().Yoichi Yuasa2007-10-291-1/+1
| * | | | [MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle2007-10-292-52/+80
| * | | | [MIPS] IP27: Fix slice logic to work for arbitrary number of slices.Ralf Baechle2007-10-291-4/+7
| * | | | [MIPS] SNI: Convert a20r timer to clockevent device.Ralf Baechle2007-10-291-16/+64
| * | | | [MIPS] time: Merge eXcite plat_timer_setup into plat_time_init.Ralf Baechle2007-10-291-11/+10
| * | | | [MIPS] time: Merge lasat plat_timer_setup into plat_time_init.Ralf Baechle2007-10-291-5/+2
| * | | | [MIPS] time: Remove wrppmc's definition of plat_timer_setup.Ralf Baechle2007-10-291-6/+0
| * | | | [MIPS] time: Cause platform definitions of plat_timer_setup to cause error.Ralf Baechle2007-10-291-5/+12
| * | | | [MIPS] time: Remove declaration of plat_timer_setup, there is no caller.Ralf Baechle2007-10-291-1/+0
| * | | | [MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.Ralf Baechle2007-10-291-1/+1
| * | | | [MIPS] vpe: Use p_paddr instead of p_vaddr loader.Ralf Baechle2007-10-291-2/+2
| * | | | [MIPS] Cleanup random difference between the lmo and kernel.org tree.Ralf Baechle2007-10-291-1/+1
| * | | | [MIPS] time: set clock before clockevent_delta2ns() in GT641xx.Yoichi Yuasa2007-10-291-1/+1
| * | | | [MIPS] time: Use non-interrupt locks in GT641xx clockevent driverYoichi Yuasa2007-10-291-6/+4
| * | | | [MIPS] Alchemy: micro-optimizatize time code.Ralf Baechle2007-10-291-7/+2
| * | | | [MIPS] Alchemy: Nuke homebrew setup_irq(), it's broken and unnecessary.Ralf Baechle2007-10-292-34/+9
| * | | | [MIPS] SMTC: Allow control over TC assignment to vpe0.Kevin D. Kissell2007-10-291-13/+44
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-295-23/+54
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sched: fix style in kernel/sched.cIngo Molnar2007-10-291-9/+9
| * | | | sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar2007-10-291-1/+1
| * | | | sched: report CPU usage in CFS cgroup directoriesPaul Menage2007-10-291-5/+33
| * | | | sched: move rcu_head to task_group structSrivatsa Vaddagiri2007-10-291-4/+4
| * | | | sched: fix incorrect assumption that cpu 0 existsJames Bottomley2007-10-291-2/+2
| * | | | sched: keep utime/stime monotonicPeter Zijlstra2007-10-293-1/+4
| * | | | sched: make kernel/sched.c:account_guest_time() staticAdrian Bunk2007-10-291-1/+1