summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: move inode locking functions to xfs_inode.cDave Chinner2012-10-172-251/+250Star
* xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner2012-10-178-4/+6
* xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner2012-10-173-40/+27Star
* xfs: move xfs_quiesce_attr() into xfs_super.cDave Chinner2012-10-173-68/+67Star
* xfs: xfs_sync_fsdata is redundantDave Chinner2012-10-172-72/+14Star
* xfs: syncd workqueue is no moreDave Chinner2012-10-175-34/+30Star
* xfs: xfs_sync_data is redundant.Dave Chinner2012-10-178-108/+34Star
* xfs: Bring some sanity to log unmountingDave Chinner2012-10-172-27/+26Star
* xfs: sync work is now only periodic log workDave Chinner2012-10-177-61/+62
* xfs: don't run the sync work if the filesystem is read-onlyDave Chinner2012-10-172-13/+18
* xfs: rationalise xfs_mount_wq usersDave Chinner2012-10-173-38/+23Star
* xfs: xfs_syncd_stop must dieDave Chinner2012-10-173-35/+26Star
* Linux 3.7-rc1Linus Torvalds2012-10-141-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-14107-4493/+2895Star
|\
| * Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowe...Ralf Baechle2012-10-1146-1706/+1846
| |\
| | * UAPI: (Scripted) Disintegrate arch/mips/include/asmDavid Howells2012-10-0946-1706/+1846
| * | MIPS: SNI: Switch RM400 serial to SCCNXP driverThomas Bogendoerfer2012-10-111-24/+3Star
| * | MIPS: Remove unused empty_bad_pmd_table[] declaration.Ralf Baechle2012-10-111-1/+0Star
| * | MIPS: MT: Remove kspd.Ralf Baechle2012-10-115-462/+0Star
| * | MIPS: Malta: Fix section mismatch.Ralf Baechle2012-10-111-1/+2
| * | MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.Ralf Baechle2012-10-111-10/+0Star
| * | MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.Manuel Lauss2012-10-118-678/+95Star
| * | MIPS: Alchemy: merge PB1550 support into DB1550 codeManuel Lauss2012-10-116-437/+161Star
| * | MIPS: Alchemy: Single kernel for DB1200/1300/1550Manuel Lauss2012-10-1113-941/+548Star
| * | MIPS: Optimize TLB refill for RI/XI configurations.David Daney2012-10-111-16/+7Star
| * | MIPS: proc: Cleanup printing of ASEs.Ralf Baechle2012-10-111-9/+11
| * | MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Ralf Baechle2012-10-1119-0/+20
| * | MIPS: Add detection of DSP ASE Revision 2.Steven J. Hill2012-10-115-2/+11
| * | MIPS: Optimize pgd_init and pmd_initDavid Daney2012-10-111-10/+10
| * | MIPS: perf: Add perf functionality for BMIPS5000Al Cooper2012-10-111-1/+102
| * | MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper2012-10-112-8/+12
| * | MIPS: perf: Remove unnecessary #ifdefAl Cooper2012-10-111-5/+0Star
| * | MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)Al Cooper2012-10-115-3/+13
| * | MIPS: perf: Change the "mips_perf_event" table unsupported indicator.Al Cooper2012-10-111-150/+4Star
| * | MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney2012-10-112-10/+28
| * | vmlinux.lds.h: Allow architectures to add sections to the front of .bssDavid Daney2012-10-111-0/+9
| * | Improve atomic.h robustnessJoshua Kinard2012-10-111-35/+29Star
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14128-594/+6799
|\ \ \
| * | | X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-101-9/+19
| * | | X.509: Convert some printk calls to pr_develDavid Howells2012-10-101-3/+3
| * | | asymmetric keys: fix printk format warningRandy Dunlap2012-10-101-1/+1
| * | | MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells2012-10-103-20/+51
| * | | MODSIGN: Make mrproper should remove generated files.Rusty Russell2012-10-102-2/+4
| * | | MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells2012-10-101-0/+1
| * | | MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells2012-10-101-1/+21
| * | | MODSIGN: Sign modules during the build processDavid Howells2012-10-102-1/+191
| * | | MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells2012-10-101-0/+268
| * | | MODSIGN: Implement module signature checkingDavid Howells2012-10-102-1/+229
| * | | MODSIGN: Provide module signing public keys to the kernelDavid Howells2012-10-103-2/+124
| * | | MODSIGN: Automatically generate module signing keys if missingDavid Howells2012-10-101-0/+49