index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
10
-14
/
+109
2012-01-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-50
/
+149
2012-01-12
Merge tag 'to-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
23
-247
/
+757
2012-01-12
brcmsmac: fix reading of PCI sprom contents
Linus Torvalds
1
-11
/
+20
2012-01-12
x86: Get rid of 'dubious one-bit signed bitfield' sprase warning
Anton Vorontsov
1
-2
/
+2
2012-01-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
510
-16533
/
+17099
2012-01-12
x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y
Bjorn Helgaas
1
-1
/
+2
2012-01-12
Merge branch 'topic/hda' into for-linus
Takashi Iwai
25
-4723
/
+1625
2012-01-12
Merge branch 'topic/misc' into for-linus
Takashi Iwai
172
-913
/
+2775
2012-01-12
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Takashi Iwai
18
-63
/
+58
2012-01-11
Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
28
-92
/
+9572
2012-01-11
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
51
-1651
/
+897
2012-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+7
2012-01-12
lguest: Make sure interrupt is allocated ok by lguest_setup_irq
Stratos Psomadakis
2
-11
/
+20
2012-01-12
lguest: move the lguest tool to the tools directory
Davidlohr Bueso
6
-2
/
+2
2012-01-12
lguest: switch segment-voodoo-numbers to readable symbols
Jacek Galowicz
1
-11
/
+17
2012-01-12
virtio: balloon: Add freeze, restore handlers to support S4
Amit Shah
1
-0
/
+47
2012-01-12
virtio: balloon: Move vq initialization into separate function
Amit Shah
1
-18
/
+30
2012-01-12
virtio: net: Add freeze, restore handlers to support S4
Amit Shah
1
-0
/
+46
2012-01-12
virtio: net: Move vq and vq buf removal into separate function
Amit Shah
1
-8
/
+12
2012-01-12
virtio: net: Move vq initialization into separate function
Amit Shah
1
-19
/
+28
2012-01-12
virtio: blk: Add freeze, restore handlers to support S4
Amit Shah
1
-0
/
+44
2012-01-12
virtio: blk: Move vq initialization to separate function
Amit Shah
1
-5
/
+14
2012-01-12
virtio: console: Disable callbacks for virtqueues at start of S4 freeze
Amit Shah
1
-0
/
+8
2012-01-12
virtio: console: Add freeze and restore handlers to support S4
Amit Shah
1
-0
/
+58
2012-01-12
virtio: console: Move vq and vq buf removal into separate functions
Amit Shah
1
-28
/
+40
2012-01-12
virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff
Amit Shah
2
-2
/
+97
2012-01-12
virtio: pci: switch to new PM API
Amit Shah
1
-4
/
+12
2012-01-12
virtio_blk: fix config handler race
Michael S. Tsirkin
1
-1
/
+21
2012-01-12
virtio: add debugging if driver doesn't kick.
Rusty Russell
1
-0
/
+31
2012-01-12
virtio: expose added descriptors immediately.
Rusty Russell
1
-6
/
+14
2012-01-12
virtio: avoid modulus operation.
Rusty Russell
1
-4
/
+6
2012-01-12
virtio: support unlocked queue kick
Rusty Russell
2
-12
/
+52
2012-01-12
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
Rusty Russell
10
-58
/
+44
[next]