summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pktcdvd: fix defective misuses of pkt_<level>Joe Perches2013-09-121-3/+3
| * | | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches2013-09-121-15/+16
| * | | pktcdvd: convert pr_info to pkt_infoJoe Perches2013-09-121-6/+8
| * | | pktcdvd: convert pr_notice to pkt_noticeJoe Perches2013-09-121-10/+12
| * | | pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches2013-09-121-20/+24
| * | | pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches2013-09-121-48/+42Star
| * | | pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches2013-09-121-54/+53Star
| * | | pktcdvd: convert printk to pr_<level>Joe Perches2013-09-121-61/+61
| * | | pktcdvd: convert ZONE macro to static function get_zone()Joe Perches2013-09-121-10/+10
| * | | panic: call panic handlers before kmsg_dumpKees Cook2013-09-121-2/+6
| * | | affs: use loff_t in affs_truncate()Dan Carpenter2013-09-121-1/+1
| * | | aoe: remove do-nothing NAME="%k" term from example udev rulesEd Cashin2013-09-121-1/+1
| * | | aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-121-1/+0Star
| * | | aoe: suppress compiler warningsAndy Shevchenko2013-09-121-4/+0Star
| * | | aoe: remove custom implementation of kbasename()Andy Shevchenko2013-09-121-6/+3Star
| * | | aoe: update internal version number to 85Ed Cashin2013-09-121-1/+1
| * | | aoe: update copyright dateEd Cashin2013-09-121-1/+1
| * | | aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-121-1/+32
| * | | aoe: provide file operations for debugfs filesEd Cashin2013-09-121-1/+24
| * | | aoe: add AoE-target files to debugfsEd Cashin2013-09-123-0/+38
| * | | aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-121-1/+9
| * | | mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer2013-09-121-14/+2Star
| * | | rbtree: allow tests to run as builtinCody P Schafer2013-09-121-1/+1
| * | | rbtree_test: add test for postorder iterationCody P Schafer2013-09-121-0/+12
| * | | rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer2013-09-121-0/+18
| * | | rbtree: add postorder iteration functionsCody P Schafer2013-09-122-0/+44
| * | | block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-121-26/+19Star
| * | | partitions/efi: some style cleanupsDavidlohr Bueso2013-09-121-11/+8Star
| * | | partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-121-19/+0Star
| * | | partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-121-1/+6
| * | | partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-121-3/+18
| * | | partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-122-21/+56
| * | | partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-121-3/+0Star
| * | | partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-121-4/+13
| * | | partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-122-6/+19
| * | | s390/vmcore: use vmcore for zfcpdumpMichael Holzheu2013-09-124-22/+110
| * | | vmcore: enable /proc/vmcore mmap for s390Michael Holzheu2013-09-121-1/+1
| * | | s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke2013-09-121-0/+26
| * | | vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu2013-09-122-8/+86
| * | | s390/vmcore: use ELF header in new memory featureMichael Holzheu2013-09-121-27/+54
| * | | vmcore: introduce ELF header in new memory featureMichael Holzheu2013-09-122-10/+57
| * | | kexec: remove unnecessary returnXishi Qiu2013-09-121-4/+1Star
| * | | exec: cleanup the error handling in search_binary_handler()Oleg Nesterov2013-09-121-8/+3Star
| * | | exec: don't retry if request_module() failsOleg Nesterov2013-09-121-1/+2
| * | | exec: cleanup the CONFIG_MODULES logicOleg Nesterov2013-09-121-37/+31Star
| * | | exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov2013-09-121-4/+3Star
| * | | exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov2013-09-121-4/+6
| * | | exec: proc_exec_connector() should be called only onceOleg Nesterov2013-09-121-1/+1
| * | | exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-122-6/+5Star
| * | | exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov2013-09-121-14/+22