aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| | * | | | fs: make struct dentry->d_op constJan Engelhardt2009-03-27
| | * | | | vfs: Further changes from macro to inline function in fs.hSteven Whitehouse2009-03-27
| | * | | | vfs: Update fs.h to use inline functions when no file locking setSteven Whitehouse2009-03-27
| | * | | | do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan2009-03-27
| | * | | | generic compat_sys_ustatChristoph Hellwig2009-03-27
| | | |/ / | | |/| |
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-03-27
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | quota: Remove uppercase aliases for quota functions.Jan Kara2009-03-25
| | * | | quota: Remove NODQUOT macroJan Kara2009-03-25
| | * | | quota: Use inode->i_blkbits to get block bitsMingming Cao2009-03-25
| | * | | quota: Add quota reservation claim and released operationsMingming Cao2009-03-25
| | * | | quota: Add quota reservation supportMingming Cao2009-03-25
| | |/ /
* | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
|\ \ \ \ | |/ / / |/| | |
| * | | percpu: generalize embedding first chunk setup helperTejun Heo2009-03-10
| * | | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-10
| * | | x86, percpu: setup reserved percpu area for x86_64Tejun Heo2009-03-06
| * | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-06
| * | | percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo2009-03-06
| * | | percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo2009-03-06
| * | | percpu: clean up percpu constantsTejun Heo2009-03-06
| * | | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-03
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *-------. \ \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-03
| | |\ \ \ \ \ \ \
| | | | | | * \ \ \ Merge branch 'linus' into x86/setup-lzmaIngo Molnar2009-01-10
| | | | | | |\ \ \ \
| | | | | | * | | | | bzip2/lzma: centralize format detectionH. Peter Anvin2009-01-08
| | | | | | * | | | | bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-04
| | | | | * | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-01
| | | | | |\ \ \ \ \ \
| | | | | * | | | | | | Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*"Ingo Molnar2009-03-01
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | | | * | | | | | | x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar2009-03-02
| | | | | | | | | | |
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar2009-02-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / / | | | | | | |/| | | | | | | |
| | | | | | * | | | | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar2009-02-25
| | * | | | | | | | | | | | | Merge branches 'x86/urgent' and 'x86/pat' into x86/coreIngo Molnar2009-02-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | gpu/drm, x86, PAT: PAT support for io_mapping_*Venkatesh Pallipadi2009-02-25
| | * | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-26
| | |\| | | | | | | | | | | | | | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | percpu: fix too low alignment restriction on UPTejun Heo2009-02-25
| * | | | | | | | | | | | | | alloc_percpu: fix UP buildIngo Molnar2009-02-25
| * | | | | | | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | percpu: give more latitude to arch specific first chunk initializationTejun Heo2009-02-23
| | * | | | | | | | | | | | | vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-23
| | * | | | | | | | | | | | | bootmem: reorder interface functions and add a missing oneTejun Heo2009-02-23
| | * | | | | | | | | | | | | bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-23
| | * | | | | | | | | | | | | percpu: implement new dynamic percpu allocatorTejun Heo2009-02-20
| | * | | | | | | | | | | | | vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-20
| | * | | | | | | | | | | | | vmalloc: implement vm_area_register_early()Tejun Heo2009-02-20
| | * | | | | | | | | | | | | percpu: kill percpu_alloc() and friendsTejun Heo2009-02-20
| | * | | | | | | | | | | | | alloc_percpu: add align argument to __alloc_percpu.Rusty Russell2009-02-20
| | * | | | | | | | | | | | | alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-20
| | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | / / / / / / / / / | | | | | | |_|_|_|/ / / / / / / / / | | | | | |/| | | | | / / / / / / / | | | | |_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-20
| | | | | * | | | | | | | | | | | x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar2009-02-20
| | | | |/ / / / / / / / / / / /
| | | | * | | | | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-20
| | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | / / / / / / / / / / / | | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | |