index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
ipc,shm: shorten critical region for shmctl
Davidlohr Bueso
1
-24
/
+25
2013-09-12
ipc,shm: make shmctl_nolock lockless
Davidlohr Bueso
1
-7
/
+12
2013-09-12
ipc,shm: introduce shmctl_nolock
Davidlohr Bueso
1
-18
/
+39
2013-09-12
ipc: drop ipcctl_pre_down
Davidlohr Bueso
2
-23
/
+4
2013-09-12
ipc,shm: shorten critical region in shmctl_down
Davidlohr Bueso
1
-4
/
+6
2013-09-12
ipc,shm: introduce lockless functions to obtain the ipc object
Davidlohr Bueso
1
-0
/
+20
2013-09-12
initmpfs: use initramfs if rootfstype= or root= specified
Rob Landley
2
-4
/
+15
2013-09-12
initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled
Rob Landley
2
-2
/
+12
2013-09-12
initmpfs: move rootfs code from fs/ramfs/ to init/
Rob Landley
5
-33
/
+36
2013-09-12
initmpfs: move bdi setup from init_rootfs to init_ramfs
Rob Landley
1
-6
/
+19
2013-09-12
initmpfs: replace MS_NOUSER in initramfs
Rob Landley
1
-1
/
+6
2013-09-12
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
7
-8
/
+46
2013-09-12
drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-12
drivers/w1/w1.c: replace strict_strtol() with kstrtol()
Jingoo Han
1
-4
/
+8
2013-09-12
memstick: add support for legacy memorysticks
Maxim Levitsky
5
-1
/
+2693
2013-09-12
drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-12
drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-12
pktcdvd: fix defective misuses of pkt_<level>
Joe Perches
1
-3
/
+3
2013-09-12
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
Joe Perches
1
-15
/
+16
2013-09-12
pktcdvd: convert pr_info to pkt_info
Joe Perches
1
-6
/
+8
2013-09-12
pktcdvd: convert pr_notice to pkt_notice
Joe Perches
1
-10
/
+12
2013-09-12
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
Joe Perches
1
-20
/
+24
2013-09-12
pktcdvd: add struct pktcdvd_device * to pkt_dbg
Joe Perches
1
-48
/
+42
2013-09-12
pktcdvd: consolidate DPRINTK and VPRINTK macros
Joe Perches
1
-54
/
+53
2013-09-12
pktcdvd: convert printk to pr_<level>
Joe Perches
1
-61
/
+61
2013-09-12
pktcdvd: convert ZONE macro to static function get_zone()
Joe Perches
1
-10
/
+10
2013-09-12
panic: call panic handlers before kmsg_dump
Kees Cook
1
-2
/
+6
2013-09-12
affs: use loff_t in affs_truncate()
Dan Carpenter
1
-1
/
+1
2013-09-12
aoe: remove do-nothing NAME="%k" term from example udev rules
Ed Cashin
1
-1
/
+1
2013-09-12
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
1
-1
/
+0
2013-09-12
aoe: suppress compiler warnings
Andy Shevchenko
1
-4
/
+0
2013-09-12
aoe: remove custom implementation of kbasename()
Andy Shevchenko
1
-6
/
+3
2013-09-12
aoe: update internal version number to 85
Ed Cashin
1
-1
/
+1
2013-09-12
aoe: update copyright date
Ed Cashin
1
-1
/
+1
2013-09-12
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
1
-1
/
+32
2013-09-12
aoe: provide file operations for debugfs files
Ed Cashin
1
-1
/
+24
2013-09-12
aoe: add AoE-target files to debugfs
Ed Cashin
3
-0
/
+38
2013-09-12
aoe: create and destroy debugfs directory for aoe
Ed Cashin
1
-1
/
+9
2013-09-12
mm/zswap: use postorder iteration when destroying rbtree
Cody P Schafer
1
-14
/
+2
2013-09-12
rbtree: allow tests to run as builtin
Cody P Schafer
1
-1
/
+1
2013-09-12
rbtree_test: add test for postorder iteration
Cody P Schafer
1
-0
/
+12
2013-09-12
rbtree: add rbtree_postorder_for_each_entry_safe() helper
Cody P Schafer
1
-0
/
+18
2013-09-12
rbtree: add postorder iteration functions
Cody P Schafer
2
-0
/
+44
2013-09-12
block/partitions/efi.c: consistently use pr_foo()
Andrew Morton
1
-26
/
+19
2013-09-12
partitions/efi: some style cleanups
Davidlohr Bueso
1
-11
/
+8
2013-09-12
partitions/efi: delete annoying emacs style comments
Davidlohr Bueso
1
-19
/
+0
2013-09-12
partitions/efi: compare first and last usable LBAs
Davidlohr Bueso
1
-1
/
+6
2013-09-12
partitions/efi: account for pmbr size in lba
Davidlohr Bueso
1
-3
/
+18
2013-09-12
partitions/efi: detect hybrid MBRs
Davidlohr Bueso
2
-21
/
+56
2013-09-12
partitions/efi: do not require gpt partition to begin at sector 1
Davidlohr Bueso
1
-3
/
+0
[prev]
[next]