summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | powerpc: Add missing reference to coherent_dma_maskVitaly Bordug2008-07-091-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-07-091-9/+1Star
|\ \ \
| * | | crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins2008-07-081-9/+1Star
* | | | kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak2008-07-091-1/+1
* | | | Fix broken fix for fsl-diu-dbTakashi Iwai2008-07-081-2/+2
* | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-07-082-13/+12Star
|\ \ \ \
| * | | | SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust2008-07-081-8/+9
| * | | | SUNRPC: Fix a double-free in rpcbindTrond Myklebust2008-07-081-4/+2Star
| * | | | NFS: Fix readdir cache invalidationTrond Myklebust2008-07-081-1/+1
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-07-083-34/+37
|\ \ \ \ \
| * | | | | [MIPS] Fix 32bit kernels on R4k with 128 byte cache line sizeThomas Bogendoerfer2008-07-081-29/+32
| * | | | | [MIPS] Atlas, decstation: Fix section mismatches triggered by defconfigsShane McDonald2008-07-082-5/+5
* | | | | | reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney2008-07-081-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-085-33/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | it8213: fix return value in it8213_init_one()Bartlomiej Zolnierkiewicz2008-07-081-2/+1Star
| * | | | | palm_bk3710: fix IDECLK period calculationSergei Shtylyov2008-07-081-20/+18Star
| * | | | | ide: add __ide_default_irq() inline helperBartlomiej Zolnierkiewicz2008-07-083-11/+18
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-07-081-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [S390] protect _PAGE_SPECIAL bit against mprotectNick Piggin2008-07-081-1/+4
| |/ / /
* / / / Correct hash flushing from huge_ptep_set_wrprotect()David Gibson2008-07-082-6/+10
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-081-4/+4
|\ \ \
| * | | Revert "PCI: Correct last two HP entries in the bfsort whitelist"Jesse Barnes2008-07-071-4/+4
| |/ /
* / / [UML] fix gcc ICEs and unresolved externsJeff Dike2008-07-073-1/+10
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-0717-35/+113
|\ \
| * | can: add sanity checksOliver Hartkopp2008-07-063-4/+32
| * | fs_enet: restore promiscuous and multicast settings in restart()Laurent Pinchart2008-07-041-0/+3
| * | ibm_newemac: Fixes entry of short packetsSathya Narayanan2008-07-041-0/+6
| * | ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan2008-07-041-0/+2
| * | pasemi_mac: Access iph->tot_len with correct endiannessRoland Dreier2008-07-041-1/+1
| * | ehea: Access iph->tot_len with correct endiannessRoland Dreier2008-07-041-1/+1
| * | ehea: fix race conditionJan-Bernd Themann2008-07-042-7/+16
| * | ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann2008-07-041-0/+1
| * | ehea: fix might sleep problemJan-Bernd Themann2008-07-042-12/+12
| * | forcedeth: fix lockdep warning on ethtool -sTobias Diedrich2008-07-041-2/+13
| * | Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa2008-07-041-0/+1
| * | bridge: fix use-after-free in br_cleanup_bridges()Patrick McHardy2008-07-031-3/+7
| * | tcp: fix a size_t < 0 comparison in tcp_read_sockOctavian Purdila2008-07-031-1/+2
| * | tcp: net/ipv4/tcp.c needs linux/scatterlist.hAndrew Morton2008-07-031-0/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-07-035-4/+15
| |\ \
| | * | libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com2008-07-021-0/+1
| | * | iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2008-07-022-2/+4
| | * | iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington2008-07-022-2/+10
* | | | powerpc: Fix unterminated of_device_id array in legacy_serial.cBenjamin Herrenschmidt2008-07-071-2/+3
* | | | vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds2008-07-071-1/+40
* | | | vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds2008-07-071-2/+14
* | | | vsprintf: split out '%p' handling logicLinus Torvalds2008-07-071-9/+11
* | | | vsprintf: split out '%s' handling logicLinus Torvalds2008-07-071-26/+31
* | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-062-6/+11
|\ \ \ \
| * | | | KVM: IOAPIC: Fix level-triggered irq injection hangMark McLoughlin2008-07-061-1/+1
| * | | | x86: KVM guest: Add memory clobber to hypercallsAnthony Liguori2008-07-061-5/+10