index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-24
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
|
*
virtio: Formally reserve bits 28-31 to be 'transport' features.
Rusty Russell
2008-07-25
2
-0
/
+11
|
*
s390: use virtio_console for KVM on s390
Christian Borntraeger
2008-07-25
4
-1
/
+34
|
*
virtio: console as a config option
Christian Borntraeger
2008-07-25
2
-1
/
+9
|
*
virtio_console: use virtqueue notification for hvc_console
Christian Borntraeger
2008-07-25
1
-7
/
+33
|
*
hvc_console: rework setup to replace irq functions with callbacks
Christian Borntraeger
2008-07-25
8
-67
/
+105
|
*
virtio_blk: check for hardsector size from host
Christian Borntraeger
2008-07-25
2
-1
/
+12
|
*
virtio: Use bus_type probe and remove methods
Mark McLoughlin
2008-07-25
1
-9
/
+9
|
*
virtio: don't always force a notification when ring is full
Rusty Russell
2008-07-25
1
-2
/
+5
|
*
virtio: clarify that ABI is usable by any implementations
Rusty Russell
2008-07-25
8
-3
/
+17
|
*
virtio: Recycle unused recv buffer pages for large skbs in net driver
Rusty Russell
2008-07-25
1
-1
/
+35
|
*
virtio net: Allow receiving SG packets
Herbert Xu
2008-07-25
1
-5
/
+39
|
*
virtio net: Add ethtool ops for SG/GSO
Herbert Xu
2008-07-25
1
-0
/
+18
|
*
virtio: fix virtio_net xmit of freed skb bug
Mark McLoughlin
2008-07-25
1
-10
/
+10
*
|
Label kthread_create() with printf attribute tag.
Rusty Russell
2008-07-24
1
-1
/
+2
*
|
fix fs/nfs/nfsroot.c compilation
Adrian Bunk
2008-07-24
1
-1
/
+1
*
|
x86/oprofile/nmi_int: add Nehalem to list of ppro cores
Linus Torvalds
2008-07-24
1
-11
/
+25
*
|
x86-64: Clean up 'save/restore_i387()' usage
Linus Torvalds
2008-07-24
2
-54
/
+53
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-07-24
71
-1474
/
+1397
|
\
|
*
ide: use proper printk() KERN_* levels in ide-probe.c
Bartlomiej Zolnierkiewicz
2008-07-24
1
-23
/
+28
|
*
ide: fix for EATA SCSI HBA in ATA emulating mode
Bartlomiej Zolnierkiewicz
2008-07-24
1
-12
/
+0
[next]