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
*
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-06-20
5
-8
/
+32
|
\
|
*
xen/setup: Fix for incorrect xen_extra_mem_start.
Konrad Rzeszutek Wilk
2011-06-16
1
-4
/
+6
|
*
xen: When calling power_off, don't call the halt function.
Tom Goetz
2011-06-15
1
-1
/
+8
|
*
xen: Fix compile warning when CONFIG_SMP is not defined.
Konrad Rzeszutek Wilk
2011-06-15
1
-1
/
+1
|
*
xen: support CONFIG_MAXSMP
Andrew Jones
2011-06-15
2
-1
/
+9
|
*
xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"
Stefano Stabellini
2011-06-09
1
-1
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2011-06-20
6
-6
/
+8
|
\
\
|
*
|
Input: sh_keysc - 8x8 MODE_6 fix
Magnus Damm
2011-06-18
2
-2
/
+2
|
*
|
Input: omap-keypad - add missing input_sync()
Janusz Krzysztofik
2011-06-18
1
-0
/
+1
|
*
|
Input: evdev - try to wake up readers only if we have full packet
Dmitry Torokhov
2011-06-18
1
-1
/
+2
|
*
|
Input: properly assign return value of clamp() macro.
Hans Petter Selasky
2011-05-25
2
-3
/
+3
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-06-20
11
-189
/
+174
|
\
\
\
|
*
|
|
Btrfs: avoid delayed metadata items during commits
Chris Mason
2011-06-17
3
-10
/
+28
|
*
|
|
btrfs: fix uninitialized return value
David Sterba
2011-06-17
1
-3
/
+3
|
*
|
|
btrfs: fix wrong reservation when doing delayed inode operations
Miao Xie
2011-06-17
2
-6
/
+20
|
*
|
|
btrfs: Remove unused sysfs code
Maarten Lankhorst
2011-06-17
3
-148
/
+0
|
*
|
|
btrfs: fix dereference of ERR_PTR value
David Sterba
2011-06-17
1
-1
/
+1
|
*
|
|
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
2011-06-17
3
-3
/
+14
|
|
\
\
\
|
|
*
|
|
Btrfs: set no_trans_join after trying to expand the transaction
Josef Bacik
2011-06-15
1
-3
/
+11
|
|
*
|
|
Btrfs: protect the pending_snapshots list with trans_lock
Josef Bacik
2011-06-15
1
-0
/
+2
|
|
*
|
|
Btrfs: fix path leakage on subvol deletion
Josef Bacik
2011-06-15
1
-0
/
+1
|
*
|
|
|
Btrfs: fix relocation races
Chris Mason
2011-06-17
4
-13
/
+105
|
*
|
|
|
Btrfs: drop the delalloc_bytes check in shrink_delalloc
Chris Mason
2011-06-13
1
-4
/
+0
|
*
|
|
|
Btrfs: check the return value from set_anon_super
Chris Mason
2011-06-13
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2011-06-20
4
-5
/
+11
|
\
\
\
\
|
*
|
|
|
KVM: Fix register corruption in pvclock_scale_delta
Zachary Amsden
2011-06-19
1
-2
/
+7
|
*
|
|
|
KVM: MMU: fix opposite condition in mapping_level_dirty_bitmap
Steve
2011-06-19
1
-1
/
+1
|
*
|
|
|
KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGS
Marcelo Tosatti
2011-06-19
1
-1
/
+2
|
*
|
|
|
KVM: MMU: Fix build warnings in walk_addr_generic()
Borislav Petkov
2011-06-19
1
-1
/
+1
|
|
|
|
|
|
\
\
\
\
|
\
\
\
\
|
\
\
\
\
|
\
\
\
\
|
\
\
\
\
*
-
-
-
-
-
.
\
\
\
\
Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...
Linus Torvalds
2011-06-19
12
-29
/
+61
|
\
\
\
\
\
\
\
\
|
|
|
|
*
|
|
|
|
x86, MAINTAINERS: Add x86 MCE people
Ingo Molnar
2011-06-18
1
-0
/
+7
|
|
|
|
*
|
|
|
|
x86, efi: Do not reserve boot services regions within reserved areas
Maarten Lankhorst
2011-06-18
3
-7
/
+28
|
|
|
*
|
|
|
|
|
clocksource: Make watchdog robust vs. interruption
Thomas Gleixner
2011-06-16
2
-11
/
+14
|
|
|
*
|
|
|
|
|
timerfd: Fix wakeup of processes when timer is cancelled on clock change
Max Asbock
2011-06-14
1
-1
/
+4
|
|
*
|
|
|
|
|
|
generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...
Takao Indoh
2011-06-17
3
-5
/
+6
|
*
|
|
|
|
|
|
|
tools/perf: Fix static build of perf tool
Mathias Krause
2011-06-16
1
-1
/
+1
|
*
|
|
|
|
|
|
|
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2011-06-13
1
-4
/
+1
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
tracing: Fix regression in printk_formats file
Steven Rostedt
2011-06-09
1
-4
/
+1
*
|
|
|
|
|
|
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-06-19
9
-403
/
+466
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Move RCU_BOOST #ifdefs to header file
Paul E. McKenney
2011-06-16
3
-382
/
+390
|
*
|
|
|
|
|
|
|
|
rcu: use softirq instead of kthreads except when RCU_BOOST=y
Paul E. McKenney
2011-06-15
4
-41
/
+99
|
*
|
|
|
|
|
|
|
|
rcu: Use softirq to address performance regression
Shaohua Li
2011-06-14
8
-6
/
+35
|
*
|
|
|
|
|
|
|
|
rcu: Simplify curing of load woes
Paul E. McKenney
2011-06-14
2
-54
/
+22
*
|
|
|
|
|
|
|
|
|
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2011-06-18
5
-8
/
+6
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
hwmon: (s3c) Initialize sysfs attributes
Guenter Roeck
2011-06-17
1
-0
/
+2
|
*
|
|
|
|
|
|
|
|
hwmon: (ibmpex) Initialize sysfs attributes
Guenter Roeck
2011-06-17
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
hwmon: (ibmaem) Initialize sysfs attributes
Guenter Roeck
2011-06-17
1
-0
/
+2
|
*
|
|
|
|
|
|
|
|
hwmon: (asus_atk0110) Consolidate sysfs attribute initialization
Guenter Roeck
2011-06-17
1
-4
/
+1
|
*
|
|
|
|
|
|
|
|
hwmon: (coretemp) Drop unused struct members
Jean Delvare
2011-06-17
1
-4
/
+0
*
|
|
|
|
|
|
|
|
|
isofs: fix bh leak in isofs_fill_super() error case
Linus Torvalds
2011-06-18
1
-1
/
+2
[next]