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
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
22
-344
/
+181
2011-03-15
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-1
/
+6
2011-03-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
21
-137
/
+835
2011-03-15
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-71
/
+9
2011-03-15
Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-10
/
+12
2011-03-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-1
/
+11
2011-03-15
Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm
Linus Torvalds
5
-9
/
+60
2011-03-15
Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...
Linus Torvalds
2
-4
/
+4
2011-03-15
Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-61
/
+69
2011-03-15
Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...
Linus Torvalds
3
-18
/
+29
2011-03-15
Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...
Linus Torvalds
5
-21
/
+498
2011-03-15
x86: Add new syscalls for x86_64
Aneesh Kumar K.V
2
-0
/
+6
2011-03-15
x86: Add new syscalls for x86_32
Aneesh Kumar K.V
2
-1
/
+5
2011-03-14
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-37
/
+45
2011-03-14
xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..
Stefano Stabellini
1
-7
/
+22
2011-03-14
xen/m2p: No need to catch exceptions when we know that there is no RAM
Konrad Rzeszutek Wilk
1
-1
/
+5
2011-03-14
xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.
Konrad Rzeszutek Wilk
2
-0
/
+46
2011-03-14
xen/debugfs: Add 'p2m' file for printing out the P2M layout.
Konrad Rzeszutek Wilk
3
-0
/
+95
2011-03-14
xen/setup: Set identity mapping for non-RAM E820 and E820 gaps.
Konrad Rzeszutek Wilk
1
-0
/
+52
2011-03-14
xen/mmu: WARN_ON when racing to swap middle leaf.
Konrad Rzeszutek Wilk
1
-1
/
+2
2011-03-14
xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.
Konrad Rzeszutek Wilk
1
-2
/
+16
2011-03-14
xen/mmu: Add the notion of identity (1-1) mapping.
Konrad Rzeszutek Wilk
2
-4
/
+240
2011-03-14
x86: ce4100: Set pci ops via callback instead of module init
Sebastian Andrzej Siewior
3
-3
/
+12
2011-03-12
x86, binutils, xen: Fix another wrong size directive
Alexander van Heukelum
1
-1
/
+1
2011-03-11
xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest an...
Konrad Rzeszutek Wilk
1
-1
/
+2
2011-03-11
futex: Sanitize futex ops argument types
Michel Lespinasse
1
-5
/
+5
2011-03-11
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
1
-7
/
+9
2011-03-10
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-9
/
+10
2011-03-10
xen: events: remove dom0 specific xen_create_msi_irq
Ian Campbell
1
-5
/
+40
2011-03-10
xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq
Ian Campbell
1
-2
/
+2
2011-03-10
xen: events: push set_irq_msi down into xen_create_msi_irq
Ian Campbell
1
-9
/
+1
2011-03-10
xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ
Ian Campbell
1
-42
/
+26
2011-03-10
xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirq
Ian Campbell
1
-8
/
+3
2011-03-10
xen: events: return irq from xen_allocate_pirq_msi
Ian Campbell
1
-6
/
+6
2011-03-10
xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi
Ian Campbell
1
-3
/
+3
2011-03-10
xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0
Ian Campbell
1
-0
/
+2
2011-03-10
Merge branch 'stable/pcifront-fixes' into stable/irq.cleanup
Konrad Rzeszutek Wilk
2
-9
/
+12
2011-03-10
Merge branch 'stable/irq.rework' into stable/irq.cleanup
Konrad Rzeszutek Wilk
2
-9
/
+17
2011-03-10
ftrace/graph: Trace function entry before updating index
Steven Rostedt
1
-7
/
+8
2011-03-10
tracing: Fix event alignment: kvm:kvm_hv_hypercall
David Sharp
1
-4
/
+4
2011-03-10
x86/mm: Fix pgd_lock deadlock
Andrea Arcangeli
5
-30
/
+22
2011-03-10
x86/mm: Handle mm_fault_error() in kernel space
Andrey Vagin
1
-0
/
+7
2011-03-09
[CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init.
Naga Chumbalkar
1
-1
/
+1
2011-03-09
x86: Don't check for BIOS corruption in first 64K when there's no need to
Naga Chumbalkar
1
-4
/
+4
2011-03-09
x86, UV: Initialize the broadcast assist unit base destination node id properly
Cliff Wickman
2
-3
/
+3
2011-03-09
x86: Remove dead config option X86_CPU
Jan Beulich
2
-5
/
+2
2011-03-09
Merge commit 'v2.6.38-rc8' into x86/asm
Ingo Molnar
21
-41
/
+93
2011-03-08
kprobes: Disabling optimized kprobes for entry text section
Jiri Olsa
1
-0
/
+8
2011-03-08
x86: Separate out entry text section
Jiri Olsa
4
-4
/
+11
2011-03-08
Merge commit 'v2.6.38-rc8' into perf/core
Ingo Molnar
11
-23
/
+49
[next]