| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-09 | Merge tag 'pinctrl-for-v3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -50/+369 |
| 2012-11-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 8 | -28/+35 |
| 2012-11-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -26/+43 |
| 2012-11-09 | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 9 | -395/+13 |
| 2012-11-09 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 10 | -36/+57 |
| 2012-11-09 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -13/+21 |
| 2012-11-09 | Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 13 | -63/+127 |
| 2012-11-09 | h8300: add missing L1_CACHE_SHIFT | Fengguang Wu | 1 | -1/+2 |
| 2012-11-09 | mm: bugfix: set current->reclaim_state to NULL while returning from kswapd() | Takamori Yamaguchi | 1 | -0/+2 |
| 2012-11-09 | fanotify: fix missing break | Eric Paris | 1 | -0/+1 |
| 2012-11-09 | revert "epoll: support for disabling items, and a self-test app" | Andrew Morton | 5 | -392/+4 |
| 2012-11-09 | checkpatch: improve network block comment style checking | Joe Perches | 1 | -2/+4 |
| 2012-11-09 | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie | 5 | -13/+17 |
| 2012-11-09 | virtio: Don't access index after unregister. | Cornelia Huck | 1 | -1/+3 |
| 2012-11-09 | drm/nouveau: fix acpi edid retrieval | Maarten Lankhorst | 1 | -1/+1 |
| 2012-11-09 | drm/nvc0/disp: fix regression in vblank semaphore release | Kelly Doran | 1 | -8/+12 |
| 2012-11-09 | drm/nv40/mpeg: fix context handling | Marcin Slusarz | 1 | -1/+1 |
| 2012-11-09 | drm/nv40/graph: fix typo in type names | Marcin Slusarz | 1 | -2/+2 |
| 2012-11-09 | drm/nv41/vm: fix typo in type name | Marcin Slusarz | 1 | -1/+1 |
| 2012-11-09 | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 5 | -23/+40 |
| 2012-11-08 | xfs: fix reading of wrapped log data | Dave Chinner | 1 | -1/+1 |
| 2012-11-08 | xfs: fix buffer shudown reference count mismatch | Dave Chinner | 1 | -0/+18 |
| 2012-11-08 | xfs: don't vmap inode cluster buffers during free | Dave Chinner | 1 | -1/+2 |
| 2012-11-08 | xfs: invalidate allocbt blocks moved to the free list | Dave Chinner | 1 | -0/+2 |
| 2012-11-08 | xfs: silence uninitialised f.file warning. | Dave Chinner | 1 | -1/+1 |
| 2012-11-08 | xfs: growfs: don't read garbage for new secondary superblocks | Dave Chinner | 1 | -2/+19 |
| 2012-11-08 | xfs: move allocation stack switch up to xfs_bmapi_allocate | Dave Chinner | 4 | -56/+54 |
| 2012-11-08 | xfs: introduce XFS_BMAPI_STACK_SWITCH | Dave Chinner | 5 | -3/+13 |
| 2012-11-08 | xfs: zero allocation_args on the kernel stack | Mark Tinguely | 3 | -0/+5 |
| 2012-11-08 | xfs: only update the last_sync_lsn when a transaction completes | Dave Chinner | 1 | -3/+16 |
| 2012-11-08 | drm/radeon/si: add some missing regs to the VM reg checker | Alex Deucher | 2 | -0/+2 |
| 2012-11-08 | drm/radeon/cayman: add some missing regs to the VM reg checker | Alex Deucher | 2 | -0/+7 |
| 2012-11-07 | drm/radeon/dce3: switch back to old pll allocation order for discrete | Alex Deucher | 1 | -23/+31 |
| 2012-11-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 6 | -38/+43 |
| 2012-11-07 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -6/+7 |
| 2012-11-07 | GFS2: Test bufdata with buffer locked and gfs2_log_lock held | Benjamin Marzinski | 2 | -12/+10 |
| 2012-11-07 | GFS2: Don't call file_accessed() with a shared glock | Benjamin Marzinski | 2 | -8/+7 |
| 2012-11-07 | GFS2: Fix FITRIM argument handling | Lukas Czerner | 1 | -3/+17 |
| 2012-11-07 | GFS2: Require user to provide argument for FITRIM | Lukas Czerner | 1 | -6/+2 |
| 2012-11-07 | GFS2: Clean up some unused assignments | Andrew Price | 2 | -4/+0 |
| 2012-11-07 | GFS2: Fix possible null pointer deref in gfs2_rs_alloc | Andrew Price | 1 | -3/+2 |
| 2012-11-07 | GFS2: Fix an unchecked error from gfs2_rs_alloc | Andrew Price | 1 | -2/+5 |
| 2012-11-07 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2 | -15/+31 |
| 2012-11-07 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 7 | -29/+21 |
| 2012-11-07 | drm/radeon: fix typo in evergreen_mc_resume() | Alex Deucher | 1 | -1/+1 |
| 2012-11-07 | drm: set dev_mapping before calling drm_open_helper | Ilija Hadzic | 1 | -17/+30 |
| 2012-11-07 | drm: restore open_count if drm_setup fails | Ilija Hadzic | 1 | -1/+4 |
| 2012-11-06 | s390/cio: fix length calculation in idset.c | Sebastian Ott | 1 | -2/+1 |
| 2012-11-06 | s390/sclp: fix addressing mode clobber | Heiko Carstens | 1 | -1/+7 |
| 2012-11-06 | s390: Move css limits from drivers/s390/cio/ to include/asm/. | Cornelia Huck | 2 | -3/+2 |
| 2012-11-06 | pinctrl: samsung and exynos need to depend on OF && GPIOLIB | Axel Lin | 1 | -0/+2 |
| 2012-11-06 | modules: don't break modules_install on external modules with no key. | Rusty Russell | 1 | -1/+2 |
| 2012-11-05 | hwmon: Fix chip feature table headers | Jean Delvare | 6 | -6/+6 |
| 2012-11-05 | hwmon: (w83627ehf) Force initial bank selection | Jean Delvare | 1 | -0/+1 |
| 2012-11-05 | pinctrl: SPEAr1340: Add clcd sleep mode pin configuration | Vipul Kumar Samar | 1 | -1/+38 |
| 2012-11-05 | pinctrl: SPEAr1340: Make DDR reset & clock pads as gpio | Deepak Sikri | 1 | -1/+1 |
| 2012-11-05 | pinctrl: SPEAr1310: add register entries for enabling pad direction | Shiraz Hashim | 1 | -0/+266 |
| 2012-11-05 | pinctrl: SPEAr1310: Separate out pci pins from pcie_sata pin group | Vipul Kumar Samar | 1 | -42/+51 |
| 2012-11-05 | pinctrl: SPEAr1310: Fix value of PERIP_CFG reigster and MCIF_SEL_SHIFT | Vipul Kumar Samar | 1 | -2/+2 |
| 2012-11-05 | pinctrl: SPEAr1310: fix clcd high resolution pin group name | Shiraz Hashim | 1 | -1/+1 |
| 2012-11-05 | pinctrl: SPEAr320: Correct pad mux entries for rmii/smii | Deepak Sikri | 1 | -2/+2 |
| 2012-11-05 | pinctrl: SPEAr3xx: correct register space to configure pwm | Shiraz Hashim | 2 | -0/+5 |
| 2012-11-05 | pinctrl: SPEAr: Don't update all non muxreg bits on pinctrl_disable | Viresh Kumar | 1 | -1/+1 |
| 2012-11-04 | Linux 3.7-rc4v3.7-rc4 | Linus Torvalds | 1 | -1/+1 |
| 2012-11-04 | ARM: 7569/1: mm: uninitialized warning corrections | viresh kumar | 1 | -1/+1 |
| 2012-11-03 | Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 11 | -35/+110 |
| 2012-11-03 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Linus Torvalds | 3 | -6/+9 |
| 2012-11-03 | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l... | Linus Torvalds | 3 | -175/+22 |
| 2012-11-03 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 19 | -92/+275 |
| 2012-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 27 | -129/+320 |
| 2012-11-02 | tcp-repair: Handle zero-length data put in rcv queue | Pavel Emelyanov | 1 | -0/+3 |
| 2012-11-02 | vmxnet3: must split too big fragments | Eric Dumazet | 1 | -20/+45 |
| 2012-11-02 | l2tp: fix oops in l2tp_eth_create() error path | Tom Parkin | 1 | -0/+1 |
| 2012-11-03 | exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. | Jonghwan Choi | 1 | -1/+1 |
| 2012-11-03 | ACPI video: Ignore errors after _DOD evaluation. | Igor Murzov | 1 | -4/+7 |
| 2012-11-03 | thermal: solve compilation errors in rcar_thermal | Devendra Naga | 1 | -1/+1 |
| 2012-11-02 | cxgb4: Fix unable to get UP event from the LLD | Vipul Pandya | 1 | -10/+0 |
| 2012-11-02 | drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free | Peter Senna Tschudin | 1 | -0/+1 |
| 2012-11-02 | drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_free | Peter Senna Tschudin | 1 | -0/+1 |
| 2012-11-02 | bnx2x: fix HW initialization using fw 7.8.x | Dmitry Kravkov | 1 | -1/+2 |
| 2012-11-02 | Merge tag 'pm-for-3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+1 |
| 2012-11-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 8 | -5/+49 |
| 2012-11-02 | NFS4: nfs4_opendata_access should return errno | Weston Andros Adamson | 1 | -1/+1 |
| 2012-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 9 | -16/+42 |
| 2012-11-02 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -4/+6 |
| 2012-11-02 | Merge tag 'frv-fixes-20121102' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -32/+16 |
| 2012-11-02 | Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 8 | -31/+61 |
| 2012-11-02 | hashtable: introduce a small and naive hashtable | Sasha Levin | 1 | -0/+192 |
| 2012-11-02 | frv: fix the broken preempt | Al Viro | 1 | -20/+3 |
| 2012-11-02 | frv: switch to saner kernel_execve() semantics | Al Viro | 3 | -6/+1 |
| 2012-11-02 | FRV: Fix the new-style kernel_thread() stuff | David Howells | 1 | -2/+3 |
| 2012-11-02 | FRV: Fix the preemption handling | David Howells | 1 | -1/+1 |
| 2012-11-02 | FRV: gcc-4.1.2 also inlines weak functions | David Howells | 1 | -0/+2 |
| 2012-11-02 | FRV: Don't objcopy the GNU build_id note | David Howells | 1 | -4/+6 |
| 2012-11-02 | FRV: Add missing linux/export.h #inclusions | David Howells | 1 | -0/+1 |
| 2012-11-02 | i2c: tegra: set irq name as device name | Laxman Dewangan | 1 | -1/+1 |
| 2012-11-02 | i2c-nomadik: Fixup clock handling | Philippe Begnic | 1 | -2/+7 |
| 2012-11-02 | i2c: mxs: remove broken PIOQUEUE support | Wolfram Sang | 1 | -172/+14 |
| 2012-11-01 | Merge tag 'xtensa-next-20121101' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 10 | -132/+104 |
| 2012-11-02 | drm/udl: fix stride issues scanning out stride != width*bpp | Dave Airlie | 3 | -8/+11 |
| 2012-11-01 | hwmon: Only include of_match_table with CONFIG_OF_GPIO | Jamie Lentin | 1 | -0/+2 |
| 2012-11-02 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 5 | -18/+21 |
| 2012-11-02 | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 5 | -40/+184 |
| 2012-11-02 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 6 | -26/+59 |
| 2012-11-01 | NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly | Trond Myklebust | 1 | -1/+1 |
| 2012-11-01 | tcp: Fix double sizeof in new tcp_metrics code | Julian Anastasov | 1 | -1/+1 |
| 2012-11-01 | net: fix divide by zero in tcp algorithm illinois | Jesper Dangaard Brouer | 1 | -3/+5 |
| 2012-11-01 | net: sctp: Fix typo in net/sctp | Masanari Iida | 1 | -1/+1 |
| 2012-11-01 | bonding: fix second off-by-one error | nikolay@redhat.com | 1 | -1/+1 |
| 2012-11-01 | bonding: fix off-by-one error | nikolay@redhat.com | 1 | -1/+1 |
| 2012-11-01 | SUNRPC: return proper errno from backchannel_rqst | Weston Andros Adamson | 1 | -1/+1 |
| 2012-11-01 | bnx2x: Disable FCoE for 57840 since not yet supported by FW | Dmitry Kravkov | 1 | -1/+9 |
| 2012-11-01 | bnx2x: Fix no link on 577xx 10G-baseT | Yaniv Rosner | 1 | -0/+5 |
| 2012-11-01 | bnx2x: Fix unrecognized SFP+ module after driver is loaded | Yaniv Rosner | 1 | -7/+15 |
| 2012-11-01 | bnx2x: Fix potential incorrect link speed provision | Yaniv Rosner | 1 | -10/+12 |
| 2012-11-01 | bnx2x: Restore global registers back to default. | Yaniv Rosner | 1 | -22/+56 |
| 2012-11-01 | bnx2x: Fix link down in 57712 following LFA | Yaniv Rosner | 1 | -5/+18 |
| 2012-11-01 | bnx2x: Fix 57810 1G-KR link against certain switches. | Yaniv Rosner | 1 | -2/+8 |
| 2012-11-01 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -39/+36 |
| 2012-11-01 | ixgbe: PTP get_ts_info missing software support | Jacob Keller | 1 | -0/+3 |
| 2012-11-01 | drm/radeon: add load detection support for ext DAC on R200 (v2) | Alex Deucher | 1 | -0/+97 |
| 2012-11-01 | DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms(). | Egbert Eich | 2 | -4/+18 |
| 2012-11-01 | DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips. | Egbert Eich | 1 | -24/+38 |
| 2012-11-01 | DRM/Radeon: Clean up code in TV DAC load detection. | Egbert Eich | 1 | -8/+10 |
| 2012-11-01 | drm/radeon: fix ATPX function documentation | Igor Murzov | 1 | -2/+2 |
| 2012-11-01 | drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolon | Peter Senna Tschudin | 1 | -1/+1 |
| 2012-11-01 | DRM/Radeon: On DVI-I use Load Detection when EDID is bogus. | Egbert Eich | 1 | -7/+21 |
| 2012-11-01 | DRM/Radeon: Fix primary DAC Load Detection for RV100 chips. | Egbert Eich | 1 | -0/+2 |
| 2012-11-01 | DRM/Radeon: Fix Load Detection on legacy primary DAC. | Egbert Eich | 1 | -0/+1 |
| 2012-11-01 | HID: hidraw: put old deallocation mechanism in place | Jiri Kosina | 1 | -26/+43 |
| 2012-11-01 | target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK path | Steve Hodgson | 1 | -3/+3 |
| 2012-11-01 | iscsi-target: Fix missed wakeup race in TX thread | Roland Dreier | 5 | -3/+26 |
| 2012-11-01 | target: Avoid integer overflow in se_dev_align_max_sectors() | Roland Dreier | 1 | -9/+9 |
| 2012-11-01 | target: Don't return success from module_init() if setup fails | Roland Dreier | 1 | -1/+2 |
| 2012-10-31 | target: Re-add explict zeroing of INQUIRY bounce buffer memory | Nicholas Bellinger | 1 | -0/+2 |
| 2012-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 7 | -16/+111 |
| 2012-10-31 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 11 | -68/+83 |
| 2012-10-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -8/+51 |
| 2012-10-31 | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 24 | -99/+303 |
| 2012-10-31 | KVM: x86: fix vcpu->mmio_fragments overflow | Xiao Guangrong | 2 | -39/+36 |
| 2012-10-31 | NFS: add nfs_sb_deactive_async to avoid deadlock | Weston Andros Adamson | 5 | -3/+56 |
| 2012-10-31 | nfs: Show original device name verbatim in /proc/*/mount{s,info} | Ben Hutchings | 4 | -9/+20 |
| 2012-10-31 | nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts | Scott Mayhew | 1 | -1/+1 |
| 2012-10-31 | nfs: Check whether a layout pointer is NULL before free it | Yanchuan Nian | 1 | -2/+2 |
| 2012-10-31 | NFS: fix bug in legacy DNS resolver. | NeilBrown | 1 | -2/+3 |
| 2012-10-31 | cpufreq / powernow-k8: Change maintainer's email address | Andreas Herrmann | 1 | -1/+1 |
| 2012-10-31 | NFSv4: nfs4_locku_done must release the sequence id | Trond Myklebust | 1 | -0/+1 |
| 2012-10-31 | NFSv4.1: We must release the sequence id when we fail to get a session slot | Trond Myklebust | 1 | -13/+23 |
| 2012-10-31 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 9 | -39/+122 |
| 2012-10-31 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 4 | -5/+10 |
| 2012-10-31 | vxlan: don't expire permanent entries | stephen hemminger | 1 | -1/+1 |
| 2012-10-31 | NFS: Wait for session recovery to finish before returning | Bryan Schumaker | 1 | -2/+1 |
| 2012-10-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 9 | -39/+122 |
| 2012-10-31 | xen/mmu: Use Xen specific TLB flush instead of the generic one. | Konrad Rzeszutek Wilk | 2 | -1/+28 |
| 2012-10-31 | drm: exynos: removed warning due to missing typecast for mixer driver data | Rahul Sharma | 1 | -1/+1 |
| 2012-10-31 | drm/exynos: add support for ARCH_MULTIPLATFORM | Rob Clark | 1 | -1/+1 |
| 2012-10-31 | MAINTAINERS: Add git repository for Exynos DRM | Inki Dae | 1 | -0/+1 |
| 2012-10-31 | drm/exynos: fix display on issue | Inki Dae | 2 | -16/+18 |
| 2012-10-31 | HID: Add support for the MacBook Pro 10,2 keyboard / touchpad | Dirk Hohndel | 4 | -0/+36 |
| 2012-10-31 | HID: multitouch: fix maxcontacts problem on GeneralTouch | Xianhan Yu | 1 | -2/+1 |
| 2012-10-31 | HID: multitouch: put the case in the right switch statement | Alan Cox | 1 | -1/+1 |
| 2012-10-31 | HID: microsoft: fix invalid rdesc for 3k kbd | Jiri Slaby | 1 | -5/+13 |
| 2012-10-31 | ALSA: ice1724: Fix rate setup after resume | Takashi Iwai | 1 | -1/+6 |
| 2012-10-30 | Input: tsc40 - remove wrong announcement of pressure support | Rolf Eike Beer | 1 | -1/+0 |
| 2012-10-30 | Return the right error value when dup[23]() newfd argument is too large | Al Viro | 1 | -2/+2 |
| 2012-10-31 | Merge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/... | Dave Airlie | 11 | -68/+83 |
| 2012-10-31 | drm/nouveau: headless mode by default if pci class != vga display | Ben Skeggs | 2 | -3/+3 |
| 2012-10-31 | module: fix out-by-one error in kallsyms | Rusty Russell | 1 | -11/+16 |
| 2012-10-30 | Merge tag 'md-3.7-fixes' of git://neil.brown.name/md | Linus Torvalds | 8 | -150/+172 |
| 2012-10-31 | drm/nouveau: resurrect headless mode since rework | Ben Skeggs | 4 | -35/+51 |
| 2012-10-31 | drm/nv50/fb: prevent oops on chipsets without compression tags | Ben Skeggs | 1 | -6/+4 |
| 2012-10-31 | drm/nouveau: allow creation of zero-sized mm | Ben Skeggs | 2 | -4/+6 |
| 2012-10-31 | drm/nouveau/i2c: fix typo when checking nvio i2c port validity | Ben Skeggs | 1 | -1/+1 |
| 2012-10-31 | drm/nouveau: silence modesetting spam on pre-gf8 chipsets | Ben Skeggs | 3 | -20/+19 |
| 2012-10-31 | MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c | Jonathan Brassow | 1 | -6/+9 |
| 2012-10-31 | md/raid1: Fix assembling of arrays containing Replacements. | NeilBrown | 1 | -1/+1 |
| 2012-10-30 | Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -7/+48 |
| 2012-10-30 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -10/+9 |
| 2012-10-30 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 13 | -68/+113 |
| 2012-10-30 | GPIO: mvebu-gpio: Don't initialize the mask_cache | Andrew Lunn | 1 | -1/+1 |
| 2012-10-30 | ath9k: Test for TID only in BlockAcks while checking tx status | Sven Eckelmann | 1 | -2/+6 |
| 2012-10-30 | rt2800: validate step value for temperature compensation | Stanislaw Gruszka | 1 | -1/+1 |
| 2012-10-30 | xen/arm: use the __HVC macro | Stefano Stabellini | 1 | -9/+5 |
| 2012-10-30 | xen/xenbus: fix overflow check in xenbus_file_write() | Jan Beulich | 1 | -1/+1 |
| 2012-10-30 | xen-kbdfront: handle backend CLOSED without CLOSING | David Vrabel | 1 | -1/+4 |
| 2012-10-30 | xen-fbfront: handle backend CLOSED without CLOSING | David Vrabel | 1 | -1/+4 |
| 2012-10-30 | xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REF | David Vrabel | 1 | -17/+19 |
| 2012-10-30 | x86: remove obsolete comment from asm/xen/hypervisor.h | Olaf Hering | 1 | -1/+0 |
| 2012-10-30 | ALSA: Avoid endless sleep after disconnect | Takashi Iwai | 6 | -1/+46 |
| 2012-10-30 | ALSA: Add a reference counter to card instance | Takashi Iwai | 11 | -32/+86 |
| 2012-10-30 | ALSA: usb-audio: Fix races at disconnection in mixer_quirks.c | Takashi Iwai | 1 | -7/+51 |
| 2012-10-30 | ALSA: usb-audio: Use rwsem for disconnect protection | Takashi Iwai | 4 | -17/+21 |
| 2012-10-30 | ALSA: usb-audio: Fix races at disconnection | Takashi Iwai | 5 | -41/+79 |
| 2012-10-30 | ALSA: PCM: Fix some races at disconnection | Takashi Iwai | 2 | -5/+18 |
| 2012-10-30 | loop: Make explicit loop device destruction lazy | Dave Chinner | 1 | -2/+15 |
| 2012-10-30 | mtip32xx:Added appropriate timeout value for secure erase | Selvan Mani | 2 | -4/+18 |
| 2012-10-30 | xen/blkback: Change xen_vbd's flush_support and discard_secure to have type u... | Oliver Chick | 1 | -2/+2 |
| 2012-10-30 | cciss: select CONFIG_CHECK_SIGNATURE | Akinobu Mita | 1 | -0/+1 |
| 2012-10-30 | cciss: remove unneeded memset() | Wei Yongjun | 1 | -1/+0 |
| 2012-10-30 | xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -2/+1 |