index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-22
i386: Use patchable lock prefix in set_64bit
Andi Kleen
1
-1
/
+1
2007-07-22
x86: Replace NSC/Cyrix specific chipset access macros by inlined functions.
Juergen Beisert
2
-11
/
+30
2007-07-22
x86: Stop MCEs and NMIs during code patching
Andi Kleen
2
-0
/
+6
2007-07-22
x86: Fix alternatives and kprobes to remap write-protected kernel text
Andi Kleen
1
-0
/
+2
2007-07-21
x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata
Muli Ben-Yehuda
2
-1
/
+6
2007-07-21
i386: basic infrastructure support for AMD geode-class machines
Andres Salomon
1
-0
/
+159
2007-07-21
i386: move PIT function declarations and constants to correct header file
Thomas Gleixner
3
-6
/
+7
2007-07-21
i386: replace hard-coded constant with appropriate macro from kernel.h
Robert P. J. Day
1
-1
/
+1
2007-07-21
i386: add cpu_relax() to cmos_lock()
Andreas Mohr
1
-1
/
+4
2007-07-21
i386: do not restore reserved memory after hibernation
Rafael J. Wysocki
1
-0
/
+8
2007-07-21
x86: remove support for the Rise CPU
Adrian Bunk
1
-1
/
+0
2007-07-21
i386: add reference to the arguments
Andrew Morton
1
-1
/
+5
2007-07-21
x86: PM_TRACE support
Nigel Cunningham
1
-0
/
+13
2007-07-21
i386: fix machine rebooting
Truxton Fulton
1
-1
/
+24
2007-07-21
i386: minor nx handling adjustment
Jan Beulich
1
-1
/
+0
2007-07-21
x86: share hpet.h with i386
Thomas Gleixner
1
-78
/
+48
2007-07-21
i386: remove pit_interrupt_hook
Chris Wright
3
-13
/
+2
2007-07-21
i386: Move all simple string operations out of line
Andi Kleen
1
-230
/
+13
2007-07-21
NTP: move the cmos update code into ntp.c
Thomas Gleixner
1
-1
/
+0
2007-07-19
i386: Allow KVM on i386 nonpae
Avi Kivity
2
-10
/
+6
2007-07-19
[PATCH] sched: sched_cacheflush is now unused
Ralf Baechle
1
-9
/
+0
2007-07-19
lguest: the host code
Rusty Russell
1
-0
/
+1
2007-07-19
arch: personality independent stack top
Peter Zijlstra
1
-0
/
+1
2007-07-19
define new percpu interface for shared data
Fenghua Yu
1
-0
/
+5
2007-07-19
jprobes: remove JPROBE_ENTRY()
Michael Ellerman
1
-1
/
+0
2007-07-18
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-1
/
+2
2007-07-18
xen: add the Xenbus sysfs and virtual device hotplug driver
Jeremy Fitzhardinge
1
-0
/
+1
2007-07-18
xen: Core Xen implementation
Jeremy Fitzhardinge
2
-0
/
+19
2007-07-18
xen: Add Xen interface header files
Jeremy Fitzhardinge
3
-0
/
+655
2007-07-18
Add a sched_clock paravirt_op
Jeremy Fitzhardinge
3
-4
/
+37
2007-07-18
paravirt: helper to disable all IO space
Jeremy Fitzhardinge
1
-0
/
+1
2007-07-18
paravirt: make siblingmap functions visible
Jeremy Fitzhardinge
1
-0
/
+3
2007-07-18
paravirt: unstatic smp_store_cpu_info
Jeremy Fitzhardinge
1
-0
/
+2
2007-07-18
paravirt: unstatic leave_mm
Jeremy Fitzhardinge
1
-0
/
+2
2007-07-18
paravirt: increase IRQ limit
Jeremy Fitzhardinge
1
-1
/
+1
2007-07-18
paravirt: add a hook for once the allocator is ready
Jeremy Fitzhardinge
2
-0
/
+12
2007-07-18
paravirt: add an "mm" argument to alloc_pt
Jeremy Fitzhardinge
2
-6
/
+6
2007-07-17
sys_fallocate() implementation on i386, x86_64 and powerpc
Amit Arora
1
-1
/
+2
2007-07-17
fbdev: detect primary display device
Antonino A. Daplas
1
-0
/
+3
2007-07-17
fbdev: move arch-specific bits to their respective subdirectories
Antonino A. Daplas
1
-0
/
+14
2007-07-17
Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...
Mel Gorman
1
-1
/
+2
2007-07-17
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
Martin Schwidefsky
1
-21
/
+0
2007-07-17
mm: remove ptep_establish()
Martin Schwidefsky
1
-11
/
+0
2007-07-16
make seccomp zerocost in schedule
Andrea Arcangeli
2
-1
/
+8
2007-07-16
fix jvc cdrom drive lockup
Zhang, Yanmin
1
-3
/
+1
2007-07-16
kill vmalloc_earlyreserve
Jan Beulich
1
-1
/
+1
2007-07-16
page table handling cleanup
Jan Beulich
3
-30
/
+1
2007-07-16
serial: convert early_uart to earlycon for 8250
Yinghai Lu
2
-0
/
+3
2007-07-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-37
/
+0
2007-07-12
Make struct boot_params a real structure, and remove obsolete fields
H. Peter Anvin
2
-4
/
+91
[next]