aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Merge tag 'v3.12.48' of http://git.kernel.org/pub/scm/linux/kernel/git/stable...v3.12.48linux-3.12-stableAlexandre Oliva32-190/+465
2015-09-18Linux 3.12.48Jiri Slaby1-1/+1
2015-09-14netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso4-14/+34
2015-09-14netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin1-4/+17
2015-09-02aio: fix reqs_available handlingBenjamin LaHaise1-4/+73
2015-09-02dm cache mq: fix memory allocation failure for large cache devicesHeinz Mauelshagen1-2/+2
2015-09-02bio: fix argument of __bio_add_page() for max_sectors > 0xffffAkinobu Mita1-1/+1
2015-09-02lpfc: Fix scsi prep dma buf error.James Smart1-1/+1
2015-09-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar3-9/+37
2015-08-31mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn1-10/+37
2015-08-30Merge tag 'v3.12.47' of http://git.kernel.org/pub/scm/linux/kernel/git/stable...v3.12.47Alexandre Oliva102-515/+1184
2015-08-27rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-08-27net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-08-27netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-08-27inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-08-27bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong1-0/+19
2015-08-27bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov1-0/+1
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet3-9/+28
2015-08-27isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt1-1/+10
2015-08-27bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-08-27net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-08-27net: Fix skb csum races when peekingHerbert Xu1-1/+2
2015-08-27net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-08-27net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+14
2015-08-27net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-08-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-08-27bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-08-27net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-08-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-08-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-63/+65
2015-08-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-08-27ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-08-25drm/radeon: fix hotplug race at startupDave Airlie1-0/+5
2015-08-25mfd: lpc_ich: Assign subdevice ids automaticallyMika Westerberg1-4/+4
2015-08-25Linux 3.12.47Jiri Slaby1-1/+1
2015-08-25rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-08-25drm/radeon: add new OLAND pci idAlex Deucher1-0/+1
2015-08-25EDAC, ppc4xx: Access mci->csrows array elements properlyMichael Walle1-1/+1
2015-08-25localmodconfig: Use Kbuild files tooRichard Weinberger1-1/+1
2015-08-25dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber1-2/+2
2015-08-25perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-25xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-08-25mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-25ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski1-6/+17
2015-08-25ipc/sem.c: update/correct memory barriersManfred Spraul1-4/+14
2015-08-25mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-9/+5
2015-08-25md/bitmap: return an error when bitmap superblock is corrupt.NeilBrown1-0/+2
2015-08-25path_openat(): fix double fput()Al Viro1-1/+2
2015-08-25signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras4-8/+2
2015-08-25signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2-2/+4
2015-08-25signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-08-25x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-25x86/ldt: Correct FPU emulation access to LDTJuergen Gross3-7/+20
2015-08-25x86/ldt: Correct LDT access in single stepping logicJuergen Gross1-2/+2
2015-08-25x86/ldt: Make modify_ldt synchronousAndy Lutomirski9-150/+208
2015-08-25rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2-15/+15
2015-08-25rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney1-0/+14
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra11-2/+234
2015-08-25x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+61
2015-08-25x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-18/+0
2015-08-25x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2015-08-25md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown1-4/+6
2015-08-25ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-25ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie1-5/+0
2015-08-25ALSA: hda - fix cs4210_spdif_automute()Dan Carpenter1-3/+1
2015-08-25iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger5-32/+67
2015-08-25ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without syscRoger Quadros1-8/+16
2015-08-25crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-08-19x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-08-19ASoC: pcm1681: Fix setting de-emphasis sampling rate selectionAxel Lin1-1/+1
2015-08-19md: use kzalloc() when bitmap is disabledBenjamin Randazzo1-2/+1
2015-08-19sparc64: Fix userspace FPU register corruptions.David S. Miller4-81/+11
2015-08-19ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2015-08-19ima: extend "mask" policy matching supportMimi Zohar2-6/+17
2015-08-19ima: add support for new "euid" policy conditionMimi Zohar2-5/+25
2015-08-19USB: sierra: add 1199:68AB device IDDirk Behme1-0/+1
2015-08-19xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-19ipr: Fix invalid array indexing for HRRQBrian King1-3/+8
2015-08-19ipr: Fix incorrect trace indexingBrian King2-2/+4
2015-08-19ipr: Fix locking for unit attention handlingBrian King1-5/+7
2015-08-19drm/radeon/combios: add some validation of lvds valuesAlex Deucher1-1/+6
2015-08-19fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-08-19MIPS: Make set_pte() SMP safe.David Daney1-0/+31
2015-08-19MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau1-2/+3
2015-08-19ARM: realview: fix sparsemem buildArnd Bergmann1-0/+2
2015-08-19hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings1-1/+1
2015-08-193w-xxxx: fix mis-aligned struct accessesArnd Bergmann1-2/+2
2015-08-19iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-08-19iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-08-19vhost: actually track log eventfd fileMarc-André Lureau1-0/+1
2015-08-19rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2015-08-19xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-19xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2015-08-19xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-08-19xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-08-19usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum1-0/+12
2015-08-19ata: pmp: add quirk for Marvell 4140 SATA PMPLior Amsalem1-0/+7
2015-08-19blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo1-1/+5
2015-08-19Input: usbtouchscreen - avoid unresponsive TSC-30 touch screenBernhard Bender1-0/+3
2015-08-19tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-08-19md/raid1: fix test for 'was read error from last working device'.NeilBrown1-1/+1
2015-08-19mmc: sdhci-pxav3: fix platform_data is not initializedJingju Hou1-0/+1
2015-08-19mmc: sdhci-esdhc: Make 8BIT bus workJoakim Tjernlund1-1/+1
2015-08-19mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-08-19st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M1-1/+1
2015-08-19ALSA: hda - Fix MacBook Pro 5,2 quirkTakashi Iwai1-1/+1
2015-08-19ALSA: usb-audio: add dB range mapping for some devicesYao-Wen Mao1-0/+24
2015-08-19ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4Dominic Sacré1-0/+68
2015-08-19genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-08-19ARC: make sure instruction_pointer() returns unsigned valueAlexey Brodkin1-1/+1
2015-08-19s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky1-0/+4
2015-08-19freeing unlinked file indefinitely delayedAl Viro1-0/+3
2015-08-19mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2015-08-08Merge tag 'v3.12.46' of http://git.kernel.org/pub/scm/linux/kernel/git/stable...v3.12.46Alexandre Oliva120-463/+1094
2015-08-06HID: usbhid: add Chicony/Pixart usb optical mouse that needs QUIRK_ALWAYS_POLLHerton R. Krzesinski2-0/+2
2015-08-06futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman1-11/+11
2015-08-05efi: fix 32bit kernel boot failed problem using efiFupan Li1-1/+1
2015-08-04Linux 3.12.46Jiri Slaby1-1/+1
2015-08-04sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-08-04qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis1-1/+16
2015-08-04Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds1-3/+13
2015-08-04hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-08-04arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-08-04agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-08-04rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-08-049p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-08-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-08-04SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-08-04nfs: increase size of EXCHANGE_ID name string bufferJeff Layton1-1/+1
2015-08-04fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-08-04NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-08-04watchdog: omap: assert the counter being stopped before reprogrammingUwe Kleine-König1-0/+7
2015-08-04USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern2-27/+39
2015-08-04dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár1-5/+3
2015-08-04ideapad: fix software rfkill settingArnd Bergmann1-1/+1
2015-08-04clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifierDamian Eppel1-13/+30
2015-08-04mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior1-0/+3
2015-08-04security_syslog() should be called once onlyVasily Averin1-7/+4
2015-08-04__bitmap_parselist: fix bug in empty string handlingChris Metcalf1-8/+9
2015-08-04mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang1-3/+5
2015-08-04iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-08-04iser-target: Fix possible deadlock in RDMA_CM connection errorSagi Grimberg1-5/+9
2015-08-04iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger4-69/+114
2015-08-04ACPICA: Tables: Fix an issue that FACS initialization is performed twiceLv Zheng2-4/+7
2015-08-04crush: fix a bug in tree bucket decodeIlya Dryomov1-1/+1
2015-08-04fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-08-04Btrfs: fix memory leak in the extent_same ioctlFilipe Manana1-1/+2
2015-08-04Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-08-04md: fix a build warningFiro Yang1-1/+1
2015-08-04hwmon: (mcp3021) Fix broken output scalingStevens, Nick1-13/+1
2015-08-04dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2-26/+47
2015-08-04tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-08-04tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-08-04tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-08-04libata: force disable trim for SuperSSpeed S238Arne Fitzenreiter1-0/+3
2015-08-04libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2-1/+3
2015-08-04vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo1-2/+3
2015-08-04xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-08-04drm: add a check for x/y in drm_mode_setcrtcZhao Junwang1-2/+5
2015-08-04drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5Alex Deucher1-0/+1
2015-08-04drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULLMichel Dänzer1-4/+8
2015-08-04drm/radeon: SDMA fix hibernation (CI GPU family).Jérôme Glisse1-0/+11
2015-08-04drm/radeon: compute ring fix hibernation (CI GPU family) v2.Jérôme Glisse1-0/+34
2015-08-04drm/radeon: take the mode_config mutex when dealing with hpds (v2)Alex Deucher1-0/+2
2015-08-04drm/qxl: Do not leak memory if qxl_release_list_add failsFrediano Ziglio1-1/+3
2015-08-04drm/qxl: Do not cause spice-server to clean our objectsFrediano Ziglio1-0/+1
2015-08-04mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler1-0/+2
2015-08-04dm btree: silence lockdep lock inversion in dm_btree_del()Joe Thornber1-1/+1
2015-08-04dm btree remove: fix bug in redistribute3Dennis Yang1-3/+3
2015-08-04dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber1-15/+35
2015-08-04dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka1-0/+2
2015-08-04usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-08-04USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-08-04USB: option: add 2020:4000 IDClaudio Cappelli1-0/+1
2015-08-04USB: cp210x: add ID for Aruba Networks controllersPeter Sanford1-0/+1
2015-08-04usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi1-3/+1
2015-08-04USB: devio: fix a condition in async_completed()Dan Carpenter1-1/+1
2015-08-04usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn1-0/+4
2015-08-04usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-08-04usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-08-04libata: increase the timeout when setting transfer modeMikulas Patocka1-1/+2
2015-08-04libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVERAleksei Mamlin1-1/+2
2015-08-04ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]Zidan Wang1-1/+1
2015-08-04ASoC: wm8903: Fix define for WM8903_VMID_RES_250KAxel Lin1-1/+1
2015-08-04ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bitsAxel Lin1-1/+1
2015-08-04ASoC: wm8737: Fixup setting VMID Impedance control registerAxel Lin1-2/+4
2015-08-04ASoC: imx-wm8962: Add a missing error checkDan Carpenter1-1/+1
2015-08-04ASoC: arizona: Fix noise generator gain TLVRichard Fitzgerald3-3/+3
2015-08-04cx24116: fix a buffer overflow when checking userspace paramsMauro Carvalho Chehab1-4/+4
2015-08-04s5h1420: fix a buffer overflow when checking userspace paramsMauro Carvalho Chehab1-1/+1
2015-08-04af9013: Don't accept invalid bandwidthMauro Carvalho Chehab1-0/+4
2015-08-04iio: adc: at91_adc: allow to use full range of startup timeJan Leupold1-1/+1
2015-08-04iio: DAC: ad5624r_spi: fix bit shift of output data valueJM Friedt1-2/+2
2015-08-04i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen1-17/+53
2015-08-04jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi3-12/+35
2015-08-04jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-08-04ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-04ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-08-04ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-08-04ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12