aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 1-341/+8
2011-08-03tpm_tis: fix build when ACPI is not enabledGravatar Randy Dunlap 1-1/+6
2011-08-03ramoops: update module parametersGravatar Sergiu Iordache 1-0/+8
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 3-0/+494
2011-08-02Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Gravatar Chris Metcalf 2-5/+27
2011-07-29ramoops: fix compile failure on pariscGravatar James Bottomley 1-0/+1
2011-07-28n2rng: Attach on Niagara-T3.Gravatar David S. Miller 2-13/+18
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 4-55/+250
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 2-2/+2
2011-07-26ramoops: make record_size a module parameterGravatar Sergiu Iordache 1-10/+27
2011-07-26ramoops: move dump_oops into platform dataGravatar Sergiu Iordache 1-1/+4
2011-07-26ramoops: add new line to each printGravatar Marco Stornelli 1-6/+9
2011-07-26ramoops: use module parameters instead of platform data if not availableGravatar Marco Stornelli 1-12/+35
2011-07-26tpm_nsc: Fix bug when loading multiple TPM driversGravatar Stefan Berger 1-7/+7
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-3/+3
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 6-5/+176
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-2/+17
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2011-07-22tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP blockGravatar Stefan Berger 1-22/+23
2011-07-21ipv6: make fragment identifications less predictableGravatar Eric Dumazet 1-0/+15
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+7
2011-07-20drivers: fix up various ->llseek() implementationsGravatar Josef Bacik 3-0/+10
2011-07-21tpm: Fix compilation warning when CONFIG_PNP is not definedGravatar Stefan Berger 1-6/+1
2011-07-15PM: Improve error code of pm_notifier_call_chain()Gravatar Akinobu Mita 1-1/+1
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataGravatar Andy Lutomirski 1-1/+1
2011-07-13agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2MGravatar Chris Wilson 1-3/+4
2011-07-12tpm: Fix a typoGravatar Stefan Berger 1-1/+1
2011-07-12tpm_tis: Probing function for Intel iTPM bugGravatar Stefan Berger 1-4/+73
2011-07-12tpm_tis: Fix the probing for interruptsGravatar Stefan Berger 2-6/+28
2011-07-12tpm_tis: Delay ACPI S3 suspend while the TPM is busyGravatar Stefan Berger 1-5/+23
2011-07-12tpm_tis: Re-enable interrupts upon (S3) resumeGravatar Stefan Berger 1-0/+30
2011-07-12tpm: Fix display of data in pubek sysfs entryGravatar Stefan Berger 1-10/+16
2011-07-12tpm_tis: Add timeouts sysfs entryGravatar Stefan Berger 3-1/+22
2011-07-12tpm: Adjust interface timeouts if they are too smallGravatar Stefan Berger 1-4/+9
2011-07-12tpm: Use interface timeouts returned from the TPMGravatar Stefan Berger 1-3/+4
2011-07-12tpm_tis: Introduce durations sysfs entryGravatar Stefan Berger 3-1/+21
2011-07-12tpm: Adjust the durations if they are too smallGravatar Stefan Berger 1-6/+11
2011-07-12tpm: Use durations returned from TPMGravatar Stefan Berger 1-2/+4
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 1-2/+23
2011-07-07Update my e-mail addressGravatar Michael Büsch 1-1/+1
2011-06-30hwrng: ppc4xx - add support for ppc4xx TRNGGravatar Josh Boyer 3-0/+169
2011-06-30hwrng: timeriomem - use resource_sizeGravatar H Hartley Sweeten 1-2/+1
2011-06-30hwrng: nomadik - add missing clk_putGravatar Julia Lawall 1-1/+2
2011-06-30hwrng: omap - add missing clk_putGravatar Julia Lawall 1-2/+4
2011-06-15drivers/char/hpet.c: fix periodic-emulation for delayed interruptsGravatar Nils Carlson 1-2/+23
2011-06-10Merge tag 'v3.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Gravatar Chris Metcalf 1-5/+0
2011-06-10arch/tile: add hypervisor-based character driver for SPI flash ROMGravatar Chris Metcalf 3-0/+494
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 2-2/+2
2011-05-30virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Gravatar Rusty Russell 1-5/+0