summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-281-2/+5
* net: ipmr: limit MRT_TABLE identifiersEric Dumazet2012-11-261-0/+4
* ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow()Neal Cardwell2012-11-261-1/+2
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-261-0/+3
* can: peak_usb: fix hwtstamp assignmentOliver Hartkopp2012-11-262-4/+12
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-11-241-2/+4
|\
| * ALSA: hda - Fix build without CONFIG_PMTakashi Iwai2012-11-241-2/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-11-2316-49/+131
|\ \
| * | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additionsJan Beulich2012-11-201-7/+7
| * | x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky2012-11-201-0/+4
| * | x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin2012-11-201-0/+2
| * | x86-32: Fix invalid stack address while in softirqRobert Richter2012-11-202-11/+32
| * | Merge commit 'efi-for-3.7-v2' into x86/urgentH. Peter Anvin2012-11-202-3/+2
| |\ \
| | * | x86, efi: Fix processor-specific memcpy() build errorMatt Fleming2012-11-201-0/+2
| | * | x86: remove dummy long from EFI stubCesar Eduardo Barros2012-11-201-3/+0
| * | | x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-141-1/+1
| |/ /
| * | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-11-131-13/+18
| |\ \
| | * | x86/mce: Do not change worker's running cpu in cmci_rediscover().Tang Chen2012-10-301-13/+18
| * | | x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-10-311-0/+14
| * | | x86/ce4100: Fix PCI configuration register access for devices without interruptsMaxime Bizon2012-10-301-0/+13
| * | | x86/ce4100: Fix reboot by forcing the reboot method to be KBDMaxime Bizon2012-10-301-0/+10
| * | | x86/ce4100: Fix pm_poweroffFlorian Fainelli2012-10-301-0/+14
| * | | MAINTAINERS: Update email address for Robert RichterRobert Richter2012-10-301-1/+1
| * | | x86, microcode_amd: Change email addresses, MAINTAINERS entryAndreas Herrmann2012-10-302-4/+4
| * | | MAINTAINERS: Change Boris' email addressBorislav Petkov2012-10-301-4/+4
| * | | EDAC: Change Boris' email addressBorislav Petkov2012-10-303-4/+4
| * | | x86, AMD: Change Boris' email addressBorislav Petkov2012-10-301-1/+1
* | | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-11-235-25/+30
|\ \ \ \
| * \ \ \ Merge branch 'for-3.7' of git://git.infradead.org/users/dedekind/l2-mtdDavid Woodhouse2012-11-214124-86875/+119046
| |\ \ \ \
| | * | | | mtd: nand: fix Samsung SLC detection regressionBrian Norris2012-11-151-0/+1
| | * | | | mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-11-151-4/+5
| | * | | | jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
| | * | | | mtd: onenand: Make flexonenand_set_boundary staticSachin Kamat2012-11-091-1/+1
| | * | | | mtd: slram: invalid checking of absolute end addressJiri Engelthaler2012-11-091-1/+1
| * | | | | mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat2012-10-101-1/+1
| * | | | | mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-10-101-4/+5
* | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-11-232-1/+6
|\ \ \ \ \ \
| * | | | | | of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson2012-11-232-1/+6
* | | | | | | Merge tag 'pm-for-3.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-11-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | PM / QoS: fix wrong error-checking conditionGuennadi Liakhovetski2012-11-231-1/+1
* | | | | | | | Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds2012-11-233-105/+132
|\ \ \ \ \ \ \ \
| * | | | | | | | md/raid10: decrement correct pending counter when writing to replacement.NeilBrown2012-11-221-1/+1
| * | | | | | | | md/raid10: close race that lose writes lost when replacement completes.NeilBrown2012-11-221-61/+68
| * | | | | | | | md/raid5: Make sure we clear R5_Discard when discard is finished.NeilBrown2012-11-221-2/+5
| * | | | | | | | md/raid5: move resolving of reconstruct_state earlier inNeilBrown2012-11-221-34/+34
| * | | | | | | | md/raid5: round discard alignment up to power of 2.NeilBrown2012-11-201-0/+4
| * | | | | | | | md: make sure everything is freed when dm-raid stops an array.NeilBrown2012-11-201-2/+14
| * | | | | | | | md: Avoid write invalid address if read_seqretry returned true.majianpeng2012-11-201-2/+2
| * | | | | | | | md: Reassigned the parameters if read_seqretry returned true in func md_is_ba...majianpeng2012-11-201-3/+4
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-11-236-14/+33
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud