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
*
block: remove unused copy_io_context()
Jens Axboe
2010-11-11
2
-15
/
+0
*
Documentation: remove anticipatory scheduler info
Randy Dunlap
2010-11-11
3
-7
/
+7
*
block: remove REQ_HARDBARRIER
Christoph Hellwig
2010-11-10
11
-51
/
+11
*
Merge branch 'for-2.6.37/drivers' into for-linus
Jens Axboe
2010-11-10
11
-413
/
+265
|
\
|
*
cciss: remove controllers supported by hpsa
Stephen M. Cameron
2010-10-23
1
-41
/
+4
|
*
cciss: use usleep_range not msleep for small sleeps
Stephen M. Cameron
2010-10-23
1
-1
/
+1
|
*
cciss: limit commands allocated on reset_devices
Stephen M. Cameron
2010-10-23
1
-0
/
+5
|
*
cciss: Use kernel provided PCI state save and restore functions
Stephen M. Cameron
2010-10-23
1
-58
/
+15
|
*
cciss: fix board status waiting code
Stephen M. Cameron
2010-10-23
2
-8
/
+39
|
*
Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...
Jens Axboe
2010-10-23
9
-344
/
+202
|
|
\
|
|
*
drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs
Philipp Reisner
2010-10-23
3
-20
/
+0
|
|
*
drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses
Philipp Reisner
2010-10-23
3
-20
/
+7
|
|
*
drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code
Philipp Reisner
2010-10-23
6
-219
/
+33
|
|
*
drbd: Silenced an assert
Philipp Reisner
2010-10-22
2
-2
/
+2
|
|
*
drbd: rate limit an error message
Lars Ellenberg
2010-10-22
1
-1
/
+2
|
|
*
drbd: fix a misleading printk
Lars Ellenberg
2010-10-22
1
-1
/
+1
|
|
*
drbd: fix potential data divergence after multiple failures
Lars Ellenberg
2010-10-22
3
-11
/
+37
|
|
*
drbd: fix potential deadlock on detach
Lars Ellenberg
2010-10-22
4
-63
/
+113
|
|
*
drbd: tag a few error messages with "assert failed"
Lars Ellenberg
2010-10-22
1
-5
/
+5
|
|
*
drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuid
Lars Ellenberg
2010-10-22
2
-2
/
+2
*
|
|
ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2)
Sergey Senozhatsky
2010-11-10
1
-0
/
+4
*
|
|
ioprio: fix RCU locking around task dereference
Daniel J Blueman
2010-11-10
1
-2
/
+12
*
|
|
block: ioctl: fix information leak to userland
Vasiliy Kulikov
2010-11-10
1
-0
/
+1
*
|
|
block: read i_size with i_size_read()
Mike Snitzer
2010-11-10
5
-18
/
+18
*
|
|
cciss: fix proc warning on attempt to remove non-existant directory
Jens Axboe
2010-11-10
1
-1
/
+2
*
|
|
bio: take care not overflow page count when mapping/copying user data
Jens Axboe
2010-11-10
1
-1
/
+13
*
|
|
block: limit vec count in bio_kmalloc() and bio_alloc_map_data()
Jens Axboe
2010-11-10
1
-1
/
+8
*
|
|
block: take care not to overflow when calculating total iov length
Jens Axboe
2010-11-10
1
-10
/
+24
*
|
|
block: check for proper length of iov entries in blk_rq_map_user_iov()
Jens Axboe
2010-11-10
1
-0
/
+2
*
|
|
ipw2x00: remove the right /proc/net entry
Linus Torvalds
2010-11-05
1
-4
/
+5
*
|
|
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-11-05
7
-13
/
+21
|
\
\
\
|
*
|
|
KVM: PPC: BookE: Load the lower half of MSR
Scott Wood
2010-11-05
1
-1
/
+1
|
*
|
|
KVM: PPC: BookE: fix sleep with interrupts disabled
Scott Wood
2010-11-05
1
-2
/
+0
|
*
|
|
KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().
Scott Wood
2010-11-05
1
-1
/
+1
|
*
|
|
PPC: KVM: Book E doesn't have __end_interrupts.
Scott Wood
2010-11-05
1
-1
/
+1
|
*
|
|
KVM: x86: Issue smp_call_function_many with preemption disabled
Jan Kiszka
2010-11-05
1
-0
/
+2
|
*
|
|
KVM: x86: fix information leak to userland
Vasiliy Kulikov
2010-11-05
1
-0
/
+6
|
*
|
|
KVM: PPC: fix information leak to userland
Vasiliy Kulikov
2010-11-05
1
-0
/
+1
|
*
|
|
KVM: MMU: fix rmap_remove on non present sptes
Marcelo Tosatti
2010-11-05
1
-4
/
+5
|
*
|
|
KVM: Write protect memory after slot swap
Michael S. Tsirkin
2010-11-05
1
-4
/
+4
*
|
|
|
floppy: fix use-after-free in module load failure path
Linus Torvalds
2010-11-05
1
-1
/
+1
*
|
|
|
watchdog: Fix section mismatch and potential undefined behavior.
David Daney
2010-11-05
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-11-05
46
-153
/
+246
|
\
\
\
\
|
*
|
|
|
inet_diag: Make sure we actually run the same bytecode we audited.
Nelson Elhage
2010-11-04
1
-11
/
+16
|
*
|
|
|
netlink: Make nlmsg_find_attr take a const nlmsghdr*.
Nelson Elhage
2010-11-04
1
-1
/
+1
|
*
|
|
|
fib: fib_result_assign() should not change fib refcounts
Eric Dumazet
2010-11-04
1
-4
/
+1
|
*
|
|
|
netfilter: ip6_tables: fix information leak to userspace
Jan Engelhardt
2010-11-03
1
-0
/
+1
|
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-11-03
5
-21
/
+30
|
|
\
\
\
\
|
|
*
|
|
|
ipv4: netfilter: ip_tables: fix information leak to userland
Vasiliy Kulikov
2010-11-03
1
-0
/
+1
|
|
*
|
|
|
ipv4: netfilter: arp_tables: fix information leak to userland
Vasiliy Kulikov
2010-11-03
1
-0
/
+1
[next]