summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik
2011-07-27devtmpfs: missing initialialization in never-hit caseAl Viro
2011-07-27hppfs: missing includeAl Viro
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-26Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-26Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2011-07-26Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2011-07-26Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger
2011-07-26atomic: Update comments in atomic.hArun Sharma
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita
2011-07-26fail_make_request: cleanup should_fail_requestAkinobu Mita
2011-07-26fail_page_alloc: simplify debugfs initializationAkinobu Mita
2011-07-26failslab: simplify debugfs initializationAkinobu Mita
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita
2011-07-26fault-injection: cleanup simple attribute of stacktrace_depthAkinobu Mita
2011-07-26fault-injection: remove nonexistent function externAkinobu Mita
2011-07-26fault-injection: do not include unneeded headerAkinobu Mita
2011-07-26ramoops: make record_size a module parameterSergiu Iordache
2011-07-26ramoops: move dump_oops into platform dataSergiu Iordache
2011-07-26ramoops: add new line to each printMarco Stornelli
2011-07-26ramoops: use module parameters instead of platform data if not availableMarco Stornelli
2011-07-26Vmware balloon: switch to using sysem-wide freezable workqueueDmitry Torokhov
2011-07-26drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp
2011-07-26panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines
2011-07-26panic: panic=-1 for immediate rebootHugh Dickins
2011-07-26Documentation/DMA-API-HOWTO.txt: fix misleading exampleMichal Miroslaw
2011-07-26include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong
2011-07-26gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov
2011-07-26drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro