aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2-4/+11
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet1-1/+3
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik1-2/+45
2011-07-27devtmpfs: missing initialialization in never-hit caseAl Viro1-1/+1
2011-07-27hppfs: missing includeAl Viro1-0/+1
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger1-1/+15
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger1-0/+16
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger1-2/+9
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger1-2/+2
2011-07-26atomic: Update comments in atomic.hArun Sharma2-1/+4
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma23-50/+5
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma26-102/+109
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita15-59/+28
2011-07-26fail_make_request: cleanup should_fail_requestAkinobu Mita1-14/+12
2011-07-26fail_page_alloc: simplify debugfs initializationAkinobu Mita1-31/+16
2011-07-26failslab: simplify debugfs initializationAkinobu Mita1-21/+10
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita4-107/+30
2011-07-26fault-injection: cleanup simple attribute of stacktrace_depthAkinobu Mita1-15/+15
2011-07-26fault-injection: remove nonexistent function externAkinobu Mita1-1/+0
2011-07-26fault-injection: do not include unneeded headerAkinobu Mita1-1/+0
2011-07-26ramoops: make record_size a module parameterSergiu Iordache2-10/+28
2011-07-26ramoops: move dump_oops into platform dataSergiu Iordache2-1/+5
2011-07-26ramoops: add new line to each printMarco Stornelli1-6/+9
2011-07-26ramoops: use module parameters instead of platform data if not availableMarco Stornelli1-12/+35
2011-07-26Vmware balloon: switch to using sysem-wide freezable workqueueDmitry Torokhov1-20/+11
2011-07-26drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp2-0/+10
2011-07-26panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines1-1/+1
2011-07-26panic: panic=-1 for immediate rebootHugh Dickins2-1/+5
2011-07-26Documentation/DMA-API-HOWTO.txt: fix misleading exampleMichal Miroslaw1-6/+6
2011-07-26include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong2-28/+0
2011-07-26gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov1-1/+1
2011-07-26drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_handle_ce()Kai.Jiang1-2/+2
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov6-4/+163
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby1-5/+7
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby1-56/+57
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro1-0/+14
2011-07-26cpumask: alloc_cpumask_var() use NUMA_NO_NODEKOSAKI Motohiro1-1/+1
2011-07-26cpumask: convert for_each_cpumask() with for_each_cpu()KOSAKI Motohiro1-1/+1
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov1-7/+0
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa1-2/+4
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa1-0/+2
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-07-26kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira1-35/+48
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino1-1/+1
2011-07-26h8300/m68k/xtensa: __FD_ISSET should return 0/1Andrew Morton3-3/+3