summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro2012-09-262-20/+20
| * switch flush_unauthorized_files() to replace_fd()Al Viro2012-09-261-32/+15
| * new helper: replace_fd()Al Viro2012-09-263-39/+64
| * take purely descriptor-related stuff from fcntl.c to file.cAl Viro2012-09-263-128/+137
| * take close-on-exec logics to fs/file.c, clean it up a bitAl Viro2012-09-263-35/+44
| * um: resurrect the right variant of mconsole_proc()Al Viro2012-09-261-78/+21
| * take descriptor-related part of close() to file.cAl Viro2012-09-264-53/+31
| * take fget() and friends to fs/file.cAl Viro2012-09-262-106/+106
| * expose a low-level variant of fd_install() for binderAl Viro2012-09-263-13/+18
| * move put_unused_fd() and fd_install() to fs/file.cAl Viro2012-09-262-44/+44
| * trim free_fdtable_rcu()Al Viro2012-09-261-15/+2
| * don't bother with call_rcu() in put_files_struct()Al Viro2012-09-261-9/+5
| * move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-263-100/+99
| * new helper: __alloc_fd()Al Viro2012-09-263-58/+16
| * take rlimit check to callers of expand_files()Al Viro2012-09-262-7/+12
| * fanotify: sanitize failure exits in copy_event_to_user()Al Viro2012-09-261-39/+20
| * events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro2012-09-261-1/+1
| * pipe(2) - race-free error recoveryAl Viro2012-09-261-9/+22
| * binder: don't allow mmap() by process other than proc->tskAl Viro2012-09-261-1/+4
| * autofs4: don't open-code fd_install()Al Viro2012-09-261-16/+2
| * make get_unused_fd_flags() a functionAl Viro2012-09-262-5/+5
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-264-18/+32
| * take descriptor handling from sock_alloc_file() to callersAl Viro2012-09-261-22/+40
| * Merge remote branch 'origin' into for-nextAl Viro2012-09-26893-4213/+7372
| |\
* | \ Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2012-10-0211-91/+278
|\ \ \
| * \ \ Merge branch 'next-cleanup' into for-v3.7Marek Szyprowski2012-10-022-16/+13
| |\ \ \
| | * | | ARM: dma-mapping: Refrain noisy console messageHiroshi Doyu2012-10-021-1/+1
| | * | | ARM: dma-mapping: Small logical clean upHiroshi Doyu2012-10-021-4/+5
| | * | | drivers: dma-contiguous: refactor dma_alloc_from_contiguous()Michal Nazarewicz2012-10-021-11/+7
| * | | | ARM: dma-mapping: Remove unsed var at arm_coherent_iommu_unmap_pageHiroshi Doyu2012-10-021-1/+0
| * | | | ARM: highbank: add coherent DMA setupRob Herring2012-10-025-0/+62
| * | | | ARM: kill off arch_is_coherentRob Herring2012-10-023-26/+6
| * | | | ARM: add coherent iommu dma opsRob Herring2012-10-021-40/+143
| * | | | ARM: add coherent dma opsRob Herring2012-10-022-12/+60
| |/ / /
* | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-02179-4430/+13464
|\ \ \ \
| * \ \ \ Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley2012-10-02176-4460/+13492
| |\ \ \ \
| | * | | | [SCSI] st: remove st_mutexHannes Reinecke2012-09-241-6/+2
| | * | | | [SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen2012-09-242-19/+37
| | * | | | [SCSI] hpsa: gen8plus Smart Array IDsMike Miller2012-09-242-7/+26
| | * | | | [SCSI] qla4xxx: Update driver version to 5.03.00-k1Vikas Chaudhary2012-09-241-1/+1
| | * | | | [SCSI] qla4xxx: Disable generating pause frames for ISP83XXTej Parkash2012-09-245-0/+177
| | * | | | [SCSI] qla4xxx: Fix double clearing of risc_intr for ISP83XXManish Dusane2012-09-241-1/+0
| | * | | | [SCSI] qla4xxx: IDC implementation for LoopbackNilesh Javali2012-09-247-1/+91
| | * | | | [SCSI] qla4xxx: update copyrights in LICENSE.qla4xxxVikas Chaudhary2012-09-241-1/+1
| | * | | | [SCSI] qla4xxx: Fix panic while rmmodVikas Chaudhary2012-09-241-0/+7
| | * | | | [SCSI] qla4xxx: Fail probe_adapter if IRQ allocation failsPoornima Vonti2012-09-241-0/+6
| | * | | | [SCSI] qla4xxx: Prevent MSI/MSI-X falling back to INTx for ISP82XXVikas Chaudhary2012-09-241-3/+10
| | * | | | [SCSI] qla4xxx: Update idc reg in case of PCI AERVikas Chaudhary2012-09-243-3/+15
| | * | | | [SCSI] qla4xxx: Fix double IDC locking in qla4_8xxx_error_recoveryPoornima Vonti2012-09-241-2/+4
| | * | | | [SCSI] qla4xxx: Clear interrupt while unloading driver for ISP83XXVikas Chaudhary2012-09-241-0/+3
OpenPOWER on IntegriCloud