aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-timers.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11affs: use loff_t in affs_truncate()Dan Carpenter1-1/+1
2013-09-11aoe: remove do-nothing NAME="%k" term from example udev rulesEd Cashin1-1/+1
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-11aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko1-6/+3
2013-09-11aoe: update internal version number to 85Ed Cashin1-1/+1
2013-09-11aoe: update copyright dateEd Cashin1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin3-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-09-11mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer1-14/+2
2013-09-11rbtree: allow tests to run as builtinCody P Schafer1-1/+1
2013-09-11rbtree_test: add test for postorder iterationCody P Schafer1-0/+12
2013-09-11rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer1-0/+18
2013-09-11rbtree: add postorder iteration functionsCody P Schafer2-0/+44
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton1-26/+19
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso1-11/+8
2013-09-11partitions/efi: delete annoying emacs style commentsDavidlohr Bueso1-19/+0
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso1-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso1-3/+18
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso2-21/+56
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso1-3/+0
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso1-4/+13
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso2-6/+19
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu4-22/+110
2013-09-11vmcore: enable /proc/vmcore mmap for s390Michael Holzheu1-1/+1
2013-09-11s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke1-0/+26
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2-8/+86
2013-09-11s390/vmcore: use ELF header in new memory featureMichael Holzheu1-27/+54
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu2-10/+57
2013-09-11kexec: remove unnecessary returnXishi Qiu1-4/+1
2013-09-11exec: cleanup the error handling in search_binary_handler()Oleg Nesterov1-8/+3
2013-09-11exec: don't retry if request_module() failsOleg Nesterov1-1/+2
2013-09-11exec: cleanup the CONFIG_MODULES logicOleg Nesterov1-37/+31
2013-09-11exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov1-4/+3
2013-09-11exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov1-4/+6
2013-09-11exec: proc_exec_connector() should be called only onceOleg Nesterov1-1/+1
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov2-6/+5
2013-09-11exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov1-14/+22
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov1-1/+1
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang1-1/+3
2013-09-11Documentation/filesystems/proc.txt: fix mistake in the description of Committed_ASMinto Joseph1-10/+9
2013-09-11fs/file_table.c:fput(): make comment more truthfulAndrew Morton1-2/+1
2013-09-11coredump: add new %P variable in core_patternStéphane Graber2-0/+6
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko6-26/+99