aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...HEADmasterLinus Torvalds2-5/+24
2012-04-20Merge tag 'tty-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-8/+14
2012-04-20Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds24-76/+151
2012-04-20Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-22/+65
2012-04-20Revert "ACPI: ignore FADT reset-reg-sup flag"Linus Torvalds2-2/+4
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo1-1/+6
2012-04-20Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-17/+55
2012-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+19
2012-04-20Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds5-13/+79
2012-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds6-18/+4
2012-04-20Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe"Konrad Rzeszutek Wilk1-2/+6
2012-04-20USB: serial: cp210x: Fixed usb_control_msg timeout valuesYuri Matylitski1-3/+6
2012-04-19drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall1-1/+3
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-5/+6
2012-04-19xen/resume: Fix compile warnings.Konrad Rzeszutek Wilk1-0/+1
2012-04-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-24/+56
2012-04-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-21/+43
2012-04-19xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk1-16/+53
2012-04-19nouveau: Set special lane map for the right chipsetHenrik Rydberg1-1/+1
2012-04-19Merge branch 'fix/cxt-stable' into fix/hdaTakashi Iwai1-5/+30
2012-04-19ALSA: hda/conexant - Set up the missing docking-station pinsTakashi Iwai1-3/+25
2012-04-19drm/radeon: fix load detect on rn50 with hardcoded EDIDs.Dave Airlie1-1/+1
2012-04-19drm: Releasing FBs before releasing GEM objects during drm_releasePrathyush1-3/+3
2012-04-19drm/nouveau/pm: don't read/write beyond end of stack bufferJim Meyering1-0/+1
2012-04-19drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of...Marcos Paulo de Souza1-1/+0
2012-04-19radeon: fix r600/agp when vram is after AGP (v3)Jerome Glisse2-4/+4
2012-04-19drm: fix page_flip error handlingJoonyoung Shim1-4/+6
2012-04-19ALSA: hda/conexant - Don't set HP pin-control bit unconditionallyTakashi Iwai1-2/+7
2012-04-19Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie5-5/+26
2012-04-19drm/radeon/kms: fix the regression of DVI connector checkTakashi Iwai1-1/+1
2012-04-19HID: default HID_BATTERY_STRENGTH to noJosh Boyer1-1/+1
2012-04-19ALSA: workaround: change the timing of alsa_sound_last_init()Kuninori Morimoto1-1/+1
2012-04-19ALSA: hda/sigmatel - Fix inverted mute LEDTakashi Iwai1-3/+2
2012-04-19drm/usb: fix module license on drm/usb layer.Dave Airlie1-1/+5
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins1-0/+1
2012-04-19ALSA: hda/realtek - Fix regression on Quanta/Gericom KN1Takashi Iwai1-4/+45
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2012-04-19KVM: lock slots_lock around device assignmentAlex Williamson1-8/+15
2012-04-19security: fix compile error in commoncap.cJonghwan Choi1-0/+1
2012-04-18KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity1-1/+4
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-28/+129
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds13-74/+125
2012-04-18pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-18ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-18USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)Stephen Warren1-1/+0
2012-04-18USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama1-1/+1
2012-04-18USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama1-6/+2
2012-04-18drivers/usb/misc/usbtest.c: add kfreesJulia Lawall1-0/+2
2012-04-18USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin1-1/+6
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-27/+41
2012-04-18uwb: fix error handlingOliver Neukum1-1/+2
2012-04-18uwb: fix use of del_timer_sync() in interruptOliver Neukum1-1/+11
2012-04-18xz: Enable BCJ filters on SPARC and 32-bit x86Lasse Collin1-2/+2
2012-04-18EHCI: always clear the STS_FLR status bitAlan Stern1-1/+6
2012-04-18Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds6-6/+10
2012-04-18xen/blkback: Fix warning error.Konrad Rzeszutek Wilk1-1/+1
2012-04-18Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk13145-411374/+662521
2012-04-18libata: forbid port runtime pm by default, fixing regressionLin Ming1-0/+1
2012-04-18hwmon: (ads1015) Fix build warningGuenter Roeck1-17/+16
2012-04-18hwmon: fam15h_power: fix bogus values with current BIOSesAndre Przywara1-0/+39
2012-04-18Revert "ACPI: Make ACPI interrupt threaded"Thomas Gleixner1-2/+1
2012-04-18drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson1-1/+7
2012-04-18ALSA: fix core/vmaster.c kernel-doc warningRandy Dunlap1-0/+1
2012-04-18fcaps: clear the same personality flags as suid when fcaps are usedEric Paris1-0/+5
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl1-2/+3
2012-04-18Smack: move label list initializationCasey Schaufler2-25/+33
2012-04-17EHCI: fix criterion for resuming the root hubAlan Stern1-1/+1
2012-04-17USB: sierra: avoid QMI/wwan interface on MC77xxBjørn Mork1-2/+4
2012-04-17usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang1-1/+1
2012-04-17usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang1-2/+3
2012-04-17USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2-6/+3
2012-04-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-40/+15
2012-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-46/+36
2012-04-17xen/p2m: m2p_find_override: use list_for_each_entry_safeStefano Stabellini1-6/+2
2012-04-17xen/gntdev: do not set VM_PFNMAPStefano Stabellini1-1/+1
2012-04-17Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-62/+20
2012-04-17m68knommu: make sure 2nd FEC eth interface pins are enabled on 5275 ColdFireGreg Ungerer2-3/+0
2012-04-17m68knommu: fix id number for second eth device on 5275 ColdFireGreg Ungerer1-1/+1
2012-04-17xen/grant-table: add error-handling code on failure of gnttab_resumeJulia Lawall1-4/+9
2012-04-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-32/+51
2012-04-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-25/+76
2012-04-16PCI: Retry BARs restoration for Type 0 headers onlyRafael J. Wysocki1-9/+15
2012-04-16Documentation: maintainer changeRandy Dunlap1-2/+2
2012-04-16ia64: fix futex_atomic_cmpxchg_inatomic()Luck, Tony1-4/+5
2012-04-16ext4: fix handling of journalled quota optionsTheodore Ts'o1-17/+15
2012-04-16checkpatch: revert --strict test for net/ and drivers/net block comment styleJoe Perches1-6/+0
2012-04-16nfsd: include cld.h in the headers_install targetJeff Layton1-0/+1
2012-04-16drm/i915: Hold mode_config lock whilst changing mode for lastclose()Chris Wilson1-0/+4
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o3-23/+0
2012-04-16Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman13-49/+103
2012-04-16drm/radeon/si: add missing radeon_bo_unreserve in si_rlc_init() v2Alex Deucher1-3/+2
2012-04-16drm/radeon: disable MSI on RV515Dave Airlie1-0/+6
2012-04-16drm/i915: don't clobber the special upscaling lvds timingsDaniel Vetter4-4/+15
2012-04-16x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu1-17/+36
2012-04-16m68knommu: move and fix the 68VZ328 platform bootlogo.hGreg Ungerer1-1/+1
2012-04-16m68knommu: remove the unused bootlogo.h processing for 68EZ328 and 68VZ328Greg Ungerer2-13/+2
2012-04-15Linux 3.4-rc3v3.4-rc3Linus Torvalds1-1/+1
2012-04-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-61/+46
2012-04-15x86-32: fix up strncpy_from_user() sign errorLinus Torvalds1-2/+2
2012-04-15ARM: 7386/1: jump_label: fixup for rename to static_keyRabin Vincent1-1/+1
2012-04-15ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEEJonathan Austin1-0/+12
2012-04-15ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMUWill Deacon1-1/+15
2012-04-15ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpusLinus Walleij1-1/+5
2012-04-15PCI: Fix regression in pci_restore_state(), v3Rafael J. Wysocki1-18/+39
2012-04-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-193/+31
2012-04-15Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2-11/+29
2012-04-15SCSI: Fix error handling when no ULD is attachedMartin K. Petersen2-1/+4
2012-04-15virtio_balloon: fix handling of PAGE_SIZE != 4kMichael S. Tsirkin1-10/+41
2012-04-15virtio_balloon: Fix endian bugDavid Gibson1-2/+5
2012-04-15Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-15/+15
2012-04-14Merge branch 'v3.4-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson11-51/+24
2012-04-14ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errorsKevin Hilman5-129/+0
2012-04-14ARM: dts: remove blank interrupt-parent propertiesRob Herring5-5/+0
2012-04-14Merge branch 'msm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/david...Olof Johansson5-8/+7
2012-04-14perf archive: Correct cutting of symbolic linkChanho Park1-1/+2
2012-04-14perf tools: Ignore auto-generated bison/flex filesNamhyung Kim1-0/+2
2012-04-14perf tools: Fix parsers' rules to dependenciesJiri Olsa1-11/+8
2012-04-14ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine filesSachin Kamat1-0/+2
2012-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-13/+68
2012-04-14do not export kernel's NULL #define to userspaceLubos Lunak1-6/+2
2012-04-14ARM: EXYNOS: Remove broken config values for touchscren for NURI boardMarek Szyprowski1-42/+0
2012-04-14ARM: EXYNOS: set fix xusbxti clock for NURI and Universal210 boardsMarek Szyprowski2-1/+3
2012-04-14ARM: EXYNOS: fix regulator name for NURI boardMarek Szyprowski1-1/+1
2012-04-14ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LLMaurus Cuelenaere1-0/+1
2012-04-13Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-183/+223
2012-04-13Merge tag 'fbdev-fixes-for-3.4-1' of git://github.com/schandinat/linux-2.6Linus Torvalds4-193/+201
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-21/+40
2012-04-13Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-332/+796
2012-04-13Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-16/+27
2012-04-13cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUSKevin Hilman1-0/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-8/+1
2012-04-13Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-24/+27
2012-04-13Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-24/+21
2012-04-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-8/+16
2012-04-13sparc64: Eliminate obsolete __handle_softirq() functionPaul E. McKenney1-7/+0
2012-04-13sparc64: Fix bootup crash on sun4v.David S. Miller1-1/+1
2012-04-13lockd: fix the endianness bugAl Viro2-2/+2
2012-04-13ARM: msm: Fix section mismatches in proc_comm.cDavid Brown1-1/+1
2012-04-13video: msm: Fix section mismatches in mddi.cDavid Brown1-4/+4
2012-04-13arm: msm: trout: fix compile failureDaniel Walker2-0/+2
2012-04-13arm: msm: halibut: remove unneeded fixupDaniel Walker1-3/+0
2012-04-13irq_work: fix compile failure on tile from missing includeChris Metcalf1-0/+1
2012-04-13ia64: populate the cmpxchg header with appropriate codePaul Gortmaker2-114/+148
2012-04-13alpha: fix build failures from system.h dismembermentPaul Gortmaker3-69/+74
2012-04-13ocfs2: ->e_leaf_clusters endianness breakageAl Viro1-2/+2
2012-04-13ocfs2: ->rl_count endianness breakageAl Viro1-1/+1
2012-04-13ocfs: ->rl_used breakage on big-endianAl Viro1-4/+4
2012-04-13ocfs2: ->l_next_free_req breakage on big-endianAl Viro2-3/+3
2012-04-13btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu1-1/+1
2012-04-13ext4: fix endianness breakage in ext4_split_extent_at()Al Viro1-1/+1
2012-04-13nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro1-1/+1
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-13ARM: 7383/1: nommu: populate vectors page from paging_initWill Deacon1-0/+2
2012-04-13ARM: 7381/1: nommu: fix typo in mm/KconfigWill Deacon1-1/+1
2012-04-13ARM: 7380/1: DT: do not add a zero-sized memory propertyMarc Zyngier1-0/+2
2012-04-13ARM: 7379/1: DT: fix atags_to_fdt() second call siteMarc Zyngier1-1/+1
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportMark Brown4-50/+2
2012-04-13Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar7-13/+68
2012-04-13ALSA: hda/realtek - Fix mem leak (and rid us of trailing whitespace).Jesper Juhl1-7/+9
2012-04-12Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-0/+1
2012-04-12kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker1-11/+0
2012-04-12Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker1-36/+13
2012-04-12kconfig: fix IS_ENABLED to not require all options to be definedPaul Gortmaker1-4/+18
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik2-10/+3
2012-04-12Merge tag 'usb-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds32-118/+216
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-57/+52
2012-04-12Merge tag 'staging-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-57/+105
2012-04-12Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-12/+17
2012-04-12Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+2
2012-04-12irq_domain: fix type mismatch in debugfs output formatGrant Likely1-1/+2
2012-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-27/+59
2012-04-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+5
2012-04-12staging: android: fix mem leaks in __persistent_ram_init()Jesper Juhl1-4/+7
2012-04-12staging: vt6656: Don't leak memory in drivers/staging/vt6656/ioctl.c::private...Jesper Juhl1-1/+2
2012-04-12staging: iio: hmc5843: Fix crash in probe function.Marek Belisko1-1/+3
2012-04-12Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds12-33/+105
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-194/+160
2012-04-12Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds31-254/+325
2012-04-12Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+6
2012-04-12panic: fix stack dump print on direct call to panic()Jason Wessel1-1/+1
2012-04-12drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij1-2/+1
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han1-6/+1
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2012-04-12drivers/rtc/rtc-twl.c: use static register while reading timeKonstantin Shlyakhovoy1-5/+38
2012-04-12drivers/rtc/rtc-s3c.c: add placeholder for driver private dataTushar Behera1-5/+18
2012-04-12drivers/rtc/rtc-s3c.c: fix compilation errorTushar Behera1-4/+4
2012-04-12MAINTAINERS: add PCDP console maintainerKhalid Aziz1-0/+5
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa1-2/+2
2012-04-12drivers/rtc/rtc-efi.c: fix section mismatch warningJan Beulich1-1/+0
2012-04-12drivers/rtc/rtc-r9701.c: reset registers if invalid values are detectedAndreas Dumberger1-0/+22
2012-04-12drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov1-1/+1
2012-04-12memcg: fix up documentation on global LRUYing Han1-3/+2
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones1-4/+5