| Commit message (Expand) | Author | Files | Lines |
2007-05-12 | libata-acpi: clean up parameters and misc stuff | Tejun Heo | 3 | -100/+98 |
2007-05-12 | libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/ | Tejun Heo | 4 | -16/+16 |
2007-05-12 | libata: give devices one last chance even if recovery failed with -EINVAL | Tejun Heo | 1 | -5/+1 |
2007-05-12 | libata: fallback to the other IDENTIFY on device error, take#2 | Tejun Heo | 1 | -1/+21 |
2007-05-12 | libata: ignore EH scheduling during initialization | Tejun Heo | 3 | -0/+6 |
2007-05-12 | libata: clean up SFF init mess | Tejun Heo | 43 | -315/+313 |
2007-05-12 | libata: implement libata.spindown_compat | Tejun Heo | 4 | -1/+53 |
2007-05-12 | libata: reimplement suspend/resume support using sdev->manage_start_stop | Tejun Heo | 45 | -575/+14 |
2007-05-11 | x86_64: Don't call mtrr_bp_init from identify_cpu | Andi Kleen | 2 | -3/+2 |
2007-05-11 | x86_64: off-by-two error in aperture.c | Andrew Hastings | 3 | -3/+3 |
2007-05-11 | i386: Fix compilation of verify_cpu.S on old binutils | Andi Kleen | 1 | -1/+3 |
2007-05-11 | further UTF-8 fixes and name correction | David Woodhouse | 3 | -4/+4 |
2007-05-11 | Fix wrong identifier name in Documentation/kref.txt | Satyam Sharma | 1 | -1/+1 |
2007-05-11 | [IA64] Quicklist support for IA64 | Christoph Lameter | 5 | -119/+22 |
2007-05-11 | [IA64] fix Kprobes reentrancy | Anil S Keshavamurthy | 2 | -5/+11 |
2007-05-11 | [IA64] SN: validate smp_affinity mask on intr redirect | John Keller | 3 | -0/+24 |
2007-05-11 | Input: evdev - fix overflow in compat_ioctl | Kenichi Nagai | 1 | -1/+1 |
2007-05-11 | Convert SGI IP22 and specific drivers to platform_device. | Ralf Baechle | 6 | -191/+376 |
2007-05-11 | md: improve the is_mddev_idle test | NeilBrown | 1 | -1/+1 |
2007-05-11 | VIDEO: remove archaic if[] construct from Kconfig file | Robert P. J. Day | 1 | -7/+0 |
2007-05-11 | pm2fb: fb_sync added | Antonino A. Daplas | 1 | -17/+21 |
2007-05-11 | nvidiafb: Enable debugging messages a Kconfig option | Jean Delvare | 2 | -2/+10 |
2007-05-11 | rivafb: Fix I2C getscl callback function | Jean Delvare | 1 | -2/+0 |
2007-05-11 | atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver | Nicolas Ferre | 4 | -0/+965 |
2007-05-11 | pm3fb: Preliminary 2.4 to 2.6 port | Krzysztof Helt | 3 | -3417/+683 |
2007-05-11 | fbdev: geforce 7300 cleanup | Michal Piotrowski | 1 | -1/+3 |
2007-05-11 | epoll cleanups: epoll remove static pre-declarations and akpm-ize the code | Davide Libenzi | 1 | -548/+486 |
2007-05-11 | epoll cleanups: epoll no module | Davide Libenzi | 1 | -13/+1 |
2007-05-11 | epoll: use anonymous inodes | Davide Libenzi | 1 | -169/+3 |
2007-05-11 | signal/timer/event: KAIO eventfd support example | Davide Libenzi | 3 | -3/+49 |
2007-05-11 | signal/timer/event: eventfd wire up x86 arches | Davide Libenzi | 4 | -1/+6 |
2007-05-11 | signal/timer/event: eventfd core | Davide Libenzi | 6 | -0/+270 |
2007-05-11 | signal/timer/event: timerfd compat code | Davide Libenzi | 3 | -4/+32 |
2007-05-11 | signal/timer/event: timerfd wire up x86 arches | Davide Libenzi | 4 | -1/+6 |
2007-05-11 | signal/timer/event: timerfd core | Davide Libenzi | 6 | -0/+258 |
2007-05-11 | signal/timer/event: signalfd compat code | Davide Libenzi | 1 | -0/+26 |
2007-05-11 | signal/timer/event: signalfd wire up x86 arches | Davide Libenzi | 4 | -1/+6 |
2007-05-11 | signal/timer/event: signalfd core | Davide Libenzi | 14 | -7/+508 |
2007-05-11 | signal/timer/event fds: anonymous inode source | Davide Libenzi | 5 | -0/+228 |
2007-05-11 | Don't init pgrp and __session in INIT_SIGNALS | Sukadev Bhattiprolu | 1 | -2/+2 |
2007-05-11 | Replace pid_t in autofs with struct pid reference | Sukadev Bhattiprolu | 3 | -8/+22 |
2007-05-11 | Fix some coding-style errors in autofs | Sukadev Bhattiprolu | 4 | -70/+70 |
2007-05-11 | Kill unused sesssion and group values in rocket driver | Sukadev Bhattiprolu | 2 | -5/+0 |
2007-05-11 | Use task_pgrp() task_session() in copy_process() | Sukadev Bhattiprolu | 1 | -6/+3 |
2007-05-11 | Use struct pid parameter in copy_process() | Sukadev Bhattiprolu | 1 | -5/+6 |
2007-05-11 | Explicitly set pgid and sid of init process | Sukadev Bhattiprolu | 1 | -0/+1 |
2007-05-11 | statically initialize struct pid for swapper | Sukadev Bhattiprolu | 3 | -0/+31 |
2007-05-11 | attach_pid() with struct pid parameter | Sukadev Bhattiprolu | 6 | -13/+18 |
2007-05-11 | rtc-rs5c313.c: add error handling to avoid hardware hangup | kogiidena | 1 | -1/+18 |
2007-05-11 | rtc-rs5c313.c: rtc_time value are fixed | kogiidena | 1 | -1/+2 |