Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | AT91: initialize Compact Flash on AT91SAM9263 cpu | Stanislaw Gruszka | 2009-03-05 | 1 | -0/+105 | |
| * | | | | | | | | ide: add at91_ide driver | Stanislaw Gruszka | 2009-03-05 | 4 | -0/+476 | |
| * | | | | | | | | ide: allow to wrap interrupt handler | Stanislaw Gruszka | 2009-03-05 | 3 | -1/+8 | |
| * | | | | | | | | ide-iops: fix odd-length ATAPI PIO transfers | Sergei Shtylyov | 2009-03-05 | 1 | -0/+2 | |
| * | | | | | | | | ide: NULL noise: drivers/ide/ide-*.c | Hannes Eder | 2009-03-05 | 4 | -4/+4 | |
| * | | | | | | | | ide: expiry() returns int, negative expiry() return values won't be noticed | Roel Kluin | 2009-03-05 | 1 | -1/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-03-08 | 5 | -23/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | libata: Don't trust current capacity values in identify words 57-58 | Robert Hancock | 2009-03-05 | 1 | -4/+6 | |
| * | | | | | | | | libata: make sure port is thawed when skipping resets | Tejun Heo | 2009-03-05 | 1 | -1/+4 | |
| * | | | | | | | | sata_nv: fix module parameter description | Brandon Ehle | 2009-03-05 | 1 | -1/+1 | |
| * | | | | | | | | ahci: Add the Device IDs for MCP89 and remove IDs of MCP7B to/from ahci.c | peerchen | 2009-03-05 | 1 | -12/+12 | |
| * | | | | | | | | libata: don't use on-stack sense buffer | Tejun Heo | 2009-03-05 | 1 | -1/+1 | |
| * | | | | | | | | libata: align ap->sector_buf | Tejun Heo | 2009-03-05 | 1 | -1/+2 | |
| * | | | | | | | | libata: fix dma_unmap_sg misuse | FUJITA Tomonori | 2009-03-05 | 2 | -2/+3 | |
| * | | | | | | | | libata: change drive ready wait after hard reset to 5s | Stuart Hayes | 2009-03-05 | 1 | -1/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2009-03-08 | 6 | -9/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Squashfs: frag_size should be signed, as it can hold an error result | Roel Kluin | 2009-03-05 | 1 | -2/+4 | |
| * | | | | | | | | Squashfs: fix documentation typo, Cramfs filesystem limit is 256 MiB | Phillip Lougher | 2009-03-05 | 1 | -1/+1 | |
| * | | | | | | | | Squashfs: Fix oops when reading fsfuzzer corrupted filesystems | Phillip Lougher | 2009-03-05 | 4 | -6/+15 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-03-08 | 2 | -50/+57 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | smack: fixes for unlabeled host support | etienne | 2009-03-04 | 2 | -50/+57 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-03-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Input: serio - fix protocol number for TouchIT213 | Dmitry Torokhov | 2009-03-08 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-03-08 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [IA64] fix PCI DMA flag propagation on SN (Altix) with PICs | Jeremy Higdon | 2009-03-06 | 1 | -4/+3 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-03-08 | 4 | -23/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | block: fix missing bio back/front segment size setting in blk_recount_segments() | Jens Axboe | 2009-03-06 | 1 | -16/+9 | |
| * | | | | | | | | | | loop: don't increment p->offset with (size_t) -EINVAL | Roel Kluin | 2009-03-05 | 1 | -2/+1 | |
| * | | | | | | | | | | cciss: remove 30 second initial timeout on controller reset | Jens Axboe | 2009-03-05 | 1 | -5/+3 | |
| * | | | | | | | | | | Fix kernel NULL pointer dereference in xen-blkfront | Kris Shannon | 2009-03-05 | 1 | -0/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 2009-03-08 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ALSA: hda - Fix headphone-detect regression with multiple HP jacks | Takashi Iwai | 2009-03-06 | 1 | -0/+2 | |
| * | | | | | | | | | | ALSA: hda - Fix typos in slave controls in patch_sigmatel.c | Takashi Iwai | 2009-03-06 | 1 | -2/+2 | |
* | | | | | | | | | | | MIPS: compat: Implement is_compat_task. | Ralf Baechle | 2009-03-08 | 1 | -0/+7 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-03-04 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | powerpc: Run sbc610 USB fixup code only on the appropriate platform. | Tony Breeds | 2009-03-04 | 1 | -0/+4 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | drm: fix double lock typo | Helge Bahmann | 2009-03-04 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Linux 2.6.29-rc7v2.6.29-rc7 | Linus Torvalds | 2009-03-04 | 1 | -1/+1 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-03-04 | 5 | -8/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | crypto: ixp4xx - Fix qmgr_request_queue build failure | Krzysztof HaĆasa | 2009-03-04 | 1 | -2/+4 | |
| * | | | | | | | | | crypto: api - Fix module load deadlock with fallback algorithms | Herbert Xu | 2009-02-26 | 4 | -6/+17 | |
* | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-03-03 | 4 | -14/+54 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sched: don't allow setuid to succeed if the user does not have rt bandwidth | Dhaval Giani | 2009-02-27 | 4 | -13/+53 | |
| * | | | | | | | | | | sched_rt: don't start timer when rt bandwidth disabled | Hiroshi Shimamoto | 2009-02-26 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-03-03 | 2 | -2/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86: oprofile: don't set counter width from cpuid on Core2 | Tim Blechmann | 2009-03-03 | 1 | -2/+12 | |
| * | | | | | | | | | | x86: fix init_memory_mapping() to handle small ranges | Yinghai Lu | 2009-03-03 | 1 | -0/+2 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-03-03 | 2 | -66/+153 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86 mmiotrace: fix race with release_kmmio_fault_page() | Pekka Paalanen | 2009-03-02 | 1 | -2/+7 | |
| * | | | | | | | | | | x86 mmiotrace: improve handling of secondary faults | Stuart Bennett | 2009-03-02 | 1 | -18/+22 |