aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-09Linux 3.2-rc5HEADv3.2-rc5masterLinus Torvalds1-1/+1
2011-12-09Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+39
2011-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-44/+68
2011-12-09Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds4-4/+6
2011-12-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-7/+32
2011-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds10-26/+40
2011-12-09Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds4-4/+5
2011-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds10-65/+172
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+12
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines1-1/+1
2011-12-09rapidio/tsi721: modify PCIe capability settingsAlexandre Bounine2-5/+17
2011-12-09rapidio/tsi721: fix mailbox resource reportingAlexandre Bounine1-2/+2
2011-12-09rapidio/tsi721: switch to dma_zalloc_coherentAlexandre Bounine1-13/+4
2011-12-09procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko1-2/+2
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman1-0/+2
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko1-1/+7
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton1-1/+1
2011-12-09thp: set compound tail page _count to zeroYouquan Song2-1/+2
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song1-0/+2
2011-12-09printk: avoid double lock acquirePeter Zijlstra1-1/+2
2011-12-09memcg: update maintainersKAMEZAWA Hiroyuki1-1/+2
2011-12-09drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issuesJonghwan Choi1-1/+1
2011-12-09CREDITS: update Kees's expired fingerprint and fix detailsKees Cook1-3/+6
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli1-12/+4
2011-12-09fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov4-12/+10
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov1-3/+6
2011-12-09MAINTAINERS: Update amd-iommu F: patternsJoe Perches1-2/+2
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming6-35/+48
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton1-2/+8
2011-12-08cifs: attempt to freeze while looping on a receive attemptJeff Layton1-0/+2
2011-12-08cifs: Fix sparse warning when calling cifs_strtoUCSSteve French1-3/+3
2011-12-08CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky1-0/+26
2011-12-09md: raid5 crash during degradationAdam Kwolek1-2/+2
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+4
2011-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-60/+66
2011-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds29-77/+74
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa1-1/+9
2011-12-08x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf1-7/+14
2011-12-08Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann1-2/+2
2011-12-08Btrfs: drop spin lock when memory alloc failsLiu Bo1-8/+16
2011-12-08Btrfs: check if the to-be-added device is writableLi Zefan1-1/+1
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva1-43/+31
2011-12-08ARM: sa1100: fix build errorJett.Zhou1-2/+2
2011-12-08md/raid5: never wait for bad-block acks on failed device.NeilBrown1-1/+3
2011-12-08md: ensure new badblocks are handled promptly.NeilBrown1-0/+1
2011-12-08md: bad blocks shouldn't cause a Blocked status on a Faulty device.NeilBrown1-1/+2
2011-12-08md: take a reference to mddev during sysfs access.NeilBrown1-1/+18
2011-12-08md: refine interpretation of "hold_active == UNTIL_IOCTL".NeilBrown1-2/+2
2011-12-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2-7/+10
2011-12-07Merge branch '3.2-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-659/+425
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva1-8/+18
2011-12-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-188/+200
2011-12-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+4
2011-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-1/+5
2011-12-07Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar2-2/+3
2011-12-07PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern1-2/+4
2011-12-07spi/gpio: fix section mismatch warningManuel Lauss1-2/+2
2011-12-07spi/fsl-espi: disable CONFIG_SPI_FSL_ESPI=m buildJiri Slaby1-2/+2
2011-12-07spi/nuc900: Include linux/module.hAxel Lin1-0/+1
2011-12-07spi/ath79: fix compile error due to missing includeGabor Juhos1-0/+1
2011-12-07of/irq: Get rid of NO_IRQ usageAnton Vorontsov1-9/+4
2011-12-07ALSA: hda/realtek - Fix lost speaker volume controlsTakashi Iwai1-7/+30
2011-12-07ALSA: hda/realtek - Create "Bass Speaker" for two speaker pinsTakashi Iwai1-0/+2
2011-12-07ALSA: hda/realtek - Don't create extra controls with channel suffixTakashi Iwai1-9/+15
2011-12-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-7/+11
2011-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-69/+100
2011-12-07perf: Do no try to schedule task events if there are noneGleb Natapov1-2/+2
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-12-07drm/i915: fix infinite recursion on unbind due to ilk vt-d w/aDaniel Vetter1-1/+6
2011-12-07drm/radeon/kms: fix return type for radeon_encoder_get_dp_bridge_encoder_idAlex Deucher1-4/+3
2011-12-07Merge branch 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann4-24/+8
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro7-69/+100
2011-12-06xfs: fix the logspace waiting algorithmChristoph Hellwig2-183/+177
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-132/+155
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-5/+15
2011-12-06m68k: Wire up process_vm_{read,write}vGeert Uytterhoeven2-1/+5
2011-12-06net: Silence seq_scale() unused warningStephen Boyd1-0/+2
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)2-8/+9
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang1-1/+7
2011-12-06xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig1-4/+4
2011-12-06Merge branch 'fixes' of git://gitorious.org/linux-davinci/linux-davinci into ...Arnd Bergmann6-16/+18
2011-12-06Merge branch 'mxs/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Arnd Bergmann5-6/+7
2011-12-06Merge branch 'fixes' of git://gitorious.org/sirfprima2-kernel/sirfprima2-kern...Arnd Bergmann2-0/+2
2011-12-06iommu/amd: Fix typo in kernel-parameters.txtSedat Dilek1-1/+1
2011-12-06Merge branch 'imx/fix-irqdomain' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann3-14/+19
2011-12-06Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann6-8/+8
2011-12-06x86/intel_mid: Kconfig select fixAlan Cox1-0/+3
2011-12-06Merge branch 'fix/asoc' into for-linusTakashi Iwai7-16/+45
2011-12-06ALSA: hda - Fix remaining VREF mute-LED NID check in post-3.1 changesTakashi Iwai1-1/+1
2011-12-06Merge branch 'fix/hda-idt-fix' into fix/hdaTakashi Iwai1-21/+24
2011-12-06ALSA: hda - Fix GPIO LED setup for IDT 92HD75 codecsTakashi Iwai1-21/+24
2011-12-06perf header: Use event_name() to get an event nameAndrew Vagin1-1/+1
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-06ptp: Fix clock_getres() implementationThomas Gleixner1-1/+3
2011-12-06x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox1-2/+3
2011-12-06iommu/msm: Fix compile error in mach-msm/devices-iommu.cJoerg Roedel1-0/+1
2011-12-06ASoC: Provide a more complete DMA driver stubMark Brown1-1/+30
2011-12-06iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger1-2/+4
2011-12-06target: Don't return an error if disabling unsupported featuresAndy Grover1-8/+16
2011-12-06target/rd: fix or rewrite the copy routineSebastian Andrzej Siewior1-205/+40
2011-12-06target/rd: simplify the page/offset computationSebastian Andrzej Siewior1-6/+4
2011-12-06target: remove the unused se_dev_listChristoph Hellwig3-13/+0
2011-12-06target/file: walk properly over sg listSebastian Andrzej Siewior1-6/+6
2011-12-06target: remove unused struct fieldsJörn Engel4-30/+0
2011-12-06target: Fix page length in emulated INQUIRY VPD page 86hRoland Dreier1-1/+1
2011-12-06target: Handle 0 correctly in transport_get_sectors_6()Roland Dreier1-2/+7
2011-12-06target: Don't return an error status for 0-length READ and WRITERoland Dreier1-1/+8
2011-12-06iscsi-target: Use kmemdup rather than duplicating its implementationThomas Meyer2-6/+3
2011-12-06iscsi-target: Add missing F_BIT for iscsi_tm_rspNicholas Bellinger1-0/+1
2011-12-06iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_countNicholas Bellinger2-5/+6
2011-12-06target: Reject SCSI data overflow for fabrics using transport_generic_map_mem...Nicholas Bellinger1-0/+12
2011-12-06target: remove the unused t_task_pt_sgl and t_task_pt_sgl_num se_cmd fieldsChristoph Hellwig1-8/+0
2011-12-06target: remove the t_tasks_bidi se_cmd fieldChristoph Hellwig3-7/+5
2011-12-06target: remove the t_tasks_fua se_cmd fieldChristoph Hellwig4-8/+13
2011-12-06target: remove the se_ordered_node se_cmd fieldChristoph Hellwig2-14/+0
2011-12-06target: remove the se_obj_ptr and se_orig_obj_ptr se_cmd fieldsChristoph Hellwig3-6/+1
2011-12-06target: Drop config_item_name usage in fabric TFO->free_wwn()Nicholas Bellinger2-7/+5
2011-12-06target: Get rid of unused se_cmd_cacheRoland Dreier1-11/+1
2011-12-06target: Avoid compiler warnings about signed one-bit bitfieldsBart Van Assche1-3/+3
2011-12-06target: Improve system responsivity during I/OBart Van Assche1-2/+0
2011-12-06iscsi-target: Fix sess allocation leak in iscsi_login_zero_tsih_s1Nicholas Bellinger1-5/+8
2011-12-06target: Address legacy PYX_TRANSPORT_* return code breakageNicholas Bellinger16-303/+281
2011-12-06pasemi_mac: Fix building as moduleBen Hutchings1-1/+2
2011-12-06netback: Fix alert message.Wei Liu1-1/+1
2011-12-05Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-5/+16
2011-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-39/+164
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-55/+185
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-18/+43
2011-12-05Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2-2/+8
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-36/+171
2011-12-05Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds12-88/+137
2011-12-05r8169: fix Rx index race between FIFO overflow recovery and NAPI handler.françois romieu1-8/+3
2011-12-05r8169: Rx FIFO overflow fixes.françois romieu1-25/+17
2011-12-05gpio: fix a build failure on KS8695 GPIOLinus Walleij1-1/+1
2011-12-05ASoC: Remove references to corgi and spitz from machine driver documentMark Brown1-4/+2
2011-12-05ftrace: Fix hash record accounting bugSteven Rostedt1-1/+3
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-05jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-05ftrace: Remove force undef config value left for testingSteven Rostedt1-1/+0
2011-12-05tracing: Restore system filter behaviorLi Zefan2-1/+8
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-61/+102
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller1-22/+13
2011-12-05toshiba_acpi: Fix machines that don't support HCI_SYSTEM_EVENTSeth Forshee1-5/+16
2011-12-05ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogramJanusz Krzysztofik1-1/+6
2011-12-05intr_remapping: Fix section mismatch in ir_dev_scope_init()Sergey Senozhatsky1-1/+1
2011-12-05intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()Sergey Senozhatsky1-1/+1
2011-12-05x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh nor...Andreas Herrmann2-0/+17
2011-12-05x86, AMD: Correct align_va_addr documentationBorislav Petkov1-2/+2
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard1-1/+2
2011-12-05x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsMathias Nyman2-0/+14
2011-12-05x86/mrst: Battery fixesMajor Lee1-6/+6
2011-12-05x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk1-0/+2
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-61/+102
2011-12-05Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i...Ingo Molnar2-10/+27
2011-12-05x86: Fix "Acer Aspire 1" reboot hangPeter Chubb1-2/+11
2011-12-05x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani1-0/+1
2011-12-05Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-3/+3
2011-12-05x86: Document rdmsr_safe restrictionsBorislav Petkov1-1/+8
2011-12-05x86, microcode: Fix the failure path of microcode update driver init codeSrivatsa S. Bhat1-9/+19
2011-12-05Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava1-0/+1
2011-12-05x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas1-1/+1
2011-12-05x86, mrst: Change the pmic_gpio device type to IPCFeng Tang1-0/+1
2011-12-05mrst: Added some platform data for the SFI translationsJekyll Lai1-0/+42
2011-12-05x86,mrst: Power control commands updateJacob Pan2-16/+23
2011-12-05x86/reboot: Blacklist Dell OptiPlex 990 known to require PCI rebootRafael J. Wysocki1-0/+8
2011-12-05ARM: davinci: dm365 evm: align nand partition table to u-bootShankarmurthy,Akshay1-1/+1
2011-12-05ARM: davinci: da850 evm: change audio edma event queue to EVENTQ_0Manjunathappa, Prakash1-1/+1
2011-12-05ARM: davinci: dm646x evm: wrong register used in setup_vpif_input_channel_modeHans Verkuil1-3/+3
2011-12-05ARM: davinci: dm646x does not have a DSP domainSekhar Nori1-1/+0
2011-12-05ARM: davinci: psc: fix incorrect offsetsMurali Karicheri2-9/+11
2011-12-05ARM: davinci: psc: fix incorrect maskMurali Karicheri2-1/+2
2011-12-05x86, UV: Fix UV2 hub part numberJack Steiner2-0/+3
2011-12-05x86: Add user_mode_vm check in stack_overflow_checkMitsuo Hayasaka1-0/+3
2011-12-05Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar4-12/+14
2011-12-05slab, lockdep: Fix silly bugPeter Zijlstra1-1/+4
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra4-2/+91
2011-12-05perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter1-11/+18
2011-12-05perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra1-0/+8
2011-12-04ASoC: Make SND_SOC_MX27VIS_AIC32X4 depend on I2CAxel Lin1-1/+1
2011-12-04ASoC: Fix dependency for SND_SOC_RAUMFELD and SND_PXA2XX_SOC_HX4700Axel Lin1-1/+2
2011-12-04ASoC: uda1380: Return proper error in uda1380_modinit failure pathAxel Lin1-2/+2
2011-12-04x86: Fix boot failures on older AMD CPU'sLinus Torvalds1-4/+4
2011-12-03arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf3-20/+10
2011-12-03drivers/net/ethernet/tile: use skb_frag_page() APIChris Metcalf1-2/+2
2011-12-03asm-generic/unistd.h: support new process_vm_{readv,write} syscallsChris Metcalf2-1/+16
2011-12-03arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf1-3/+6
2011-12-03arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf4-0/+6
2011-12-03xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk3-1/+10
2011-12-03ASoC: kirkwood: Make SND_KIRKWOOD_SOC_OPENRD and SND_KIRKWOOD_SOC_T5325 depen...Axel Lin1-1/+2
2011-12-03Merge branch 'next/topic-update-maintainer' into samsung-fixes-2Kukjin Kim1-22/+5
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov1-6/+6
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner1-1/+19
2011-12-02Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-97/+101
2011-12-02Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-30/+84
2011-12-02iwlwifi: change the default behavior of watchdog timerWey-Yi Guy6-9/+26
2011-12-02iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy3-28/+28
2011-12-02iwlagn: fix HW crypto for TX-only keysJohannes Berg2-5/+11
2011-12-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-25/+74