index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc, shm: guard against non-existant vma in shmdt(2)
Davidlohr Bueso
2013-09-11
1
-2
/
+1
*
ipc: document general ipc locking scheme
Davidlohr Bueso
2013-09-11
1
-0
/
+8
*
ipc,msg: drop msg_unlock
Davidlohr Bueso
2013-09-11
1
-3
/
+2
*
ipc: rename ids->rw_mutex
Davidlohr Bueso
2013-09-11
7
-69
/
+69
*
ipc,shm: shorten critical region for shmat
Davidlohr Bueso
2013-09-11
1
-4
/
+10
*
ipc,shm: cleanup do_shmat pasta
Davidlohr Bueso
2013-09-11
1
-14
/
+12
*
ipc,shm: shorten critical region for shmctl
Davidlohr Bueso
2013-09-11
1
-24
/
+25
*
ipc,shm: make shmctl_nolock lockless
Davidlohr Bueso
2013-09-11
1
-7
/
+12
*
ipc,shm: introduce shmctl_nolock
Davidlohr Bueso
2013-09-11
1
-18
/
+39
*
ipc: drop ipcctl_pre_down
Davidlohr Bueso
2013-09-11
2
-23
/
+4
*
ipc,shm: shorten critical region in shmctl_down
Davidlohr Bueso
2013-09-11
1
-4
/
+6
*
ipc,shm: introduce lockless functions to obtain the ipc object
Davidlohr Bueso
2013-09-11
1
-0
/
+20
*
initmpfs: use initramfs if rootfstype= or root= specified
Rob Landley
2013-09-11
2
-4
/
+15
*
initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled
Rob Landley
2013-09-11
2
-2
/
+12
*
initmpfs: move rootfs code from fs/ramfs/ to init/
Rob Landley
2013-09-11
5
-33
/
+36
*
initmpfs: move bdi setup from init_rootfs to init_ramfs
Rob Landley
2013-09-11
1
-6
/
+19
*
initmpfs: replace MS_NOUSER in initramfs
Rob Landley
2013-09-11
1
-1
/
+6
*
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
2013-09-11
7
-8
/
+46
*
drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-09-11
1
-2
/
+0
*
drivers/w1/w1.c: replace strict_strtol() with kstrtol()
Jingoo Han
2013-09-11
1
-4
/
+8
*
memstick: add support for legacy memorysticks
Maxim Levitsky
2013-09-11
5
-1
/
+2693
*
drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-09-11
1
-2
/
+0
*
drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-09-11
1
-1
/
+0
*
pktcdvd: fix defective misuses of pkt_<level>
Joe Perches
2013-09-11
1
-3
/
+3
*
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
Joe Perches
2013-09-11
1
-15
/
+16
*
pktcdvd: convert pr_info to pkt_info
Joe Perches
2013-09-11
1
-6
/
+8
*
pktcdvd: convert pr_notice to pkt_notice
Joe Perches
2013-09-11
1
-10
/
+12
*
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
Joe Perches
2013-09-11
1
-20
/
+24
*
pktcdvd: add struct pktcdvd_device * to pkt_dbg
Joe Perches
2013-09-11
1
-48
/
+42
*
pktcdvd: consolidate DPRINTK and VPRINTK macros
Joe Perches
2013-09-11
1
-54
/
+53
*
pktcdvd: convert printk to pr_<level>
Joe Perches
2013-09-11
1
-61
/
+61
*
pktcdvd: convert ZONE macro to static function get_zone()
Joe Perches
2013-09-11
1
-10
/
+10
*
panic: call panic handlers before kmsg_dump
Kees Cook
2013-09-11
1
-2
/
+6
*
affs: use loff_t in affs_truncate()
Dan Carpenter
2013-09-11
1
-1
/
+1
*
aoe: remove do-nothing NAME="%k" term from example udev rules
Ed Cashin
2013-09-11
1
-1
/
+1
*
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
2013-09-11
1
-1
/
+0
*
aoe: suppress compiler warnings
Andy Shevchenko
2013-09-11
1
-4
/
+0
*
aoe: remove custom implementation of kbasename()
Andy Shevchenko
2013-09-11
1
-6
/
+3
*
aoe: update internal version number to 85
Ed Cashin
2013-09-11
1
-1
/
+1
*
aoe: update copyright date
Ed Cashin
2013-09-11
1
-1
/
+1
*
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
2013-09-11
1
-1
/
+32
*
aoe: provide file operations for debugfs files
Ed Cashin
2013-09-11
1
-1
/
+24
*
aoe: add AoE-target files to debugfs
Ed Cashin
2013-09-11
3
-0
/
+38
*
aoe: create and destroy debugfs directory for aoe
Ed Cashin
2013-09-11
1
-1
/
+9
*
mm/zswap: use postorder iteration when destroying rbtree
Cody P Schafer
2013-09-11
1
-14
/
+2
*
rbtree: allow tests to run as builtin
Cody P Schafer
2013-09-11
1
-1
/
+1
*
rbtree_test: add test for postorder iteration
Cody P Schafer
2013-09-11
1
-0
/
+12
*
rbtree: add rbtree_postorder_for_each_entry_safe() helper
Cody P Schafer
2013-09-11
1
-0
/
+18
*
rbtree: add postorder iteration functions
Cody P Schafer
2013-09-11
2
-0
/
+44
*
block/partitions/efi.c: consistently use pr_foo()
Andrew Morton
2013-09-11
1
-26
/
+19
[next]