index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/partitions: optimize memory allocation in check_partition()
Ming Lei
2013-02-28
3
-8
/
+37
*
block/partitions/mac.c: obey the state->limit constraint
Ming Lei
2013-02-28
1
-0
/
+4
*
block/partitions/efi.c: ensure that the GPT header is at least the size of th...
Peter Jones
2013-02-28
1
-2
/
+10
*
block/partition/msdos: detect AIX formatted disks even without 55aa
Philippe De Muyter
2013-02-28
1
-3
/
+8
*
drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionally
Dae S. Kim
2013-02-28
1
-7
/
+9
*
ipmi: add options to disable openfirmware and PCI scanning
Corey Minyard
2013-02-28
2
-16
/
+40
*
ipmi: add new kernel options to prevent automatic ipmi init
Corey Minyard
2013-02-28
1
-4
/
+24
*
ipmi: remove superfluous kernel/userspace explanation
Robert P. J. Day
2013-02-28
2
-13
/
+1
*
idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID
Tejun Heo
2013-02-28
1
-0
/
+10
*
idr: implement lookup hint
Tejun Heo
2013-02-28
2
-23
/
+40
*
idr: add idr_layer->prefix
Tejun Heo
2013-02-28
2
-0
/
+14
*
idr: make idr_layer larger
Tejun Heo
2013-02-28
1
-8
/
+7
*
idr: remove length restriction from idr_layer->bitmap
Tejun Heo
2013-02-28
2
-28
/
+18
*
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
2013-02-28
6
-22
/
+20
*
idr: fix top layer handling
Tejun Heo
2013-02-28
1
-15
/
+23
*
nfs4client: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-7
/
+6
*
sctp: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-16
/
+15
*
mac80211: convert to idr_alloc()
Tejun Heo
2013-02-28
2
-16
/
+4
*
net/9p: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-11
/
+6
*
posix-timers: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-10
/
+8
*
events: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-7
/
+3
*
cgroup: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-19
/
+8
*
ipc: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-21
/
+9
*
ocfs2: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-19
/
+13
*
inotify: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-13
/
+11
*
dlm: convert to idr_alloc()
Tejun Heo
2013-02-28
2
-26
/
+19
*
vfio: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-16
/
+1
*
uio: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-15
/
+4
*
thermal: convert to idr_alloc()
Tejun Heo
2013-02-28
2
-24
/
+10
*
scsi/lpfc: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-8
/
+4
*
target/iscsi: convert to idr_alloc()
Tejun Heo
2013-02-28
2
-16
/
+14
*
scsi: convert to idr_alloc()
Tejun Heo
2013-02-28
3
-57
/
+34
*
scsi/bfa: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-11
/
+4
*
rpmsg: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-18
/
+12
*
remoteproc: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-7
/
+3
*
pps: convert to idr_alloc()
Tejun Heo
2013-02-28
2
-23
/
+15
*
power: convert to idr_alloc()
Tejun Heo
2013-02-28
3
-21
/
+8
*
ppp: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-29
/
+4
*
macvtap: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-16
/
+5
*
mtd: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-7
/
+2
*
mmc: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-5
/
+6
*
misc/tifm_core: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-5
/
+6
*
misc/c2port: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-13
/
+9
*
mfd: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-7
/
+6
*
memstick: convert to idr_alloc()
Tejun Heo
2013-02-28
2
-25
/
+13
*
dm: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-39
/
+15
*
IB/qib: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-13
/
+8
*
IB/ocrdma: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-13
/
+1
*
IB/mlx4: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-17
/
+15
*
IB/ipath: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-12
/
+4
[next]