summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_b...Axel Lin2011-07-251-2/+1
* drivers/video/backlight/ld9040.c: small fixesAxel Lin2011-07-251-3/+6
* mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra2011-07-251-0/+1
* drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULLAlexander Stein2011-07-251-1/+4
* xtensa: fix a build error in arch/xtensa/include/asm/uaccess.hWANG Cong2011-07-251-0/+1
* xtensa: prevent arbitrary read in ptraceDan Rosenberg2011-07-251-0/+3
* mm: use const struct page for r/o page-flag accessor methodsIan Campbell2011-07-251-2/+2
* mm: make some struct page's constIan Campbell2011-07-252-7/+7
* hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce2011-07-252-1/+12
* fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce2011-07-251-1/+1
* ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul2011-07-251-2/+11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-07-2411-46/+241
|\
| * [CPUFREQ] s5pv210: make needlessly global symbols staticAxel Lin2011-07-131-2/+2
| * [CPUFREQ] exynos4210: make needlessly global symbols staticAxel Lin2011-07-131-3/+3
| * [CPUFREQ] S3C6410: Add some lower frequencies for 800MHz base clock operationMark Brown2011-07-131-0/+2
| * [CPUFREQ] S5PV210: Add reboot notifier to prevent system hangHuisung Kang2011-07-131-0/+19
| * [CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling downTodd Poynor2011-07-131-2/+2
| * [CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequencyArve Hjønnevåg2011-07-131-9/+19
| * [CPUFREQ] S5PV210: Add pm_notifier to prevent system unstableHuisung Kang2011-07-131-0/+34
| * [CPUFREQ] S5PV210: Add arm/int voltage control supportJonghwan Choi2011-07-131-3/+68
| * [CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pmHuisung Kang2011-07-131-0/+28
| * [CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changedMark Brown2011-07-131-2/+2
| * [CPUFREQ] S3C6410: Support 800MHz operation in cpufreqMark Brown2011-07-131-0/+2
| * [CPUFREQ] s5pv210-cpufreq.c: Add missing clk_putJulia Lawall2011-07-131-8/+17
| * [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreqKukjin Kim2011-07-134-5/+10
| * [CPUFREQ] Remove some vi noise that escaped into the Makefile.Dave Jones2011-07-131-3/+2
| * [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/Kukjin Kim2011-07-137-6/+32
| * [CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreqMark Brown2011-07-133-6/+2
| * [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreqMatthew Garrett2011-07-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-24217-6638/+7834
|\ \
| * | bnx2x: use pci_pcie_cap()Vladislav Zolotarov2011-07-241-1/+1
| * | bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_taskVladislav Zolotarov2011-07-241-11/+25
| * | bnx2x: enable internal target-read for 57712 and up onlyShmulik Ravid2011-07-241-3/+6
| * | bnx2x: count statistic ramrods on EQ to prevent MC assertVladislav Zolotarov2011-07-241-31/+32
| * | bnx2x: fix loopback for non 10G linkYaniv Rosner2011-07-241-6/+18
| * | bnx2x: dcb - send all unmapped priorities to same COS as L2Dmitry Kravkov2011-07-241-6/+33
| * | iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller2011-07-241-0/+6
| * | gre: fix improper error handlingxeb@mail.ru2011-07-231-15/+6
| * | ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2011-07-232-2/+2
| * | via-velocity: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | qlge: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | igb: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | can: c_can: remove duplicated #includeHuang Weiyi2011-07-232-2/+0
| * | bnad: remove duplicated #includeHuang Weiyi2011-07-231-1/+0
| * | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-07-22177-6085/+7151
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-22177-6085/+7151
| | |\ \
| | | * | bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakageJohn W. Linville2011-07-221-0/+2
| | | * | b43legacy: dma: cache translation (routing bits)Rafał Miłecki2011-07-222-3/+6
| | | * | ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin2011-07-221-6/+3
| | | * | ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin2011-07-223-81/+5
OpenPOWER on IntegriCloud