summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mtd: gpmi: add device tree support to gpmi-nandHuang Shijie2012-05-131-4/+4
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-5/+6
* mtd: add read_byte support to plat_nandJohn Crispin2012-05-131-0/+1
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-4/+1
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-131-0/+3
* mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-131-0/+9
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-123-14/+19
|\
| * sctp: check cached dst before using itNicolas Dichtel2012-05-101-0/+13
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-9/+0
| * net: compare_ether_addr[_64bits]() has no orderingJohannes Berg2012-05-071-5/+6
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-061-1/+1
|\ \
| * | asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin2012-04-301-1/+1
| * | Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2012-04-253-13/+5
| |\ \
* | \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-05-051-3/+4
|\ \ \ \
| * | | | ACPI: Fix D3hot v D3cold confusionLin Ming2012-05-051-3/+4
* | | | | seqlock: add 'raw_seqcount_begin()' functionLinus Torvalds2012-05-041-0/+21
* | | | | Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds2012-05-041-1/+1
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-036-6/+19
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-011-1/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-1/+2
| | |\ \ \ \
| | | * | | | Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-0/+1
| | | * | | | Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-1/+1
| * | | | | | net: fix two typos in skbuff.hEric Dumazet2012-05-011-2/+2
| * | | | | | net: fix sk_sockets_allocated_read_positiveEric Dumazet2012-04-301-2/+2
| * | | | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-301-1/+3
| |\ \ \ \ \ \
| | * | | | | | ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-0/+2
| | * | | | | | ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-1/+1
| * | | | | | | set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-242-0/+10
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-04-303-7/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-232-3/+4
| * | | | | | | | [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams2012-04-231-4/+36
* | | | | | | | | efi: Add new variable attributesMatthew Garrett2012-04-301-1/+12
* | | | | | | | | pipes: add a "packetized pipe" mode for writingLinus Torvalds2012-04-291-0/+1
* | | | | | | | | Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-291-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-241-0/+2
* | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-281-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-271-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | spi: fix spi.h kernel-doc warningRandy Dunlap2012-04-271-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-261-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: fix up the vmscan stat in vmstatYing Han2012-04-251-2/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-04-251-1/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-201-1/+6
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-251-3/+11
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | asm-generic: Allow overriding clock_t and add attributes to siginfo_tH. Peter Anvin2012-04-231-3/+11
* | | | | | | | | | | Merge tag 'hsi_fixes_for_3.4' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds2012-04-241-14/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | HSI: hsi: Rework hsi_event interfaceCarlos Chinea2012-04-231-11/+14
| * | | | | | | | | | HSI: hsi: Rework hsi_controller releaseCarlos Chinea2012-04-231-3/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-221-0/+7
|\ \ \ \ \ \ \ \ \ \