Age | Commit message (Expand) | Author | Files | Lines |
2008-04-29 | ide: skip "VLB sync" if host uses MMIO | Bartlomiej Zolnierkiewicz | 1 | -10/+10 |
2008-04-29 | ide: add ide_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 5 | -33/+24 |
2008-04-29 | ide: remove ->INW and ->OUTW methods | Bartlomiej Zolnierkiewicz | 5 | -47/+3 |
2008-04-29 | ide: use IDE I/O helpers directly in ide_tf_{load,read}() | Bartlomiej Zolnierkiewicz | 1 | -27/+56 |
2008-04-29 | ns87415: add ->tf_read method | Bartlomiej Zolnierkiewicz | 1 | -0/+44 |
2008-04-29 | scc_pata: add ->tf_{load,read} methods | Bartlomiej Zolnierkiewicz | 1 | -0/+87 |
2008-04-29 | ide-h8300: add ->tf_{load,read} methods | Bartlomiej Zolnierkiewicz | 1 | -0/+88 |
2008-04-29 | ide-cris: add ->tf_{load,read} methods | Bartlomiej Zolnierkiewicz | 1 | -0/+87 |
2008-04-29 | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 5 | -9/+14 |
2008-04-29 | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz | 3 | -88/+88 |
2008-04-29 | ide: factor out debugging code from ide_tf_load() | Bartlomiej Zolnierkiewicz | 3 | -12/+20 |
2008-04-29 | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 6 | -18/+17 |
2008-04-29 | ide-{floppy,tape,scsi}: 400ns delay is required after executing the command | Bartlomiej Zolnierkiewicz | 3 | -0/+3 |
2008-04-29 | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 6 | -9/+14 |
2008-04-29 | siimage: remove proc_reports_siimage() | Bartlomiej Zolnierkiewicz | 1 | -25/+8 |
2008-04-29 | siimage: add sil_* I/O ops | Bartlomiej Zolnierkiewicz | 1 | -159/+140 |
2008-04-29 | siimage: do clocking register posting earlier in setup_mmio_siimage() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-04-29 | ide: remove ->INS{W,L} and ->OUTS{W,L} methods | Bartlomiej Zolnierkiewicz | 5 | -81/+48 |
2008-04-29 | ide: add IDE_HFLAG_MMIO host flag (take 2) | Bartlomiej Zolnierkiewicz | 9 | -2/+12 |
2008-04-29 | ide-h8300: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 1 | -0/+15 |
2008-04-29 | au1xxx-ide: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 1 | -0/+14 |
2008-04-29 | scc_pata: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 1 | -0/+35 |
2008-04-29 | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 12 | -172/+113 |
2008-04-29 | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 8 | -36/+98 |
2008-04-29 | ide: fix au1xxx-ide breakage | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-04-29 | ptrace: conditionalize compat_ptrace_request | Roland McGrath | 1 | -5/+2 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 5 | -214/+318 |
2008-04-29 | kconfig: add named choice group | Roman Zippel | 6 | -223/+206 |
2008-04-29 | kconfig: fix choice dependency check | Roman Zippel | 1 | -18/+76 |
2008-04-29 | kconifg: 'select' considered less evil | Matthew Wilcox | 1 | -8/+9 |
2008-04-29 | dontdiff: ignore timeconst.h | Ben Dooks | 1 | -0/+1 |
2008-04-29 | dontdiff: add modules.order | Ben Dooks | 1 | -0/+1 |
2008-04-29 | kbuild: fix unportability in gen_initramfs_list.sh | Felix Fietkau | 1 | -1/+1 |
2008-04-29 | x86_64 vDSO: use initdata | Roland McGrath | 2 | -7/+9 |
2008-04-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 4 | -87/+88 |
2008-04-29 | kbuild: fix help output to show correct arch | Andres Salomon | 1 | -2/+2 |
2008-04-29 | mm/memory_hotplug.c must #include "internal.h" | Adrian Bunk | 1 | -0/+2 |
2008-04-29 | kbuild: show defconfig subdirs in make help | Segher Boessenkool | 1 | -1/+22 |
2008-04-29 | kconfig: reversed borderlines in inputbox | Roel Kluin | 1 | -1/+1 |
2008-04-29 | hrtimer: raise softirq unlocked to avoid circular lock dependency | Thomas Gleixner | 1 | -2/+17 |
2008-04-28 | [CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our ... | Venkatesh Pallipadi | 1 | -0/+10 |
2008-04-28 | [CPUFREQ] change cpu freq tables to per_cpu variables | Mike Travis | 1 | -14/+16 |
2008-04-28 | [CPUFREQ] fix show_trans_table | Cesar Eduardo Barros | 1 | -1/+5 |
2008-04-28 | [CPUFREQ] Warn when cpufreq_register_notifier called before pure initcalls | Cesar Eduardo Barros | 1 | -0/+4 |
2008-04-28 | [CPUFREQ] Refactor locking in cpufreq_add_dev | Dave Jones | 1 | -23/+11 |
2008-04-28 | [CPUFREQ] more CodingStyle | Dave Jones | 1 | -30/+29 |
2008-04-28 | [CPUFREQ] CodingStyle | Dave Jones | 1 | -5/+5 |
2008-04-28 | [CPUFREQ] Slightly shorten the error paths of cpufreq_suspend/cpufreq_resume | Dave Jones | 1 | -14/+8 |
2008-04-28 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 157 | -2221/+4102 |
2008-04-28 | x86: Fix 32-bit MSI-X allocation leakage | PJ Waskiewicz | 1 | -0/+1 |