aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-23drm/i915: fix color order for BGR formats on IVBVijay Purushothaman1-2/+2
2012-08-23drm/i915: fix wrong order of parameters in port checking functionsXu, Anhua1-6/+6
2012-08-22hwmon: (asus_atk0110) Add quirk for Asus M5A78LLuca Tettamanti1-0/+6
2012-08-22stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO1-3/+3
2012-08-22stmmac: fix GMAC syn IDGiuseppe CAVALLARO1-1/+1
2012-08-22ipv4: properly update pmtuEric Dumazet1-1/+1
2012-08-22x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann1-3/+4
2012-08-22KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity1-9/+21
2012-08-22Linux 3.6-rc3v3.6-rc3Linus Torvalds1-1/+1
2012-08-22brcm80211: smac: set interface down on resetVladimir Zapolskiy1-0/+3
2012-08-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds28-181/+419
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-108/+146
2012-08-22Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds4-12/+21
2012-08-22Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds7-22/+36
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-14/+72
2012-08-22Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-119/+241
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-46/+56
2012-08-22HID: Remove QUANTA from special drivers listSimon Farnsworth1-1/+0
2012-08-22UBIFS: fix error messages spellingArtem Bityutskiy1-1/+1
2012-08-22task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-08-22fs: fix fs/namei.c kernel-doc warningsRandy Dunlap1-0/+2
2012-08-22eventpoll: use-after-possible-free in epoll_create1()Al Viro1-1/+1
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro1-2/+2
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro1-2/+1
2012-08-22ALSA: hda - Do not set GPIOs for speakers on IDT if there are no speakersDavid Henningsson1-0/+3
2012-08-22vfio: get rid of open-coding kref_put_mutexAl Viro1-7/+2
2012-08-22introduce kref_put_mutex()Al Viro1-0/+18
2012-08-22vfio: don't dereference after kfree...Al Viro1-1/+2
2012-08-22KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa1-4/+9
2012-08-22x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity1-1/+1
2012-08-22UBIFS: fix complaints about too small debug buffer sizeArtem Bityutskiy1-1/+1
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz1-2/+2
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab1-1/+1
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz1-0/+1
2012-08-22x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng1-1/+1
2012-08-22x86/spinlocks: Fix comment in spinlock.hRichard Weinberger1-2/+1
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie1-1/+8
2012-08-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds16-110/+258
2012-08-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-179/+217
2012-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds88-575/+637
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman4-29/+93
2012-08-21mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman1-26/+28
2012-08-21rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine1-1/+4
2012-08-21rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine1-0/+7
2012-08-21drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-08-21mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi1-10/+11
2012-08-21drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov1-0/+2
2012-08-21mm/compaction.c: fix deferring compaction mistakeMinchan Kim1-1/+1
2012-08-21drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt1-19/+65
2012-08-21string: do not export memweight() to userspaceWANG Cong1-1/+1
2012-08-21hugetlb: update hugetlbpage.txtZhouping Liu1-2/+8
2012-08-21checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches1-1/+2
2012-08-21mm: hugetlbfs: correctly populate shared pmdMichal Hocko1-5/+16
2012-08-21cciss: fix incorrect scsi status reportingStephen M. Cameron1-10/+1
2012-08-21Documentation: update mount option in filesystem/vfat.txtNamjae Jeon1-0/+11
2012-08-21mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins1-1/+1
2012-08-21cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann1-2/+2
2012-08-22drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat1-2/+2
2012-08-22drm/udl: dpms off the crtc when disabled.Dave Airlie1-2/+1
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2-5/+0
2012-08-22drm: stop vmgfx driver explosionAlan Cox1-1/+5
2012-08-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie10-64/+141
2012-08-22Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie12-107/+267
2012-08-21ceph: avoid divide by zero in __validate_layout()Sage Weil1-1/+2
2012-08-21libceph: avoid truncation due to racing bannersJim Schutt1-2/+9
2012-08-21ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2012-08-21drm/radeon/ss: use num_crtc rather than hardcoded 6Alex Deucher1-1/+1
2012-08-21ide: fix generic_ide_suspend/resume OopsMiklos Szeredi1-2/+2
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet3-4/+6
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet1-1/+1
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch1-1/+6
2012-08-21tcp: fix possible socket refcount problemEric Dumazet3-10/+18
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier2-4/+0
2012-08-21Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-7/+12
2012-08-21iwlwifi: protect SRAM debugfsJohannes Berg1-0/+3
2012-08-21iwlwifi: fix flow handler debug codeJohannes Berg3-16/+18
2012-08-21drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall1-1/+2
2012-08-21ath5k: fix wrong max power per rate eeprom reads for 802.11aThomas Huehn2-1/+2
2012-08-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2-4/+2
2012-08-21Merge tag 'pinctrl-fixes-v3.6-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-16/+13
2012-08-21Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds40-233/+257
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-08-21fbcon: fix race condition between console lock and cursor timerDave Airlie1-1/+5
2012-08-21Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+2
2012-08-21Revert "drm/radeon: fix bo creation retry path"Alex Deucher1-2/+1
2012-08-21perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo1-0/+2
2012-08-21s390: Always use "long" for ssize_t to match size_tGeert Uytterhoeven1-2/+1
2012-08-21UBIFS: fix replay regressionArtem Bityutskiy1-2/+1
2012-08-21UBIFS: fix crash on error pathArtem Bityutskiy1-1/+4
2012-08-21UBIFS: remove stale commentaryArtem Bityutskiy1-3/+0
2012-08-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-0/+4
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2-5/+4
2012-08-21ALSA: snd-als100: fix suspend/resumeOndrej Zary1-1/+1
2012-08-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hel...Linus Torvalds2-2/+9
2012-08-20svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-08-20svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-08-20svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields2-3/+2
2012-08-20Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov1-1/+3
2012-08-20tcm_vhost: Fix vhost_scsi_target structure alignmentMichael S. Tsirkin2-0/+5
2012-08-20Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-11/+15
2012-08-20Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-08-20Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds11-67/+606
2012-08-20Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2012-08-20Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds5-15/+13
2012-08-20[IA64] defconfig: Remove CONFIG_MISC_DEVICESFabio Estevam2-2/+0
2012-08-20Merge tag 'regulator-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds8-35/+59
2012-08-20Merge tag 'iommu-fixes-v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+14
2012-08-20ALSA: hda - Fix leftover codec->power_transitionTakashi Iwai1-0/+2
2012-08-20Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai7553-192130/+442821
2012-08-20gpu/mfd/usb: Fix USB randconfig problemsGuenter Roeck4-2/+5
2012-08-20drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter1-11/+4
2012-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-18/+58
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-19/+70
2012-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-144/+165
2012-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2012-08-20vfs: missed source of ->f_pos racesAl Viro1-2/+8
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil4-6/+51
2012-08-20NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2012-08-20ideapad: add Lenovo IdeaPad Z570 support (part 3)Maxim Mikityanskiy2-3/+51
2012-08-20ideapad: add Lenovo IdeaPad Z570 support (part 2)Maxim Mikityanskiy2-0/+36
2012-08-20ideapad: add Lenovo IdeaPad Z570 support (part 1)Maxim Mikityanskiy1-0/+32
2012-08-20NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust1-1/+1
2012-08-20drm/radeon: split ATRM support out from the ATPX handler (v3)Alex Deucher3-74/+77
2012-08-20drm/radeon: convert radeon vfct code to use acpi_get_table_with_sizeAlex Deucher1-4/+2
2012-08-20ACPI: export symbol acpi_get_table_with_sizeAlex Deucher1-0/+1
2012-08-20drm/radeon: implement ACPI VFCT vbios fetch (v3)David Lamparter1-0/+60
2012-08-20drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...Tvrtko Ursulin1-1/+1
2012-08-20drm/radeon: fix checking of MSAA renderbuffers on r600-r700Marek Olšák1-5/+6
2012-08-20drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700Marek Olšák4-21/+101
2012-08-20drm/radeon: init lockup timeout on ring initChristian König1-0/+1
2012-08-20drm/radeon: avoid turning off spread spectrum for used pllJerome Glisse1-4/+21
2012-08-20netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy1-1/+1
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell3-14/+14
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20netconsole: remove a redundant netconsole_target_put()Amerigo Wang1-1/+0
2012-08-20pwm: Improve Kconfig help textThierry Reding1-6/+25
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy3-0/+12
2012-08-20net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung1-1/+1
2012-08-20caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl1-0/+4
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller5-49/+90
2012-08-20Merge branch 'topic/ca0132-fix' into for-linusTakashi Iwai3-145/+99
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond3-2/+25
2012-08-20ALSA: hda - don't create dysfunctional mixer controls for ca0132David Henningsson1-0/+8
2012-08-20drivers/net/irda: fix error return codeJulia Lawall2-0/+2
2012-08-20drivers/net/wan/dscc4.c: fix error return codeJulia Lawall1-2/+3
2012-08-20drivers/net/wimax/i2400m/fw.c: fix error return codeJulia Lawall1-1/+3
2012-08-20smsc75xx: add missing entry to MAINTAINERSSteve Glendinning1-0/+6
2012-08-20net: qmi_wwan: new devices: UML290 and K5006-ZBjørn Mork1-0/+5
2012-08-20net: sh_eth: Add eth support for R8A7779 devicePhil Edworthy2-5/+10
2012-08-20netdev/phy: skip disabled mdio-mux nodesTimur Tabi1-1/+1
2012-08-20dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi2-0/+34
2012-08-20ALSA: sound/ppc/snd_ps3.c: fix error return codeJulia Lawall1-0/+1
2012-08-20ALSA: sound/pci/rme9652/hdspm.c: fix error return codeJulia Lawall1-1/+1
2012-08-20ALSA: sound/pci/sis7019.c: fix error return codeJulia Lawall1-2/+3
2012-08-20ALSA: sound/pci/ctxfi/ctatc.c: fix error return codeJulia Lawall1-1/+3
2012-08-20ALSA: sound/atmel/ac97c.c: fix error return codeJulia Lawall1-8/+4
2012-08-20ALSA: sound/atmel/abdac.c: fix error return codeJulia Lawall1-0/+1
2012-08-20crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-08-20ALSA: fix pcm.h kernel-doc warning and notationRandy Dunlap1-1/+2
2012-08-20sound: oss/sb_audio: prevent divide by zero bugDan Carpenter1-1/+3
2012-08-19CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky1-8/+1
2012-08-19cifs: print error code if smb signature verification failsSteve French2-6/+14
2012-08-19CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2-11/+15
2012-08-19CIFS: Protect i_nlink from being negativeSteve French2-8/+18
2012-08-19Merge branch 'alpha' (alpha architecture patches)Linus Torvalds21-1176/+177
2012-08-19alpha: Fix fall-out from disintegrating asm/system.hMichael Cree1-0/+1
2012-08-19Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman1-2/+2
2012-08-19alpha: fix fpu.h usage in userspaceMike Frysinger1-0/+2
2012-08-19alpha/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-6/+30
2012-08-19alpha: take kernel_execve() out of entry.SAl Viro3-53/+19
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro5-120/+54
2012-08-19alpha: Use new generic strncpy_from_user() and strnlen_user()Michael Cree9-994/+62
2012-08-19alpha: Wire up cross memory attach syscallsMichael Cree2-1/+5
2012-08-19alpha: Don't export SOCK_NONBLOCK to user space.Michael Cree1-0/+2
2012-08-18dyndbg: fix for SOH in logging messagesMarkus Trippelsdorf1-2/+2
2012-08-18Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds12-34/+869
2012-08-18sections: Fix section conflicts in drivers/hwmonAndi Kleen2-2/+2
2012-08-18Merge tag 'pm-for-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-10/+20
2012-08-18x32: Use compat shims for {g,s}etsockoptMike Frysinger1-2/+4
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro1-33/+28
2012-08-18i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan1-1/+1
2012-08-18Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-5/+13
2012-08-18i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck1-0/+1
2012-08-18I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman1-1/+1
2012-08-18i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones1-10/+18
2012-08-17USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-08-17USB: emi62: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: winbond: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: vt6656: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: p54usb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: spca506: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: jl2005bcd: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17USB: smsusb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17Merge tag 'md-3.6-fixes' of git://neil.brown.name/mdLinus Torvalds3-15/+26
2012-08-17target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger1-3/+6