summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asus-wmi: Set WAPF to 4 for Asus X550CAAndreas Utterberg2014-06-111-0/+9
* alienware-wmi: For WMAX HDMI method, introduce a way to query HDMI cable statusMario Limonciello2014-06-111-30/+88
* alienware-wmi: Update WMAX brightness method limit to 15Mario Limonciello2014-06-091-2/+1
* pvpanic: Set high notifier priorityTakashi Iwai2014-06-091-0/+1
* platform/x86: samsung-laptop: Add support for Samsung's NP7[34]0U3E models.Scott Thrasher2014-06-091-0/+38
* toshiba_acpi: Add alternative keymap support for Satellite M840Takashi Iwai2014-06-091-1/+29
* platform-drivers-x86: intel_pmic_gpio: Fix off-by-one valid offset range checkAxel Lin2014-06-091-2/+2
* Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-06-082-2/+2
|\
| * 9P: fix return value in v9fs_fid_xattr_setDominique Martinet2014-06-011-1/+1
| * fs/9p: adjust sscanf parameters accordingly to the variable typesToralf Förster2014-06-011-1/+1
* | numa,sched: fix load_to_imbalanced logic inversionRik van Riel2014-06-081-1/+1
* | Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-06-081-7/+5
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-0823-440/+515
|\ \
| * | ext4: handle symlink properly with inline_dataZheng Liu2014-06-021-0/+3
| * | ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-05-271-1/+1
| * | ext4: fix zeroing of page during writebackJan Kara2014-05-271-13/+11
| * | ext4: remove unused local variable "stored" from ext4_readdir(...)Giedrius Rekasius2014-05-271-2/+1
| * | ext4: fix ZERO_RANGE test failure in data journallingNamjae Jeon2014-05-271-0/+7
| * | ext4: reduce contention on s_orphan_lockJan Kara2014-05-261-44/+65
| * | ext4: use sbi in ext4_orphan_{add|del}()Jan Kara2014-05-261-16/+15
| * | ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()Lukas Czerner2014-05-131-1/+7
| * | ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-1310-0/+33
| * | ext4: remove unnecessary double parenthesesLukas Czerner2014-05-125-11/+11
| * | ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() failsAndrey Tsyvarev2014-05-121-3/+1
| * | ext4: make local functions staticStephen Hemminger2014-05-129-54/+26
| * | ext4: fix block bitmap validation when bigalloc, ^flex_bgDarrick J. Wong2014-05-121-5/+7
| * | ext4: fix block bitmap initialization under sparse_super2Darrick J. Wong2014-05-122-15/+22
| * | ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong2014-05-121-0/+10
| * | ext4: avoid unneeded lookup when xattr name is invalidZhang Zhen2014-05-121-0/+3
| * | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-125-11/+29
| * | ext4: remove obsoleted checkDmitry Monakhov2014-04-211-2/+1
| * | ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o2014-04-213-19/+25
| * | ext4: fix locking for O_APPEND writesTheodore Ts'o2014-04-211-16/+26
| * | ext4: factor out common code in ext4_file_write()Theodore Ts'o2014-04-211-34/+22
| * | ext4: move ext4_file_dio_write() into ext4_file_write()Theodore Ts'o2014-04-211-74/+64
| * | ext4: inline generic_file_aio_write() into ext4_file_write()Theodore Ts'o2014-04-211-4/+16
| * | ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-219-163/+163
| * | ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner2014-04-214-13/+7
* | | Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-06-085-19/+32
|\ \ \
| * | | arm, unwind, LLVMLinux: Enable clang to be used for unwinding the stackMark Charlebois2014-06-071-1/+1
| * | | ARM: LLVMLinux: Change "extern inline" to "static inline" in glue-cache.hBehan Webster2014-06-071-11/+11
| * | | all: LLVMLinux: Change DWARF flag to support gcc and clangBehan Webster2014-06-071-1/+1
| * | | net: netfilter: LLVMLinux: vlais-netfilterMark Charlebois2014-06-071-5/+17
| * | | crypto: LLVMLinux: aligned-attribute.patchMark Charlebois2014-06-071-1/+2
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-083-35/+38
|\ \ \ \
| * | | | x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin2014-06-063-35/+38
* | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-085560-157635/+308373
|\ \ \ \ \
| * \ \ \ \ Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-06-0893-925/+7218
| |\ \ \ \ \
| | * | | | | mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer2014-06-044-0/+1100
| | * | | | | clk: export __clk_round_rate for providersArnd Bergmann2014-06-031-0/+1