aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-12[CPUFREQ] Longhaul - Add support for CN400Rafał Bilski1-1/+5
2006-12-12[CPUFREQ] Longhaul - fix 200MHz FSBRafał Bilski1-1/+1
2006-12-12[CPUFREQ] p4-clockmod: fix support for CoreDominik Brodowski2-10/+8
2006-12-12[CPUFREQ] Fix git URL.Dave Jones1-1/+1
2006-12-12[CPUFREQ] Fix the bug in duplicate freq elimination code in acpi-cpufreqVenkatesh Pallipadi1-1/+1
2006-12-12[CPUFREQ] speedstep-centrino should ignore upper performance control bitsGary Hade1-3/+5
2006-12-12[CPUFREQ] Optimize gx-suspmod revision ID fetchingJean Delvare1-3/+1
2006-12-12Fix inotify maintainers entryCal Peake1-2/+4
2006-12-12Fix typo in new debug options.Dave Jones1-1/+1
2006-12-12Jon needs a new shift key.Dave Jones1-1/+1
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day1-2/+1
2006-12-12configfs.h: Remove dead macro definitions.Robert P. J. Day1-25/+0
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day14-49/+49
2006-12-12e100: replace kmalloc with kcallocYan Burman1-2/+1
2006-12-12um: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-12fix typo in net/ipv4/ip_fragment.cPeter Zijlstra1-1/+1
2006-12-12[PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystemNicolas Pitre6-8/+13
2006-12-12include/linux/compiler.h: reject gcc 3 < gcc 3.2Alistair John Strachan1-1/+1
2006-12-12Kconfig: fix spelling error in config KALLSYMS help textJesper Juhl1-1/+1
2006-12-12Remove duplicate "have to" in commentRolf Eike Beer1-1/+1
2006-12-12Fix small typo in drivers/serial/icom.cThomas Hisch1-1/+1
2006-12-12Use consistent casing in help messageSamuel Tardieu1-2/+2
2006-12-12EXT{2,3,4}_FS: remove outdated part of the help textJan Engelhardt1-9/+3
2006-12-12[PATCH] netpoll: fix netpoll lockupIngo Molnar1-2/+7
2006-12-12[PATCH] net, 8139too.c: fix netpoll deadlockIngo Molnar1-2/+3
2006-12-12[PATCH] lockdep: fix seqlock_init()Ingo Molnar1-2/+5
2006-12-12V4L/DVB (4954): Fix: On ia64, i2c adap->inb/adap->outb are wrongly evaluatedMauro Carvalho Chehab1-5/+9
2006-12-12[PATCH] remove unnecessary blk_queue_bounce in SG_IOFUJITA Tomonori1-7/+0
2006-12-12[PATCH] fix SG_IO bio leakFUJITA Tomonori1-0/+3
2006-12-12[PATCH] remove blk_queue_activity_fnBoaz Harrosh4-23/+0
2006-12-12[MIPS] paging_init(): use highend_pfn/highstart_pfnFranck Bui-Huu1-9/+8
2006-12-12[MIPS] Malta: Resurrect MTD support for onboard flash.Ralf Baechle3-41/+80
2006-12-12[MIPS] Discard .exit.text and .exit.data at runtime.Ralf Baechle1-2/+4
2006-12-12[MIPS] IP27: Don't drag <asm/sn/arch.h> into topology.h.Ralf Baechle1-1/+0
2006-12-12[MIPS] IP27: Move definition of nic_t to its sole user.Ralf Baechle2-1/+2
2006-12-12[MIPS] IP27: Don't include <asm/sn/arch.h>.Ralf Baechle1-2/+0
2006-12-12[MIPS] compat.h uses struct pt_regs so needs to include ptrace.h.Ralf Baechle1-0/+1
2006-12-11[NETPOLL]: Fix local_bh_enable() warning.Andrew Morton1-2/+4
2006-12-12sh: Fixup SH-2 BUG() trap handling.Yoshinori Sato1-18/+14
2006-12-12sh: Use early_param() for earlyprintk parsing.Paul Mundt2-31/+16
2006-12-12sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.Paul Mundt3-3/+6
2006-12-12sh: Fixup .data.page_aligned.Paul Mundt1-1/+1
2006-12-12sh: Hook up SH7722 scif ipr interrupts.Paul Mundt1-0/+4
2006-12-12sh: Fixup sh_bios() trap handling.Paul Mundt1-2/+13
2006-12-12sh: SH-MobileR SH7722 CPU support.Paul Mundt22-20/+284
2006-12-12sh: Fixup dma_cache_sync() callers.Paul Mundt1-5/+5
2006-12-12sh: Convert remaining remap_area_pages() users to ioremap_page_range().Paul Mundt2-4/+5
2006-12-12sh: Fixup kernel_execve() for syscall cleanups.Paul Mundt1-0/+6
2006-12-12sh: Fix get_wchan().Paul Mundt1-2/+3
2006-12-12sh: BUG() handling through trapa vector.Paul Mundt3-9/+89