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 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-26
12
-104
/
+129
|
\
|
*
Merge branch 'core/debugobjects' into core/urgent
Thomas Gleixner
2009-01-22
545
-3703
/
+8164
|
|
\
|
|
*
debugobjects: add and use INIT_WORK_ON_STACK
Thomas Gleixner
2009-01-22
2
-1
/
+8
|
*
|
rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTOR
Lai Jiangshan
2009-01-22
1
-13
/
+0
|
*
|
relay: fix lock imbalance in relay_late_setup_files
Jiri Slaby
2009-01-18
1
-1
/
+3
|
*
|
oprofile: fix uninitialized use of struct op_entry
Robert Richter
2009-01-17
2
-0
/
+12
|
*
|
rcu: move Kconfig menu
Mike Travis
2009-01-15
1
-87
/
+92
|
*
|
softlock: fix false panic which can occur if softlockup_thresh is reduced
Mandeep Singh Baines
2009-01-14
3
-1
/
+13
|
*
|
rcu: add __cpuinit to rcu_init_percpu_data()
Lai Jiangshan
2009-01-14
2
-2
/
+2
*
|
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-01-26
9
-111
/
+57
|
\
\
\
|
*
|
|
hrtimers: fix inconsistent lock state on resume in hres_timers_resume
Peter Zijlstra
2009-01-18
1
-1
/
+3
|
*
|
|
time-sched.c: tick_nohz_update_jiffies should be static
Jaswinder Singh Rajput
2009-01-15
1
-1
/
+1
|
*
|
|
locking, hpet: annotate false positive warning
Peter Zijlstra
2009-01-12
2
-1
/
+7
|
*
|
|
kernel/fork.c: unused variable 'ret'
Steven Noonan
2009-01-11
1
-1
/
+0
|
*
|
|
Merge commit 'v2.6.29-rc1' into timers/urgent
Ingo Molnar
2009-01-11
2182
-41157
/
+152947
|
|
\
\
\
|
*
|
|
|
itimers: remove the per-cpu-ish-ness
Peter Zijlstra
2009-01-07
5
-107
/
+46
*
|
|
|
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-01-26
30
-128
/
+260
|
\
\
\
\
\
|
*
|
|
|
|
xen: unitialised return value in xenbus_write_transaction
Ian Campbell
2009-01-26
1
-6
/
+5
|
*
|
|
|
|
x86: fix section mismatch warning
Rakib Mullick
2009-01-26
1
-1
/
+1
|
*
|
|
|
|
x86: unmask CPUID levels on Intel CPUs, fix
Ingo Molnar
2009-01-26
1
-8
/
+11
|
*
|
|
|
|
x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.
Eric Anholt
2009-01-26
1
-0
/
+10
|
*
|
|
|
|
x86: use standard PIT frequency
Ingo Molnar
2009-01-25
1
-9
/
+4
|
*
|
|
|
|
xen: handle highmem pages correctly when shrinking a domain
Ian Campbell
2009-01-23
1
-4
/
+7
|
*
|
|
|
|
x86, mm: fix pte_free()
Peter Zijlstra
2009-01-23
1
-0
/
+1
|
*
|
|
|
|
xen: actually release memory when shrinking domain
Dan Magenheimer
2009-01-22
1
-0
/
+5
|
*
|
|
|
|
x86: unmask CPUID levels on Intel CPUs
H. Peter Anvin
2009-01-22
1
-0
/
+10
|
*
|
|
|
|
x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h>
H. Peter Anvin
2009-01-21
1
-0
/
+29
|
*
|
|
|
|
x86: fix PTE corruption issue while mapping RAM using /dev/mem
Suresh Siddha
2009-01-21
1
-3
/
+3
|
*
|
|
|
|
x86: mtrr fix debug boot parameter
Thomas Renninger
2009-01-21
1
-5
/
+7
|
*
|
|
|
|
x86: fix page attribute corruption with cpa()
Suresh Siddha
2009-01-21
1
-15
/
+34
|
*
|
|
|
|
Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"
Ingo Molnar
2009-01-21
2
-3
/
+10
|
*
|
|
|
|
x86: use early clobbers in usercopy*.c
Andi Kleen
2009-01-21
2
-4
/
+4
|
*
|
|
|
|
x86: remove kernel_physical_mapping_init() from init section
Gary Hade
2009-01-20
1
-1
/
+1
|
*
|
|
|
|
fix: crash: IP: __bitmap_intersects+0x48/0x73
Ingo Molnar
2009-01-20
1
-7
/
+4
|
*
|
|
|
|
cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write
Mike Travis
2009-01-19
1
-13
/
+9
|
*
|
|
|
|
work_on_cpu: Use our own workqueue.
Rusty Russell
2009-01-19
1
-1
/
+7
|
*
|
|
|
|
work_on_cpu: don't try to get_online_cpus() in work_on_cpu.
Rusty Russell
2009-01-19
1
-10
/
+4
|
*
|
|
|
|
x86: fix section mismatch warnings in kernel/setup_percpu.c
Leonardo Potenza
2009-01-18
1
-1
/
+1
|
*
|
|
|
|
x86: put trigger in to detect mismatched apic versions
Mike Travis
2009-01-18
1
-0
/
+5
|
*
|
|
|
|
x86: define ARCH_WANT_FRAME_POINTERS
Jeff Mahoney
2009-01-18
1
-0
/
+9
|
*
|
|
|
|
x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...
Jan Beulich
2009-01-16
3
-29
/
+45
|
*
|
|
|
|
x86, UV: cpu_relax in uv_wait_completion
Cliff Wickman
2009-01-15
1
-0
/
+1
|
*
|
|
|
|
x86: avoid early crash in disable_local_APIC()
Jan Beulich
2009-01-15
1
-0
/
+4
|
*
|
|
|
|
x86, pat: fix reserve_memtype() for legacy 1MB range
Suresh Siddha
2009-01-14
1
-10
/
+27
|
*
|
|
|
|
x86, generic: mark complex bitops.h inlines as __always_inline
Andi Kleen
2009-01-13
5
-9
/
+15
|
*
|
|
|
|
x86, cpufreq: remove leftover copymask_copy()
Ingo Molnar
2009-01-13
1
-2
/
+0
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2009-01-26
3
-6
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
drivers/ide/palm_bk3710.c buildfix
David Brownell
2009-01-19
1
-4
/
+7
|
*
|
|
|
|
|
ide: fix Falcon IDE breakage
Michael Schmitz
2009-01-19
1
-1
/
+1
|
*
|
|
|
|
|
ide: fix IDE PMAC breakage
Andreas Schwab
2009-01-19
1
-1
/
+2
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
[next]