| Commit message (Expand) | Author | Age | Files | Lines |
* | ecryptfs: make show_options reflect actual mount options | Eric Sandeen | 2008-02-06 | 1 | -21/+31 |
* | eCryptfs: set inode key only once per crypto operation | Trevor Highland | 2008-02-06 | 2 | -2/+6 |
* | eCryptfs: track header bytes rather than extents | Michael Halcrow | 2008-02-06 | 5 | -84/+51 |
* | fs/ecryptfs/: possible cleanups | Adrian Bunk | 2008-02-06 | 6 | -18/+8 |
* | drivers/isdn/hardware/eicon/debug.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -1/+1 |
* | drivers/isdn/hardware/eicon/message.c fix 'and' typo in eicons' AddInfo() | Roel Kluin | 2008-02-06 | 1 | -1/+1 |
* | ser_gigaset: convert mutex to completion | Tilman Schmidt | 2008-02-06 | 1 | -5/+5 |
* | Gigaset: permit module unload | Tilman Schmidt | 2008-02-06 | 5 | -142/+85 |
* | gigaset: atomic cleanup | Tilman Schmidt | 2008-02-06 | 9 | -175/+169 |
* | usb_gigaset: suspend support | Tilman Schmidt | 2008-02-06 | 1 | -0/+56 |
* | bas_gigaset: suspend support | Tilman Schmidt | 2008-02-06 | 1 | -2/+164 |
* | gigaset: code cleanups | Tilman Schmidt | 2008-02-06 | 3 | -82/+73 |
* | gigaset: clean up urb->status usage | Tilman Schmidt | 2008-02-06 | 3 | -41/+58 |
* | kprobes: kretprobe user entry-handler | Abhishek Sagar | 2008-02-06 | 4 | -15/+94 |
* | spi: remove more dev->power.power_state usage | David Brownell | 2008-02-06 | 2 | -28/+0 |
* | spi_bfin: headers are not for changelogs | Mike Frysinger | 2008-02-06 | 1 | -29/+3 |
* | spi_bfin: wait for tx to complete on write paths | Sonic Zhang | 2008-02-06 | 1 | -12/+10 |
* | spi_bfin: wait for tx to complete on full duplex paths | Bryan Wu | 2008-02-06 | 1 | -15/+3 |
* | spi_bfin: wait for tx to complete on some cs_chg paths | Bryan Wu | 2008-02-06 | 1 | -28/+12 |
* | spi_bfin: use more useful GPIO labels | Bryan Wu | 2008-02-06 | 1 | -1/+1 |
* | spi_bfin: remove useless fault path | Bryan Wu | 2008-02-06 | 1 | -13/+2 |
* | spi: omap2_mcspi handles omap3 too | Girish | 2008-02-06 | 2 | -4/+39 |
* | spi: SuperH SPI using SCI | Magnus Damm | 2008-02-06 | 3 | -0/+213 |
* | spi: s3c drivers shouldn't care about spi_board_info | David Brownell | 2008-02-06 | 4 | -36/+0 |
* | atmel_spi: fix dmachain oops with DEBUG enabled | Haavard Skinnemoen | 2008-02-06 | 1 | -8/+12 |
* | atmel_spi: chain DMA transfers | Silvester Erdeg | 2008-02-06 | 1 | -45/+101 |
* | atmel_spi throughput improvement | Haavard Skinnemoen | 2008-02-06 | 1 | -3/+8 |
* | spi core: stop updating dev->power.power_state | David Brownell | 2008-02-06 | 1 | -20/+14 |
* | Atari floppy: Rename disk_type to atari_disk_type | Geert Uytterhoeven | 2008-02-06 | 1 | -8/+8 |
* | W1: w1_therm.c standardize units to millidegrees C | David Fries | 2008-02-06 | 1 | -1/+2 |
* | drivers/cdrom/cdrom.c: simplify logic in cdrom_release() | Borislav Petkov | 2008-02-06 | 1 | -8/+9 |
* | w1: remove unused and confusing variable. | Evgeniy Polyakov | 2008-02-06 | 1 | -4/+0 |
* | tpm: infineon section mismatch | Randy Dunlap | 2008-02-06 | 1 | -3/+3 |
* | speed up jiffies conversion functions if HZ==USER_HZ | Andrew Morton | 2008-02-06 | 1 | -1/+3 |
* | system timer: fix crash in <100Hz system timer | David Fries | 2008-02-06 | 2 | -2/+13 |
* | phantom: don't grab other devices | Jiri Slaby | 2008-02-06 | 1 | -3/+4 |
* | Claim maintainership for block2mtd and update email addresses | Joern Engel | 2008-02-06 | 5 | -8/+14 |
* | Documentation: add hint about call traces & module symbols to BUG-HUNTING | Richard Kennedy | 2008-02-06 | 1 | -0/+17 |
* | make sys_poll() wait at least timeout ms | Karsten Wiese | 2008-02-06 | 1 | -1/+1 |
* | Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line discipline | Joe Peterson | 2008-02-06 | 1 | -6/+5 |
* | docs: convert kref semaphore to mutex | Daniel Walker | 2008-02-06 | 1 | -10/+10 |
* | Use ilog2() in fs/namespace.c | Eric Dumazet | 2008-02-06 | 1 | -34/+11 |
* | debug_smp_processor_id() fixlets | Andrew Morton | 2008-02-06 | 1 | -1/+3 |
* | kernel/sys.c: get rid of expensive divides in groups_sort() | Eric Dumazet | 2008-02-06 | 2 | -11/+11 |
* | idle_regs() must be __cpuinit | Adrian Bunk | 2008-02-06 | 3 | -3/+3 |
* | calibrate_delay() must be __cpuinit | Adrian Bunk | 2008-02-06 | 14 | -28/+9 |
* | kernel/params.c: remove sparse-warning (different signedness) | Richard Knutsson | 2008-02-06 | 1 | -1/+1 |
* | lib/extable.c: remove an expensive integer divide in search_extable() | Eric Dumazet | 2008-02-06 | 1 | -3/+3 |
* | parport_pc: detection for SuperIO IT87XX POST | Petr Cvek | 2008-02-06 | 1 | -6/+39 |
* | ik8: add Dell UK 6400 Inspiron model (MM061) | Nick Warne | 2008-02-06 | 1 | -0/+7 |