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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
2012-01-13
phylib: introduce mdiobus_alloc_size()
Timur Tabi
2
-6
/
+25
2012-01-13
module_param: check that bool parameters really are bool.
Rusty Russell
1
-8
/
+2
2012-01-13
intelfbdrv.c: bailearly is an int module_param
Rusty Russell
1
-1
/
+1
2012-01-13
paride/pcd: fix bool verbose module parameter.
Rusty Russell
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
283
-465
/
+471
2012-01-13
module_param: make bool parameters really bool (arch)
Rusty Russell
8
-25
/
+25
2012-01-13
module_param: make bool parameters really bool (core code)
Rusty Russell
5
-8
/
+9
2012-01-13
kernel/async: remove redundant declaration.
Rusty Russell
1
-2
/
+0
2012-01-13
printk: fix unnecessary module_param_name.
Rusty Russell
1
-1
/
+1
2012-01-13
lirc_parallel: fix module parameter description.
Rusty Russell
1
-1
/
+1
2012-01-13
module_param: avoid bool abuse, add bint for special cases.
Rusty Russell
7
-6
/
+36
2012-01-13
module_param: check type correctness for module_param_array
Rusty Russell
5
-5
/
+8
2012-01-13
modpost: use linker section to generate table.
Rusty Russell
1
-45
/
+61
2012-01-13
modpost: use a table rather than a giant if/else statement.
Rusty Russell
1
-119
/
+73
2012-01-13
modules: sysfs - export: taint, coresize, initsize
Kay Sievers
2
-29
/
+80
2012-01-13
kernel/params: replace DEBUGP with pr_debug
Jim Cromie
1
-10
/
+4
2012-01-13
module: replace DEBUGP with pr_debug
Jim Cromie
1
-26
/
+20
2012-01-13
module: struct module_ref should contains long fields
Eric Dumazet
3
-10
/
+21
2012-01-13
module: Fix performance regression on modules with large symbol tables
Kevin Cernekee
1
-44
/
+21
2012-01-13
module: Add comments describing how the "strmap" logic works
Kevin Cernekee
1
-0
/
+9
2012-01-13
pnfsblock: alloc short extent before submit bio
Peng Tao
3
-37
/
+131
2012-01-13
pnfsblock: remove rpc_call_ops from struct parallel_io
Peng Tao
1
-13
/
+0
2012-01-13
pnfsblock: move find lock page logic out of bl_write_pagelist
Peng Tao
1
-24
/
+54
2012-01-13
pnfsblock: cleanup bl_mark_sectors_init
Peng Tao
3
-77
/
+8
2012-01-13
pnfsblock: limit bio page count
Peng Tao
1
-6
/
+11
2012-01-13
pnfsblock: don't spinlock when freeing block_dev
Peng Tao
1
-7
/
+4
2012-01-13
pnfsblock: clean up _add_entry
Peng Tao
1
-7
/
+1
2012-01-13
pnfsblock: set read/write tk_status to pnfs_error
Peng Tao
1
-1
/
+2
2012-01-13
pnfsblock: acquire im_lock in _preload_range
Peng Tao
1
-5
/
+6
2012-01-13
NFS4: fix compile warnings in nfs4proc.c
Peng Tao
1
-1
/
+1
2012-01-13
nfs: check for integer overflow in decode_devicenotify_args()
Dan Carpenter
1
-0
/
+4
2012-01-13
NFS: cleanup endian type in decode_ds_addr()
Dan Carpenter
1
-1
/
+1
2012-01-13
NFS: add an endian notation
Dan Carpenter
1
-1
/
+1
2012-01-13
Merge branch 'drm-intel-next-fixes' into drm-intel-fixes
Keith Packard
6
-138
/
+50
2012-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
10
-14
/
+109
2012-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-50
/
+149
2012-01-13
Merge tag 'to-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
23
-247
/
+757
2012-01-13
drm/i915: Add Clientron E830 to the ignore LVDS list
Joel Sass
1
-0
/
+8
2012-01-13
CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGB
Duncan Laurie
1
-0
/
+23
2012-01-13
net: decrement memcg jump label when limit, not usage, is changed
Glauber Costa
1
-1
/
+1
2012-01-13
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
32
-63
/
+61
2012-01-13
brcmsmac: fix reading of PCI sprom contents
Linus Torvalds
1
-11
/
+20
2012-01-13
mmc: fix a deadlock between system suspend and MMC block IO
Guennadi Liakhovetski
1
-3
/
+6
2012-01-13
mmc: sdhci: restore the enabled dma when do reset all
Shaohui Xie
1
-0
/
+5
2012-01-13
mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
Jaehoon Chung
1
-1
/
+1
2012-01-13
mmc: host: Adds support for eMMC 4.5 HS200 mode
Girish K S
3
-15
/
+44
2012-01-13
mmc: core: HS200 mode support for eMMC 4.5
Girish K S
8
-14
/
+241
2012-01-13
mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT()
Jaehoon Chung
1
-1
/
+1
2012-01-13
mmc: core: Separate the timeout value for cache-ctrl
Seungwon Jeon
2
-11
/
+23
2012-01-13
mmc: sdhci-spear: Fix compilation error
Viresh Kumar
1
-2
/
+1
[prev]
[next]