aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-09-11ipc: document general ipc locking schemeDavidlohr Bueso1-0/+8
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso7-69/+69
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4
2013-09-11ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-09-11ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+20
2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley2-4/+15
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley2-2/+12
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley5-33/+36
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley1-6/+19
2013-09-11initmpfs: replace MS_NOUSER in initramfsRob Landley1-1/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara7-8/+46
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han1-4/+8
2013-09-11memstick: add support for legacy memorysticksMaxim Levitsky5-1/+2693
2013-09-11drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches1-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches1-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches1-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches1-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches1-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches1-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches1-10/+10
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook1-2/+6
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