aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-04drm: Fix irq install error handlingJoonyoung Shim1-0/+3
2011-08-04drm/radeon: fix potential NULL dereference in drivers/gpu/drm/radeon/atom.cBojan Prtvar1-0/+3
2011-08-04drm/radeon: clean reg header filesFernando Luis Vázquez Cao1-0/+1
2011-08-04drm/debugfs: Initialise empty variableEmil Velikov1-1/+3
2011-08-04sound: oss/pas2: Remove CLOCK_TICK_RATE dependency from PAS16 driverDeepak Saxena1-4/+4
2011-08-04Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie18-105/+594
2011-08-04drm/radeon/kms: add thermal chip quirk for asus 9600xtAlex Deucher1-1/+20
2011-08-04drm/radeon: off by one in check_reg() functionsDan Carpenter2-3/+2
2011-08-04drm/radeon/kms: fix version comment due to merge timingAlex Deucher1-2/+2
2011-08-04ALSA: hda - Use auto-parser for ASUS UX50, Eee PC P901, S101 and P1005Takashi Iwai1-7/+0
2011-08-04ALSA: hda - Fix digital-mic mono recording on ASUS Eee PCTakashi Iwai1-0/+26
2011-08-04ixgbe: fix PHY link setup for 82599Emil Tantilov1-0/+1
2011-08-04ixgbe: fix __ixgbe_notify_dca() bail out codeDon Skidmore1-1/+1
2011-08-04igb: fix WOL on second port of i350 deviceCarolyn Wyborny1-1/+1
2011-08-04e1000e: minor re-order of #include filesBruce Allan2-2/+2
2011-08-04e1000e: remove unnecessary check for NULL pointerBruce Allan1-2/+1
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg18-0/+59
2011-08-04Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely4-141/+2
2011-08-04dt: remove of_alias_get_id() referenceGrant Likely1-9/+4
2011-08-04sparc: Fix __atomic_add_unless() return value.Josip Rodin1-1/+1
2011-08-04macb: restore wrap bit when performing underrun cleanupTord Andersson1-0/+3
2011-08-04cdc_ncm: fix endianness problem.Giuseppe Scrivano1-100/+56
2011-08-04sparc: use kbuild-generic support for true asm-generic header filesSam Ravnborg5-9/+5
2011-08-04drivers/ide/cy82c693.c: Add missing pci_dev_putJulia Lawall1-0/+2
2011-08-04ide: Fix irq flags madnessThomas Gleixner1-1/+5
2011-08-04slab, lockdep: Annotate the locks before using themPeter Zijlstra1-3/+3
2011-08-04lockdep: Clear whole lockdep_map on initializationTejun Heo1-4/+1
2011-08-04slab, lockdep: Annotate slab -> rcu -> debug_object -> slabPeter Zijlstra1-18/+68
2011-08-04lockdep: Fix up warningPeter Zijlstra1-1/+1
2011-08-04lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra1-14/+16
2011-08-03Boot up with usermodehelper disabledLinus Torvalds2-2/+5
2011-08-03x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabledLinus Torvalds1-2/+1
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-7/+36
2011-08-03Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-50/+1141
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds35-135/+1172
2011-08-04ARM: Fix build error for SMP=n buildsRussell King1-0/+4
2011-08-04Merge branch 'linus' into core/urgentIngo Molnar7972-372621/+482800
2011-08-03dmaengine: use DEFINE_IDR for static initializationAxel Lin1-3/+1
2011-08-03ioat: fix xor_idx_to_descDan Williams1-1/+1
2011-08-03irda: use PCI_VENDOR_ID_*Jon Mason1-10/+8
2011-08-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds9-59/+122
2011-08-03Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-2/+141
2011-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+1
2011-08-03shm: optimize exit_shm()Vasiliy Kulikov1-0/+3
2011-08-03shm: fix wrong testsVasiliy Kulikov1-2/+2
2011-08-03drm/i915: allow cache sharing policy controlJesse Barnes2-0/+107
2011-08-03drm/i915/hdmi: HDMI source product description infoframe supportJesse Barnes2-0/+37
2011-08-03drm/i915/hdmi: split infoframe setting from infoframe type codeJesse Barnes3-46/+106
2011-08-03drm: track CEA version number if presentJesse Barnes2-0/+11
2011-08-03tmpfs: expand "help" to explain value of TMPFS_POSIX_ACLRobert P. J. Day1-4/+11
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins3-26/+53
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins3-37/+94
2011-08-03mm: a few small updates for radix-swapHugh Dickins4-26/+18
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins2-21/+21
2011-08-03tmpfs: convert shmem_writepage and enable swapHugh Dickins1-51/+37
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins4-139/+20
2011-08-03tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins1-147/+112
2011-08-03tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins1-26/+107
2011-08-03tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins1-46/+146
2011-08-03tmpfs: copy truncate_inode_pages_rangeHugh Dickins1-20/+79
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins3-111/+109
2011-08-03tmpfs: demolish old swap vector supportHugh Dickins2-700/+84
2011-08-03mm: let swap use exceptional entriesHugh Dickins3-26/+66
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins3-15/+54
2011-08-03drivers/video/backlight/aat2870_bl.c: make it buildable as a moduleAndrew Morton1-1/+1
2011-08-03drivers/video/backlight/aat2870_bl.c: fix setting max_currentAxel Lin2-3/+3
2011-08-03drivers/video/backlight/aat2870_bl.c: fix error checking for backlight_device...Axel Lin1-2/+2
2011-08-03cris: add missing declaration of kgdb_init() and breakpoint()WANG Cong1-0/+3
2011-08-03cris: fix the prototype of sync_serial_ioctl()WANG Cong1-1/+1
2011-08-03cris: fix a build error in sync_serial_open()WANG Cong1-2/+2
2011-08-03cris: fix a build error in kernel/fork.cWANG Cong1-3/+3
2011-08-03tpm_tis: fix build when ACPI is not enabledRandy Dunlap1-1/+6
2011-08-03mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner1-1/+1
2011-08-03ramoops: update module parametersSergiu Iordache1-0/+8
2011-08-03Documentation: add pointer to name_to_dev_t for root= valuesWill Drewry3-3/+25
2011-08-03fs/dcache.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-03ida: simplified functions for id allocationRusty Russell2-0/+71
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov1-1/+1
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov1-9/+7
2011-08-03rtc-omap: fix initialization of control registerDaniel Glöckner1-1/+1
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita7-46/+33
2011-08-03mlx4: Fixing Ethernet unicast packet steeringYevgeny Petrilin2-1/+3
2011-08-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller17-41/+85
2011-08-03cpuidle: stop depending on pm_idleLen Brown6-25/+33
2011-08-03x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown3-25/+23
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown3-1/+8
2011-08-03cpuidle: create bootparam "cpuidle.off=1"Len Brown5-0/+20
2011-08-03mrst_pmu: driver for Intel Moorestown Power Management UnitLen Brown4-0/+1058
2011-08-03CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky1-0/+2
2011-08-03ext4: use kzalloc in ext4_kzalloc()Mathias Krause1-1/+1
2011-08-03xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk1-1/+1
2011-08-03xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk1-2/+2
2011-08-03xen/grant: Fix compile warning.Konrad Rzeszutek Wilk1-1/+1
2011-08-03xen/pciback: remove duplicated #includeHuang Weiyi1-1/+0
2011-08-03drm/i915: Try enabling RC6 by default (again)Keith Packard1-1/+1
2011-08-03Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-4/+11
2011-08-03Revert "drm/i915/dp: Zero the DPCD data before connection probe"Keith Packard1-1/+0
2011-08-03Merge branch 'apei' into apei-releaseLen Brown35-135/+1172
2011-08-03ACPI, APEI, EINJ Param support is disabled by defaultHuang Ying2-17/+33
2011-08-03APEI GHES: 32-bit buildfixLen Brown1-2/+3
2011-08-03ACPI: APEI build fixLen Brown2-2/+4
2011-08-03ACPI, APEI, GHES: Add hardware memory error recovery supportHuang Ying2-7/+24
2011-08-03HWPoison: add memory_failure_queue()Huang Ying2-0/+93
2011-08-03ACPI, APEI, GHES, Error records content based throttleHuang Ying1-7/+177
2011-08-03ACPI, APEI, GHES, printk support for recoverable error via NMIHuang Ying2-18/+193
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying4-65/+272
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying4-0/+260
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying13-0/+15
2011-08-03[S390] signal: use set_restore_sigmask() helperHeiko Carstens1-1/+1
2011-08-03[S390] smp: remove pointless comments in startup_secondary()Heiko Carstens1-6/+0
2011-08-03[S390] qdio: Use kstrtoul_from_userPeter Huewe1-9/+3
2011-08-03[S390] sclp_async: Use kstrtoul_from_userPeter Huewe1-6/+3
2011-08-03[S390] exec: remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-08-03[S390] cpu hotplug: on cpu start wait until being marked activeHeiko Carstens1-1/+6
2011-08-03[S390] signal: convert to use set_current_blocked()Heiko Carstens2-72/+30
2011-08-03[S390] asm offsets: fix coding styleHeiko Carstens1-6/+3
2011-08-03[S390] Add support for IBM zEnterprise 114Heiko Carstens2-4/+5
2011-08-03[S390] dasd: check if raw track access is supportedStefan Haberland1-0/+9
2011-08-03[S390] Use diagnose 308 for system resetMichael Holzheu3-0/+43
2011-08-03[S390] Export store_status() functionMichael Holzheu1-20/+60
2011-08-03[S390] dasd: use vmalloc for statistics input bufferStefan Weinhuber2-6/+7
2011-08-03[S390] Add PSW restart shutdown triggerMichael Holzheu9-5/+146
2011-08-03[S390] missing return in page_table_alloc_pgsteJan Glauber1-0/+1
2011-08-03[S390] qdio: 2nd stage retry on SIGA-W busy conditionsJan Glauber2-3/+20
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville17-41/+85
2011-08-03dt: add of_alias_scan and of_alias_get_idShawn Guo4-2/+141
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet7-26/+67
2011-08-03bnx2x: Clear MDIO access warning during first driver loadYaniv Rosner1-1/+5
2011-08-03bnx2x: Fix BCM578xx MAC testYaniv Rosner1-5/+4
2011-08-03bnx2x: Fix BCM54618se invalid link indicationYaniv Rosner1-2/+9
2011-08-03bnx2x: Fix BCM84833 linkYaniv Rosner1-9/+12
2011-08-03bnx2x: Fix link issue with DAC over 578xxYaniv Rosner1-0/+3
2011-08-03bnx2x: Fix LED behaviorYaniv Rosner1-7/+17
2011-08-03bnx2x: Fix BCM578xx-B0 MDIO accessYaniv Rosner3-3/+18
2011-08-03bnx2x: Fix remote fault handlingYaniv Rosner3-45/+69
2011-08-03bnx2x: Fix chip hanging due to TX pipe stall.Yaniv Rosner1-1/+11
2011-08-03bnx2x: Fix missing pause on for 578xxYaniv Rosner2-0/+8
2011-08-03tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil3-49/+78
2011-08-02Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds1-3/+3
2011-08-02Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-26/+25
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds30-132/+352
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds46-49/+576
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-528/+269
2011-08-02Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-11/+16
2011-08-02Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-8/+3
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds21-404/+1561
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds3-4/+9
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-14/+128
2011-08-02Input: ad7879 - fix deficient device disableMichael Hennerich1-1/+3
2011-08-02Input: gpio_keys - fix two typos in devicetree documentationTobias Klauser1-1/+1
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro2-20/+15
2011-08-03get rid of boilerplate switches in posix_acl.hAl Viro1-42/+20
2011-08-02sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller7-15/+126
2011-08-02sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller5-9/+53
2011-08-02sparc: Add some missing hypervisor API groups.David S. Miller2-0/+12
2011-08-02sparc: Use hweight64() in popc emulation.David S. Miller1-11/+4
2011-08-02sparc: Use popc if possible for hweight routines.David S. Miller7-40/+102
2011-08-02sparc: Minor tweaks to Niagara page copy/clear.David S. Miller4-102/+77
2011-08-03cifs: demote DFS referral lookup errors to cFYIJeff Layton2-4/+5
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Steve French1-2/+1
2011-08-03ASoC: sgtl5000: fix cache handlingWolfram Sang1-93/+35
2011-08-02r8169 : MAC address change fix for the 8168e-vl.françois romieu1-0/+27
2011-08-02tools/power turbostat: fit output into 80 columns on snb-epLen Brown1-23/+23
2011-08-02efivars: fix warnings when CONFIG_PSTORE=nTony Luck1-3/+3
2011-08-02Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from...Len Brown157-744/+1471
2011-08-02ACPI: delete stale reference in kernel-parameters.txtLen Brown1-2/+0
2011-08-02arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-08-02Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Chris Metcalf1367-8728/+40132
2011-08-02ACPI: add missing _OSI stringsShaohua Li1-1/+7
2011-08-02ACPI: remove NID_INVALDavid Rientjes1-1/+0
2011-08-02thermal: make THERMAL_HWMON implementation fully internalJean Delvare2-47/+92
2011-08-02thermal: split hwmon lookup to a separate functionJean Delvare1-6/+19
2011-08-02thermal: hide CONFIG_THERMAL_HWMONJean Delvare2-15/+2
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy3-1/+5
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa1-1/+2
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach1-9/+9
2011-08-02MAINTAINERS: Add keyword match for of_match_table to device tree sectionMark Brown1-0/+1
2011-08-02of: constify property name parameters for helper functionsJamie Iles2-9/+13
2011-08-02spi/pl022: remove function cannot exitLinus Walleij1-8/+3
2011-08-02dm table: set flush capability based on underlying devicesMike Snitzer2-1/+43
2011-08-02dm crypt: optionally support discard requestsMilan Broz2-5/+65
2011-08-02dm raid: add md raid1 supportJonathan Brassow1-10/+39
2011-08-02dm raid: support metadata devicesJonathan Brassow3-24/+412
2011-08-02dm raid: add write_mostly parameterJonathan Brassow2-2/+28
2011-08-02dm raid: add region_size parameterJonathan Brassow2-3/+83
2011-08-02dm raid: improve table parameters documentationJonathan Brassow1-46/+78
2011-08-02dm ioctl: forbid multiple device specifiersMikulas Patocka1-0/+6
2011-08-02dm ioctl: introduce __get_dev_cellMikulas Patocka1-17/+24
2011-08-02dm ioctl: fill in device parameters in more ioctlsMikulas Patocka2-29/+38
2011-08-02dm flakey: add corrupt_bio_byte featureMike Snitzer2-15/+159
2011-08-02dm flakey: add drop_writesMike Snitzer2-14/+78
2011-08-02dm flakey: support feature argsMike Snitzer1-19/+64
2011-08-02dm flakey: use dm_target_offset and support discardsMike Snitzer1-1/+2
2011-08-02dm table: share target argument parsing functionsMike Snitzer4-112/+147
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka3-3/+103
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka3-2/+64
2011-08-02dm table: clean dm_get_device and move exportsMike Snitzer1-20/+13
2011-08-02dm raid: tidy includesAlasdair G Kergon1-1/+2
2011-08-02dm ioctl: prevent empty messageAlasdair G Kergon1-0/+5