index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sm501: add gpiolib support
Ben Dooks
2008-07-25
3
-70
/
+257
*
sm501: add power control callback
Ben Dooks
2008-07-25
2
-0
/
+38
*
printk ratelimiting rewrite
Dave Young
2008-07-25
10
-56
/
+79
*
kallsyms: unify 32- and 64-bit code
Vegard Nossum
2008-07-25
1
-13
/
+6
*
list debugging: use WARN() instead of BUG()
Dave Jones
2008-07-25
1
-22
/
+14
*
Example use of WARN()
Arjan van de Ven
2008-07-25
1
-6
/
+3
*
kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()
Arjan van de Ven
2008-07-25
1
-3
/
+1
*
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
2008-07-25
2
-0
/
+44
*
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
2008-07-25
28
-55
/
+48
*
drivers/misc/hpilo.c needs CONFIG_PCI
Andrew Morton
2008-07-25
1
-0
/
+1
*
documentation: update CodingStyle tips for Emacs users
Johannes Weiner
2008-07-25
1
-19
/
+23
*
init/version.c: define version_string only if CONFIG_KALLSYMS is not defined
Daniel Guilak
2008-07-25
1
-0
/
+2
*
init/version.c: silence sparse warning by declaring the version string
Daniel Guilak
2008-07-25
1
-0
/
+1
*
init.h: remove obsolete content
Robert P. J. Day
2008-07-25
1
-7
/
+1
*
parport: fix platform driver hotplug/coldplug
Kay Sievers
2008-07-25
1
-0
/
+2
*
mfd: fix platform driver hotplug/coldplug
Kay Sievers
2008-07-25
3
-0
/
+6
*
drivers/power: fix platform driver hotplug/coldplug
Kay Sievers
2008-07-25
2
-0
/
+4
*
inflate: refactor inflate malloc code
Thomas Petazzoni
2008-07-25
13
-439
/
+62
*
exec: remove some includes
Hugh Dickins
2008-07-25
1
-4
/
+2
*
pdflush: use time_after() instead of open-coding it
OGAWA Hirofumi
2008-07-25
1
-2
/
+2
*
clean up duplicated alloc/free_thread_info
FUJITA Tomonori
2008-07-25
23
-80
/
+50
*
misc: add HP WMI laptop extras driver
Matthew Garrett
2008-07-25
3
-0
/
+507
*
call_usermodehelper(): increase reliability
KOSAKI Motohiro
2008-07-25
3
-9
/
+13
*
remove some more tipar bits
Adrian Bunk
2008-07-25
3
-10
/
+0
*
asm-generic/int-ll64.h: always provide __{s,u}64
Adrian Bunk
2008-07-25
1
-1
/
+1
*
build-kernel-profileo-only-when-requested-cleanups
Andrew Morton
2008-07-25
1
-2
/
+4
*
build kernel/profile.o only when requested
Adrian Bunk
2008-07-25
3
-22
/
+41
*
list_for_each_rcu must die: networking
Paul E. McKenney
2008-07-25
3
-15
/
+7
*
kallsyms: fix potential overflow in binary search
Vegard Nossum
2008-07-25
1
-1
/
+1
*
introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbol
Johannes Berg
2008-07-25
4
-3
/
+50
*
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
2008-07-25
2
-18
/
+0
*
lib: allow memparse() to accept a NULL and ignorable second parm
Robert P. J. Day
2008-07-25
1
-5
/
+11
*
init/: delete hard-coded setting and testing of BUILD_CRAMDISK
Robert P. J. Day
2008-07-25
1
-12
/
+0
*
Remove apparently unused fd1772.h header file.
Robert P. J. Day
2008-07-25
1
-80
/
+0
*
init/do_mounts.c should #include <linux/initrd.h>
Adrian Bunk
2008-07-25
1
-0
/
+1
*
fix checkstack.pl arch detection
Eric Sandeen
2008-07-25
1
-1
/
+2
*
find dynamic stack allocations in checkstack.pl
Eric Sandeen
2008-07-25
1
-1
/
+23
*
lzo: use get/put_unaligned_* helpers
Harvey Harrison
2008-07-25
1
-4
/
+2
*
include: use get/put_unaligned_* helpers
Harvey Harrison
2008-07-25
3
-15
/
+10
*
fs: ldm.[ch] use get_unaligned_* helpers
Harvey Harrison
2008-07-25
2
-40
/
+35
*
locking: add typecheck on irqsave and friends for correct flags
Steven Rostedt
2008-07-25
2
-31
/
+95
*
split the typecheck macros out of include/linux/kernel.h
Andrew Morton
2008-07-25
2
-20
/
+25
*
flag parameters: fix compile error of sys_epoll_create1
Wang Chen
2008-07-25
1
-0
/
+1
*
mfd: don't use memzero
Andrew Morton
2008-07-25
1
-1
/
+1
*
endian: Always evaluate arguments.
David Miller
2008-07-25
2
-12
/
+12
*
char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include
Huang Weiyi
2008-07-25
1
-1
/
+0
*
Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>"
Linus Torvalds
2008-07-25
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-07-25
28
-124
/
+385
|
\
|
*
virtio: Add transport feature handling stub for virtio_ring.
Rusty Russell
2008-07-25
5
-0
/
+27
|
*
virtio: Rename set_features to finalize_features
Rusty Russell
2008-07-25
5
-20
/
+24
[prev]
[next]