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
path:
root
/
include
/
asm-i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata
Muli Ben-Yehuda
2007-07-21
2
-1
/
+6
*
i386: basic infrastructure support for AMD geode-class machines
Andres Salomon
2007-07-21
1
-0
/
+159
*
i386: move PIT function declarations and constants to correct header file
Thomas Gleixner
2007-07-21
3
-6
/
+7
*
i386: replace hard-coded constant with appropriate macro from kernel.h
Robert P. J. Day
2007-07-21
1
-1
/
+1
*
i386: add cpu_relax() to cmos_lock()
Andreas Mohr
2007-07-21
1
-1
/
+4
*
i386: do not restore reserved memory after hibernation
Rafael J. Wysocki
2007-07-21
1
-0
/
+8
*
x86: remove support for the Rise CPU
Adrian Bunk
2007-07-21
1
-1
/
+0
*
i386: add reference to the arguments
Andrew Morton
2007-07-21
1
-1
/
+5
*
x86: PM_TRACE support
Nigel Cunningham
2007-07-21
1
-0
/
+13
*
i386: fix machine rebooting
Truxton Fulton
2007-07-21
1
-1
/
+24
*
i386: minor nx handling adjustment
Jan Beulich
2007-07-21
1
-1
/
+0
*
x86: share hpet.h with i386
Thomas Gleixner
2007-07-21
1
-78
/
+48
*
i386: remove pit_interrupt_hook
Chris Wright
2007-07-21
3
-13
/
+2
*
i386: Move all simple string operations out of line
Andi Kleen
2007-07-21
1
-230
/
+13
*
NTP: move the cmos update code into ntp.c
Thomas Gleixner
2007-07-21
1
-1
/
+0
*
i386: Allow KVM on i386 nonpae
Avi Kivity
2007-07-19
2
-10
/
+6
*
[PATCH] sched: sched_cacheflush is now unused
Ralf Baechle
2007-07-19
1
-9
/
+0
*
lguest: the host code
Rusty Russell
2007-07-19
1
-0
/
+1
*
arch: personality independent stack top
Peter Zijlstra
2007-07-19
1
-0
/
+1
*
define new percpu interface for shared data
Fenghua Yu
2007-07-19
1
-0
/
+5
*
jprobes: remove JPROBE_ENTRY()
Michael Ellerman
2007-07-19
1
-1
/
+0
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2007-07-18
1
-1
/
+2
|
\
|
*
sys_fallocate() implementation on i386, x86_64 and powerpc
Amit Arora
2007-07-17
1
-1
/
+2
*
|
xen: add the Xenbus sysfs and virtual device hotplug driver
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+1
*
|
xen: Core Xen implementation
Jeremy Fitzhardinge
2007-07-18
2
-0
/
+19
*
|
xen: Add Xen interface header files
Jeremy Fitzhardinge
2007-07-18
3
-0
/
+655
*
|
Add a sched_clock paravirt_op
Jeremy Fitzhardinge
2007-07-18
3
-4
/
+37
*
|
paravirt: helper to disable all IO space
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+1
*
|
paravirt: make siblingmap functions visible
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+3
*
|
paravirt: unstatic smp_store_cpu_info
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+2
*
|
paravirt: unstatic leave_mm
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+2
*
|
paravirt: increase IRQ limit
Jeremy Fitzhardinge
2007-07-18
1
-1
/
+1
*
|
paravirt: add a hook for once the allocator is ready
Jeremy Fitzhardinge
2007-07-18
2
-0
/
+12
*
|
paravirt: add an "mm" argument to alloc_pt
Jeremy Fitzhardinge
2007-07-18
2
-6
/
+6
|
/
*
fbdev: detect primary display device
Antonino A. Daplas
2007-07-17
1
-0
/
+3
*
fbdev: move arch-specific bits to their respective subdirectories
Antonino A. Daplas
2007-07-17
1
-0
/
+14
*
Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...
Mel Gorman
2007-07-17
1
-1
/
+2
*
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
Martin Schwidefsky
2007-07-17
1
-21
/
+0
*
mm: remove ptep_establish()
Martin Schwidefsky
2007-07-17
1
-11
/
+0
*
make seccomp zerocost in schedule
Andrea Arcangeli
2007-07-16
2
-1
/
+8
*
fix jvc cdrom drive lockup
Zhang, Yanmin
2007-07-16
1
-3
/
+1
*
kill vmalloc_earlyreserve
Jan Beulich
2007-07-16
1
-1
/
+1
*
page table handling cleanup
Jan Beulich
2007-07-16
3
-30
/
+1
*
serial: convert early_uart to earlycon for 8250
Yinghai Lu
2007-07-16
2
-0
/
+3
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2007-07-12
1
-37
/
+0
|
\
|
*
PCI: remove pci_dac_dma_... APIs
Jan Beulich
2007-07-11
1
-33
/
+0
|
*
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
Michael Ellerman
2007-07-11
1
-4
/
+0
*
|
Make struct boot_params a real structure, and remove obsolete fields
H. Peter Anvin
2007-07-12
2
-4
/
+91
*
|
Make definitions for struct e820entry and struct e820map consistent
H. Peter Anvin
2007-07-12
1
-6
/
+8
*
|
Use a new CPU feature word to cover features that are spread around
Venki Pallipadi
2007-07-12
3
-2
/
+11
[next]