Age | Commit message (Expand) | Author | Files | Lines |
2007-07-16 | COBALT: remove all references to Cobalt NVRAM | Robert P. J. Day | 1 | -191/+1 |
2007-07-16 | Audit: add TTY input auditing | Miloslav Trmac | 4 | -5/+375 |
2007-07-16 | intel-rng: undo mess made by an 80 column extremist | Alan Cox | 1 | -6/+4 |
2007-07-16 | undeprecate raw driver | Dave Jones | 1 | -5/+4 |
2007-07-16 | remove sonypi_camera_command() | Adrian Bunk | 1 | -47/+0 |
2007-07-16 | Kernel utf-8 handling | Jan Engelhardt | 3 | -22/+130 |
2007-07-16 | Char: ip2, use msleep for sleeping | Jiri Slaby | 1 | -43/+1 |
2007-07-16 | Char: n_r3964, use wait_event_interruptible | Jiri Slaby | 1 | -12/+2 |
2007-07-16 | Char: genrtc, use wait_event_interruptible | Jiri Slaby | 1 | -17/+5 |
2007-07-16 | Char: tty_ioctl, little whitespace cleanup | Jiri Slaby | 1 | -4/+3 |
2007-07-16 | Char: tty_ioctl, use wait_event_interruptible_timeout | Jiri Slaby | 1 | -18/+3 |
2007-07-16 | Char: mxser_new, fix sparse warning | Jiri Slaby | 1 | -1/+1 |
2007-07-16 | tty_io: Use kzalloc | Jean Delvare | 1 | -8/+3 |
2007-07-16 | Char: n_hdlc, allow RESTARTSYS retval of tty write | Jiri Slaby | 1 | -1/+6 |
2007-07-16 | RTC: Ratelimit "lost interrupts" message | Ben Collins | 1 | -1/+2 |
2007-07-16 | rocket.c: fix unchecked mutex_lock_interruptible() | Satyam Sharma | 1 | -1/+2 |
2007-07-16 | Make /proc/misc use seq_list_xxx helpers | Pavel Emelianov | 1 | -15/+3 |
2007-07-16 | Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t... | Alan Cox | 4 | -19/+37 |
2007-07-16 | Use menuconfig objects II - TPM | Jan Engelhardt | 1 | -10/+8 |
2007-07-16 | Use menuconfig objects II - IPMI | Jan Engelhardt | 1 | -10/+5 |
2007-07-16 | mspec_mmap: don't set VM_LOCKED | Hugh Dickins | 1 | -1/+1 |
2007-07-13 | [CHAR] Delete leftovers of old Alchemy UART driver | Ralf Baechle | 1 | -14/+0 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 1 | -1/+1 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2 | -7/+3 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -10/+0 |
2007-07-12 | [MIPS] Don't use genrtc. | Ralf Baechle | 1 | -1/+1 |
2007-07-12 | [MIPS] Separate platform_device registration for VR41xx GPIO | Yoichi Yuasa | 1 | -98/+34 |
2007-07-12 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -10/+0 |
2007-07-12 | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2 | -7/+3 |
2007-07-11 | sx: switch subven and subid values | Jiri Slaby | 1 | -2/+2 |
2007-07-11 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 1 | -0/+7 |
2007-07-11 | Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2007-07-10 | [MIPS] Hook for platforms to define cachability of /dev/mem regions | Ralf Baechle | 1 | -0/+7 |
2007-07-10 | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 1 | -1/+1 |
2007-07-10 | Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGE | Hans de Goede | 1 | -2/+2 |
2007-07-10 | [AGPGART] Hand off AGP maintainence. | Dave Jones | 1 | -1/+1 |
2007-06-27 | Add support SiS based XGI chips to SiS DRM. | Ian Romanick | 2 | -4/+6 |
2007-06-24 | Char: stallion, fix oops during init with ISA cards | Ingo Korb | 1 | -3/+4 |
2007-06-24 | console UTF-8 fixes (fix) | Egmont Koblinger | 1 | -5/+13 |
2007-06-21 | [AGPGART] intel_agp: don't load if no IGD and AGP port | Wang Zhenyu | 1 | -16/+19 |
2007-06-17 | random: fix output buffer folding | Matt Mackall | 1 | -1/+1 |
2007-06-17 | tty: restore locked ioctl file op | Paul Fulghum | 1 | -4/+10 |
2007-06-16 | fix radeon setparam on 32/64 systems, harder. | David Woodhouse | 1 | -0/+5 |
2007-06-15 | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 5 | -18/+110 |
2007-06-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 1 | -46/+51 |
2007-06-15 | [AGPGART] intel_agp: fix device probe | Wang Zhenyu | 1 | -46/+51 |
2007-06-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2 | -307/+275 |
2007-06-10 | drm: fix radeon setparam on 32/64 bit systems. | Dave Airlie | 1 | -0/+26 |
2007-06-10 | drm/i915: Add support for the G33, Q33, and Q35 chipsets. | Wang Zhenyu | 4 | -17/+80 |
2007-06-10 | i915: add new pciids for 945GME, 965GME/GLE | Wang Zhenyu | 2 | -1/+4 |