summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-11ipc: drop ipc_lock_checkDavidlohr Bueso
2013-09-11ipc, shm: drop shm_lock_checkDavidlohr Bueso
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso
2013-09-11ipc: document general ipc locking schemeDavidlohr Bueso
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso
2013-09-11ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso
2013-09-11ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso
2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley
2013-09-11initmpfs: replace MS_NOUSER in initramfsRob Landley
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han
2013-09-11memstick: add support for legacy memorysticksMaxim Levitsky
2013-09-11drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook
2013-09-11affs: use loff_t in affs_truncate()Dan Carpenter
2013-09-11aoe: remove do-nothing NAME="%k" term from example udev rulesEd Cashin
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin
2013-09-11aoe: suppress compiler warningsAndy Shevchenko
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko
2013-09-11aoe: update internal version number to 85Ed Cashin
2013-09-11aoe: update copyright dateEd Cashin
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin
2013-09-11aoe: provide file operations for debugfs filesEd Cashin
2013-09-11aoe: add AoE-target files to debugfsEd Cashin
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin
2013-09-11mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer
2013-09-11rbtree: allow tests to run as builtinCody P Schafer
2013-09-11rbtree_test: add test for postorder iterationCody P Schafer