summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-06Linux 3.4-rc6v3.4-rc6Linus Torvalds1-1/+1
2012-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+21
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-21/+47
2012-05-06x86: fix broken TASK_SIZE for ia32_aoutAl Viro1-2/+1
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason5-17/+34
2012-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds4-8/+5
2012-05-05TTY: pdc_cons, fix regression in closeJiri Slaby1-1/+1
2012-05-05Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds8-17/+29
2012-05-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds4-16/+14
2012-05-05init: don't try mounting device as nfs root unless type fully matchesSasha Levin1-1/+1
2012-05-05Merge branch 'fix/asoc' into for-linusTakashi Iwai1-0/+4
2012-05-05Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/a...Takashi Iwai1-0/+4
2012-05-05Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai7-17/+25
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming4-16/+14
2012-05-04hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-05-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2012-05-04Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+23
2012-05-04CPU frequency drivers MAINTAINERS updateDave Jones1-3/+0
2012-05-04seqlock: add 'raw_seqcount_begin()' functionLinus Torvalds1-0/+21
2012-05-04Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds1-1/+1
2012-05-04intel_mid_powerbtn: mark irq as IRQF_NO_SUSPENDYong Wang1-1/+1
2012-05-04arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen1-1/+1
2012-05-04Btrfs: fix crash in scrub repair code when device is missingStefan Behrens1-0/+7
2012-05-04btrfs: Fix mismatching struct members in ioctl.hAlexander Block1-2/+2
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik1-2/+2
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason1-0/+2
2012-05-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-14/+23
2012-05-04Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2-5/+1
2012-05-04Merge branch 'fix-unmapped-word-at-a-time'Linus Torvalds4-7/+58
2012-05-04ASoC: omap-pcm: Free dma buffers in case of error.Oleg Matcovschi1-0/+4
2012-05-04drm/radeon: clarify and extend wb setup on APUs and NI+ asicsAlex Deucher1-2/+2
2012-05-04md/bitmap: fix calculation of 'chunks' - missing shift.NeilBrown2-5/+1
2012-05-03fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-05-03Merge tag 'mfd-for-linus-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-05-03Merge branch 'efi-vars' from Matthew GarrettLinus Torvalds1-16/+30
2012-05-03efivars: Improve variable validationMatthew Garrett1-16/+30
2012-05-03Merge tag 'tag/upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-8/+9
2012-05-03Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds4-8/+15
2012-05-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-6/+17
2012-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds86-418/+795
2012-05-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds4-7/+58
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton1-0/+2
2012-05-03[CIFS] Update cifs version to 1.78Steve French1-1/+1
2012-05-03cifs - check S_AUTOMOUNT in revalidateIan Kent1-5/+12
2012-05-03ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar2-3/+3
2012-05-03ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macrosViresh Kumar1-3/+1
2012-05-03libata: init ata_print_id to 0Tero Roponen1-1/+1
2012-05-03ahci: Detect Marvell 88SE9172 SATA controllerMatt Johnson1-0/+2
2012-05-03libata: skip old error history when counting probe trialsLin Ming1-1/+2
2012-05-03Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie5-12/+21
2012-05-03drm/i915: enable dip before writing data on gen4Paulo Zanoni1-1/+1
2012-05-03nouveau: initialise has_optimus variable.Dave Airlie1-1/+1
2012-05-03sungem: Fix WakeOnLanGerard Lledo1-1/+1
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet3-7/+8
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin1-1/+2
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2012-05-02usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com1-1/+3
2012-05-02usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com1-0/+1
2012-05-02ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund1-3/+3
2012-05-02net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund1-1/+1
2012-05-02Merge tag 'usb-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-181/+195
2012-05-02Merge tag 'tty-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-7/+19
2012-05-02alpha: silence 'const' warning in sys_marvel.cMatt Turner1-1/+1
2012-05-02alpha: include module.h to fix modpost on TsunamiJim Faulkner1-0/+1
2012-05-02alpha: properly define get/set_rtc_time on Marvel/SMPMatt Turner1-6/+2
2012-05-02alpha: VGA_HOSE depends on VGA_CONSOLEMatt Turner1-1/+1
2012-05-02fixing dmi match for hp t5745 and hp st5747 thin clientMarc Gariepy1-2/+2
2012-05-02Merge tag 'nfs-for-3.4-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-151/+308
2012-05-02drm/i915: Only enable IPS polling for gen5Chris Wilson2-5/+13
2012-05-02drm/i915: Do not read non-existent DPLL registers on PCH hardwareChris Wilson1-4/+5
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton1-0/+1
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton1-17/+1
2012-05-01CIFS: Fix indentation in cifs_show_optionsSachin Prabhu1-1/+1
2012-05-01Merge tag 'ktest-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+9
2012-05-01Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-54/+13
2012-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-35/+102
2012-05-01USB: ehci-tegra: remove redundant gpio_set_valueStephen Warren1-1/+0
2012-05-01EHCI: update PM methods in ehci-tegra.cAlan Stern1-180/+195
2012-05-01vt: Fix deadlock on scroll-lockAlan Cox1-7/+19
2012-05-01netem: fix possible skb leakEric Dumazet1-4/+2
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger2-12/+17
2012-05-01sky2: propogate rx hash when packet is copiedstephen hemminger1-0/+3
2012-05-01hwmon: (coretemp) Increase CPU core limitGuenter Roeck1-1/+1
2012-05-01hwmon: (coretemp) fix oops on cpu unplugKirill A. Shutemov1-0/+4
2012-05-01net: fix two typos in skbuff.hEric Dumazet1-2/+2
2012-05-01ktest: Fix reboot on success stopping all rebootsSteven Rostedt1-2/+8
2012-05-01ktest.pl: Fix combined usage of BISECT_REVERSE and BISECT_SKIPRuss Dill1-1/+1
2012-05-01Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie4-5/+16
2012-05-01mfd: Fix build breakage in omap-usb-host.cRuss Dill1-0/+1
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier1-46/+46
2012-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller3-6/+8
2012-04-30ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou1-0/+1
2012-04-30ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck1-4/+5
2012-04-30igbvf: fix the bug when initializing the igbvfSamuel Liao1-2/+2
2012-04-30smsc75xx: enable mac to detect speed/duplex from phySteve Glendinning1-0/+8
2012-04-30smsc75xx: declare smsc75xx's MII as GMII capableSteve Glendinning1-0/+3
2012-04-30smsc75xx: fix phy interrupt acknowledgeSteve Glendinning1-5/+7
2012-04-30smsc75xx: fix phy init reset loopSteve Glendinning1-1/+1
2012-04-30smsc75xx: add more information to register io failure warningsSteve Glendinning1-2/+2
2012-04-30smsc75xx: fix mdio reads and writesSteve Glendinning1-2/+2
2012-04-30smsc75xx: mark link down on startup and let PHY interrupt deal with carrier c...Steve Glendinning1-1/+1
2012-04-30ASoC: s3c2412-i2s: Fix dai registrationHeiko Stübner1-1/+1
2012-04-30ASoC: wm8350: Don't use locally allocated codec structMark Brown1-5/+6
2012-04-30Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-88/+188
2012-04-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds15-136/+198
2012-04-30efi: Validate UEFI boot variablesMatthew Garrett1-0/+182
2012-04-30efi: Add new variable attributesMatthew Garrett1-1/+12
2012-04-30x86, relocs: Remove an unused variableKusanagi Kouichi1-2/+0
2012-04-30asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin1-1/+1
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap1-1/+1
2012-04-30mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-04-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-75/+39
2012-04-30tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-04-30bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert3-31/+111
2012-04-30net: fix sk_sockets_allocated_read_positiveEric Dumazet1-2/+2
2012-04-30Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller11-40/+94
2012-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+2
2012-04-30NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust1-3/+2
2012-04-30SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust1-4/+10
2012-04-30ASoC: tlv312aic23: unbreak resumeEric Bénard1-2/+2
2012-04-30netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso1-1/+1
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom3-22/+41
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom5-6/+22
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2-0/+6
2012-04-30drm/nv10/gpio: fix thinko in mask for gpio lines 2-9Ben Skeggs1-1/+1
2012-04-30nvc0/fb: shut up PMFB interrupt after the first occurrenceChristoph Bumiller1-0/+5
2012-04-30drm/nouveau/hdmi: use correct hdmi regs for nvaa/nvacBen Skeggs1-1/+3
2012-04-30drm/nouveau/bios: fix regression on some nv4x boardBen Skeggs1-3/+7
2012-04-30tty/serial/pmac_zilog: Fix "nobody cared" IRQ messageLarry Finger1-3/+3
2012-04-30powerpc/pseries: Rivet CONFIG_EEH for pSeries platformGavin Shan1-2/+2
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely8-29/+14
2012-04-30powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controllerGrant Likely1-41/+20
2012-04-29Linux 3.4-rc5v3.4-rc5Linus Torvalds1-1/+1
2012-04-29Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-24/+41
2012-04-29autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2012-04-29PM / Freezer / Docs: Update documentation about freezing of tasksMarcos Paulo de Souza1-18/+19
2012-04-29pipes: add a "packetized pipe" mode for writingLinus Torvalds2-2/+30
2012-04-29Merge tag 'staging-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-12/+23
2012-04-29Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-12/+47
2012-04-28NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky1-0/+4
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds15-139/+148
2012-04-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-142/+230
2012-04-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-2/+11
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds4-23/+3
2012-04-28ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon1-3/+3
2012-04-28ARM: 7405/1: kexec: call platform_cpu_kill on the killer rather than the victimWill Deacon1-11/+17
2012-04-28ARM: 7403/1: tls: remove covert channel via TPIDRURWWill Deacon1-0/+4
2012-04-28ARM: 7401/1: mm: Fix section mismatchesStephen Boyd2-4/+4
2012-04-28drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke2-0/+9
2012-04-28drm/radeon/kms: need to set up ss on DP bridges as wellAlex Deucher1-2/+2
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2012-04-27Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-11/+16
2012-04-27Merge tag 'stable/for-linus-3.4-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-5/+23
2012-04-27Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds8-128/+158
2012-04-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+11
2012-04-27Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-61/+46
2012-04-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2012-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+12
2012-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-14/+27
2012-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-21/+64
2012-04-27Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-49/+50
2012-04-27Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-2/+2
2012-04-27Merge branch 'docs-3.4' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+13
2012-04-27xen: correctly check for pending events when restoring irq flagsDavid Vrabel1-1/+1
2012-04-27wl1251: fix crash on remove due to leftover work itemGrazvydas Ignotas1-0/+1
2012-04-27wl1251: fix crash on remove due to premature kfreeGrazvydas Ignotas1-1/+1
2012-04-27b43: only reload config after successful initializationSeth Forshee1-2/+8
2012-04-27iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy1-2/+2
2012-04-27ath5k: add missing iounmap to AHB probe removalJonathan Bither1-0/+1
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin1-12/+51
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin1-1/+7
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-16/+29
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason1-2/+7
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason1-29/+1
2012-04-27spi/spi-bfin5xx: Fix flush of last bit after each spi transferScott Jiang1-1/+4
2012-04-27spi/spi-bfin5xx: fix reversed if condition in interrupt modeScott Jiang1-4/+4
2012-04-27spi/spi_bfin_sport: drop bits_per_word from client dataScott Jiang1-6/+8
2012-04-27spi/bfin_spi: drop bits_per_word from client dataScott Jiang1-1/+0
2012-04-27spi/spi-bfin-sport: move word length setup to transfer handlerScott Jiang1-4/+3
2012-04-27spi/bfin5xx: rename config macro name for bfin5xx spi controller driverScott Jiang2-2/+2
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker1-62/+0
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker4-7/+8
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker5-26/+72
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker5-20/+103
2012-04-27NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker1-1/+14
2012-04-27NFS: Fix SECINFO_NO_NAMEBryan Schumaker1-5/+19
2012-04-27SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky1-4/+25
2012-04-27SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky1-1/+2
2012-04-27SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky1-2/+2
2012-04-27SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky1-1/+2
2012-04-27Avoid beyond bounds copy while caching ACLSachin Prabhu2-8/+6
2012-04-27spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar1-2/+8
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman1-1/+1
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens1-2/+2
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman1-0/+2
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt1-1/+2
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik1-1/+0
2012-04-27spi/bcm63xx: set master driver mode_bits.Florian Fainelli1-0/+1