summaryrefslogtreecommitdiffstats
path: root/Documentation/prio_tree.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-02arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf1-3/+18
2012-04-02arch/tile: implement panic_smp_self_stop()Chris Metcalf1-0/+6
2012-04-02arch/tile: add "nop" after "nap" to help GX idle power drawChris Metcalf2-1/+3
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf1-9/+8
2012-04-02arch/tile: fix up locking in pgtable.c slightlyChris Metcalf1-10/+12
2012-04-02arch/tile: don't leak kernel memory when we unload modulesChris Metcalf1-0/+2
2012-04-02arch/tile: fix bug in delay_backoff()Chris Metcalf1-1/+1
2012-04-02arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf1-6/+15
2012-04-02arch/tile: don't enable irqs unconditionally in page fault handlerChris Metcalf1-2/+5
2012-04-02arch/tile: don't set the homecache of a PTE unless appropriateChris Metcalf1-4/+12
2012-04-02arch/tile: don't wait for migrating PTEs in an NMI handlerChris Metcalf1-3/+10
2012-04-02arch/tile/Makefile: use KCFLAGS when figuring out the libgcc path.Chris Metcalf1-1/+2
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf2-3/+10
2012-04-02arch/tile: fix up some minor trap handling issuesChris Metcalf2-3/+8
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf3-2/+22
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf2-120/+112
2012-04-02arch/tile: make sure to build memcpy_user_64 without frame pointerChris Metcalf2-1/+8
2012-04-02arch/tile: avoid false corrupt frame warning in early bootChris Metcalf1-1/+1
2012-04-02arch/tile: use 0 for IRQ_RESCHEDULE instead of 1Chris Metcalf1-1/+1
2012-04-02arch/tile: fix gcc 4.6 warnings in <asm/bitops_64.h>Chris Metcalf1-4/+4
2012-04-02arch/tile: revert comment for atomic64_add_unless().Chris Metcalf1-1/+1
2012-04-02arch/tile: fix typo in <arch/spr_def.h>Chris Metcalf1-2/+2
2012-04-02arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit buildsChris Metcalf1-0/+1
2012-04-02arch/tile/Kconfig: rename tile_defconfig to tilepro_defconfigChris Metcalf1-1/+4
2012-04-02arch/tile/Kconfig: remove pointless "!M386" test.Chris Metcalf1-1/+1
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker4-48/+77
2012-04-01Linux 3.4-rc1v3.4-rc1Linus Torvalds1-2/+2
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-03-31ext3: move headers to fs/ext3/Al Viro23-668/+437
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro6-656/+634
2012-03-31new helper: ext2_image_size()Al Viro3-8/+30
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro4-9/+4
2012-03-31ext2: No longer export ext2_fs.h to user spaceThierry Reding2-63/+10
2012-03-31mtdchar: kill persistently held vfsmountAl Viro1-37/+16
2012-03-31pstore: trim pstore_get_inode()Al Viro1-18/+8
2012-03-31aio: take final put_ioctx() into callers of io_destroy()Al Viro1-6/+4
2012-03-31aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro1-15/+7