Age | Commit message (Expand) | Author | Files | Lines |
2007-05-08 | Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarz... | Linus Torvalds | 1 | -25/+15 |
2007-05-08 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2007-05-08 | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 1 | -0/+2 |
2007-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 28 | -702/+1783 |
2007-05-08 | s3fb: updates | Ondrej Zajicek | 1 | -0/+1 |
2007-05-08 | use mutex instead of semaphore in virtual console driver | Matthias Kaehlcke | 1 | -1/+2 |
2007-05-08 | atyfb: halve XCLK with Mobility and 32bit memory | Ville Syrjala | 1 | -0/+1 |
2007-05-08 | fbdev: fbcon: check if mode can handle new screen | Antonino A. Daplas | 1 | -0/+12 |
2007-05-08 | pm2fb: Permedia 2V memory clock setting | Krzysztof Helt | 1 | -0/+4 |
2007-05-08 | fbdev: add tile operation to get the maximum length of the map | Antonino A. Daplas | 1 | -1/+2 |
2007-05-08 | fbcon: font setting should check limitation of driver | Antonino A. Daplas | 1 | -1/+2 |
2007-05-08 | fbdev: advertise limitation of drawing engine | Antonino A. Daplas | 1 | -0/+4 |
2007-05-08 | fbdev: add fb_read/fb_write functions for framebuffers in system RAM | Antonino A. Daplas | 1 | -0/+4 |
2007-05-08 | fbdev: pass struct fb_info to fb_read and fb_write | Antonino A. Daplas | 1 | -2/+4 |
2007-05-08 | fbdev: add drawing functions for framebuffers in system RAM | Antonino A. Daplas | 1 | -0/+6 |
2007-05-08 | vt: add color support to the "underline" and "italic" attributes | Jan Engelhardt | 2 | -1/+4 |
2007-05-08 | tgafb: TURBOchannel support | Maciej W. Rozycki | 1 | -3/+44 |
2007-05-08 | fb: fsync() method for deferred I/O flush. | Paul Mundt | 1 | -2/+4 |
2007-05-08 | fbdev: mm: Deferred IO support | Jaya Kumar | 1 | -0/+20 |
2007-05-08 | fbdev: display class | James Simmons | 1 | -0/+61 |
2007-05-08 | Char: cyclades, dynamic ports | Jiri Slaby | 1 | -0/+1 |
2007-05-08 | Char: cyclades, remove unused timestamps | Jiri Slaby | 1 | -2/+0 |
2007-05-08 | Char: cyclades, remove sleep_on | Jiri Slaby | 1 | -1/+1 |
2007-05-08 | Char: cyclades, make info->card a pointer | Jiri Slaby | 1 | -1/+1 |
2007-05-08 | Char: cyclades, remove useless fileds from cyclades_card | Jiri Slaby | 1 | -3/+0 |
2007-05-08 | Char: cyclades, unexport struct cyclades_card | Jiri Slaby | 1 | -13/+2 |
2007-05-08 | x86, serial: convert legacy COM ports to platform devices | Bjorn Helgaas | 2 | -32/+0 |
2007-05-08 | PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) | Bjorn Helgaas | 1 | -0/+2 |
2007-05-08 | Char: cyclades, cy_readX/writeX cleanup | Jiri Slaby | 1 | -7/+3 |
2007-05-08 | Add IRQF_IRQPOLL flag (common code) | Bernhard Walle | 1 | -0/+4 |
2007-05-08 | nfs: fix congestion control: use atomic_longs | Peter Zijlstra | 1 | -1/+1 |
2007-05-08 | Some grammatical fixups and additions to atomic.h kernel-doc content | Robert P. J. Day | 1 | -2/+9 |
2007-05-08 | x86: create asm/cmpxchg.h | Jeff Dike | 7 | -418/+437 |
2007-05-08 | Remove tas() | Jeff Dike | 19 | -38/+0 |
2007-05-08 | local_t: x86_64 extension | Mathieu Desnoyers | 2 | -31/+201 |
2007-05-08 | local_t: sparc64 cleanup | Mathieu Desnoyers | 1 | -40/+1 |
2007-05-08 | local_t: powerpc extension | Mathieu Desnoyers | 1 | -1/+200 |
2007-05-08 | local_t: parisc cleanup | Mathieu Desnoyers | 1 | -40/+1 |
2007-05-08 | local_t: mips extension | Mathieu Desnoyers | 2 | -39/+390 |
2007-05-08 | local_t: ia64 extension | Mathieu Desnoyers | 1 | -50/+1 |
2007-05-08 | local_t: i386 extension | Mathieu Desnoyers | 2 | -28/+236 |
2007-05-08 | local_t: alpha extension | Mathieu Desnoyers | 2 | -24/+329 |
2007-05-08 | local_t: architecture independent extension | Mathieu Desnoyers | 1 | -10/+23 |
2007-05-08 | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 18 | -282/+360 |
2007-05-08 | atomic.h: add atomic64 cmpxchg, xchg and add_unless to x86_64 | Mathieu Desnoyers | 1 | -4/+32 |
2007-05-08 | atomic.h: add atomic64 cmpxchg, xchg and add_unless to sparc64 | Mathieu Desnoyers | 1 | -2/+22 |
2007-05-08 | atomic.h: add atomic64 cmpxchg, xchg and add_unless to powerpc | Mathieu Desnoyers | 3 | -6/+131 |
2007-05-08 | atomic.h: add atomic64 cmpxchg, xchg and add_unless to parisc | Mathieu Desnoyers | 1 | -3/+26 |
2007-05-08 | atomic.h: add atomic64 cmpxchg, xchg and add_unless to mips | Mathieu Desnoyers | 1 | -3/+26 |
2007-05-08 | atomic.h: add atomic64 cmpxchg, xchg and add_unless to ia64 | Mathieu Desnoyers | 1 | -2/+22 |