summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-2715-758/+749
|\
| * kbuild: Fix reading of .config in link-vmlinux.shMichal Marek2013-02-251-1/+8
| * kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy2013-02-221-1/+1
| * Kbuild: Disable var tracking with CONFIG_DEBUG_INFO_REDUCEDAndi Kleen2013-02-221-1/+2
| * depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan2013-02-222-4/+24
| * kbuild: Fix destination-y for installed headersJesper Nilsson2013-02-221-3/+3
| * scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik2013-02-221-1/+1
| * kernel: Replace timeconst.pl with a bc scriptH. Peter Anvin2013-02-163-382/+120
| * mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-248-368/+591
* | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-02-276-17/+57
|\ \
| * | ALSA: emu10k1: Allow to switch hardware sampe rate on EMUMihail Zenkov2013-02-251-2/+6
| * | ALSA: hda - Enable beep for ASUS EeeBox EBP1501PTakashi Iwai2013-02-251-0/+1
| * | ALSA: emu10k1: Load firmware when it was already cachedFlorian Zeitz2013-02-251-5/+6
| * | ALSA: ice1724: M-Audio Audiophile192: Fix SPDIF inputJonas Petersen2013-02-251-13/+24
| * | ALSA: bt87x: Make load_all parameter working againTakashi Iwai2013-02-251-2/+17
| * | ALSA: emu10k1: Fix regression in emu1010 firmware loadingMihail Zenkov2013-02-221-0/+5
| * | ALSA: hda - hdmi: Make jacks phantom, if they're not detectableDavid Henningsson2013-02-221-0/+3
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-02-271-8/+11
|\ \ \
| * | | ext4: fix extent status tree regression for file systems > 512GBTheodore Ts'o2013-02-271-8/+11
* | | | sysrq: don't depend on weak undefined arrays to have an address that compares...Linus Torvalds2013-02-271-8/+7
* | | | mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds2013-02-271-0/+27
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26383-1423/+1276
|\ \ \ \
| * | | | saner proc_get_inode() calling conventionsAl Viro2013-02-262-21/+10
| * | | | proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov2013-02-261-6/+15
| * | | | fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-266-16/+16
| * | | | fs/exec.c: make bprm_mm_init() staticYuanhan Liu2013-02-262-2/+1
| * | | | ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter2013-02-261-1/+1
| * | | | ocfs2: fix possible use-after-free with AIOJan Kara2013-02-261-1/+1
| * | | | ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran2013-02-261-1/+1
| * | | | get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro2013-02-263-4/+0
| * | | | target: writev() on single-element vector is pointlessAl Viro2013-02-262-45/+17
| * | | | export kernel_write(), convert open-coded instancesAl Viro2013-02-265-61/+24
| * | | | fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-2612-21/+21
| * | | | kill f_vfsmntAl Viro2013-02-265-6/+5
| * | | | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-2612-16/+84
| * | | | nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields2013-02-264-9/+24
| * | | | switch vfs_getattr() to struct pathAl Viro2013-02-2614-35/+40
| * | | | default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-2617-54/+5
| * | | | ceph: prepopulate inodes only when request is abortedSage Weil2013-02-261-2/+38
| * | | | d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-264-24/+18
| * | | | 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro2013-02-263-35/+33
| * | | | 9p: split dropping the acls from v9fs_set_create_acl()Al Viro2013-02-263-21/+28
| * | | | 9p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro2013-02-263-16/+13
| * | | | 9p: switch v9fs_set_acl() from dentry to fidAl Viro2013-02-261-5/+12
| * | | | 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro2013-02-261-4/+3
| * | | | 9p: add fid-based variant of v9fs_xattr_set()Al Viro2013-02-262-15/+20
| * | | | tegra: don't wank with d_find_alias()Al Viro2013-02-261-9/+3
| * | | | lirc: get rid of bogus checksAl Viro2013-02-261-10/+1
| * | | | hugetlb_file_setup(): use d_alloc_pseudo()Al Viro2013-02-261-4/+15
| * | | | shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Al Viro2013-02-261-4/+15
OpenPOWER on IntegriCloud