| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | sata_promise: fix hardreset hotplug events, take 2 | Mikael Pettersson | 2008-03-24 | 1 | -21/+88 |
| * | | | | libata: improve HPA error handling | Tejun Heo | 2008-03-24 | 1 | -4/+4 |
| * | | | | libata: assume no device is attached if both IDENTIFYs are aborted | Tejun Heo | 2008-03-24 | 1 | -14/+24 |
| * | | | | pata_it821x: use raw nbytes in check_atapi_dma | Tejun Heo | 2008-03-24 | 1 | -1/+1 |
| * | | | | libata: implement ata_qc_raw_nbytes() | Tejun Heo | 2008-03-24 | 2 | -4/+18 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-linus | Linus Torvalds | 2008-03-24 | 5 | -3/+15 |
|\ \ \ \ |
|
| * | | | | kbuild: soften modpost checks when doing cross builds | Sam Ravnborg | 2008-03-23 | 5 | -3/+15 |
| | |/ /
| |/| | |
|
* | | | | Make printk() console semaphore accesses sensible | Linus Torvalds | 2008-03-24 | 1 | -35/+48 |
* | | | | bsd_acct: using task_struct->tgid is not right in pid-namespaces | Pavel Emelyanov | 2008-03-24 | 1 | -6/+15 |
* | | | | bsd_acct: plain current->real_parent access is not always safe | Pavel Emelyanov | 2008-03-24 | 1 | -1/+3 |
* | | | | revert "kswapd should only wait on IO if there is IO" | Andrew Morton | 2008-03-24 | 1 | -22/+5 |
* | | | | hw_random doc updates | David Brownell | 2008-03-24 | 2 | -20/+48 |
* | | | | smackfs: remove redundant lock, fix open(,O_RDWR) | Ahmed S. Darwish | 2008-03-24 | 1 | -33/+2 |
* | | | | markers: remove ACCESS_ONCE | Mathieu Desnoyers | 2008-03-24 | 1 | -6/+6 |
* | | | | markers: update preempt_disable. call_rcu, rcu_barrier comments | Mathieu Desnoyers | 2008-03-24 | 1 | -11/+8 |
* | | | | mm: fix boundary checking in free_bootmem_core | Yinghai Lu | 2008-03-24 | 1 | -6/+19 |
* | | | | mtd: memory corruption in block2mtd.c | Ingo van Lil | 2008-03-24 | 1 | -1/+0 |
* | | | | kernel-parameters.txt: document memmap option better | Pavel Machek | 2008-03-24 | 1 | -0/+4 |
| |/ /
|/| | |
|
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-03-24 | 4 | -7/+17 |
|\ \ \ |
|
| * | | | [POWERPC] Fix Oops with TQM5200 on TQM5200 | Anatolij Gustschin | 2008-03-24 | 1 | -2/+2 |
| * | | | [POWERPC] mpc5200: Fix null dereference if bestcomm fails to initialize | Grant Likely | 2008-03-24 | 1 | -0/+4 |
| * | | | [POWERPC] mpc5200-fec: Fix possible NULL dereference in mdio driver | Grant Likely | 2008-03-24 | 1 | -1/+2 |
| * | | | [POWERPC] Fix crash in init_ipic_sysfs on efika | Olaf Hering | 2008-03-24 | 1 | -1/+1 |
| * | | | [POWERPC] Don't use 64k pages for ioremap on pSeries | Paul Mackerras | 2008-03-24 | 1 | -3/+8 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-03-24 | 9 | -167/+97 |
|\ \ \ |
|
| * | | | [SPARC64]: exec PT_DTRACE | Roland McGrath | 2008-03-23 | 2 | -6/+0 |
| * | | | [SPARC64]: Use shorter list_splice_init() for brevity. | Robert P. J. Day | 2008-03-23 | 1 | -2/+1 |
| * | | | [SPARC64]: Remove most limitations to kernel image size. | David S. Miller | 2008-03-21 | 6 | -159/+96 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-03-24 | 13 | -59/+43 |
|\ \ \ \ |
|
| * | | | | sch_htb: fix "too many events" situation | Martin Devera | 2008-03-23 | 1 | -6/+7 |
| * | | | | connector: convert to single-threaded workqueue | Evgeniy Polyakov | 2008-03-23 | 1 | -1/+1 |
| * | | | | [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. | Wang Chen | 2008-03-23 | 2 | -3/+20 |
| * | | | | [SUNGEM]: Fix NAPI assertion failure. | David S. Miller | 2008-03-23 | 1 | -1/+1 |
| * | | | | BNX2X: prevent ethtool from setting port type | Eliezer Tamir | 2008-03-23 | 1 | -34/+2 |
| * | | | | [9P] net/9p/trans_fd.c: remove unused variable | Julia Lawall | 2008-03-22 | 1 | -2/+0 |
| * | | | | [IPV6] net/ipv6/ndisc.c: remove unused variable | Julia Lawall | 2008-03-22 | 1 | -2/+0 |
| * | | | | [IPV4] fib_trie: fix warning from rcu_assign_poinger | Stephen Hemminger | 2008-03-22 | 1 | -2/+5 |
| * | | | | [TCP]: Let skbs grow over a page on fast peers | Herbert Xu | 2008-03-22 | 1 | -2/+2 |
| * | | | | [DLCI]: Fix tiny race between module unload and sock_ioctl. | Pavel Emelyanov | 2008-03-21 | 1 | -4/+3 |
| * | | | | [SCTP]: Fix build warnings with IPV6 disabled. | David S. Miller | 2008-03-21 | 1 | -1/+1 |
| * | | | | [IPV4]: Fix null dereference in ip_defrag | Phil Oester | 2008-03-21 | 1 | -1/+1 |
* | | | | | SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adapters | Roland Dreier | 2008-03-24 | 1 | -2/+0 |
* | | | | | x86-32: Pass the full resource data to ioremap() | Linus Torvalds | 2008-03-24 | 4 | -10/+10 |
* | | | | | Don't 'printk()' while holding xtime lock for writing | Linus Torvalds | 2008-03-24 | 1 | -0/+4 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-03-22 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | RDMA/nes: Fix MSS calculation on RDMA path | Chien Tung | 2008-03-21 | 1 | -1/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-03-22 | 5 | -53/+13 |
|\ \ \ \ \ |
|
| * | | | | | Revert "ide-tape: schedule driver for removal after 6 months" | Bartlomiej Zolnierkiewicz | 2008-03-22 | 2 | -15/+0 |
| * | | | | | ide: mark "hdx=remap" and "hdx=remap63" kernel parameters as obsoleted | Bartlomiej Zolnierkiewicz | 2008-03-22 | 2 | -7/+2 |
| * | | | | | ide: mark "hdx=[driver_name]" and "hdx=scsi" kernel parameters as obsoleted | Bartlomiej Zolnierkiewicz | 2008-03-22 | 2 | -6/+2 |