summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Linux 2.6.33-rc3v2.6.33-rc3Linus Torvalds1-1/+1
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-27/+51
2010-01-05Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Rusty Russell1-1/+1
2010-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+15
2010-01-05Merge branch 'for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds5-51/+27
2010-01-04sparc64: Fix Niagara2 perf event handling.David S. Miller1-0/+11
2010-01-04sparc64: Fix NMI programming when perf events are active.David S. Miller1-1/+2
2010-01-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5149-273934/+454993
2010-01-04bbc_envctrl: Clean up properly if kthread_run() fails.David S. Miller1-26/+38
2010-01-04Merge branch 'limits_cleanup' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds3-3/+29
2010-01-04Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linuxLinus Torvalds8-1/+57
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2-2/+27
2010-01-04lguest: fix bug in setting guest GDT entryRusty Russell1-1/+3
2010-01-04Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds9-302/+254
2010-01-04Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds53-884/+3029
2010-01-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-48/+77
2010-01-04tosh: Use non bkl ioctlAlan Cox1-5/+7
2010-01-04i2o: propogate the BKL down into the ioctl methodAlan Cox1-7/+6
2010-01-04sony_pi: Remove the BKL from open and ioctlJohn Kacur1-6/+5
2010-01-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds6-26/+32
2010-01-04ASoC: fixup oops in generic AC97 codec glueManuel Lauss1-0/+6
2010-01-04resource: add helpers for fetching rlimitsJiri Slaby1-0/+22
2010-01-04resource: move kernel function inside __KERNEL__Jiri Slaby1-2/+6
2010-01-04SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby1-1/+1
2010-01-04[S390] Update default configuration.Martin Schwidefsky1-11/+75
2010-01-04[S390] Have param.h simply include <asm-generic/param.h>.Robert P. J. Day1-26/+2
2010-01-04[S390] qdio: convert global statistics to per-device statsJan Glauber7-265/+177
2010-01-04binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA1-2/+2
2010-01-04sh: update defconfigs.Paul Mundt49-871/+3005
2010-01-04sh: Don't default enable PMB support.Paul Mundt1-1/+0
2010-01-04sh: Disable PMB for SH4AL-DSP CPUs.Paul Mundt1-3/+3
2010-01-04ARM: Merge s3c24xx-updates2Ben Dooks0-0/+0
2010-01-04ARM: Merge next-simtecBen Dooks8-1/+57
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-15/+79
2010-01-02Documentation: Rename Documentation/DMA-mapping.txtKusanagi Kouichi2-1/+1
2010-01-02DocBook: fix ioremap return typeH Hartley Sweeten1-6/+6
2010-01-02Documentation: fix ioremap return typeH Hartley Sweeten1-1/+1
2010-01-02writeback: add missing kernel-doc notationJaswinder Singh Rajput1-0/+1
2010-01-02nilfs2: update mailing list addressRyusuke Konishi2-2/+2
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker1-3/+4
2010-01-02reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker1-2/+7
2010-01-02reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker1-2/+7
2010-01-02reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker2-0/+18
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker2-1/+9
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o5-44/+73
2010-01-01ext4: Fix accounting of reserved metadata blocksTheodore Ts'o1-4/+4
2009-12-31twl4030-irq.c: fix compiler warning due to raw-spinlock conversionLinus Torvalds1-2/+2
2009-12-31pci: avoid compiler warning in quirks.cLinus Torvalds1-1/+1
2009-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-6/+14
2009-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds10-106/+182
2009-12-31PCI: Fix build if quirks are not enabledRafael J. Wysocki3-17/+19
2009-12-31Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2009-12-31Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+3
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-79/+97
2009-12-31Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-19/+29
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-197/+179
2009-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds14-96/+94
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar1-3/+2
2009-12-31perf: Fix NULL deref in inheritance codePeter Zijlstra1-3/+2
2009-12-31perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker1-1/+1
2009-12-30ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Tao Ma1-6/+15
2009-12-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds13-44/+207
2009-12-30Merge branch 'resume-sci-force-bootparam' into releaseLen Brown4-13/+24
2009-12-30ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui4-13/+24
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds12-159/+341
2009-12-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds15-94/+189
2009-12-30Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds21-38/+135
2009-12-30Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-34/+59
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-31/+64
2009-12-30kfifo: Fix typo in commentRolf Eike Beer1-1/+1
2009-12-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds14-299/+115
2009-12-30dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shou...Len Brown1-4/+5
2009-12-30wmi: check find_guid() return value to prevent oopsPaul Rolland1-4/+2
2009-12-30Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-31/+11
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds90-813/+863
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2009-12-30generic_permission: MAY_OPEN is not write accessSerge E. Hallyn1-0/+1
2009-12-30x86_64 SGI UV: Fix writes to led registers on remote uv hubs.Mike Travis2-7/+25
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins3-44/+65
2009-12-30libsrp: fix compile failureJames Bottomley1-0/+1
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2-0/+4
2009-12-30ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o1-73/+84
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2-6/+8
2009-12-30tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan1-1/+1
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan1-3/+4
2009-12-30x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabledFUJITA Tomonori1-4/+5
2009-12-30Merge branch 'video-error-case' into releaseLen Brown1-1/+3
2009-12-30Merge branch 'bugzilla-13671' into releaseLen Brown1-0/+4
2009-12-30Merge branch 'thinkpad' into releaseLen Brown3-22/+123
2009-12-30Merge branch 'wmi' into releaseLen Brown4-14/+58
2009-12-30ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho1-0/+30
2009-12-30dell-wmi - fix condition to abort driver loadingDmitry Torokhov1-1/+1
2009-12-30wmi: check find_guid() return value to prevent oopsPaul Rolland1-4/+2
2009-12-30dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown3-3/+18
2009-12-30ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown2-2/+2
2009-12-30dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shouldLen Brown1-4/+5
2009-12-30block: blk_rq_err_sectors cleanupGui Jianfeng1-6/+0
2009-12-29Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi1-12/+2
2009-12-29Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi1-9/+2
2009-12-29Input: lifebook - add CONFIG_DMI dependencyDmitry Torokhov2-3/+1
2009-12-29Input: wistron - fix test for CONFIG_PMRakib Mullick1-1/+1
2009-12-29Input: psmouse - fix compile warning in hgpk moduleRené Bolldorf1-1/+0
2009-12-30ACPI video: correct error-handling codeZhang Rui1-1/+3
2009-12-30ksym_tracer: Remove trace_statLi Zefan1-77/+50
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan1-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan1-2/+2
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan2-4/+7
2009-12-30ACPI video: no warning message if "acpi_backlight=vendor" is usedZhang Rui1-0/+4
2009-12-30ACPI: fix ACPI=n allmodconfig buildIngo Molnar1-2/+2
2009-12-29ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V1-0/+20
2009-12-30md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown1-2/+3
2009-12-30md: remove unnecessary code from do_md_runNeilBrown1-28/+0
2009-12-30md: make recovery started by do_md_run() visible via sync_actionDan Williams1-0/+1
2009-12-30md: fix small irregularity with start_ro module parameterNeilBrown1-1/+1
2009-12-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller29-448/+130
2009-12-30md: Fix unfortunate interaction with evmsNeilBrown1-1/+7
2009-12-29reiserfs: Fix remaining in-reclaim-fs <-> reclaim-fs-on locking inversionFrederic Weisbecker1-3/+12
2009-12-29Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2-158/+46
2009-12-29firewire, ieee1394: update Kconfig helpStefan Richter3-49/+56
2009-12-29firewire, ieee1394: update MAINTAINERS entriesStefan Richter1-12/+3
2009-12-29firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter1-1/+3
2009-12-29firewire: cdev: fix another memory leak in an error pathStefan Richter1-0/+1
2009-12-29firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch5-44/+119
2009-12-29block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard()OGAWA Hirofumi1-1/+1
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen2-13/+42
2009-12-29x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2-44/+54
2009-12-29sh: Only provide a PCLK definition for legacy CPG CPUs.Paul Mundt2-7/+19
2009-12-28iwmc3200wifi: fix array out-of-boundary accessZhu Yi1-1/+1
2009-12-28wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin1-1/+1
2009-12-28mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-28mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+4
2009-12-28ath9k: fix missed error codes in the tx status checkFelix Fietkau2-1/+4
2009-12-28ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez1-0/+6
2009-12-28ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez1-0/+2
2009-12-28ath9k: fix suspend by waking device prior to stopSujith1-0/+6
2009-12-28cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-28wl1271_cmd.c: cleanup char => u8Dan Carpenter1-2/+2
2009-12-28iwlwifi: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-28ath9k: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-28cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28wireless: remove remaining qual codeJohannes Berg11-257/+4
2009-12-28rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde1-0/+1
2009-12-28ath5k: fix SWI calibration interrupt stormBob Copeland1-4/+3
2009-12-28mac80211: fix ibss join with fixed-bssidFelix Fietkau1-0/+4
2009-12-28libertas: Remove carrier signaling from the scan codeSamuel Ortiz1-14/+8
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov1-3/+3
2009-12-28SLAB: Fix lockdep annotation breakagePekka Enberg1-2/+2
2009-12-28cfq-iosched: don't regard requests with long distance as closeShaohua Li1-4/+8
2009-12-28tracing: Kconfig spelling fixes and cleanupsRandy Dunlap1-56/+56
2009-12-28perf kmem: Fix statistics typoWenji Huang1-2/+2
2009-12-28x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg1-10/+9
2009-12-28kprobes: Fix distinct type warningHeiko Carstens1-1/+1
2009-12-28x86: Use KERN_DEFAULT log-level in __show_regs()Pekka Enberg3-21/+21
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar4277-256749/+400904
2009-12-28perf: Rename perf_event_hw_event in design documentTim Blechmann1-4/+4
2009-12-28perf tools: Add missing header files to LIB_H Makefile variableArnaldo Carvalho de Melo1-0/+8
2009-12-28perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo1-6/+8
2009-12-27KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens1-0/+3
2009-12-27KVM: powerpc: Fix mtsrin in book3s_64 mmuAlexander Graf1-1/+21
2009-12-27KVM: ia64: fix build breakage due to host spinlock changeLuck, Tony3-6/+9
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka3-5/+21
2009-12-27KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti1-0/+1
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2-4/+4
2009-12-27KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti1-18/+0
2009-12-27Merge branch 'fix/hda' into for-linusTakashi Iwai6-24/+58
2009-12-27ALSA: hda - Fix Oops at reloading beep devicesTakashi Iwai1-3/+7
2009-12-27ALSA: hda - Don't cache beep controlsTakashi Iwai1-3/+3
2009-12-26NET: XFRM: Fix spelling of neighbour.Ralf Baechle1-1/+1
2009-12-26bond_3ad.c avoid possible null derefDan Carpenter1-1/+1
2009-12-26Fix MAC address access in 3c507, ibmlana, pcnet32 and libertasDaniel Drake4-6/+8
2009-12-26gianfar: Fix gianfar select_queue bogositySandeep Gopalpet1-9/+4
2009-12-26tun: use tun_sk instead container_ofVitaliy Gusev1-3/+3
2009-12-26ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov1-15/+18
2009-12-26ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov1-2/+5
2009-12-26ucc_geth: Fix empty TX queue processingAnton Vorontsov1-1/+1
2009-12-26thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh1-0/+5
2009-12-26thinkpad-acpi: update volume subdriver documentationHenrique de Moraes Holschuh1-8/+50
2009-12-26thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2-0/+49
2009-12-26thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh1-13/+18
2009-12-26thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh1-1/+1
2009-12-26ALSA: Fix a typo in Procfile.txtMasanari Iida1-1/+1
2009-12-26Merge commit 'v2.6.33-rc2' into for-2.6.33Mark Brown9036-416709/+771425
2009-12-26ALSA: sound/arm: Fix build failure caused by missing struct aaci definitionPeter Huewe1-2/+1
2009-12-25vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov1-3/+3
2009-12-25net: restore ip source validationJamal Hadi Salim4-0/+5
2009-12-25bnx2x: Initialize cnic status block during chip resetMichael Chan1-0/+2
2009-12-25x86, compress: Force i386 instructions for the decompressorH. Peter Anvin1-0/+1
2009-12-25ALSA: hda - use snd_hda_jack_detect() again in patch_sigmatel.cTakashi Iwai1-8/+10
2009-12-25ALSA: hda - Disable tigger at pin-sensing on AD codecsTakashi Iwai3-4/+23
2009-12-25ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy1-2/+1
2009-12-25ALSA: hda - HDMI sticky stream tag supportWu Fengguang1-6/+15
2009-12-25ALSA: Fix indentation in pcm_native.cGuennadi Liakhovetski1-4/+4
2009-12-24Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov1-7/+22
2009-12-24Input: iforce - fix oops on device disconnectDmitry Torokhov3-44/+12
2009-12-24Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala1-0/+36