aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-07fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-08-07lib/iommu-common.c: do not use 0xffffffffffffffffl for computing align_maskSowmini Varadhan1-1/+1
2015-08-07mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov1-2/+1
2015-08-07signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2-4/+8
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras5-10/+2
2015-08-07ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman5-22/+25
2015-08-07mm, meminit: replace rwsem with completionNicolai Stange1-7/+15
2015-08-07mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman1-8/+8
2015-08-07ipc: modify message queue accounting to not take kernel data structures into accountMarcus Gelderie1-5/+0
2015-08-06btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo1-0/+5
2015-08-06drm/i915: Allow parsing of variable size child device entries from VBTDavid Weinehall1-4/+23
2015-08-06ASoC: topology: Add private data type and bump ABI version to 3Liam Girdwood1-2/+3
2015-08-06ASoC: topology: Add ops support to byte controls UAPIMengdong Lin1-3/+6
2015-08-06ASoC: topology: Update TLV support so we can support more TLV typesMengdong Lin2-23/+54
2015-08-06ASoC: topology: add private data to manifestVinod Koul1-0/+1
2015-08-06ASoC: topology: Add subsequence in topologySubhransu S. Prusty2-0/+2
2015-08-06virtio-input: reset device and detach unused during removeJason Wang1-0/+4
2015-08-05drm/amdgpu: set fw_version and feature_version for smu fw loadingJammy Zhou3-21/+30
2015-08-05drm/amdgpu: add feature version for SDMA ucodeJammy Zhou5-1/+5
2015-08-05drm/amdgpu: add feature version for RLC and MEC v2Jammy Zhou4-5/+21
2015-08-05drm/amdgpu: increment queue when iterating on this variable.Nicolas Iooss1-1/+1
2015-08-05drm/amdgpu: fix rb setting for CZAlex Deucher1-4/+1
2015-08-05Input: twl4030-vibra - fix ERROR: Bad of_node_put() warningMarek Belisko1-1/+2
2015-08-05hwmon: (g762) Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-08-05hwmon: (nct7904) Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-08-05hwmon: (dell-smm) Blacklist Dell Studio XPS 8100Pali Rohár1-1/+17
2015-08-05ALSA: hda - one Dell machine needs the headphone white noise fixupHui Wang1-0/+1
2015-08-05KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson1-4/+4
2015-08-05drm/i2c: tda998x: fix bad checksum of the HDMI AVI infoframeJean-Francois Moine1-2/+2
2015-08-05MIPS: Make set_pte() SMP safe.David Daney1-0/+31
2015-08-05mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-10/+6
2015-08-05ARC: Make pt_regs regs unsignedVineet Gupta2-37/+37
2015-08-05ALSA: fireworks/firewire-lib: add support for recent firmware quirkTakashi Sakamoto5-2/+23
2015-08-05Revert "ALSA: fireworks: add support for AudioFire2 quirk"Takashi Sakamoto3-6/+0
2015-08-04staging: lustre: Include unaligned.h instead of access_ok.hGuenter Roeck1-1/+1
2015-08-04ASoC: topology: fix typo in soc_tplg_kcontrol_bind_io()Mengdong Lin1-1/+1
2015-08-04ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHYRoger Quadros1-0/+1
2015-08-04xen/events/fifo: Handle linked events when closing a portRoss Lagerwall3-9/+53
2015-08-04drm/atomic-helpers: Make encoder picking more robustDaniel Vetter1-5/+6
2015-08-04drm/dp-mst: Remove debug WARN_ONDaniel Vetter1-1/+0
2015-08-04drm/i915: Fixup dp mst encoder selectionDaniel Vetter1-0/+11
2015-08-04drm/atomic-helper: Add an atomice best_encoder callbackDaniel Vetter2-1/+9
2015-08-04ALSA: HDA: Dont check return for snd_hdac_chip_readlJeeja KP1-6/+0
2015-08-04ALSA: HDA: Fix stream assignment for host in decoupled modeJeeja KP1-1/+1
2015-08-04ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycleVineet Gupta1-3/+3
2015-08-04ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoffVineet Gupta4-4/+347
2015-08-04ARC: LLOCK/SCOND based rwlockVineet Gupta2-10/+166
2015-08-04ARC: LLOCK/SCOND based spin_lockVineet Gupta1-7/+69