summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | md: Notify sysfs when RAID1/5/10 disk is In_sync.Adrian Drzewiecki2010-08-183-0/+3
| * | | | Update recovery_offset even when external metadata is used.NeilBrown2010-08-181-26/+18
| |/ / /
* | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-1810-36/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | spi.h: missing kernel-doc notation, please fixErnst Schwab2010-08-171-0/+3
| * | | of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-172-0/+2
| * | | of: Fix missing includesGrant Likely2010-08-164-3/+5
| * | | ata: update for of_device to platform_device replacementStephen Rothwell2010-08-161-2/+2
| * | | microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_nodeMichal Simek2010-08-161-1/+1
| * | | microblaze: Fix of/address: Merge all of the bus translation codeMichal Simek2010-08-161-1/+1
| * | | booting-without-of: Remove nonexistent chapters from TOC, fix numberingAnton Vorontsov2010-08-161-29/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-08-171-2/+2
|\ \ \
| * | | AppArmor: fix task_setrlimit prototypeJiri Slaby2010-08-171-2/+2
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-174-7/+17
|\ \ \
| * | | vt,console,kdb: preserve console_blanked while in kdbJason Wessel2010-08-161-0/+3
| * | | vt: fix regression warnings from KMS mergeJason Wessel2010-08-161-4/+4
| * | | arm,kgdb: fix GDB_MAX_REGS no longer usedEric Miao2010-08-161-1/+1
| * | | kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.cNamhyung Kim2010-08-161-1/+1
| * | | kdb: fix compile error without CONFIG_KALLSYMSJason Wessel2010-08-162-2/+9
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-08-176-91/+121
|\ \ \
| * | | platform/x86: move rfkill for Dell Mini 1012 to compal-laptopVictor van den Elzen2010-08-162-0/+16
| * | | thinkpad-acpi: Add KEY_CAMERA (Fn-F6) for Lenovo keyboardsJens Taprogge2010-08-161-1/+1
| * | | thinkpad-acpi: add support for model-specific keymapsHenrique de Moraes Holschuh2010-08-161-18/+42
| * | | thinkpad-acpi: lock down size of hotkey keymapHenrique de Moraes Holschuh2010-08-161-4/+15
| * | | thinkpad-acpi: untangle ACPI/vendor backlight selectionHenrique de Moraes Holschuh2010-08-162-22/+24
| * | | thinkpad-acpi: find ACPI video device by synthetic HIDHenrique de Moraes Holschuh2010-08-161-40/+12
| * | | intel_ips: potential null dereferenceDan Carpenter2010-08-161-1/+3
| * | | drivers/platform/x86: Adjust confusing if indentationJulia Lawall2010-08-161-2/+4
| * | | x86: intel_ips: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-161-5/+6
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-08-172-3/+5
|\ \ \
| * | | nilfs2: fix false warning saying one of two super blocks is brokenRyusuke Konishi2010-08-161-2/+2
| * | | nilfs2: fix list corruption after ifile creation failureRyusuke Konishi2010-08-161-1/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1722-73/+107
|\ \ \
| * | | net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-171-1/+1
| * | | net sched: fix some kernel memory leaksEric Dumazet2010-08-175-37/+43
| * | | netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-173-0/+6
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-1610-16/+48
| |\ \ \
| | * | | ath5k: disable ASPM L0s for all cardsMaxim Levitsky2010-08-131-0/+21
| | * | | ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan2010-08-135-7/+11
| | * | | wl1251: fix trigger scan timeout usageYuri Kululin2010-08-131-1/+1
| | * | | ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan2010-08-131-1/+2
| | * | | ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan2010-08-111-5/+10
| | * | | ipw2100: register pm_qos request before registering pci driverJohn W. Linville2010-08-111-2/+3
| * | | | Revert "netlink: netlink_recvmsg() fix"David S. Miller2010-08-151-16/+6
| * | | | ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang2010-08-141-2/+2
| * | | | xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu2010-08-141-1/+1
* | | | | shmem: put_super must percpu_counter_destroyHugh Dickins2010-08-171-2/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-178-14/+36
|\ \ \ \ \
| * | | | | sparc64: Fix atomic64_t routine return values.David S. Miller2010-08-171-3/+3
| * | | | | sparc64: Fix rwsem constant bug leading to hangs.David S. Miller2010-08-171-1/+1
| * | | | | sparc: Hook up new fanotify and prlimit64 syscalls.David S. Miller2010-08-164-4/+19
OpenPOWER on IntegriCloud